2019-10-25 07:25:47 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1, maximum-scale=2" >
< meta name = "theme-color" content = "#222" >
< meta name = "generator" content = "Hexo 3.9.0" >
< link rel = "apple-touch-icon" sizes = "180x180" href = "/images/apple-touch-icon-next.png?v=7.4.1" >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "/images/favicon-32x32-next.png?v=7.4.1" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "/images/favicon-16x16-next.png?v=7.4.1" >
< link rel = "mask-icon" href = "/images/logo.svg?v=7.4.1" color = "#222" >
< link rel = "stylesheet" href = "/css/main.css?v=7.4.1" >
< link rel = "stylesheet" href = "/lib/font-awesome/css/font-awesome.min.css?v=4.7.0" >
< script id = "hexo-configurations" >
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Pisces',
version: '7.4.1',
exturl: false,
sidebar: {"position":"right","display":"post","offset":12,"onmobile":false},
copycode: {"enable":false,"show_result":false,"style":null},
back2top: {"enable":true,"sidebar":false,"scrollpercent":false},
bookmark: {"enable":false,"color":"#222","save":"auto"},
fancybox: false,
mediumzoom: false,
lazyload: false,
pangu: false,
algolia: {
appID: '',
apiKey: '',
indexName: '',
hits: {"per_page":10},
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
},
localsearch: {"enable":false,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},
path: '',
motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},
translation: {
copy_button: 'Copy',
copy_success: 'Copied',
copy_failure: 'Copy failed'
},
sidebarPadding: 40
};
< / script >
2019-10-25 07:46:57 +00:00
< meta name = "description" content = "Next PlanI have to admit that last year(2016-2017) was a year of depression, whether it was in life, in learning, or in spirit. Seeing and moving away from my goal, I am unable to change this situatio" >
2019-10-25 07:25:47 +00:00
< meta name = "keywords" content = "Software, Computing" >
< meta property = "og:type" content = "article" >
< meta property = "og:title" content = "Next Plan" >
< meta property = "og:url" content = "http://saturneric.cn/2017/05/20/Next-Plan/index.html" >
< meta property = "og:site_name" content = "Hu Yu's Personal Blog" >
2019-10-25 07:46:57 +00:00
< meta property = "og:description" content = "Next PlanI have to admit that last year(2016-2017) was a year of depression, whether it was in life, in learning, or in spirit. Seeing and moving away from my goal, I am unable to change this situatio" >
2019-10-25 07:25:47 +00:00
< meta property = "og:locale" content = "en" >
2019-10-25 07:46:57 +00:00
< meta property = "og:updated_time" content = "2019-10-25T07:46:46.131Z" >
2019-10-25 07:25:47 +00:00
< meta name = "twitter:card" content = "summary" >
< meta name = "twitter:title" content = "Next Plan" >
2019-10-25 07:46:57 +00:00
< meta name = "twitter:description" content = "Next PlanI have to admit that last year(2016-2017) was a year of depression, whether it was in life, in learning, or in spirit. Seeing and moving away from my goal, I am unable to change this situatio" >
2019-10-25 07:25:47 +00:00
< link rel = "canonical" href = "http://saturneric.cn/2017/05/20/Next-Plan/" >
< script id = "page-configurations" >
// https://hexo.io/docs/variables.html
CONFIG.page = {
sidebar: "",
isHome: false,
isPost: true,
isPage: false,
isArchive: false
};
< / script >
< title > Next Plan | Hu Yu's Personal Blog< / title >
< noscript >
< style >
.use-motion .brand,
.use-motion .menu-item,
.sidebar-inner,
.use-motion .post-block,
.use-motion .pagination,
.use-motion .comments,
.use-motion .post-header,
.use-motion .post-body,
.use-motion .collection-header { opacity: initial; }
.use-motion .logo,
.use-motion .site-title,
.use-motion .site-subtitle {
opacity: initial;
top: initial;
}
.use-motion .logo-line-before i { left: initial; }
.use-motion .logo-line-after i { right: initial; }
< / style >
< / noscript >
< / head >
< body itemscope itemtype = "http://schema.org/WebPage" >
< div class = "container use-motion" >
< div class = "headband" > < / div >
< header id = "header" class = "header" itemscope itemtype = "http://schema.org/WPHeader" >
< div class = "header-inner" > < div class = "site-brand-container" >
< div class = "site-meta" >
< div >
< a href = "/" class = "brand" rel = "start" >
< span class = "logo-line-before" > < i > < / i > < / span >
< span class = "site-title" > Hu Yu's Personal Blog< / span >
< span class = "logo-line-after" > < i > < / i > < / span >
< / a >
< / div >
< p class = "site-subtitle" > Technical Articles about Computing and Software.< / p >
< / div >
< div class = "site-nav-toggle" >
< div class = "toggle" aria-label = "Toggle navigation bar" >
< span class = "toggle-line toggle-line-first" > < / span >
< span class = "toggle-line toggle-line-middle" > < / span >
< span class = "toggle-line toggle-line-last" > < / span >
< / div >
< / div >
< / div >
< nav class = "site-nav" >
< ul id = "menu" class = "menu" >
< li class = "menu-item menu-item-home" >
< a href = "/" rel = "section" > < i class = "fa fa-fw fa-home" > < / i > Home< / a >
< / li >
< li class = "menu-item menu-item-archives" >
< a href = "/archives/" rel = "section" > < i class = "fa fa-fw fa-archive" > < / i > Archives< / a >
< / li >
< / ul >
< / nav >
< / div >
< / header >
< div class = "back-to-top" >
< i class = "fa fa-arrow-up" > < / i >
< span > 0%< / span >
< / div >
< main id = "main" class = "main" >
< div class = "main-inner" >
< div class = "content-wrap" >
< div id = "content" class = "content" >
< div class = "posts-expand" >
< article itemscope itemtype = "http://schema.org/Article" class = "post-block " lang = "en" >
< link itemprop = "mainEntityOfPage" href = "http://saturneric.cn/2017/05/20/Next-Plan/" >
< span hidden itemprop = "author" itemscope itemtype = "http://schema.org/Person" >
< meta itemprop = "name" content = "Hu Yu" >
< meta itemprop = "description" content = "" >
< meta itemprop = "image" content = "/images/avatar.gif" >
< / span >
< span hidden itemprop = "publisher" itemscope itemtype = "http://schema.org/Organization" >
< meta itemprop = "name" content = "Hu Yu's Personal Blog" >
< / span >
< header class = "post-header" >
< h1 class = "post-title" itemprop = "name headline" > Next Plan
< / h1 >
< div class = "post-meta" >
< span class = "post-meta-item" >
< span class = "post-meta-item-icon" >
< i class = "fa fa-calendar-o" > < / i >
< / span >
< span class = "post-meta-item-text" > Posted on< / span >
< time title = "Created: 2017-05-20 21:22:00" itemprop = "dateCreated datePublished" datetime = "2017-05-20T21:22:00+08:00" > 2017-05-20< / time >
< / span >
< span class = "post-meta-item" >
< span class = "post-meta-item-icon" >
< i class = "fa fa-calendar-check-o" > < / i >
< / span >
< span class = "post-meta-item-text" > Edited on< / span >
2019-10-25 07:46:57 +00:00
< time title = "Modified: 2019-10-25 15:46:46" itemprop = "dateModified" datetime = "2019-10-25T15:46:46+08:00" > 2019-10-25< / time >
2019-10-25 07:25:47 +00:00
< / span >
< / div >
< / header >
< div class = "post-body" itemprop = "articleBody" >
2019-10-25 07:46:57 +00:00
< h1 id = "Next-Plan" > < a href = "#Next-Plan" class = "headerlink" title = "Next Plan" > < / a > Next Plan< / h1 > < p > I have to admit that last year(2016-2017) was a year of depression, whether it was in life, in learning, or in spirit. Seeing and moving away from my goal, I am unable to change this situation.< / p >
2019-10-25 07:25:47 +00:00
< p > However, it is different now. After experiencing all kinds of difficult situations, I finally found a new way of thinking about problems in the difficult ones, and found myself for the first time. After solving a series of problems, internal worries tend to collapse. I feel that I can finally concentrate all my abilities without being subject to myself.< / p >
2019-10-25 07:46:57 +00:00
< p > I have found the answer that I need to find. At this time, I feel quiet inside. It’ s time to start running. Learning to run, I will never be a person who is tortured by my own heart and then crawls and competes with others. After I learned to run, those who were surpassed by me could no longer catch up with me.< / p >
2019-10-25 07:25:47 +00:00
< / div >
< footer class = "post-footer" >
< div class = "post-nav" >
< div class = "post-nav-next post-nav-item" >
< a href = "/2017/05/14/Talk-about-something-about-anti-metamorphism/" rel = "next" title = "Talk about something about anti-metamorphism" >
< i class = "fa fa-chevron-left" > < / i > Talk about something about anti-metamorphism
< / a >
< / div >
< span class = "post-nav-divider" > < / span >
< div class = "post-nav-prev post-nav-item" >
< a href = "/2019/10/09/NaoVision-General-Introduction/" rel = "prev" title = "NaoVision" >
NaoVision < i class = "fa fa-chevron-right" > < / i >
< / a >
< / div >
< / div >
< / footer >
< / article >
< / div >
< / div >
< / div >
< div class = "toggle sidebar-toggle" >
< span class = "toggle-line toggle-line-first" > < / span >
< span class = "toggle-line toggle-line-middle" > < / span >
< span class = "toggle-line toggle-line-last" > < / span >
< / div >
< aside class = "sidebar" >
< div class = "sidebar-inner" >
< ul class = "sidebar-nav motion-element" >
< li class = "sidebar-nav-toc" >
Table of Contents
< / li >
< li class = "sidebar-nav-overview" >
Overview
< / li >
< / ul >
<!-- noindex -->
< div class = "post-toc-wrap sidebar-panel" >
< div class = "post-toc motion-element" > < ol class = "nav" > < li class = "nav-item nav-level-1" > < a class = "nav-link" href = "#Next-Plan" > < span class = "nav-number" > 1.< / span > < span class = "nav-text" > Next Plan< / span > < / a > < / li > < / ol > < / div >
< / div >
<!-- /noindex -->
< div class = "site-overview-wrap sidebar-panel" >
< div class = "site-author motion-element" itemprop = "author" itemscope itemtype = "http://schema.org/Person" >
< p class = "site-author-name" itemprop = "name" > Hu Yu< / p >
< div class = "site-description" itemprop = "description" > < / div >
< / div >
< div class = "site-state-wrap motion-element" >
< nav class = "site-state" >
< div class = "site-state-item site-state-posts" >
< a href = "/archives/" >
< span class = "site-state-item-count" > 7< / span >
< span class = "site-state-item-name" > posts< / span >
< / a >
< / div >
< / nav >
< / div >
< div class = "links-of-author motion-element" >
< span class = "links-of-author-item" >
< a href = "mailto:saturneric@ieee.org" title = "E-Mail &rarr; mailto:saturneric@ieee.org" rel = "noopener" target = "_blank" > < i class = "fa fa-fw fa-envelope" > < / i > E-Mail< / a >
< / span >
< / div >
< / div >
< / div >
< / aside >
< div id = "sidebar-dimmer" > < / div >
< / div >
< / main >
< footer id = "footer" class = "footer" >
< div class = "footer-inner" >
< div class = "copyright" > © < span itemprop = "copyrightYear" > 2019< / span >
< span class = "with-love" id = "animate" >
< i class = "fa fa-user" > < / i >
< / span >
< span class = "author" itemprop = "copyrightHolder" > Hu Yu< / span >
< / div >
< div class = "powered-by" > Powered by < a href = "https://hexo.io/" class = "theme-link" rel = "noopener" target = "_blank" > Hexo< / a > v3.9.0< / div >
< span class = "post-meta-divider" > |< / span >
< div class = "theme-info" > Theme – < a href = "https://theme-next.org/" class = "theme-link" rel = "noopener" target = "_blank" > NexT.Pisces< / a > v7.4.1< / div >
< / div >
< / footer >
< / div >
< script src = "/lib/anime.min.js?v=3.1.0" > < / script >
< script src = "/lib/velocity/velocity.min.js?v=1.2.1" > < / script >
< script src = "/lib/velocity/velocity.ui.min.js?v=1.2.1" > < / script >
< script src = "/js/utils.js?v=7.4.1" > < / script > < script src = "/js/motion.js?v=7.4.1" > < / script >
< script src = "/js/schemes/pisces.js?v=7.4.1" > < / script >
< script src = "/js/next-boot.js?v=7.4.1" > < / script >
< / body >
< / html >