From 24e36573726adc5cfd7df4cf44ee7e3640816067 Mon Sep 17 00:00:00 2001 From: linlongchen Date: Fri, 20 Mar 2020 19:43:10 +0800 Subject: [PATCH] update blog --- _posts/2018-6-21-Markdown_brief_syntactic.md | 4 ++++ _posts/2019-11-22-create_blog_with_github_pages.md | 4 ++-- _posts/2019-12-27-cpp_reference.md | 4 ++-- _posts/2020-1-4-learn_cpp.md | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/_posts/2018-6-21-Markdown_brief_syntactic.md b/_posts/2018-6-21-Markdown_brief_syntactic.md index af588d4..0fe55ab 100644 --- a/_posts/2018-6-21-Markdown_brief_syntactic.md +++ b/_posts/2018-6-21-Markdown_brief_syntactic.md @@ -60,6 +60,10 @@ toc: true - **插入图片** >语法: `![image](uri)` 语法上和插入链接只是多了个! 插入图片的方法有很多种,csdn markdown提供插入图片功能,也可以注册各种图床(网上搜索说是七牛云最好用,没用过不发表)我这里说一种脑回路清奇的用GitHub当图床插入图片的方法。原链接参考[知乎](https://www.zhihu.com/question/21065229/answer/61070700?utm_medium=social&utm_source=wechat_session) +- **插入表情** + +> :smile: :smile_cat: + ### 以我的实践举个图片插入的栗子: 1. 将markdown需要用的图片放到git仓库中,发布到github上 diff --git a/_posts/2019-11-22-create_blog_with_github_pages.md b/_posts/2019-11-22-create_blog_with_github_pages.md index 5bac755..efb56d0 100644 --- a/_posts/2019-11-22-create_blog_with_github_pages.md +++ b/_posts/2019-11-22-create_blog_with_github_pages.md @@ -179,7 +179,7 @@ url: https://yourname.github.io ` jekyll server` 输入之后打开浏览器,不出意外输入localhost:4000即可看到博客内容。 -![jekyll_server安装](https://github.com/lemonchann/lemonchann.github.io/raw/master/images/2019-11-22-create_blog_with_github_pages/jekyll_server%E6%88%90%E5%8A%9F.PNG) +![jekyll_server成功](https://github.com/lemonchann/lemonchann.github.io/raw/master/images/2019-11-22-create_blog_with_github_pages/jekyll_server%E6%88%90%E5%8A%9F.PNG) 如果你没这么顺利,那以下的错误解决供参考 @@ -205,7 +205,7 @@ url: https://yourname.github.io 2. 查看最后一列数字就是PID=312964 - ![](https://raw.githubusercontent.com/lemonchann/lemonchann.github.io/master/images/2019-11-22-create_blog_with_github_pages/%E6%9F%A5%E7%9C%8Bnetstat.png) + ![查看netstat](https://raw.githubusercontent.com/lemonchann/lemonchann.github.io/master/images/2019-11-22-create_blog_with_github_pages/%E6%9F%A5%E7%9C%8Bnetstat.png) 3. 打开windows资源管理器,结束该进程. diff --git a/_posts/2019-12-27-cpp_reference.md b/_posts/2019-12-27-cpp_reference.md index d65a2a9..593ae80 100644 --- a/_posts/2019-12-27-cpp_reference.md +++ b/_posts/2019-12-27-cpp_reference.md @@ -958,11 +958,11 @@ virtual member function虚成员函数normalize()的调用实际上转换成: (*ptr->vpter[1])(ptr) -![](https://github.com/lemonchann/lemonchann.github.io/raw/master/images/2019-12-27-cpp_reference/%E6%88%90%E5%91%98%E8%99%9A%E5%87%BD%E6%95%B0%E6%8C%87%E9%92%88.png) +![成员虚函数指针](https://github.com/lemonchann/lemonchann.github.io/raw/master/images/2019-12-27-cpp_reference/%E6%88%90%E5%91%98%E8%99%9A%E5%87%BD%E6%95%B0%E6%8C%87%E9%92%88.png) 函数指针也有差别,下面第一个是普通函数指针或者static member function。第二个是non-static member function成员函数指针。 -![](https://github.com/lemonchann/lemonchann.github.io/raw/master/images/2019-12-27-cpp_reference/%E6%88%90%E5%91%98%E5%87%BD%E6%95%B0%E6%8C%87%E9%92%88.png) +![成员函数指针](https://github.com/lemonchann/lemonchann.github.io/raw/master/images/2019-12-27-cpp_reference/%E6%88%90%E5%91%98%E5%87%BD%E6%95%B0%E6%8C%87%E9%92%88.png) diff --git a/_posts/2020-1-4-learn_cpp.md b/_posts/2020-1-4-learn_cpp.md index 3315843..3e2ff25 100644 --- a/_posts/2020-1-4-learn_cpp.md +++ b/_posts/2020-1-4-learn_cpp.md @@ -238,5 +238,5 @@ author: lemonchann 一口气写下来肯定还不够完善,文章会保持更新和修改,想到了再补充吧。感兴趣可以关注我和专栏接收更新提醒。 -我整理了文中提到和推荐的电子书与视频教材,都是学习过程收集的,关注微信公众号 **柠檬橙学编程** 回复 **学习资料** 免费分享给大家。 +我整理了文中提到和推荐的电子书与视频教材,都是学习过程收集的,关注微信公众号 **柠檬橙学编程** 回复 **1024** 免费分享给大家。