Aaron2932

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

随笔分类 -  工程

Linux常用命令
摘要:前言 常用命令 nm nm -Do libxxx.so objdump objdump xx readelf readelf xxx file file xxx 阅读全文

posted @ 2022-11-13 22:13 Aaron2932 阅读(6) 评论(0) 推荐(0) 编辑

代码格式化-工程
摘要:前言 语言格式化是工程的一部分 C&C++ clang-format clang-format -style=file main.cpp // 以LLVM代码风格格式化main.cpp, 结果输出到stdout clang-format -style=LLVM main.cpp // 以LLVM代码 阅读全文

posted @ 2022-08-22 00:08 Aaron2932 阅读(40) 评论(0) 推荐(0) 编辑

脚本常用写法
摘要:shebang #!/usr/bin/env bash #!/bin/bash #!/usr/bin/python find find . -name "*.txt" find . -name "*.txt" -type f -exec ls -l {} \; grep grep -in "xxx" 阅读全文

posted @ 2022-08-01 00:52 Aaron2932 阅读(34) 评论(0) 推荐(0) 编辑

git常用操作
摘要:克隆 git clone 切换分支 git checkout 提交 git commit -m "xx" rebase git rebase 推送 git push 阅读全文

posted @ 2022-08-01 00:46 Aaron2932 阅读(18) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示