会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zjz
.net一些學習資料和文檔!
导航
博客园
首页
新随笔
联系
订阅
管理
公告
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)