posts - 570,  comments - 96,  views - 171万
< 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
11 2021 档案
严蔚敏数据结构线性表操作
摘要:代码来源自网络:https://www.cnblogs.com/kangjianwei101/p/5223723.html,归原作者所有。此处做一个记录。 test.c #include "SequenceList.h" //https://www.cnblogs.com/kangjianwei10 阅读全文
posted @ 2021-11-27 14:06 你不知道的浪漫 阅读(100) 评论(0) 推荐(0) 编辑
strcpy/strncpy、strcat/strncpy的替代方案strlcpy,strlcat
摘要:strlcat.c #include <sys/types.h> #include <string.h> /* * Appends src to string dst of size dsize (unlike strncat, dsize is the * full size of dst, no 阅读全文
posted @ 2021-11-12 18:46 你不知道的浪漫 阅读(324) 评论(0) 推荐(0) 编辑
FreeBSD漏洞程序升级
摘要:freebsd一大特色,可以对已经安装的软件包进行审计,确认是否安全。如下 pkg audit ruby-2.7.3_2,1 is vulnerable: Ruby -- multiple vulnerabilities CVE: CVE-2021-32066 CVE: CVE-2021-31810 阅读全文
posted @ 2021-11-10 18:59 你不知道的浪漫 阅读(125) 评论(0) 推荐(0) 编辑
FreeBSD下 axel报错 too many redirects
摘要:背景 笔者最近使用FreeBSD进行c语言开发,在配置ports下面命令时,按照网友推荐配置(版权归原网友) /etc/make.conf FETCH_CMD=axel -n 30 -a 其中在下载的时候使用了axel进行多线程下载,由于axel版本比较旧(2.4.2),在下载过程中经常报错 htt 阅读全文
posted @ 2021-11-07 11:17 你不知道的浪漫 阅读(416) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示