目录
- 原由
- 官网
- ejs版步骤
- 问题
- 优化
- 参考
1. 原由
之前用友言
评论,最近打开发现gg了;刚好看到有道友发的有关Gitalk
评论功能。基于GitHub的issue和Preact,GitHub大法好,果断采用啊。于是,这个改版列入了周末计划。
2. 官网
https://github.com/gitalk/gitalk/blob/master/readme-cn.md
more >>Capturing Life & Tech
之前用友言
评论,最近打开发现gg了;刚好看到有道友发的有关Gitalk
评论功能。基于GitHub的issue和Preact,GitHub大法好,果断采用啊。于是,这个改版列入了周末计划。
https://github.com/gitalk/gitalk/blob/master/readme-cn.md
more >>朋友新买了Mac,问我怎么装office套装。
我的Mac用了快一年了都没有装office,可能他的需求比较多大吧。
我就翻了一下,没想到这么容易。
more >>中国的破解专家们真牛啊。不过这有好有坏吧。
To use a keyboard shortcut, hold down one or more modifier keys while pressing the last key of the shortcut. For example, to use the shortcut Command-C (copy), hold down Command, press C, then release both keys. Mac menus and keyboards often use symbols for certain keys, including the modifier keys:
要使用键盘快捷键,按住一个或多个修改器键,同时按下快捷键的最后一个键。例如,使用快捷方式Command-C(copy),按住命令,按C,然后释放两个键。Mac菜单和键盘经常使用[符号来确定某些键],包括修饰词键:
这一章看的的有点慢,原因是最近工作确实也忙,还有一个原因是晚上回来晚也要花时间锻炼,天气热没心情看啊,所以看书的时间很少。
感到很惭愧,任何理由都不是不看书的原因,错在自己变懒了。
接下来应该轻松一点了,晚上还是要看书的。
5.1 正则表达式含义
5.2 正则基础知识
–1.原子
–2. 元字符
–3. 模式修正
–4. 贪婪模式与懒惰模式
5.3 正则常见函数
5.4 常见实例
–实例1:匹配.com或.cn后缀的URL网址
–实例2:匹配电话号码
–实例3:匹配电子邮件
5.5 Cookie(客户端)
5.6 Cookiejar实战
1.主要内容
2.综述:Developing for Android vs iOS
–2.1.Difference in coding
–2.2.Difference in IDE(integrated development environment)
–2.3.Difference in OS (which is about operating systems)
–2.4.Difference in design
–2.5.Difference in entrance fees
–2.6.Difference in app review
–2.7.Difference in market share
–2.8.Profits
–2.9.Conclusion
3.write PPT with MarkDown
4.总结
5.参考
6.Q&A
more >>目录有点长,别嫌弃。
这是最近在组内做的一次小小分享,这是我的 MarkDown版本的稿件,最后生成了网页 PPT 模式,效果展示页,怎么做的?看这篇。
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia-plus根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true