首页
关于
友链
其它
统计
壁纸
更多
留言
Search
1
cgroup--(4)cgroup v1和cgroup v2的详细介绍
6,730 阅读
2
修改Linux Kernel defconfig的标准方法
6,580 阅读
3
Android系统之VINTF(1)manifests&compatibility matrices
6,166 阅读
4
使用git生成patch和应用patch
3,718 阅读
5
c语言的__attribute__
3,204 阅读
默认分类
文章收集
学习总结
算法
环境配置
知识点
入门系列
vim
shell
Git
Make
Android
Linux
Linux命令
内存管理
Linux驱动
Language
C++
C
Rust
工具
软件工具
Bug
COMPANY
登录
Search
标签搜索
Rust
shell
Linux
c
uboot
Vim
vintf
Linux驱动
Android
device_tree
git
DEBUG
arm64
链表
数据结构
IDR
内核
ELF
gcc
ARM
adtxl
累计撰写
381
篇文章
累计收到
17
条评论
首页
栏目
默认分类
文章收集
学习总结
算法
环境配置
知识点
入门系列
vim
shell
Git
Make
Android
Linux
Linux命令
内存管理
Linux驱动
Language
C++
C
Rust
工具
软件工具
Bug
COMPANY
页面
关于
友链
其它
统计
壁纸
留言
搜索到
381
篇与
的结果
2021-07-01
git将一段commit合并到另一个分支
部分转载自https://www.jianshu.com/p/4a8f4af4e803
2021年07月01日
1,796 阅读
0 评论
1 点赞
2021-07-01
ninja文件语法
https://note.qidong.name/2017/08/ninja-syntax/https://ninja-build.org/
2021年07月01日
819 阅读
0 评论
0 点赞
2021-06-30
[转载]Android overlay机制简介
转载自Android overlay简单总结版权声明:本文为CSDN博主「一只特立独行的Yang」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。原文链接:https://blog.csdn.net/Dylan_Sen/article/details/78878641
2021年06月30日
2,100 阅读
0 评论
0 点赞
2021-06-30
[转载]Android编译生成文件夹out详解
Android编译生成文件夹out详解很老了
2021年06月30日
800 阅读
0 评论
0 点赞
2021-06-30
如何解压缩boot.img?
如何解压缩boot.img?mkbootimg github code
2021年06月30日
1,559 阅读
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,031 阅读
1 评论
0 点赞
2021-06-21
git 忽略跟踪文件
暂无简介
2021年06月21日
663 阅读
0 评论
0 点赞
2021-06-16
[转载]Android make中变量记录
转载自Android make 中变量记录
2021年06月16日
1,249 阅读
0 评论
0 点赞
2021-06-07
OpenGrok使用说明
OpenGrok一个快速、便于使用的源代码搜索与对照引擎。它帮助你搜索,对照,定位你的源代码树。它能够明白各种程序文件格式和版本控制历史记录。
2021年06月07日
1,485 阅读
0 评论
0 点赞
2021-06-03
修改Linux Kernel defconfig的标准方法
我们在开发过程中,经常遇到需要打开Linux kernel的某项功能或者宏,这时就需要修改defconfig。如果不使用标准方法修改,可能会导致defconfig冗余且混乱,也有可能导致某项功能没有成功enable,所以建议大家使用标准的menuconfig进行修改。
2021年06月03日
6,580 阅读
0 评论
0 点赞
1
...
28
29
30
...
39