全部博文(1293)
发布时间:2014-05-19 14:03:50
1、抓取某主机发出的Tcp包 Filter command: host 192.168.10.88 and tcp 2、抓取源port为3000端口的TCP包 Filter command: tcp and src port 3000 3、抓取源或目标port为3000端口的TCP包 Filter command: tcp and dst or src port 3000 参考网址: 1、Wireshark图解教程(简介.........【阅读全文】
发布时间:2014-05-15 10:56:02
转自博客:http://blog.csdn.net/hudaweikevin/article/details/4003353申明全局变量,全局函数一定要在cpp中申明 其他类引用该全局变量就include该cpp的h文件 然后extern一下就好了 否则容易出现该重复定义错误 这个"容易"是如何解释的呢? 例如A.h中如果申明了全局变量int Global; 在B.h中i.........【阅读全文】
发布时间:2014-05-15 10:49:24
转自博客:http://blog.163.com/xhyzdai@126/blog/static/732533112011111544957703error C2065: 'WSASocket' : undeclared identifier error C2065: 'WSABUF' : undeclared identifier error C2065: 'WSARecvFrom' : undeclared identifier error C2065: 'WSASendTo' : undeclared identifier ...... 在创.........【阅读全文】
发布时间:2014-05-10 17:26:36
典型出错现场: 错误 162 命名空间“Microsoft.Office.Interop”中不存在类型或命名空间名称“Excel”。是否缺少程序集引用? 命名空间“Microsoft.Office.Interop”中不存在类型或命名空间名称“Excel 原因分析: 引发这样问题主要原因是直接通过COM去引用本机C盘中安装的office相关库。容易出现将代码拿到另外电脑就找.........【阅读全文】
发布时间:2014-05-07 09:55:26
Win7的任务栏在桌面顶端显示使用起来不习惯,如何还原? 任务栏-属性,后面如何操作你懂的。 ......【阅读全文】