09 2012 档案

摘要: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)