downgoon
downgoon
- [code coverage report on gitlab](https://about.gitlab.com/2016/11/03/publish-code-coverage-report-with-gitlab-pages/)
## F1: forEach lambda expression https://www.mkyong.com/java8/java-8-foreach-examples/ ### 传统做法 ``` java Map items = new HashMap(); items.put("A", 10); items.put("B", 20); items.put("C", 30); items.put("D", 40); items.put("E", 50); items.put("F", 60); for (Map.Entry entry...
>Get your GitHub Issues to read offline later. Mmm. https://github.com/jlord/offline-issues
## clone wiki - 问题 在``github``上写的``wiki``,能像源代码一样,克隆下来,搬家到其他地方吗? - 办法 回答:可以的。比如项目地址:[https://github.com/downgoon/hello-world](https://github.com/downgoon/hello-world),只要在后面追加``.wiki.git``,就可以克隆: ``` bash git clone https://github.com/downgoon/hello-world.wiki.git ``` ## 图片链接呢?
