-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
3,500 additions
and
389 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,287 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-CN"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width"> | ||
<meta name="theme-color" content="#222" media="(prefers-color-scheme: light)"> | ||
<meta name="theme-color" content="#222" media="(prefers-color-scheme: dark)"><meta name="generator" content="Hexo 7.0.0"> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.png"> | ||
<link rel="mask-icon" href="/images/logo.svg" color="#222"> | ||
|
||
<link rel="stylesheet" href="/css/main.css"> | ||
|
||
|
||
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha256-CTSx/A06dm1B063156EVh15m6Y67pAjZZaQc89LLSrU=" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.1.1/animate.min.css" integrity="sha256-PR7ttpcvz8qrF57fur/yAx1qXMFJeJFiA6pSzWi0OIE=" crossorigin="anonymous"> | ||
|
||
<script class="next-config" data-name="main" type="application/json">{"hostname":"example.com","root":"/","images":"/images","scheme":"Pisces","darkmode":true,"version":"8.18.2","exturl":false,"sidebar":{"position":"left","width":300,"display":"always","padding":18,"offset":12},"copycode":{"enable":false,"style":null},"fold":{"enable":false,"height":500},"bookmark":{"enable":false,"color":"#222","save":"auto"},"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":true,"nav":null},"stickytabs":false,"motion":{"enable":true,"async":false,"transition":{"menu_item":"fadeInDown","post_block":"fadeIn","post_header":"fadeInDown","post_body":"fadeInDown","coll_header":"fadeInLeft","sidebar":"fadeInUp"}},"i18n":{"placeholder":"搜索...","empty":"没有找到任何搜索结果:${query}","hits_time":"找到 ${hits} 个搜索结果(用时 ${time} 毫秒)","hits":"找到 ${hits} 个搜索结果"},"path":"/search.xml","localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false}}</script><script src="/js/config.js"></script> | ||
|
||
<meta name="description" content="#关于作者学机械专业,但毕业就进入工业自动化企业工作;原本想做个技术宅就好,却没想到转入了销售职业。人生总是充满不可预料啊。时光蹉跎,自己职业从销售工程师、产品BD,到产品经理,距离工程师范儿原来越远,接触的管理方法越来越多。也许是在外企工作所染的危机感和焦虑症,总想学习更多的知识,增长更多的见识。对“stay hungry stay foolish” 深以为然。#关于博客在几家自动化头部企业兜兜"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:title" content="About"> | ||
<meta property="og:url" content="http://example.com/about/index.html"> | ||
<meta property="og:site_name" content="博格达峰下的赶路人"> | ||
<meta property="og:description" content="#关于作者学机械专业,但毕业就进入工业自动化企业工作;原本想做个技术宅就好,却没想到转入了销售职业。人生总是充满不可预料啊。时光蹉跎,自己职业从销售工程师、产品BD,到产品经理,距离工程师范儿原来越远,接触的管理方法越来越多。也许是在外企工作所染的危机感和焦虑症,总想学习更多的知识,增长更多的见识。对“stay hungry stay foolish” 深以为然。#关于博客在几家自动化头部企业兜兜"> | ||
<meta property="og:locale" content="zh_CN"> | ||
<meta property="article:published_time" content="2023-11-30T07:00:22.000Z"> | ||
<meta property="article:modified_time" content="2023-11-30T07:50:17.357Z"> | ||
<meta property="article:author" content="刘 栋"> | ||
<meta property="article:tag" content="IIoT 工业物联网 工业自动化技术 机器人技术 智能制造"> | ||
<meta name="twitter:card" content="summary"> | ||
|
||
|
||
<link rel="canonical" href="http://example.com/about/"> | ||
|
||
|
||
|
||
<script class="next-config" data-name="page" type="application/json">{"sidebar":"","isHome":false,"isPost":false,"lang":"zh-CN","comments":true,"permalink":"http://example.com/about/index.html","path":"about/index.html","title":"About"}</script> | ||
|
||
<script class="next-config" data-name="calendar" type="application/json">""</script> | ||
<title>About | 博格达峰下的赶路人 | ||
</title> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<noscript> | ||
<link rel="stylesheet" href="/css/noscript.css"> | ||
</noscript> | ||
<link rel="alternate" href="/atom.xml" title="博格达峰下的赶路人" type="application/atom+xml"> | ||
</head> | ||
|
||
<body itemscope itemtype="http://schema.org/WebPage" class="use-motion"> | ||
<div class="headband"></div> | ||
|
||
<main class="main"> | ||
<div class="column"> | ||
<header class="header" itemscope itemtype="http://schema.org/WPHeader"><div class="site-brand-container"> | ||
<div class="site-nav-toggle"> | ||
<div class="toggle" aria-label="切换导航栏" role="button"> | ||
<span class="toggle-line"></span> | ||
<span class="toggle-line"></span> | ||
<span class="toggle-line"></span> | ||
</div> | ||
</div> | ||
|
||
<div class="site-meta"> | ||
|
||
<a href="/" class="brand" rel="start"> | ||
<i class="logo-line"></i> | ||
<p class="site-title">博格达峰下的赶路人</p> | ||
<i class="logo-line"></i> | ||
</a> | ||
<p class="site-subtitle" itemprop="description">对工业自动化、工业物联网、工业信息技术,以及工业项目管理方法的独立思考</p> | ||
</div> | ||
|
||
<div class="site-nav-right"> | ||
<div class="toggle popup-trigger" aria-label="搜索" role="button"> | ||
<i class="fa fa-search fa-fw fa-lg"></i> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<nav class="site-nav"> | ||
<ul class="main-menu menu"><li class="menu-item menu-item-home"><a href="/" rel="section"><i class="fa fa-home fa-fw"></i>首页</a></li><li class="menu-item menu-item-about"><a href="/about/" rel="section"><i class="fa fa-user fa-fw"></i>关于</a></li><li class="menu-item menu-item-tags"><a href="/tags/" rel="section"><i class="fa fa-tags fa-fw"></i>标签<span class="badge">2</span></a></li><li class="menu-item menu-item-categories"><a href="/categories/" rel="section"><i class="fa fa-th fa-fw"></i>分类<span class="badge">0</span></a></li> | ||
<li class="menu-item menu-item-search"> | ||
<a role="button" class="popup-trigger"><i class="fa fa-search fa-fw"></i>搜索 | ||
</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
|
||
|
||
|
||
<div class="search-pop-overlay"> | ||
<div class="popup search-popup"><div class="search-header"> | ||
<span class="search-icon"> | ||
<i class="fa fa-search"></i> | ||
</span> | ||
<div class="search-input-container"> | ||
<input autocomplete="off" autocapitalize="off" maxlength="80" | ||
placeholder="搜索..." spellcheck="false" | ||
type="search" class="search-input"> | ||
</div> | ||
<span class="popup-btn-close" role="button"> | ||
<i class="fa fa-times-circle"></i> | ||
</span> | ||
</div> | ||
<div class="search-result-container no-result"> | ||
<div class="search-result-icon"> | ||
<i class="fa fa-spinner fa-pulse fa-5x"></i> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
</header> | ||
|
||
|
||
<aside class="sidebar"> | ||
|
||
<div class="sidebar-inner sidebar-overview-active"> | ||
<ul class="sidebar-nav"> | ||
<li class="sidebar-nav-toc"> | ||
文章目录 | ||
</li> | ||
<li class="sidebar-nav-overview"> | ||
站点概览 | ||
</li> | ||
</ul> | ||
|
||
<div class="sidebar-panel-container"> | ||
<!--noindex--> | ||
<div class="post-toc-wrap sidebar-panel"> | ||
</div> | ||
<!--/noindex--> | ||
|
||
<div class="site-overview-wrap sidebar-panel"> | ||
<div class="site-author animated" itemprop="author" itemscope itemtype="http://schema.org/Person"> | ||
<img class="site-author-image" itemprop="image" alt="刘 栋" | ||
src="/images/avatar%20of%20LD.jpg"> | ||
<p class="site-author-name" itemprop="name">刘 栋</p> | ||
<div class="site-description" itemprop="description">与有肝胆人共事,从无字句处读书</div> | ||
</div> | ||
<div class="site-state-wrap animated"> | ||
<nav class="site-state"> | ||
<div class="site-state-item site-state-posts"> | ||
<a href="/archives/"> | ||
<span class="site-state-item-count">2</span> | ||
<span class="site-state-item-name">日志</span> | ||
</a> | ||
</div> | ||
<div class="site-state-item site-state-tags"> | ||
<a href="/tags/"> | ||
<span class="site-state-item-count">2</span> | ||
<span class="site-state-item-name">标签</span></a> | ||
</div> | ||
</nav> | ||
</div> | ||
<div class="links-of-author animated"> | ||
<span class="links-of-author-item"> | ||
<a href="mailto:[email protected]" title="E-Mail → mailto:[email protected]" rel="noopener me" target="_blank"><i class="fa fa-envelope fa-fw"></i>E-Mail</a> | ||
</span> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</aside> | ||
|
||
|
||
</div> | ||
|
||
<div class="main-inner page posts-expand"> | ||
|
||
|
||
|
||
|
||
|
||
<div class="post-block" lang="zh-CN"><header class="post-header"> | ||
|
||
<h1 class="post-title" itemprop="name headline">About | ||
</h1> | ||
|
||
<div class="post-meta-container"> | ||
</div> | ||
|
||
</header> | ||
|
||
|
||
|
||
<div class="post-body"> | ||
<p>#关于作者<br>学机械专业,但毕业就进入工业自动化企业工作;原本想做个技术宅就好,却没想到转入了销售职业。人生总是充满不可预料啊。<br>时光蹉跎,自己职业从销售工程师、产品BD,到产品经理,距离工程师范儿原来越远,接触的管理方法越来越多。也许是在外企工作所染的危机感和焦虑症,总想学习更多的知识,增长更多的见识。对“stay hungry stay foolish” 深以为然。<br>#关于博客<br>在几家自动化头部企业兜兜转转后,虽然还在这个“圈子”中,但视野以及早非当年的工程师宅男了。除了对I3.0的工业自动化技术熟知,也持续学习和研究I4.0的工业物联网、工业信息化相关问题。知识只有在分享中,才能获得更多的成长和增长。<br>在这里我会就我所了解的技术和管理方法,发表自己的文章,希望对这个博客的观众有所帮助和收获。如果可以就具体的项目的问题开展研究和合作,那就</p> | ||
|
||
</div> | ||
|
||
|
||
|
||
</div> | ||
|
||
|
||
|
||
|
||
|
||
<div class="comments" id="SOHUCS" sid="3be7aa98d992907175cbd79c194399f2"></div> | ||
</div> | ||
</main> | ||
|
||
<footer class="footer"> | ||
<div class="footer-inner"> | ||
|
||
<div class="copyright"> | ||
© | ||
<span itemprop="copyrightYear">2023</span> | ||
<span class="with-love"> | ||
<i class="fa fa-heart"></i> | ||
</span> | ||
<span class="author" itemprop="copyrightHolder">刘 栋</span> | ||
</div> | ||
<div class="wordcount"> | ||
<span class="post-meta-item"> | ||
<span class="post-meta-item-icon"> | ||
<i class="fa fa-chart-line"></i> | ||
</span> | ||
<span title="站点总字数">4k</span> | ||
</span> | ||
<span class="post-meta-item"> | ||
<span class="post-meta-item-icon"> | ||
<i class="fa fa-coffee"></i> | ||
</span> | ||
<span title="站点阅读时长">14 分钟</span> | ||
</span> | ||
</div> | ||
<div class="powered-by">由 <a href="https://hexo.io/" rel="noopener" target="_blank">Hexo</a> & <a href="https://theme-next.js.org/pisces/" rel="noopener" target="_blank">NexT.Pisces</a> 强力驱动 | ||
</div> | ||
|
||
</div> | ||
</footer> | ||
|
||
|
||
<div class="back-to-top" role="button" aria-label="返回顶部"> | ||
<i class="fa fa-arrow-up fa-lg"></i> | ||
<span>0%</span> | ||
</div> | ||
|
||
<noscript> | ||
<div class="noscript-warning">Theme NexT works best with JavaScript enabled</div> | ||
</noscript> | ||
|
||
|
||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js" integrity="sha256-XL2inqUJaslATFnHdJOi9GfQ60on8Wx1C2H8DYiN1xY=" crossorigin="anonymous"></script> | ||
<script src="/js/comments.js"></script><script src="/js/utils.js"></script><script src="/js/motion.js"></script><script src="/js/next-boot.js"></script> | ||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/hexo-generator-searchdb/1.4.1/search.js" integrity="sha256-1kfA5uHPf65M5cphT2dvymhkuyHPQp5A53EGZOnOLmc=" crossorigin="anonymous"></script> | ||
<script src="/js/third-party/search/local-search.js"></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="/js/third-party/addtoany.js"></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<script class="next-config" data-name="changyan" type="application/json">{"enable":true,"appid":"cyx1osWc4","appkey":"ld790722","count":true}</script> | ||
<script src="/js/third-party/comments/changyan.js"></script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.