随笔分类 -  Linux系统编程

linux系统编程学习
摘要:参考: https://www.man7.org/linux/man-pages/man2/waitpid.2.html https://blog.csdn.net/m0_74841364/category_12488725.html https://www.cnblogs.com/leeming0 阅读全文

posted @ 2024-07-09 11:43 lh03061238 阅读(7) 评论(0) 推荐(0) 编辑

GCC内置宏
摘要:打印GCC预定义宏 https://blog.csdn.net/zoomdy/article/details/79361163 gcc 预定义宏(x86-64)https://blog.csdn.net/alan00000/article/details/47175063?spm=1001.2101 阅读全文

posted @ 2023-07-03 10:27 lh03061238 阅读(74) 评论(0) 推荐(0) 编辑

cmake的编译安装
摘要:参考: https://zhuanlan.zhihu.com/p/477157242 阅读全文

posted @ 2023-03-14 10:23 lh03061238 阅读(62) 评论(0) 推荐(0) 编辑

Linux SIGINT
摘要:https://blog.csdn.net/m0_65731372/article/details/127269651 https://blog.csdn.net/a379039233/article/details/80715365 https://blog.csdn.net/cunjiu9486 阅读全文

posted @ 2023-02-21 17:43 lh03061238 阅读(12) 评论(0) 推荐(0) 编辑

CentOS中yum安装软件时报No package XXX available
摘要:https://www.cnblogs.com/xixihuang/p/5405188.html 阅读全文

posted @ 2022-11-14 10:20 lh03061238 阅读(117) 评论(0) 推荐(0) 编辑

/bin、/sbin、/usr/sbin、/usr/bin /usr/local/bin目录的作用和区别
摘要:参考: https://blog.csdn.net/baidu_31788709/article/details/90679657?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefau 阅读全文

posted @ 2022-10-19 17:37 lh03061238 阅读(1371) 评论(0) 推荐(1) 编辑

GDB info registers命令
摘要:GDB info registers命令 - 输出的第二列 https://qa.1r1g.com/sf/ask/2171820031/ 使用GDB查看和修改寄存器的值 https://blog.csdn.net/weixin_44395686/article/details/104727314?s 阅读全文

posted @ 2022-10-09 10:44 lh03061238 阅读(557) 评论(0) 推荐(0) 编辑

查看linux系统版本
摘要:参考: https://blog.csdn.net/majianting/article/details/122694130 https://blog.csdn.net/GSWWJM/article/details/119727346?spm=1001.2101.3001.6650.2&utm_me 阅读全文

posted @ 2022-09-23 15:19 lh03061238 阅读(30) 评论(0) 推荐(0) 编辑

make dist
摘要:https://blog.csdn.net/cj2580/article/details/76492447 阅读全文

posted @ 2022-09-21 15:56 lh03061238 阅读(23) 评论(0) 推荐(0) 编辑

debian包的制作
摘要:源码生成deb包 https://www.cnblogs.com/ruiy/p/5043716.html deb包制作 https://www.cnblogs.com/ditvelo/p/16662910.html 使用autotools自动生成Makefile并在此之上使用dh-make生成可发布 阅读全文

posted @ 2022-09-21 14:59 lh03061238 阅读(272) 评论(0) 推荐(0) 编辑

RPM 包的制作
摘要:rpm与src.rpm区别及安装 https://www.iteye.com/blog/ontheroad-luckhouge-1124215 https://www.it610.com/article/1290951704820391936.htm 参考: https://blog.csdn.ne 阅读全文

posted @ 2022-09-19 20:01 lh03061238 阅读(329) 评论(0) 推荐(0) 编辑

Linux系统调用权威指南(转)
摘要:[译] Linux 系统调用权威指南(2016) https://arthurchiao.art/blog/system-call-definitive-guide-zh/ 阅读全文

posted @ 2022-09-05 14:40 lh03061238 阅读(37) 评论(0) 推荐(0) 编辑

操作数栈
摘要:操作数栈(Operand Stack) https://www.jianshu.com/p/c0f267ff3a2d 操作数栈(Operand Stack) https://blog.csdn.net/z318913/article/details/123004876?utm_medium=dist 阅读全文

posted @ 2022-08-06 15:54 lh03061238 阅读(25) 评论(0) 推荐(0) 编辑

linux进程状态(转)
摘要:参考: Linux系统之进程状态 http://t.zoukankan.com/littlecharacter-p-12154588.html Linux进程相关知识学习整理 http://blog.itpub.net/29487349/viewspace-2749436/ Linux进程状态:R 阅读全文

posted @ 2022-07-26 15:33 lh03061238 阅读(186) 评论(0) 推荐(0) 编辑

Linux exec 类函数
摘要:Linux exec 系列函数:execl execv等 https://blog.csdn.net/lqy971966/article/details/110532621 linux进程 exec族函数(execl, execlp, execle, execv, execvp, execvpe)  阅读全文

posted @ 2022-07-26 11:11 lh03061238 阅读(135) 评论(0) 推荐(0) 编辑

linux fork()
摘要:Linux中fork函数详解(附图解与代码实现) https://blog.csdn.net/m0_53133879/article/details/124892548 Linux进程Fork详解 https://blog.csdn.net/tianjindong0804/article/detai 阅读全文

posted @ 2022-07-26 11:00 lh03061238 阅读(144) 评论(0) 推荐(0) 编辑

linux中的信号机制及原理分析
摘要:Linux的信号 https://blog.csdn.net/weixin_45676049/article/details/109256132 Linux 信号总结以及常见信号使用 https://blog.csdn.net/zb1593496558/article/details/8028034 阅读全文

posted @ 2022-07-26 10:56 lh03061238 阅读(56) 评论(0) 推荐(0) 编辑

wait()/waitpid()系统调用
摘要:Linux中waitpid()函数的用法 https://blog.csdn.net/Roland_Sun/article/details/32084825?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.none-task-b 阅读全文

posted @ 2022-07-26 10:47 lh03061238 阅读(83) 评论(0) 推荐(0) 编辑

linux查看系统进程信息
摘要:linux如何查看进程 https://m.php.cn/article/470941.html 在Linux中查看所有正在运行的进程的方法 https://www.jb51.net/article/191006.htm pidof查找进程pid https://blog.csdn.net/qq_5 阅读全文

posted @ 2022-06-30 11:12 lh03061238 阅读(279) 评论(0) 推荐(0) 编辑

程序中的.dll .lib .def 和 .exp文件
摘要:程序中出现的.dll .lib .def 和 .exp文件 https://www.csdn.net/tags/NtzaggzsMTU3NTItYmxvZwO0O0OO0O0O.html 阅读全文

posted @ 2022-05-30 10:39 lh03061238 阅读(133) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示