上一页 1 2 3 4 5 6 7 8 9 10 ··· 29 下一页
摘要: #region 使用SqlBulkCopy将DataTable中的数据批量插入数据库中 #region MySql批量提交 /// <summary> /// MySql批量提交 /// </summary> /// <typeparam name="T"></typeparam> /// <par 阅读全文
posted @ 2021-08-30 15:38 人生为卒 阅读(555) 评论(0) 推荐(0) 编辑
摘要: #region MySql批量提交 /// <summary> /// MySql批量提交 /// </summary> /// <typeparam name="T"></typeparam> /// <param name="TbName">表名</param> /// <param name= 阅读全文
posted @ 2021-08-30 15:33 人生为卒 阅读(623) 评论(0) 推荐(0) 编辑
摘要: set GLOBAL max_connections=1024;set GLOBAL mysqlx_max_connections=1024; set GLOBAL max_connect_errors = 1024;show variables like '%max_connections%';s 阅读全文
posted @ 2021-07-18 14:30 人生为卒 阅读(60) 评论(0) 推荐(0) 编辑
摘要: public class FileDownLoadController : BaseController { private string FileFolder = ConfigurationManager.AppSettings["DownFile"];//获取值 #region 下载 #regi 阅读全文
posted @ 2021-05-11 23:47 人生为卒 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 转:https://blog.csdn.net/xuexiaodong009/article/details/81907821 C# 如何检测网络连接 1WebRequest public static bool WebRequestTest() { string url = "http://www 阅读全文
posted @ 2021-02-06 09:54 人生为卒 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 转载 http://www.voidcn.com/article/p-ddbcqdqj-pv.html 思路:通过在Word中设置书签 ,调用Word的方法去查找书签然后进行替换保存。 代码如下: 首先添加OFFCIE引用 Microsoft Office 15.0 Object Library 这 阅读全文
posted @ 2021-02-03 17:19 人生为卒 阅读(425) 评论(0) 推荐(0) 编辑
摘要: 调用方法 string _foldPath = textBox1.Text; string foldPath = _foldPath; if (string.IsNullOrEmpty(foldPath)) { MessageBox.Show("请选择文件路径!"); return; } strin 阅读全文
posted @ 2021-02-03 14:18 人生为卒 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 调用方法: FSearch _FSearch = new FSearch(); List<string> o_Rtn = new List<string>(); string _foldPath = textBox1.Text; string _searckkey = textBox2.Text; 阅读全文
posted @ 2021-02-03 11:56 人生为卒 阅读(463) 评论(0) 推荐(0) 编辑
摘要: <body> <style> h1 {background:red} /* <!-- 标签选择器 -->*/ h2 strong{background:green} /* <!-- 派生选择器 -->*/ #h3 {background:blue} /* <!-- id选择器,【#】区分 -->*/ 阅读全文
posted @ 2021-01-14 14:35 人生为卒 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 前端 <!--完整坐标图--> <dxc:ChartControl Grid.Row="1" Grid.Column="1" Name="LbarChart" BorderThickness="0" EnableAnimation="True" Background="#FF3D6DAF" > <! 阅读全文
posted @ 2021-01-13 11:48 人生为卒 阅读(809) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 29 下一页