Loading

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 阅读全文
posted @ 2021-07-21 17:09 云辰 阅读(69) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2021-07-21 10:09 云辰 阅读(89) 评论(0) 推荐(0) 编辑
摘要:1 using System; 2 using System.Collections; 3 using System.Collections.Concurrent; 4 using System.Collections.Generic; 5 using System.IO; 6 using Syst 阅读全文
posted @ 2021-07-20 20:24 云辰 阅读(23) 评论(0) 推荐(0) 编辑
摘要:1.声明CancellationTokenSource 对象 /// <summary>线程控制器管理</summary> private CancellationTokenSource cancellationManage; 2.实例化 CancellationTokenSource 对象,此对象 阅读全文
posted @ 2021-07-20 12:23 云辰 阅读(265) 评论(0) 推荐(0) 编辑
摘要:1.在Repository -> Repository settings -> Ignored files内添加设置 ## Ignore Visual Studio temporary files, build results, and ## files generated by popular V 阅读全文
posted @ 2021-07-15 14:34 云辰 阅读(587) 评论(0) 推荐(0) 编辑
摘要:1.打开项目属性,点击生成事件,选择编辑后期生成 2.点击宏命令 3.编辑宏命令 3.1.先创建固定文件夹的路径。MD【创建文件夹命令】, $(SolutionDir)【双击选择的宏则自动带出,表示解决方案的路径】,..【表示返回上一层文件夹命令】,Library【文件夹名】 MD $(Soluti 阅读全文
posted @ 2021-07-15 10:40 云辰 阅读(943) 评论(0) 推荐(0) 编辑
摘要:1.将dll添加到自定义分页上的选项卡上 2.拖入界面窗体 3.后台添加逻辑代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System. 阅读全文
posted @ 2021-07-05 16:41 云辰 阅读(445) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace 阅读全文
posted @ 2021-07-01 15:55 云辰 阅读(268) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示