首页
chatGPT
关于
友链
其它
统计
更多
壁纸
留言
Search
1
cgroup--(4)cgroup v1和cgroup v2的详细介绍
6,405 阅读
2
修改Linux Kernel defconfig的标准方法
6,381 阅读
3
Android系统之VINTF(1)manifests&compatibility matrices
5,972 阅读
4
使用git生成patch和应用patch
3,452 阅读
5
c语言的__attribute__
3,168 阅读
默认分类
文章收集
学习总结
算法
环境配置
知识点
入门系列
vim
shell
Git
Make
Android
Linux
Linux命令
内存管理
Linux驱动
Language
C++
C
工具
软件工具
Bug
COMPANY
登录
Search
标签搜索
shell
Linux
c
uboot
Vim
vintf
Linux驱动
Android
device_tree
git
DEBUG
arm64
链表
数据结构
IDR
内核
ELF
gcc
ARM
网址
adtxl
累计撰写
367
篇文章
累计收到
14
条评论
首页
栏目
默认分类
文章收集
学习总结
算法
环境配置
知识点
入门系列
vim
shell
Git
Make
Android
Linux
Linux命令
内存管理
Linux驱动
Language
C++
C
工具
软件工具
Bug
COMPANY
页面
chatGPT
关于
友链
其它
统计
壁纸
留言
搜索到
367
篇与
的结果
2021-06-30
如何解压缩boot.img?
如何解压缩boot.img?mkbootimg github code
2021年06月30日
1,485 阅读
0 评论
0 点赞
2021-06-21
How do I make existing non-bare repository bare?
1.stackoverflowHow to convert a normal Git repository to a bare one?2.How do I make existing non-bare repository bare?https://git.wiki.kernel.org/index.php/GitFaq#How_do_I_make_existing_non-bare_repository_bare.3FAfter making sure that there are no uncommitted changes, etc.:$ mv repo/.git repo.git $ git --git-dir=repo.git config core.bare true $ rm -rf repoThe problem with the above process is that it doesn't take into account future internal changes of Git. A safer method is to let Git handle all the internal settings for you by doing something like this.* ssh to remote server * git clone --bare -l <path_to_repos> <new_dir> * renamed old repository directory * renamed new repository dir to what old repository used to be.othergit config --bool core.bare falsegit config --bool core.bare true
2021年06月21日
1,013 阅读
1 评论
0 点赞
2021-06-21
git 忽略跟踪文件
暂无简介
2021年06月21日
656 阅读
0 评论
0 点赞
2021-06-16
[转载]Android make中变量记录
转载自Android make 中变量记录
2021年06月16日
1,219 阅读
0 评论
0 点赞
2021-06-07
OpenGrok使用说明
OpenGrok一个快速、便于使用的源代码搜索与对照引擎。它帮助你搜索,对照,定位你的源代码树。它能够明白各种程序文件格式和版本控制历史记录。
2021年06月07日
1,440 阅读
0 评论
0 点赞
2021-06-03
修改Linux Kernel defconfig的标准方法
我们在开发过程中,经常遇到需要打开Linux kernel的某项功能或者宏,这时就需要修改defconfig。如果不使用标准方法修改,可能会导致defconfig冗余且混乱,也有可能导致某项功能没有成功enable,所以建议大家使用标准的menuconfig进行修改。
2021年06月03日
6,381 阅读
0 评论
0 点赞
2021-05-28
[转载]git stash用法
转载自git stash 用法总结和注意点
2021年05月28日
738 阅读
0 评论
0 点赞
2021-05-17
刀
暂无简介
2021年05月17日
1,328 阅读
2 评论
1 点赞
2021-05-12
待整理文章(1)
暂无简介
2021年05月12日
902 阅读
0 评论
0 点赞
2021-04-29
好用的c/c++在线编译器
暂无简介
2021年04月29日
983 阅读
0 评论
0 点赞
1
...
27
28
29
...
37