提交 8fc445ce 编写于 作者: S shuang.kou

add Linux性能分析工具合集

上级 d223864a
......@@ -174,6 +174,7 @@ Github用户如果访问速度缓慢的话,可以转移到[码云](https://git
* [后端程序员必备的 Linux 基础知识](docs/operating-system/linux.md)
* [Shell 编程入门](docs/operating-system/Shell.md)
* [完全使用GNU_Linux学习](docs/operating-system/完全使用GNU_Linux学习.md)
* [Linux 性能分析工具合集](docs/operating-system/Linux性能分析工具合集.md)
## 数据结构与算法
......
......@@ -280,7 +280,6 @@ Collections.sort(arrayList):
// person对象没有实现Comparable接口,所以必须实现,这样才不会出错,才可以使treemap中的数据按顺序排列
// 前面一个例子的String类已经默认实现了Comparable接口,详细可以查看String类的API文档,另外其他
// 像Integer类等都已经实现了Comparable接口,所以不需要另外实现了
public class Person implements Comparable<Person> {
private String name;
private int age;
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册