update blog

This commit is contained in:
linlongchen
2020-03-20 19:43:10 +08:00
parent 3f34ccc562
commit 24e3657372
4 changed files with 9 additions and 5 deletions

View File

@@ -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上

View File

@@ -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资源管理器结束该进程.

View File

@@ -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)

View File

@@ -238,5 +238,5 @@ author: lemonchann
一口气写下来肯定还不够完善,文章会保持更新和修改,想到了再补充吧。感兴趣可以关注我和专栏接收更新提醒。
我整理了文中提到和推荐的电子书与视频教材,都是学习过程收集的,关注微信公众号 **柠檬橙学编程** 回复 **学习资料** 免费分享给大家。
我整理了文中提到和推荐的电子书与视频教材,都是学习过程收集的,关注微信公众号 **柠檬橙学编程** 回复 **1024** 免费分享给大家。