上一页 1 ··· 84 85 86 87 88 89 90 91 92 ··· 123 下一页
摘要: /* int8_t _cs, _dc, _rst, _sid(SDA), _sclk(CLK); #define TFT_DC 8 //DC,hi3861(gpio_1) #define TFT_RST 9 //RES,hi3861(gpio_2) #define TFT_CS 10 ,hi3861 阅读全文
posted @ 2021-11-27 19:49 txwtech 阅读(207) 评论(0) 推荐(0)
摘要: 首先连接超时分为三种,TCP Connection to SQL Server -> SqlConnection.Open -> SqlCommand.Execute先说第二种超时,sqlcon打开,我们不能直接设置connectiontimeout,只能在连接字符串中设置:Data Source= 阅读全文
posted @ 2021-11-24 21:54 txwtech 阅读(5115) 评论(1) 推荐(1)
摘要: https://www.php.cn/faq/478786.html 密钥的读法可以根据不同的背景来选择。在密码学中,特别是公钥密码体系中, 密钥的形象描述往往是房屋或者保险箱的钥匙。因此在技术词典中,密钥被标注为“mì yào”。 【mì yuè】读音下的“密钥”的意思:紧密的锁闭。这里的用法用了 阅读全文
posted @ 2021-11-24 11:00 txwtech 阅读(3100) 评论(0) 推荐(0)
摘要: c#winform不要通过文件右键属性去复制文件路径,会复制到隐藏的字符,打印路径会看见问号 阅读全文
posted @ 2021-11-23 08:26 txwtech 阅读(118) 评论(1) 推荐(0)
摘要: 计算机\HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\Microsoft Access Driver (*.mdb, *.accdb) 阅读全文
posted @ 2021-11-22 14:53 txwtech 阅读(221) 评论(0) 推荐(0)
摘要: c#序列化json文件为字符串-更改json对象内容 public static dynamic Serializ(string send) { try { string path = Application.StartupPath + $@"\{send}"; var file = new Fil 阅读全文
posted @ 2021-11-19 17:06 txwtech 阅读(300) 评论(0) 推荐(0)
摘要: HttpWebRequest request = WebRequest.Create(url) as HttpWebRequest;//创建请求对象 request.Timeout = 2000; request.Method = "POST";//请求方式 request.ContentType 阅读全文
posted @ 2021-11-19 16:59 txwtech 阅读(1922) 评论(0) 推荐(0)
摘要: c#winform大括号自动对齐快捷键 CTRL +K+D这是vs中格式化代码的快捷键 阅读全文
posted @ 2021-11-19 15:16 txwtech 阅读(424) 评论(0) 推荐(0)
摘要: 引用: OFFICE.DLL Microsoft.Office.Interop.Excel.dll public static void ToExcel(ListView LView, string strTitle) { try { Microsoft.Office.Interop.Excel.A 阅读全文
posted @ 2021-11-17 15:50 txwtech 阅读(254) 评论(0) 推荐(0)
摘要: //判断是否为数字型字符串 System.Text.RegularExpressions.Regex rex = new System.Text.RegularExpressions.Regex(@"^\d+$"); //判断是否为数字型字符串 System.Text.RegularExpressi 阅读全文
posted @ 2021-11-17 15:16 txwtech 阅读(210) 评论(0) 推荐(0)
上一页 1 ··· 84 85 86 87 88 89 90 91 92 ··· 123 下一页