摘要:
D:\mysql-5.7.24-winx64目录添加my.ini [mysqld] character-set-server=utf8 bind-address = 0.0.0.0 port = 3306 basedir=D:/mysql-5.7.24-winx64 datadir=D:/MySQL 阅读全文
摘要:
// RightReciver = System.Text.Encoding.ASCII.GetString(bt);//接收中文出现会出现问号乱码的,改成UTF8就ok了 RightReciver = System.Text.Encoding.UTF8.GetString(bt); using S 阅读全文
摘要:
c语言中 bool 这个声明在哪个头文件里? stdbool.h 阅读全文
摘要:
*********syserr info start**********kernel_ver : Hi3861V100 R001C00SPC025,2020-09-03 18:10:00**********Exception Information**********PC Task Name : u 阅读全文
摘要:
/* 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 阅读全文
摘要:
首先连接超时分为三种,TCP Connection to SQL Server -> SqlConnection.Open -> SqlCommand.Execute先说第二种超时,sqlcon打开,我们不能直接设置connectiontimeout,只能在连接字符串中设置:Data Source= 阅读全文
摘要:
https://www.php.cn/faq/478786.html 密钥的读法可以根据不同的背景来选择。在密码学中,特别是公钥密码体系中, 密钥的形象描述往往是房屋或者保险箱的钥匙。因此在技术词典中,密钥被标注为“mì yào”。 【mì yuè】读音下的“密钥”的意思:紧密的锁闭。这里的用法用了 阅读全文
摘要:
c#winform不要通过文件右键属性去复制文件路径,会复制到隐藏的字符,打印路径会看见问号 阅读全文
摘要:
计算机\HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\Microsoft Access Driver (*.mdb, *.accdb) 阅读全文
摘要:
c#序列化json文件为字符串-更改json对象内容 public static dynamic Serializ(string send) { try { string path = Application.StartupPath + $@"\{send}"; var file = new Fil 阅读全文