PE代码段中可能包含一些数据,比如 optional header中的data
directory会索引到一些数据,比如import/export table等等; 还有一些jump table/switch table等等。
一般来说,direct/indirect call/branch的目标,...
分类:
其他好文 时间:
2014-05-09 03:24:13
阅读次数:
350
我在《VC知识库在线杂志》第十四期和第十五期上曾发表了两篇文章——“直接通过ODBC读、写Excel表格文件”和“直接通过DAO读、写Access文件”,先后给大家介绍了ODBC和DAO两种数据库访问技术的基本使用方法,这次要给大家介绍的是ADO数据库访问技术的使用方法。ADO(Active
Dat...
分类:
数据库 时间:
2014-05-08 18:07:34
阅读次数:
563
man netstat所看到的Active Internet connections
(TCP, UDP, raw)The protocol (tcp, udp, raw) used by the socket.Active UNIX
domain SocketsThe protocol (usua...
分类:
系统相关 时间:
2014-05-08 15:38:42
阅读次数:
381
总是忘记, 备份一下,方便下次用.第一种:File directory = new
File("");//参数为空String courseFile = directory.getCanonicalPath()
;System.out.println(courseFile);结果:C:\Docume...
分类:
编程语言 时间:
2014-05-08 12:43:50
阅读次数:
343
mysql -h10.81.32.196 -P5152 -Dns_map_data_new
-uwangyuchuan_r -p3DLg15rhSsm0O7Nsselect uid,name from t_area_info where
uid=1960;
分类:
其他好文 时间:
2014-05-08 12:00:24
阅读次数:
247
DNS案例一:域名:abc.comdns服务器:192.168.2.100www:1.1.1.1ftp:2.2.2.2mail:3.3.3.3pop3smtpMX①安装准备mount/dev/cdrom/media/cdrom/cd/media/cdrom/Packages/llbind*yum--disablerepo=\*--enablerepo=c6-mediainstallbindbind-chrootbind-utilscd/var/named/chroot/该目..
System.IO 命名空间
System.IO 命名空间的主要目的是为了提供方便访问操作系统的文件和目录类型,另外,也提供写内存和网络流的方法。
这个命名空间提供主要两种方法处理文件和目录,能够使用FileInfo 和 DirectoryInfo 对象获得或修改文件和目录的信息;也能够用File 和 Directory 类实现相同的功能,但是两者都要求传入的文件名为静态成员。通常,如果...
分类:
其他好文 时间:
2014-05-07 21:40:34
阅读次数:
322
//文件远程下载 WebClient client = new WebClient(); Uri
uri = new Uri(url); client.DownloadFile(Uri uri,String
filename);//文件一定得存在不然会报错所以在删除文件时先判断这个文件是否存...
分类:
其他好文 时间:
2014-05-07 21:07:37
阅读次数:
284
内容来源:http://blog.csdn.net/azhao_dn/article/details/6921429在hive上执行查询:select
count(*) from user_active_vv_20110801_31 where active_type_3>0 UNION ALL s...
分类:
其他好文 时间:
2014-05-07 20:26:30
阅读次数:
460