Skip to content

Commit 8fc445c

Browse files
committed
add Linux性能分析工具合集
1 parent d223864 commit 8fc445c

14 files changed

+635
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ Github用户如果访问速度缓慢的话,可以转移到[码云](https://git
174174
* [后端程序员必备的 Linux 基础知识](docs/operating-system/linux.md)
175175
* [Shell 编程入门](docs/operating-system/Shell.md)
176176
* [完全使用GNU_Linux学习](docs/operating-system/完全使用GNU_Linux学习.md)
177+
* [Linux 性能分析工具合集](docs/operating-system/Linux性能分析工具合集.md)
177178

178179
## 数据结构与算法
179180

docs/java/collection/Java集合框架常见面试题.md

-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ Collections.sort(arrayList):
280280
// person对象没有实现Comparable接口,所以必须实现,这样才不会出错,才可以使treemap中的数据按顺序排列
281281
// 前面一个例子的String类已经默认实现了Comparable接口,详细可以查看String类的API文档,另外其他
282282
// 像Integer类等都已经实现了Comparable接口,所以不需要另外实现了
283-
284283
public class Person implements Comparable<Person> {
285284
private String name;
286285
private int age;
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

docs/operating-system/Linux性能分析工具合集.md

+634
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)