上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 69 下一页

2022年5月11日

Unwind 栈回溯

摘要: 参考文章: Stack unwinding https://zhuanlan.zhihu.com/p/280929169?utm_source=wechat_session (重点) linux 栈回溯(x86_64 ) https://zhuanlan.zhihu.com/p/302726082 阅读全文

posted @ 2022-05-11 15:26 lh03061238 阅读(556) 评论(0) 推荐(0) 编辑

2022年5月10日

有关git push origin HEAD:refs/for/

摘要: Git push 常见用法 https://www.cnblogs.com/webljl/p/13917664.html 关于refs/for/ 和refs/heads/ https://www.cnblogs.com/0616--ataozhijia/p/4165052.html Git refs 阅读全文

posted @ 2022-05-10 16:07 lh03061238 阅读(524) 评论(0) 推荐(0) 编辑

linux内核编译/kbuild/makefile

摘要: 深入解析Makefile系列 https://zhuanlan.zhihu.com/p/362937406 Linux内核构建系统 http://www.javashuo.com/article/p-kleezuwe-mn.html linux内核编译系列篇 https://blog.csdn.ne 阅读全文

posted @ 2022-05-10 14:08 lh03061238 阅读(74) 评论(0) 推荐(0) 编辑

2022年5月9日

鸟哥的Linux私房菜:基础学习篇 第四版(kancloud)

摘要: https://www.kancloud.cn/wizardforcel/vbird-linux-basic-4e/152191 阅读全文

posted @ 2022-05-09 10:43 lh03061238 阅读(118) 评论(0) 推荐(0) 编辑

2022年5月7日

git 删除本地分支

摘要: git 命令怎么删除本地分支 https://blog.csdn.net/kaimo313/article/details/122371144 Git 如何删除本地分支和远程分支 https://blog.csdn.net/sub_lele/article/details/52289996 阅读全文

posted @ 2022-05-07 13:12 lh03061238 阅读(96) 评论(0) 推荐(0) 编辑

missing Change-Id in commit message footer的解决办法

摘要: 参考: https://blog.csdn.net/oqqBall/article/details/122259637 https://blog.csdn.net/Jack_SivenChen/article/details/52924059?spm=1001.2101.3001.6650.1&ut 阅读全文

posted @ 2022-05-07 08:58 lh03061238 阅读(386) 评论(0) 推荐(0) 编辑

2022年5月6日

git commit命令详解

摘要: 原文:https://blog.csdn.net/killer1989/article/details/46454005?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault 阅读全文

posted @ 2022-05-06 19:30 lh03061238 阅读(3947) 评论(0) 推荐(0) 编辑

Kconfig中的“depends on”和“select”(转)

摘要: 在Kconfig文件中: config A depends on B select C 它的含义是:CONFIG_A配置与否,取决于CONFIG_B是否配置。一旦CONFIG_A配置了,CONFIG_C也自动配置了。 阅读全文

posted @ 2022-05-06 16:34 lh03061238 阅读(419) 评论(0) 推荐(0) 编辑

git blame命令

摘要: 参考: git blame命令详解 https://blog.csdn.net/Romantic_wennuan/article/details/120753822 git bisect 与 git blame https://xiaoqiang666.blog.csdn.net/article/d 阅读全文

posted @ 2022-05-06 16:12 lh03061238 阅读(152) 评论(0) 推荐(0) 编辑

2022年5月2日

编译原理总结(《编译与反编译技术》)(转)

摘要: https://blog.csdn.net/qq_42882717/article/details/112178588 阅读全文

posted @ 2022-05-02 22:18 lh03061238 阅读(60) 评论(0) 推荐(0) 编辑

上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 69 下一页

导航