摘要: lsof lsof -i:PORT nm nm xx.so | grep aaa valgrind valgrind --leak-check=yes ./a.out LD_LIBRARY_PATH export LD_LIBRARY_PATH=../output/lib 阅读全文
posted @ 2022-07-24 15:44 angryCoder996 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 查看状态 git status 查看分支 git branch [-r] 建立分支 git checkout -b NAME git checout --track origin/NAME 建立远程分支 git checkout -b NAME git push origin NAME 删除分支 g 阅读全文
posted @ 2022-07-24 15:40 angryCoder996 阅读(23) 评论(3) 推荐(0) 编辑