Algorithm
https://leetcode.com/problems/max-increase-to-keep-city-skyline/
https://leetcode.com/problems/jewels-and-stones/
Review
https://www.oreilly.com/ideas/the-eight-rules-of-good-documentation
讲了8个写文档的建议
- 清晰明朗(inviting and clear)
- 综合整个项目(comprehensive)
- 可以迅速浏览(skimmable)
- 写例子(examples)
- 不要怕重复(repetition)
- 及时更新(up-to-date)
- 易于维护(easy to contribute to)
- 容易找(easy to find)
Tip
Linux查log常用命令
less xxx.log 支持上下翻页
G: 到底
g:到顶
?xxx :搜索xxx
N:搜索下一个
n:搜索上一个
Share
Java泛型简单的使用
泛型经常被用作返回类型eg:Response