04 2006 档案

ASCII
摘要:ASCII码表 关键词: ASCII Table of ASCII CharactersThis table lists the ASCII characters and their decimal, octal and hexadecimal numbers. Characters which app... 阅读全文
posted @ 2006-04-03 15:37 .net技術 阅读(358) 评论(0) 推荐(0)
一些函数
摘要:char t[30];strcpy (t, "接收上线请求"); char sql[300] = {0};sprintf (sql, "update tab_zxk set wssj = %d where kh = \'%s\'", nowtime, buf->card_no);memset(sql, 0, 300); 钩子函数:g_Hook = SetWindowsHookEx(WH_CBT, ... 阅读全文
posted @ 2006-04-03 15:36 .net技術 阅读(272) 评论(0) 推荐(0)