We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a810f14 commit bb3947dCopy full SHA for bb3947d
2 files changed
Linux.md
@@ -512,6 +512,7 @@ trusted-host=pypi.douban.com
512
```
513
由于最新的 pip 安装需要使用的 https 加密,所以在此需要添加 trusted-host
514
515
+参考:http://mirrors.aliyun.com/help/pypi
516
517
pip 安装 gnureadline 报错: /usr/bin/ld: cannot find -lncurses
518
README.md
@@ -1213,6 +1213,13 @@ MariaDB [(none)]>
1213
1214
1215
1216
+## strace 调试跟踪
1217
+
1218
+```
1219
+strace -p [pid] -tt -s 1024 -o /tmp/[pid].log
1220
1221
1222
1223
## 文档托管
1224
1225
Read the Docs
0 commit comments