摘要: 《孙子兵法》是中国最古老、最杰出的一部兵书,历来备受推崇,研习者辈出。《孙子兵法》全书共十三篇。 阅读全文
posted @ 2012-12-28 10:15 Clotho_Lee 阅读(205) 评论(0) 推荐(0)
摘要: http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation http://msdn.microsoft.com/en-us/library/system.security.cryptography.ciphermode.aspx 阅读全文
posted @ 2012-09-12 12:29 Clotho_Lee 阅读(965) 评论(0) 推荐(0)
摘要: Type Name Bytes Other Names Range of Values int 4 signed –2,147,483,648 to 2,147,483,647 unsigned int 4 unsigned 0 to 4,294,967,295 __int8 1 char –128 to 127 unsigned __int8 1 unsigned char 0 to 255 阅读全文
posted @ 2012-09-10 17:07 Clotho_Lee 阅读(254) 评论(0) 推荐(1)
摘要: Data type Description APIENTRY The calling convention for system functions. This type is declared in WinDef.h as follows: #define APIENTRY WINAPI ATOM An atom. For more information, see About Atom Tables. This type is declared in WinDef.h as follows: typedef WORD ATOM; BOOL A Boolean variable (should be TRUE or FALSE). This type is declared in WinDef.h as follows: typedef int BOOL; 阅读全文
posted @ 2012-09-10 16:49 Clotho_Lee 阅读(927) 评论(0) 推荐(0)
摘要: powercfg -h off 阅读全文
posted @ 2012-09-07 16:35 Clotho_Lee 阅读(273) 评论(0) 推荐(0)
摘要: 1.头文件 windows下winsock.h或winsock2.h linux下netinet/in.h(大部分都在这儿),unistd.h(close函数在这儿),sys/socket.h(在in.h里已经包含了,可以省了) 2.初始化 windows下需要用WSAStartup启动Ws2_32.lib,并且要用#pragma comment(lib,"Ws2_32")来告知编译器链接该lib. linux下不需要 3.关闭socket windows下closesocket() linux下close() 阅读全文
posted @ 2012-08-29 13:38 Clotho_Lee 阅读(11769) 评论(0) 推荐(1)
摘要: 現在提供五行化動土局於此(本人之著作《風生水起》之巒頭篇,亦有詳細記載),務使各位讀者遇有動土時能加以運用,消災解病。 五行物件: 木——任何植物。 火——任何紅色物件。 土——石頭。 金——金屬發聲物件,如風鈴、音樂盒,或六個銅錢亦可。 但最簡單為音樂盒,因扭緊發條以後便可發出聲音, 但記著不可使用電子音樂盒,因電屬火,火會金,產生相反效果。 水——普通水喉水,不要用蒸溜水。 阅读全文
posted @ 2012-08-27 11:24 Clotho_Lee 阅读(1337) 评论(0) 推荐(0)
摘要: 开始菜单 -> Microsoft Visual Studio 2008 -> Visual Studio Tools -> Visual Studio 2008 Command Prompt / 开始菜单 -> Microsoft Visual Studio 2010 -> Visual Studio Tools -> Visual Studio 2010 Command Prompt 阅读全文
posted @ 2012-08-22 10:53 Clotho_Lee 阅读(2635) 评论(0) 推荐(0)
摘要: REGEDIT4 [HKEY_CLASSES_ROOT\.txt] @="txtfile" "Content Type"="text/plain" [HKEY_CLASSES_ROOT\.txt\ShellNew] "NullFile"="" [HKEY_CLASSES_ROOT\txtfile] @="文本文档" [HKEY_CLASSES_ROOT\txtfile\shell] [HKEY_CLASSES_ROOT\txtfile\shell\open] [HKEY_CLASSES_ROOT\txtfile\shell\open\command] @="NOTEPAD.EXE %1" 阅读全文
posted @ 2012-08-05 23:24 Clotho_Lee 阅读(337) 评论(0) 推荐(0)
摘要: Color.AliceBlue 240,248,255 Color.LightSalmon 255,160,122 Color.AntiqueWhite ... 阅读全文
posted @ 2012-07-05 17:35 Clotho_Lee 阅读(10096) 评论(0) 推荐(0)