posts - 45,comments - 5,views - 34102
03 2020 档案
Bing语句
摘要:1 不曾在你巅峰时慕名而来,也不会在你低谷时离你而去。 阅读全文
posted @ 2020-03-09 08:33 雨点点 阅读(152) 评论(0) 推荐(0) 编辑
VS2013配置Winpcap
摘要:1 下载并安装WinPcap运行库 http://www.winpcap.org/install/default.htm 2 下载WinPcap开发包 http://www.winpcap.org/devel.htm,解压到纯英文路径,或者直接和项目放到一个目录。 3 新建Visual C++的Wi 阅读全文
posted @ 2020-03-03 22:53 雨点点 阅读(612) 评论(0) 推荐(0) 编辑
实用软件
摘要:1 可以让Windows支持 flv等格式的扩展包 https://codecguide.com/ 阅读全文
posted @ 2020-03-01 23:05 雨点点 阅读(111) 评论(0) 推荐(0) 编辑
Centos安装 gcc g++
摘要:1 联网环境 yum -y install gcc gcc-c++ kernel-devel 2 检测 gcc -v [root@localhost libpcap]# gcc -v使用内建 specs。COLLECT_GCC=gccCOLLECT_LTO_WRAPPER=/usr/libexec/ 阅读全文
posted @ 2020-03-01 22:05 雨点点 阅读(511) 评论(0) 推荐(0) 编辑
Centos安装libpcap
摘要:1 联网环境 yum install libpcap yum install libpcap-devel 2 测试 vi test.c #include <pcap.h>#include <stdio.h>int main(){ char errBuf[PCAP_ERRBUF_SIZE], * de 阅读全文
posted @ 2020-03-01 21:55 雨点点 阅读(3134) 评论(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

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