2019.06.10-2019.06.14

从哪找技术文章

Algorithm

https://leetcode.com/problems/max-increase-to-keep-city-skyline/

2019.06.10-2019.06.14_第1张图片
image.png

https://leetcode.com/problems/jewels-and-stones/

2019.06.10-2019.06.14_第2张图片
image.png

Review

https://www.oreilly.com/ideas/the-eight-rules-of-good-documentation
讲了8个写文档的建议

  1. 清晰明朗(inviting and clear)
  2. 综合整个项目(comprehensive)
  3. 可以迅速浏览(skimmable)
  4. 写例子(examples)
  5. 不要怕重复(repetition)
  6. 及时更新(up-to-date)
  7. 易于维护(easy to contribute to)
  8. 容易找(easy to find)

Tip

Linux查log常用命令

less xxx.log 支持上下翻页 
G: 到底  
g:到顶
?xxx :搜索xxx
N:搜索下一个
n:搜索上一个

Share

Java泛型简单的使用
泛型经常被用作返回类型eg:Response

你可能感兴趣的:(2019.06.10-2019.06.14)