上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 76 下一页
摘要: 随着Internet 的普及,人们通过因特网进行沟通越来越多,相应的通过网络进行商务活 动即电子商务也得到了广泛的发展。电子商务为我国企业开拓国际国内市场、利用好国内 外各种资源提供了一个千载难逢的良机。电子商务对企业来说真正体现了平等 竞争、高效 率、低成本、高质量的优势,能让企业在激烈的市场竞争中把握商机、脱颖而出。发达国 家已经把电子商务作为21 世纪国家经济的增长重点,我国的有关部门也正在... 阅读全文
posted @ 2008-05-05 17:56 ahuo 阅读(1287) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h" #include #include "RSACrypto.h" int main(int argc, char* argv[]) { prng_state prng; unsigned char buf[32]; int err; //加密 if ((err = rc4_start(&prng)) != CRYPT_OK) { print... 阅读全文
posted @ 2008-04-30 10:42 ahuo 阅读(818) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h" #include #include "RSACrypto.h" int main(int argc, char* argv[]) { printf("Hello World!\n"); CTomCryptoRSAWrapper Wra; //const unsigned char* seed; unsigned char strseed[]... 阅读全文
posted @ 2008-04-29 11:23 ahuo 阅读(1590) 评论(0) 推荐(0) 编辑
摘要: 密码库LibTomcrypt的内容介绍及分析 2.1 密码知识简介 2.1.1专业术语 发送者和接收者 假设发送者想发送消息给接收者,且想安全地发送信息:她想确信偷听者不能阅读发送的消息。 2.1.2消息和加密 消息被称为明文。用某种方法伪装消息以隐藏它的内容的过程称为加密,加了密的消息称为密文,而把密文转变为明文的过程称为解密。图1.1表明了这个过程。 (如果你遵循ISO 7... 阅读全文
posted @ 2008-04-29 09:53 ahuo 阅读(3721) 评论(0) 推荐(0) 编辑
摘要: 由于ias的日志文件实在太难看了,写了一个工具去解析它,并不是很完善的。 使用时把数据文件拖进去。 http://www.cnblogs.com/Files/ahuo/IASLogViewer.rar 阅读全文
posted @ 2008-04-21 16:02 ahuo 阅读(555) 评论(0) 推荐(0) 编辑
摘要: 设置Form的AllowDrop为true private void Form1_DragDrop(object sender, DragEventArgs e) { string path = ((System.Array)e.Data.GetData(DataFormats.FileDrop)).GetValue(0).ToString(); ... 阅读全文
posted @ 2008-04-21 15:49 ahuo 阅读(5857) 评论(2) 推荐(0) 编辑
摘要: WEP--有线对等保护 WPA--Wi-Fi保护访问 PSK--Pre-SharedKey--预置共享密钥 TKIP--临时密钥完整性协议 EAP--Extensible Authentication Protocol AAA-身份验证、授权和记帐 RADIUS--Remote Authentication Dial-in User Service-- 远程身份验证拨号用户服务 TLS... 阅读全文
posted @ 2008-04-16 22:28 ahuo 阅读(298) 评论(0) 推荐(0) 编辑
摘要: #pragma data_seg("flag_data") int count=0; #pragma data_seg() #pragma comment(linker,"/SECTION:flag_data,RWS") 这种方法只能在没有def文件时使用,如果通过def文件进行导出的话,那么设置就要在def文件内设置而不能 在代码里设置了。 SETCTIONS flag_data REA... 阅读全文
posted @ 2008-04-08 23:56 ahuo 阅读(3897) 评论(2) 推荐(0) 编辑
摘要: VC项目文件说明 .opt 工程关于开发环境的参数文件。如工具条位置等信息; ... 阅读全文
posted @ 2008-04-08 23:38 ahuo 阅读(629) 评论(0) 推荐(0) 编辑
摘要: 设备控制选项的部分列表 操作 参数 设置成…… 撤消同一个卷的连接 dwIoControlCode F... 阅读全文
posted @ 2008-04-02 13:38 ahuo 阅读(430) 评论(0) 推荐(0) 编辑
摘要: void trace(char* szFormat, ...) { #ifdef _DEBUG char buff[1024] = {0}; va_list args; va_start(args,szFormat); _vsnprintf(buff, 1023, szFormat,args); OutputDebugString(buff); va_end( args); ... 阅读全文
posted @ 2008-03-20 10:07 ahuo 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 只要是vip就可以去掉广告了 关键函数QQHelperDll.dll的IsQQServiceEnable 在入口点修改: mov eax,1 retn 好了这样就成了本地的vip了 因为那个dll的版本太多了不能通用,所以就不提供下载了(我的版本7.1.644.1777) 同时qq每次升级都有可能替 阅读全文
posted @ 2008-03-07 14:28 ahuo 阅读(625) 评论(1) 推荐(0) 编辑
摘要: QQHelperDll.dll这个是目标 把返回值改为1 可以用了 懒得改的就下载吧! http://www.cnblogs.com/Files/ahuo/QQHelperDll.rar 阅读全文
posted @ 2008-03-05 23:18 ahuo 阅读(3234) 评论(10) 推荐(0) 编辑
摘要: void Invalidate( BOOL bErase = TRUE ); 该函数的作用是使整个窗口客户区无效。窗口的客户区无效意味着需要重绘,例如,如果一个被其它窗口遮住的窗口变成了前台窗口,那么原来被遮住的部分就是无效的,需要重绘。这时Windows会在应用程序的消息队列中放置WM_PAINT消息。MFC为窗口类提供了WM_PAINT的消息处理函数OnPaint,OnPaint负责重绘窗口... 阅读全文
posted @ 2008-03-03 23:47 ahuo 阅读(356) 评论(0) 推荐(0) 编辑
摘要: #ifdef __cplusplus cout<<"c++"; #else cout<<"c"; #endif 阅读全文
posted @ 2008-03-02 22:17 ahuo 阅读(808) 评论(1) 推荐(0) 编辑
上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 76 下一页