上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 70 下一页

2022年3月23日

Gerrit代码检视工具

摘要: https://www.jianshu.com/p/b77fd16894b6 阅读全文

posted @ 2022-03-23 15:42 lh03061238 阅读(59) 评论(0) 推荐(0) 编辑

linux下的截图

摘要: https://www.linuxprobe.com/tools-under-linux.html 阅读全文

posted @ 2022-03-23 14:45 lh03061238 阅读(14) 评论(0) 推荐(0) 编辑

linux下好用的文本编辑器

摘要: 参考: https://blog.csdn.net/no1xium/article/details/108999927 https://www.cnblogs.com/Nobel/p/10338962.html https://blog.csdn.net/weixin_34625578/articl 阅读全文

posted @ 2022-03-23 14:32 lh03061238 阅读(32) 评论(0) 推荐(0) 编辑

2022年3月20日

fopen、open及CreatFile()的区别

摘要: open是UNIX系统调用函数(包括LINUX等),返回的是文件描述符(File Descriptor),它是文件在文件描述符表里的索引。 fopen是ANSIC标准中的C语言库函数,在不同的系统中应该调用不同的内核api(UNIX/Linux中是open,windows中是CreatFile)。返 阅读全文

posted @ 2022-03-20 21:24 lh03061238 阅读(315) 评论(0) 推荐(0) 编辑

有关ANSI C、ISO C、GNU C、POSIX C

摘要: 参考: https://segmentfault.com/a/1190000012461553 https://blog.csdn.net/weixin_44395686/article/details/104904172 https://blog.csdn.net/shenwansangz/art 阅读全文

posted @ 2022-03-20 17:22 lh03061238 阅读(82) 评论(0) 推荐(0) 编辑

2022年2月18日

挂载 (mount) 深入理解

摘要: 参考:https://blog.csdn.net/binks_/article/details/70799134 阅读全文

posted @ 2022-02-18 14:23 lh03061238 阅读(182) 评论(0) 推荐(0) 编辑

2022年1月25日

如何加入linux内核开发社区进行内核开发

摘要: 参考: 常用邮件列表: http://vger.kernel.org/vger-lists.html http://lists.infradead.org/mailman/listinfo/ 如何加入linux内核开发社区进行内核开发 https://blog.csdn.net/qq_2486501 阅读全文

posted @ 2022-01-25 16:34 lh03061238 阅读(287) 评论(0) 推荐(0) 编辑

如何使用git获取linux内核代码仓库

摘要: 参考:https://www.cnblogs.com/call-me-dasheng/p/13063493.html Linux内核下载缓慢解决方法 https://blog.csdn.net/qq_31433709/article/details/121483699 linux kernel gi 阅读全文

posted @ 2022-01-25 16:13 lh03061238 阅读(169) 评论(0) 推荐(0) 编辑

2022年1月21日

STM32启动代码

摘要: STM32启动代码学习https://blog.csdn.net/lixiaoweimashixiao/article/details/83042941 阅读全文

posted @ 2022-01-21 08:50 lh03061238 阅读(48) 评论(0) 推荐(0) 编辑

2021年12月13日

DCD 和 Space的区别

摘要: https://blog.csdn.net/inurlcn/article/details/20691233?spm=1001.2101.3001.6650.3&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIS 阅读全文

posted @ 2021-12-13 14:16 lh03061238 阅读(169) 评论(0) 推荐(0) 编辑

上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 70 下一页

导航