上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 69 下一页

2022年4月15日

git制作补丁

摘要: Git 补丁— diff 和 patch 使用详解 https://blog.csdn.net/IT_xiao_bai0516/article/details/121619389 使用git diff生成补丁 https://www.sunzhongwei.com/git-diff-generate 阅读全文

posted @ 2022-04-15 11:17 lh03061238 阅读(165) 评论(0) 推荐(0) 编辑

git commit-S和-S有什么区别?

摘要: -S(缩写为--gpg-sign)使用gnupg对提交进行签名,并在其中添加一个PGP签名。这是一个加密签名,证明gpg密钥的所有者或有权访问它的参与者正在进行提交/标记 -s(是--signoff的缩写)在提交消息的末尾添加“Signed-off-by: Username<Email>”。任何人都 阅读全文

posted @ 2022-04-15 11:07 lh03061238 阅读(961) 评论(0) 推荐(0) 编辑

git diff、git diff head、git diff --cached三者详细区分

摘要: 参考: https://www.cnblogs.com/fighxp/p/14446712.html git diff 文件对比git diff filepath 工作区与暂存区比较git diff HEAD filepath 工作区与HEAD ( 当前工作分支) 比较git diff --stag 阅读全文

posted @ 2022-04-15 11:03 lh03061238 阅读(268) 评论(0) 推荐(0) 编辑

configure/autoconf/automake文件相关

摘要: 弄懂autoscan, autoconf, automake, Makefile.am https://blog.csdn.net/qingzhuyuxian/article/details/82702412?utm_medium=distribute.pc_relevant.none-task-b 阅读全文

posted @ 2022-04-15 08:34 lh03061238 阅读(28) 评论(0) 推荐(0) 编辑

2022年4月13日

高效阅读代码工具

摘要: vim+ctag+cscope+taglist+NERDTree环境建立 https://www.cnblogs.com/lh03061238/p/16102870.html LXR 网站地址:http://lxr.linux.no 网页代码阅读工具https://www.cnblogs.com/x 阅读全文

posted @ 2022-04-13 15:08 lh03061238 阅读(156) 评论(0) 推荐(0) 编辑

2022年4月11日

逻辑地址、物理地址、线性地址、虚拟地址

摘要: linux内核中 逻辑地址、虚拟地址、线性地址和物理地址大扫盲https://blog.csdn.net/ludongguoa/article/details/121226353 关于逻辑地址、线性地址、虚拟地址、物理地址的理解 https://www.cnblogs.com/gmpy/p/1070 阅读全文

posted @ 2022-04-11 16:21 lh03061238 阅读(176) 评论(0) 推荐(0) 编辑

2022年4月9日

linux下的常用记录软件/markdown等

摘要: Linux最佳Markdown编辑器 https://blog.csdn.net/xudadada/article/details/108686964 Linux下9个Markdown编辑器 https://www.linuxprobe.com/markdown-editors-with-linux 阅读全文

posted @ 2022-04-09 15:09 lh03061238 阅读(90) 评论(0) 推荐(0) 编辑

kexec/kdump源码分析

摘要: kexec 内核快速启动流程分析 http://t.zoukankan.com/jkserge-p-7643912.html http://blog.chinaunix.net/uid-90913-id-5168882.html kexec源码分析 https://blog.csdn.net/qq_ 阅读全文

posted @ 2022-04-09 15:02 lh03061238 阅读(314) 评论(0) 推荐(0) 编辑

逻辑移位和算数移位

摘要: 一劳永逸地理解逻辑移位和算术移位问题——与有无符号数_数据溢出_可移植性问题 https://blog.csdn.net/yinchao163/article/details/53019218?spm=1001.2101.3001.6650.3&utm_medium=distribute.pc_re 阅读全文

posted @ 2022-04-09 10:01 lh03061238 阅读(173) 评论(0) 推荐(0) 编辑

2022年4月8日

GDB学习及使用

摘要: GDB的安装: https://blog.csdn.net/super828/article/details/118446299?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingword~d 阅读全文

posted @ 2022-04-08 14:52 lh03061238 阅读(21) 评论(0) 推荐(0) 编辑

上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 69 下一页

导航