11 2020 档案

通过 RS485 与读卡器通信
摘要:using NLog; using System; using System.IO.Ports; using System.Text; using System.Threading; namespace TestCom485 { class Program { static void Main(st 阅读全文

posted @ 2020-11-20 15:43 wangzhiliang 阅读(456) 评论(0) 推荐(0)

c++ 基础知识《C++ GUI QT4编程》附录
摘要://在 vs 中调试 c++ 程序时输出变量的值 //1.输出字符串 CString str = "abc"; OutputDebugString(str); OutputDebugString("\n"); //2.输出整数 int i = 100; char c[10]; int len = s 阅读全文

posted @ 2020-11-18 13:36 wangzhiliang 阅读(114) 评论(0) 推荐(0)

导航