04 2016 档案

摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace 计时器 ... 阅读全文
posted @ 2016-04-12 17:18 qq921201008 阅读(673) 评论(0) 推荐(0) 编辑
摘要://二进制读 //十进制 阅读全文
posted @ 2016-04-08 16:31 qq921201008 阅读(373) 评论(0) 推荐(0) 编辑
摘要://检测硬件改变 protected override void WndProc(ref Message m) { const int WM_DEVICECHANGE = 0x219; if (m.Msg == WM_DEVICECHANGE) { if... 阅读全文
posted @ 2016-04-08 14:17 qq921201008 阅读(441) 评论(0) 推荐(0) 编辑
摘要:自动保存路径到配置文件 阅读全文
posted @ 2016-04-08 14:16 qq921201008 阅读(761) 评论(0) 推荐(0) 编辑
摘要:int main() { char* p = (char*)malloc(32); free(p); return 0; } 阅读全文
posted @ 2016-04-06 10:38 qq921201008 阅读(135) 评论(0) 推荐(0) 编辑

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