随笔分类 - C Sharp.net
008-DataGridView配置
摘要:1 using Aspose.Cells; 2 using MSSQLDAL.Globals; 3 using System; 4 using System.Collections.Generic; 5 using System.Data; 6 using System.Linq; 7 using System.Text; 8 using System.Threa...
阅读全文
posted @ 2019-07-21 20:59
灬伊天☂
007-跨线程访问控件
摘要:1 Control.CheckForIllegalCrossThreadCalls = false; 2 this.Invoke(new Action(() =>{ }));
阅读全文
posted @ 2019-03-16 01:09
灬伊天☂
006-Download下载
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 5 namespace SuperDLL 6 { 7 public static class Download 8 { 9 public static void DownloadFile(stri...
阅读全文
posted @ 2018-09-08 19:38
灬伊天☂
005-WebBrowser浏览
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Windows.Forms; 5 6 namespace SuperDLL 7 { 8 public static class WebBrowser 9 { 10 pub...
阅读全文
posted @ 2018-09-08 19:36
灬伊天☂
004-Picture截图
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Drawing; 4 using System.Drawing.Imaging; 5 using System.Text; 6 7 namespace SuperDLL 8 { 9 /// 10 /// 图片操作 11 ...
阅读全文
posted @ 2018-09-08 19:34
灬伊天☂
003-KeyMouse键鼠操作
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Windows.Forms; 5 6 namespace SuperDLL 7 { 8 /// 9 /// 键鼠操作 10 /// 11 public static ...
阅读全文
posted @ 2018-09-08 19:27
灬伊天☂
002-FileIO(文件读写)
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.Text; 5 using System.Windows.Forms; 6 7 namespace SuperDLL 8 { 9 /// 10 /// 文件IO 11...
阅读全文
posted @ 2018-09-08 19:18
灬伊天☂
001-SQL参数形式
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Data; 4 using System.Data.SqlClient; 5 using System.Text; 6 7 namespace SuperDLL 8 { 9 /// 10 /// SQL数据...
阅读全文
posted @ 2018-09-08 19:10
灬伊天☂
000-Thread线程池
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Text; 7 using System.Threading; 8 using System.W...
阅读全文
posted @ 2018-09-08 19:02
灬伊天☂
浙公网安备 33010602011771号