会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
nazhen
博客园
首页
新随笔
联系
订阅
管理
2026年6月14日
VSCode配置文件
摘要: VSCode配置文件 { // "C_Cpp.commentContinuationPatterns": [ // "/**" // ], // "C_Cpp.default.cStandard": "gnu23", // "C_Cpp.default.cppStandard": "gnu++23"
阅读全文
posted @ 2026-06-14 23:00 ZhenNA
阅读(7)
评论(0)
推荐(0)
2022年10月17日
交叉编译tcpdump
摘要: 一、准备工作 源代码git地址 # tcpdump依赖libpcap https://github.com/the-tcpdump-group/libpcap.git # tcpdump源码 https://github.com/the-tcpdump-group/tcpdump.git 交叉编译工
阅读全文
posted @ 2022-10-17 20:10 ZhenNA
阅读(1362)
评论(0)
推荐(0)
交叉编译ethtool
摘要: 一、准备工作 源代码git仓库地址 # ethtool依赖libmul git clone git://git.netfilter.org/libmnl # ethtool源码 git clone git://git.kernel.org/pub/scm/network/ethtool/ethtoo
阅读全文
posted @ 2022-10-17 20:04 ZhenNA
阅读(2799)
评论(0)
推荐(0)
jsoncpp的编译与应用
摘要: 一、jsoncpp编译 1.1 源码准备 源码地址 官方文档 # 1. 直接下载zip压缩包,下载后解压即可 https://github.com/open-source-parsers/jsoncpp-docs/archive/refs/heads/gh-pages.zip # 2. 使用http
阅读全文
posted @ 2022-10-17 19:56 ZhenNA
阅读(1577)
评论(0)
推荐(0)
公告