文章分类 -  linux 基础

摘要:https://cloud.tencent.com/developer/article/2032451 阅读全文
posted @ 2025-05-30 16:56 微笑的''80 阅读(11) 评论(0) 推荐(0)
摘要:https://releases.linaro.org/components/toolchain/binaries/ https://snapshots.linaro.org/gnu-toolchain/ https://www.cnblogs.com/xuejiangqiang/p/1658253 阅读全文
posted @ 2025-05-30 16:44 微笑的''80 阅读(9) 评论(0) 推荐(0)
摘要:https://docs.oracle.com/cd/E38902_01/html/E38880/preface-1.html#scrolltoc https://docs.oracle.com/cd/E38902_01/html/E38880/toc.html 阅读全文
posted @ 2025-05-19 22:36 微笑的''80 阅读(2) 评论(0) 推荐(0)
摘要:https://mp.weixin.qq.com/s/TT7GNOKGDgxP1csfGu6lDg 阅读全文
posted @ 2025-05-18 10:17 微笑的''80 阅读(1) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_43581670/article/details/134020633 阅读全文
posted @ 2025-05-18 10:16 微笑的''80 阅读(3) 评论(0) 推荐(0)
摘要:CC = gcc CFLAGS = -Wall -O0 -g SRC = $(wildcard *.c) SRC += $(wildcard ./easylogger/port/*.c) SRC += $(wildcard ./easylogger/src/*.c) SRC += $(wildcar 阅读全文
posted @ 2025-05-15 22:53 微笑的''80 阅读(2) 评论(0) 推荐(0)
摘要:ubuntu 20.0.4 https://baijiahao.baidu.com/s?id=1670100505795119581&wfr=spider&for=pc 安装配置vim sudo apt-get install vim (安装完整版本的VI) 创建 vi ~/.vimrc 添加 se 阅读全文
posted @ 2025-05-15 22:47 微笑的''80 阅读(2) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/m0_57376564/article/details/147621156 https://blog.csdn.net/weixin_34122604/article/details/92928279 阅读全文
posted @ 2025-05-14 20:20 微笑的''80 阅读(3) 评论(0) 推荐(0)
摘要:https://docs.redhat.com/zh-cn/documentation/red_hat_enterprise_linux/6/html/installation_guide/ch-obtaining_red_hat_enterprise_linux#ch-Obtaining_Red_ 阅读全文
posted @ 2025-05-14 08:44 微笑的''80 阅读(4) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/yhhdll0107/article/details/113664325 阅读全文
posted @ 2025-05-10 23:30 微笑的''80 阅读(8) 评论(0) 推荐(0)
摘要:https://libev.cn/ 阅读全文
posted @ 2025-05-07 19:42 微笑的''80 阅读(4) 评论(0) 推荐(0)
摘要:https://zhuanlan.zhihu.com/p/688223833 https://blog.csdn.net/qq_45528306/article/details/135787903 https://blog.csdn.net/Lmz_0314/article/details/1401 阅读全文
posted @ 2025-05-07 16:21 微笑的''80 阅读(5) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/leftfist/article/details/142586651 sudo rabbitmq-plugins enable rabbitmq_management sudo rabbitmq-plugins enable rabbitmq_stomp 阅读全文
posted @ 2025-05-02 22:03 微笑的''80 阅读(7) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/lilg_2008/article/details/136255245 https://www.ibm.com/support/pages/node/883796 https://public.dhe.ibm.com/aix/freeSoftware/ai 阅读全文
posted @ 2025-05-02 12:54 微笑的''80 阅读(6) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/Sonnyzx/article/details/141531100 阅读全文
posted @ 2025-04-26 16:29 微笑的''80 阅读(9) 评论(0) 推荐(0)
摘要:client: #include <stdio.h> #include <stdlib.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <unistd.h> #include <st 阅读全文
posted @ 2025-04-25 19:40 微笑的''80 阅读(1) 评论(0) 推荐(0)
摘要:https://docs.pingcode.com/baike/1245452 https://www.cnblogs.com/opensmarty/p/17979608 阅读全文
posted @ 2025-04-24 16:33 微笑的''80 阅读(3) 评论(0) 推荐(0)
摘要:https://arthurchiao.art/blog/intro-to-io-uring-zh/ 阅读全文
posted @ 2025-04-24 12:59 微笑的''80 阅读(2) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/findumars/p/6653704.html sudo apt install cppman #安装 cppman cppman -s www.cppreference.com ##指向源 cppman -r ## 重建索引 阅读全文
posted @ 2025-04-22 11:27 微笑的''80 阅读(14) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/wumu720123/article/details/88877634 https://mp.weixin.qq.com/s/jR6vpjvk6TSkFmGt3m8cwg 阅读全文
posted @ 2025-04-21 10:39 微笑的''80 阅读(2) 评论(0) 推荐(0)