2017年12月27日

摘要: insert into tablename values(0,FROM_UNIXTIME(1514387127),'0') 插入bit insert into originalsignalrecord values(0,b'0',b'0') 阅读全文
posted @ 2017-12-27 23:06 lydstory 阅读(139) 评论(0) 推荐(0) 编辑
摘要: int main(){ unsigned short i = 65434; short p = i; printf("%d", p); int sp; scanf_s("%d", &sp); return 0;} 阅读全文
posted @ 2017-12-27 16:07 lydstory 阅读(144) 评论(0) 推荐(0) 编辑
摘要: struct sendNak { }__attribute__((packed)); //位处理 获取包的时候 必须对齐 否则得到的数据不正确 阅读全文
posted @ 2017-12-27 14:41 lydstory 阅读(102) 评论(0) 推荐(0) 编辑
摘要: delegate<void (CClass*)> Starting; 阅读全文
posted @ 2017-12-27 09:26 lydstory 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 服务 线程 定时器 (前台 后台) 对话框 处理.. 程序是可以这么干的 vc程序下 阅读全文
posted @ 2017-12-27 09:21 lydstory 阅读(131) 评论(0) 推荐(0) 编辑
摘要: #define LOBYTE(w) ((BYTE)(((DWORD_PTR)(w)) & 0xff))#define HIBYTE(w) ((BYTE)((((DWORD_PTR)(w)) >> 8) & 0xff)) 阅读全文
posted @ 2017-12-27 09:17 lydstory 阅读(461) 评论(0) 推荐(0) 编辑
摘要: windows的一种单向通信方式 阅读全文
posted @ 2017-12-27 09:16 lydstory 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 继承于CStdioFile文件的clog类 阅读全文
posted @ 2017-12-27 09:13 lydstory 阅读(112) 评论(0) 推荐(0) 编辑
摘要: LPT读写并口 阅读全文
posted @ 2017-12-27 09:12 lydstory 阅读(254) 评论(0) 推荐(0) 编辑
摘要: typedef struct device_info{ }device_info_t; vector<device_info_t> 函数(); 获取vector函数参数 阅读全文
posted @ 2017-12-27 09:11 lydstory 阅读(175) 评论(0) 推荐(0) 编辑

导航