摘要: copy from :https://blog.csdn.net/u013176681/article/details/78805257 untrack表示是新文件,没有被add过,是为跟踪的意思。 not staged 表示add过的文件,即跟踪文件,再次修改没有add,就是没有暂存的意思 具体看 阅读全文
posted @ 2020-02-13 18:46 oude_yang 阅读(559) 评论(0) 推荐(0)
摘要: copy from :https://blog.csdn.net/lwcaiCSDN/article/details/89382242 一 简介1.作用 GitPython块python用来封装git操作的模块,主要用来替代gitbash的操作。 2.安装 直接pip install gitpyth 阅读全文
posted @ 2020-02-13 18:44 oude_yang 阅读(699) 评论(0) 推荐(0)
摘要: copy from :https://blog.csdn.net/k_young1997/article/details/90489734 今天将项目修改了一部分,然后用 git push origin master 向远程仓库推送的时候报如下错误: error: failed to push so 阅读全文
posted @ 2020-02-13 17:52 oude_yang 阅读(2736) 评论(0) 推荐(0)
摘要: 地址:https://blog.csdn.net/weixin_44290661/article/details/102979378 阅读全文
posted @ 2020-02-12 17:27 oude_yang 阅读(367) 评论(0) 推荐(0)
摘要: 地址:https://blog.csdn.net/salmon_zhang/article/details/92846901 https://blog.csdn.net/salmon_zhang/article/details/93208135 阅读全文
posted @ 2020-02-12 14:00 oude_yang 阅读(120) 评论(0) 推荐(0)
摘要: 地址:https://blog.csdn.net/Luomingkui1109/article/details/72820232 https://blog.csdn.net/csdnliuxin123524/article/details/81303711 阅读全文
posted @ 2020-02-12 10:19 oude_yang 阅读(114) 评论(0) 推荐(0)
摘要: copy from :https://mp.weixin.qq.com/s?__biz=MzI1NDQ3MjQxNA==&mid=2247487262&idx=2&sn=5c2aa3be4a9422e7b778e245daf5389f&chksm=e9c5f6afdeb27fb9defa48fd7c 阅读全文
posted @ 2020-02-10 16:12 oude_yang 阅读(324) 评论(0) 推荐(0)
摘要: copy from :https://my.oschina.net/u/572632/blog/305492 概述 内核选项的解析完成之后,各个子系统的初始化即进入第二部分—入口函数的调用。通常USB、PCI这样的子系统都会有一个名为subsys_initcall的入口,如果你选择它们作为研究内核的 阅读全文
posted @ 2020-01-21 13:38 oude_yang 阅读(518) 评论(0) 推荐(0)
摘要: copy from :https://blog.csdn.net/whahu1989/article/details/85255538 https://wenku.baidu.com/view/2670021c195f312b3069a532.html linux内核启动时几个关键地址 1、名词解释 阅读全文
posted @ 2020-01-20 14:13 oude_yang 阅读(5494) 评论(0) 推荐(0)
摘要: copy from:https://www.cnblogs.com/pengdonglin137/p/3838245.html 阅读目录(Content) zImage来历 piggy.gz压缩文件的特点 vmlinux.lds arch/arm/boot/compressed/head.S arc 阅读全文
posted @ 2020-01-20 14:04 oude_yang 阅读(1014) 评论(0) 推荐(0)