摘要: dllist.h 1 #ifndef _DLLIST_H 2 #define _DLLIST_H 3 4 #ifdef __cplusplus 5 extern "C" { 6 #endif 7 8 struct DLLNode_T{ 9 void *pData; ... 阅读全文
posted @ 2014-05-16 17:56 paullam 阅读(346) 评论(0) 推荐(0)
摘要: (一)安装Windows Server 2008密码必须包括大写字母,小写字母和数字(二)安装IIS(三)安装VMware Tools(四) 取消IE增强安全将【启用】改为【禁用】(五)启用共享文件夹 阅读全文
posted @ 2014-05-16 13:18 paullam 阅读(269) 评论(0) 推荐(0)