上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 30 下一页
摘要: public class FileDownLoadController : BaseController { private string FileFolder = ConfigurationManager.AppSettings["DownFile"];//获取值 #region 下载 #regi 阅读全文
posted @ 2021-05-11 23:47 人生为卒 阅读(208) 评论(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 人生为卒 阅读(326) 评论(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 人生为卒 阅读(463) 评论(0) 推荐(0)
摘要: 调用方法 string _foldPath = textBox1.Text; string foldPath = _foldPath; if (string.IsNullOrEmpty(foldPath)) { MessageBox.Show("请选择文件路径!"); return; } strin 阅读全文
posted @ 2021-02-03 14:18 人生为卒 阅读(624) 评论(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 人生为卒 阅读(503) 评论(0) 推荐(0)
摘要: <body> <style> h1 {background:red} /* <!-- 标签选择器 -->*/ h2 strong{background:green} /* <!-- 派生选择器 -->*/ #h3 {background:blue} /* <!-- id选择器,【#】区分 -->*/ 阅读全文
posted @ 2021-01-14 14:35 人生为卒 阅读(70) 评论(0) 推荐(0)
摘要: 前端 <!--完整坐标图--> <dxc:ChartControl Grid.Row="1" Grid.Column="1" Name="LbarChart" BorderThickness="0" EnableAnimation="True" Background="#FF3D6DAF" > <! 阅读全文
posted @ 2021-01-13 11:48 人生为卒 阅读(926) 评论(0) 推荐(1)
摘要: 在mysql8中导出的数据,想导入mysql5.7中的时候总是报错utf8mb4_0900_ai_ci,然后发现utf8mb4_0900_ai_ci在mysql8以下是不被支持的,导出的数据库需要修改utf8mb4_0900_ai_ci为utf8mb4_unicode_ci或者utf8mb4_gen 阅读全文
posted @ 2021-01-07 15:14 人生为卒 阅读(5099) 评论(0) 推荐(0)
摘要: 转载:https://www.cnblogs.com/Fengsp/archive/2012/08/06/2625149.html FTP服务器的架设(路由器端口设置怎么设置啊) 转载:https://zhidao.baidu.com/question/1860455899284881467.htm 阅读全文
posted @ 2020-12-17 17:49 人生为卒 阅读(609) 评论(0) 推荐(0)
摘要: img.Source = this.GetBitmapImage(m_picCtlData.NewPicPath);//imageControl为WPF Image控件 /// <summary> /// 复制文件,不占用文件 /// </summary> /// <param name="imag 阅读全文
posted @ 2020-12-08 14:00 人生为卒 阅读(225) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 30 下一页