上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页
摘要: [Win32Exception (0x80004005): 远程主机强迫关闭了一个现有的连接。] [SqlException (0x80131904): 在从服务器接收结果时发生传输级错误。 (provider: TCP Provider, error: 0 - 远程主机强迫关闭了一个现有的连接。) 阅读全文
posted @ 2020-05-14 14:45 纵一苇之所如- 阅读(2238) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// MySql数据库操作类 /// </summary> public class MySqlHelper { public static string connectionString = System.Configuration.ConfigurationMana 阅读全文
posted @ 2020-05-13 17:41 纵一苇之所如- 阅读(1325) 评论(0) 推荐(0) 编辑
摘要: Mysql.Data.dll官网下载 在项目开发中链接MySQL数据库经常要用到Mysql.Data.dll,网上虽然有很多,但是还是比较信赖官网的 今天就从官网下载一次记录一下过程 1.下载地址 官网地址:https://www.mysql.com/ 2.下载过程 本次下载时间是 2020年5月1 阅读全文
posted @ 2020-05-13 16:28 纵一苇之所如- 阅读(10105) 评论(0) 推荐(0) 编辑
摘要: The server time zone value '�й���׼ʱ��' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via 阅读全文
posted @ 2020-05-13 14:16 纵一苇之所如- 阅读(2022) 评论(0) 推荐(0) 编辑
摘要: public class ExcelReportWriter : IReportWriter 中自定义Sheet名字 report.RenderHints["SheetName"] = "Test Sheet"; var sheetName = report.RenderHints[SheetNam 阅读全文
posted @ 2020-04-27 10:33 纵一苇之所如- 阅读(342) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2020-04-23 18:01 纵一苇之所如- 阅读(0) 评论(0) 推荐(0) 编辑
摘要: Exec master.dbo.xp_fixeddrives create table #t(name varchar(255), rows bigint, reserved varchar(20), data varchar(20), index_size varchar(20), unused 阅读全文
posted @ 2020-04-14 17:10 纵一苇之所如- 阅读(492) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2020-04-10 15:38 纵一苇之所如- 阅读(0) 评论(0) 推荐(0) 编辑
摘要: npm install --unsafe-perm --save xxxxxxxxxxxxx@latest 阅读全文
posted @ 2020-03-31 17:35 纵一苇之所如- 阅读(258) 评论(0) 推荐(0) 编辑
摘要: // 2. Send media file inside Room import { FileBox } from 'file-box' const fileBox1 = FileBox.fromUrl('https://chatie.io/wechaty/images/bot-qr-code.pn 阅读全文
posted @ 2020-03-29 14:39 纵一苇之所如- 阅读(383) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页