-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html><html lang="["zh-CN","en","default"]"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"><meta content="yes" name="apple-mobile-web-app-capable"><meta content="black-translucent" name="apple-mobile-web-app-status-bar-style"><meta content="telephone=no" name="format-detection"><meta name="description" content="基于个人实际经验,做真正有价值的技术分享。www.rustpub.com hotbuild.rustpub.com vim.rustpub.com"><meta name="baidu_union_verify" content="c9e89e53a407787404484af3e9c019c6"><title>Wander's Blog | 基于个人实际经验,做真正有价值的技术分享。</title><link rel="stylesheet" type="text/css" href="/css/style.css?v=1.0.2"><link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/normalize.css/normalize.min.css"><link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/purecss/build/pure-min.min.css"><link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/purecss/build/grids-responsive-min.css"><link rel="stylesheet" href="//cdn.jsdelivr.net/npm/[email protected]/css/font-awesome.min.css"><script type="text/javascript" src="//cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script><link rel="icon" mask="" sizes="any" href="/favicon.ico"><link rel="Shortcut Icon" type="image/x-icon" href="/favicon.ico"><link rel="apple-touch-icon" href="/apple-touch-icon.png"><link rel="apple-touch-icon-precomposed" href="/apple-touch-icon.png"><link rel="alternate" type="application/atom+xml" href="/atom.xml"><script>var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = 'https://hm.baidu.com/hm.js?' + 'd8f636a98e2b214282e6586d991e55fb';
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script><script async src="https://www.googletagmanager.com/gtag/js?id=G-2J2KEP79KG"></script><script>window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'G-2J2KEP79KG');
</script><script data-ad-client="pub-6378011579552947" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><script type="text/javascript" src="//cdn.jsdelivr.net/npm/clipboard/dist/clipboard.min.js"></script><script type="text/javascript" src="//cdn.jsdelivr.net/gh/codeseven/toastr/build/toastr.min.js"></script><link rel="stylesheet" href="//cdn.jsdelivr.net/gh/codeseven/toastr/build/toastr.min.css"><meta name="generator" content="Hexo 7.3.0"></head><body><div class="body_container"><div id="header"><div class="site-name"><h1 class="hidden">Wander's Blog</h1><a id="logo" href="/.">Wander's Blog</a><p class="description">基于个人实际经验,做真正有价值的技术分享。</p></div><div id="nav-menu"><a class="current" href="/."><i class="fa fa-home"> 首页</i></a><a href="/archives/"><i class="fa fa-archive"> 归档</i></a><a href="/about/"><i class="fa fa-user"> 关于</i></a><a href="/history/"><i class="fa fa-history"> 历史</i></a><a href="/atom.xml"><i class="fa fa-rss"> 订阅</i></a></div></div><div class="pure-g" id="layout"><div class="pure-u-1 pure-u-md-3-4"><div class="content_container"><div class="post"><h1 class="post-title"><a href="/2021/09/30/go-to-rust-string/">Go to Rust - String</a></h1><div class="post-meta">2021-09-30</div><div class="post-content"><h1 id="通过golang和rust代码对比快速学习rust(2)-字符串"><a href="#通过golang和rust代码对比快速学习rust(2)-字符串" class="headerlink" title="通过golang和rust代码对比快速学习rust(2)- 字符串"></a>通过golang和rust代码对比快速学习rust(2)- 字符串</h1><h2 id="1-字符串类型定义"><a href="#1-字符串类型定义" class="headerlink" title="1. 字符串类型定义"></a>1. 字符串类型定义</h2><ul></div><p class="readmore"><a href="/2021/09/30/go-to-rust-string/">阅读全文</a></p></div><div class="post"><h1 class="post-title"><a href="/2021/09/11/why-learning-english-study-note/">Why Learning English - Study Notes</a></h1><div class="post-meta">2021-09-11</div><div class="post-content"><h1 id="The-meaning-of-learning-English"><a href="#The-meaning-of-learning-English" class="headerlink" title="The meaning of learning English"></a>The meaning of learning English</h1><p>I learned that languages is more than syllables and rhymes.</p></div><p class="readmore"><a href="/2021/09/11/why-learning-english-study-note/">阅读全文</a></p></div><div class="post"><h1 class="post-title"><a href="/2021/09/11/accept-youself-study-notes/">Accept Youself - Study Notes</a></h1><div class="post-meta">2021-09-11</div><div class="post-content"><h1 id="Accept-youself"><a href="#Accept-youself" class="headerlink" title="Accept youself"></a>Accept youself</h1><p>And you know, my message has always been to accept youself.</p></div><p class="readmore"><a href="/2021/09/11/accept-youself-study-notes/">阅读全文</a></p></div><div class="post"><h1 class="post-title"><a href="/2021/08/19/golang-to-rust-01-fmt-printf/">Golang to Rust -01 fmt.Printf</a></h1><div class="post-meta">2021-08-19</div><div class="post-content"><h1 id="通过golang和rust代码对比快速学习rust-1"><a href="#通过golang和rust代码对比快速学习rust-1" class="headerlink" title="通过golang和rust代码对比快速学习rust (1)"></a>通过golang和rust代码对比快速学习rust (1)</h1><h2 id="1-fmt-Println"><a href="#1-fmt-Println" class="headerlink" title="1. fmt.Println"></a>1. fmt.Println</h2><h3 id="Golang代码"><a href="#Golang代码" class="headerlink" title="Golang代码"></a>Golang代码</h3><figure class="highlight go"><table><tr><td class="code"><pre><span class="line"><span class="keyword">package</span> main</span><br><span class="line"></span><br><span class="line"><span class="keyword">import</span> <span class="string">"fmt"</span></span><br><span class="line"></span><br><span class="line"><span class="function"><span class="keyword">func</span> <span class="title">main</span><span class="params">()</span></span> {</span><br><span class="line"> fmt.Println(<span class="string">"Hello, 世界!"</span>)</span><br><span class="line">}</span><br></pre></td></tr></table></figure></div><p class="readmore"><a href="/2021/08/19/golang-to-rust-01-fmt-printf/">阅读全文</a></p></div><div class="post"><h1 class="post-title"><a href="/2021/08/05/hexo-zhu-ti-mu-lu-bu-neng-gen-zong/">Hexo 主题目录无法加入Git跟踪?</a></h1><div class="post-meta">2021-08-05</div><div class="post-content"><h3 id="问题描述"><a href="#问题描述" class="headerlink" title="问题描述"></a>问题描述</h3><p>hexo 主题目录无法加入git跟踪,没法提交到代码仓库中保存怎么处理? </p>
<p>因为主题目录有些是git clone到 hexo的theme目录下的,我下载了<br>maupassant 主题,目录如下发现,在git 无法跟踪themes/maupassant</p></div><p class="readmore"><a href="/2021/08/05/hexo-zhu-ti-mu-lu-bu-neng-gen-zong/">阅读全文</a></p></div><div class="post"><h1 class="post-title"><a href="/2021/08/05/go-ide-vim/">分享一个Golang开发使用的vim配置</a></h1><div class="post-meta">2021-08-05</div><div class="post-content"><p>分享一个golang开发使用的vim配置<br>my vim conf for golang IDE</p>
<h2 id="requirements"><a href="#requirements" class="headerlink" title="requirements"></a>requirements</h2><p> vim 8.0 +python3 +lua</p></div><p class="readmore"><a href="/2021/08/05/go-ide-vim/">阅读全文</a></p></div><div class="post"><h1 class="post-title"><a href="/2021/07/21/hotbuild/">Hobuild 一个Golang热编译工具</a></h1><div class="post-meta">2021-07-21</div><div class="post-content"><h1 id="hobuild"><a href="#hobuild" class="headerlink" title="hobuild"></a>hobuild</h1><p>A cross platform hot compilation tool</p>
<p>By monitoring the modification of the project directory file, the recompilation and running are automatically triggered. Running directory and monitoring change directory can be different. Monitor the file modification in all recursive subdirectories under the project path.</p></div><p class="readmore"><a href="/2021/07/21/hotbuild/">阅读全文</a></p></div></div></div><div class="pure-u-1 pure-u-md-1-4"><div id="sidebar"><div class="widget"><div class="search-form"><input id="local-search-input" placeholder="Search" type="text" name="q" results="0"/><div id="local-search-result"></div></div></div><div class="widget"><div class="widget-title"><i class="fa fa-folder-o"> 分类</i></div></div><div class="widget"><div class="widget-title"><i class="fa fa-star-o"> 标签</i></div><div class="tagcloud"><a href="/tags/English/" style="font-size: 15px;">English</a> <a href="/tags/rust/" style="font-size: 15px;">rust</a> <a href="/tags/vim/" style="font-size: 15px;">vim</a> <a href="/tags/hexo/" style="font-size: 15px;">hexo</a> <a href="/tags/git/" style="font-size: 15px;">git</a> <a href="/tags/go/" style="font-size: 15px;">go</a></div></div><div class="widget"><div class="widget-title"><i class="fa fa-file-o"> 最近文章</i></div><ul class="post-list"><li class="post-list-item"><a class="post-list-link" href="/2021/09/30/go-to-rust-string/">Go to Rust - String</a></li><li class="post-list-item"><a class="post-list-link" href="/2021/09/11/why-learning-english-study-note/">Why Learning English - Study Notes</a></li><li class="post-list-item"><a class="post-list-link" href="/2021/09/11/accept-youself-study-notes/">Accept Youself - Study Notes</a></li><li class="post-list-item"><a class="post-list-link" href="/2021/08/19/golang-to-rust-01-fmt-printf/">Golang to Rust -01 fmt.Printf</a></li><li class="post-list-item"><a class="post-list-link" href="/2021/08/05/hexo-zhu-ti-mu-lu-bu-neng-gen-zong/">Hexo 主题目录无法加入Git跟踪?</a></li><li class="post-list-item"><a class="post-list-link" href="/2021/08/05/go-ide-vim/">分享一个Golang开发使用的vim配置</a></li><li class="post-list-item"><a class="post-list-link" href="/2021/07/21/hotbuild/">Hobuild 一个Golang热编译工具</a></li></ul></div><div class="widget"><div class="widget-title"><i class="fa fa-external-link"> 友情链接</i></div><ul></ul><a href="https://rust.rustpub.com" title="rust中文网" target="_blank">rust中文网</a><ul></ul><a href="https://hotbuild.rustpub.com" title="hotbuild" target="_blank">hotbuild</a><ul></ul><a href="https://vim.rustpub.com" title="go-ide-vim" target="_blank">go-ide-vim</a><ul></ul><a href="https://github.com/wandercn" title="wander" target="_blank">wander</a></div></div></div><div class="pure-u-1 pure-u-md-3-4"><div id="footer">Copyright © 2024 <a href="/." rel="nofollow">Wander's Blog.</a> Powered by<a rel="nofollow" target="_blank" href="https://hexo.io"> Hexo.</a><a rel="nofollow" target="_blank" href="https://github.com/tufu9441/maupassant-hexo"> Theme</a> by<a rel="nofollow" target="_blank" href="https://github.com/pagecho"> Cho.</a></div></div></div><a class="show" id="rocket" href="#top"></a><script type="text/javascript" src="/js/totop.js?v=1.0.2" async></script><script type="text/javascript" src="//cdn.jsdelivr.net/gh/fancyapps/fancybox/dist/jquery.fancybox.min.js" async></script><script type="text/javascript" src="/js/fancybox.js?v=1.0.2" async></script><link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/fancyapps/fancybox/dist/jquery.fancybox.min.css"><link rel="stylesheet" type="text/css" href="/css/search.css?v=1.0.2"><script type="text/javascript" src="/js/search.js?v=1.0.2"></script><script>var search_path = 'search.xml';
if (search_path.length == 0) {
search_path = 'search.xml';
}
var path = '/' + search_path;
searchFunc(path, 'local-search-input', 'local-search-result');
</script><script type="text/javascript" src="/js/copycode.js" successtext="复制成功!"></script><link rel="stylesheet" type="text/css" href="/css/copycode.css"><script type="text/javascript" src="/js/codeblock-resizer.js?v=1.0.2"></script><script type="text/javascript" src="/js/smartresize.js?v=1.0.2"></script></div></body></html>