Skip to content

Commit bb3947d

Browse files
committed
更新文档说明
1 parent a810f14 commit bb3947d

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Linux.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ trusted-host=pypi.douban.com
512512
```
513513
由于最新的 pip 安装需要使用的 https 加密,所以在此需要添加 trusted-host
514514

515+
参考:http://mirrors.aliyun.com/help/pypi
515516

516517
pip 安装 gnureadline 报错: /usr/bin/ld: cannot find -lncurses
517518
```

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,13 @@ MariaDB [(none)]>
12131213
```
12141214

12151215

1216+
## strace 调试跟踪
1217+
1218+
```
1219+
strace -p [pid] -tt -s 1024 -o /tmp/[pid].log
1220+
```
1221+
1222+
12161223
## 文档托管
12171224

12181225
Read the Docs

0 commit comments

Comments
 (0)