上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页
摘要: 原文 Liunx中 通过进程名查找进程PID可以通过 pidof [进程名] 来查找。反过来 ,相同通过PID查找进程名则没有相关命令。在linux根目录中,有一个/proc的VFS(虚拟文件系统),系统当前运行的所有进程都对应于该目录下的一个 以进程PID命名的文件夹 ,其中存放进程运行的N多信息 阅读全文
posted @ 2023-08-02 08:57 墨尔基阿德斯 阅读(2310) 评论(0) 推荐(0)
摘要: 1、VSCode KoroFileHeader 注释插件(支持多种语言,可自定义) 2、Draw.io Integration绘图 3、vscode配置 点击左下角设置->用户代码片段->新建全局代码片段文件 输入:snipet.code-snippets 粘贴: { // Place your 全 阅读全文
posted @ 2023-07-31 15:28 墨尔基阿德斯 阅读(50) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/613922486 阅读全文
posted @ 2023-07-07 18:15 墨尔基阿德斯 阅读(89) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/schips/p/12408334.html 背景 在 Ubuntu中交叉编译裸机程序的时候,注意到了这个问题;因此对此作为一个总结。 命名规则 交叉编译工具链的命名规则为:arch [-vendor] [-os] [-(gnu)eabi] arch 阅读全文
posted @ 2023-06-23 22:22 墨尔基阿德斯 阅读(99) 评论(0) 推荐(0)
摘要: 本文重点讲解GCC的基本概念和在嵌入式环境下的使用。 原文 1. GCC工具 GCC编译器: GCC(GNU Compiler Collection)是由 GNU 开发的编程语言编译器。 GCC最初代表“GNU C Compiler”,当时只支持C语言。 后来又扩展能够支持更多编程语言,包括 C++ 阅读全文
posted @ 2023-06-11 14:06 墨尔基阿德斯 阅读(633) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/coderzh/archive/2009/04/06/1426755.html 阅读全文
posted @ 2023-06-05 14:45 墨尔基阿德斯 阅读(19) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/itmm_wang/article/details/105962315 阅读全文
posted @ 2023-05-29 16:45 墨尔基阿德斯 阅读(271) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_23929673/article/details/98723986 linux操作系统知识 : https://blog.csdn.net/qq_23929673/category_9640536.html 阅读全文
posted @ 2023-05-27 14:17 墨尔基阿德斯 阅读(29) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/340348726 阅读全文
posted @ 2023-04-24 14:50 墨尔基阿德斯 阅读(8) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/hujingshuang/article/details/70596630 阅读全文
posted @ 2023-04-20 10:35 墨尔基阿德斯 阅读(97) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页