戈壁堂

Knowledge Is Action

ios-app-打包学习

link on JianShu 美区账户似乎搞起来比较麻烦了,既然是开源项目,在自己的Mac上编译打包安装不是也可以?正好顺带学习一下iOS开发。 直接打包ios-ap

JaCoCo-Multi-Module

link on JianShu 官方提供的说明 Create a dedicated module in your project for generation of the report. This module should depend on all or some other modules in the project. JaCoCo itself does this in the org.jacoco.doc module (see the pom.xml). JaCoCo 0.7.7版本开始提供这个功能。使用独立的模块

Jekyll-on-Github-Pages

link on JianShu 在github上使用github page:jekyll github pages 实际上,GitHub Pages are powered by Jekyll behind the scenes, so they’re a great way to host your Jekyll-powered website for free. 所有

Jekyll-on-Mac

link on JianShu 标准操作只需要三部: 安装gem:gem install bundler jekyll 生成站点:jekyll new my-awesome-site 启动站点:bundle exec jekyll serve bundle exec jekyll serve --drafts VS. hugo server --watch --verbose --buildDrafts 以为会简单许多