07 2021 档案
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 8 namespace SearchSc
阅读全文
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7
阅读全文
摘要:1 using System; 2 using System.Collections; 3 using System.Collections.Concurrent; 4 using System.Collections.Generic; 5 using System.IO; 6 using Syst
阅读全文
摘要:1.声明CancellationTokenSource 对象 /// <summary>线程控制器管理</summary> private CancellationTokenSource cancellationManage; 2.实例化 CancellationTokenSource 对象,此对象
阅读全文
摘要:1.在Repository -> Repository settings -> Ignored files内添加设置 ## Ignore Visual Studio temporary files, build results, and ## files generated by popular V
阅读全文
摘要:1.打开项目属性,点击生成事件,选择编辑后期生成 2.点击宏命令 3.编辑宏命令 3.1.先创建固定文件夹的路径。MD【创建文件夹命令】, $(SolutionDir)【双击选择的宏则自动带出,表示解决方案的路径】,..【表示返回上一层文件夹命令】,Library【文件夹名】 MD $(Soluti
阅读全文
摘要:1.将dll添加到自定义分页上的选项卡上 2.拖入界面窗体 3.后台添加逻辑代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace
阅读全文