随笔 - 547  文章 - 213 评论 - 417 阅读 - 107万

03 2015 档案
jQuery cssHook的经典例子
摘要:/*--------------------------- example ------------------------------*/ $.cssHooks.foo = { get: function(elm, computed){ ... 阅读全文
posted @ 2015-03-31 18:01 今夜太冷 阅读(273) 评论(0) 推荐(0) 编辑
loadicon后一定要调用destroyicon吗
摘要:RemarksItisonlynecessarytocallDestroyIconforiconsandcursorscreatedwiththefollowingfunctions:CreateIconFromResourceEx(ifcalledwithouttheLR_SHAREDflag),... 阅读全文
posted @ 2015-03-24 19:17 今夜太冷 阅读(576) 评论(0) 推荐(0) 编辑
C++的基本类型
摘要: 阅读全文
posted @ 2015-03-22 21:02 今夜太冷 阅读(134) 评论(0) 推荐(0) 编辑
Escape字符总结
摘要:有如下的 escape字符。 对于十进制来说,\后面只涵盖3个字符,比如\1234,是\123和字符4. 但是对于十六进制,后面会涵盖四个字符,比如\x1234,后面的四个字符都在\的涵盖范围内。 阅读全文
posted @ 2015-03-22 20:44 今夜太冷 阅读(380) 评论(0) 推荐(0) 编辑
C++类型转换的经典例子
摘要: 阅读全文
posted @ 2015-03-22 19:13 今夜太冷 阅读(162) 评论(0) 推荐(0) 编辑
如何判断CapsLock键是否按下
摘要:SHORT cap_state = ::GetKeyState(VK_CAPITAL); char str[10]; sprintf(str, "%d", cap_state); AfxMessageBox( CString(str) , MB_OK ); 会弹出0或者1 阅读全文
posted @ 2015-03-18 21:19 今夜太冷 阅读(312) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示