会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
稻花香里说丰年🌸
博客园
首页
新随笔
联系
订阅
管理
2023年3月15日
Nuget包管理
摘要: <?xml version="1.0" encoding="utf-8"?> <configuration> <packageSources> <add key="Microsoft Visual Studio Offline Packages" value="E:\NuGetPackages\"/
阅读全文
posted @ 2023-03-15 10:00 稻花香里说丰年🌸
阅读(21)
评论(0)
推荐(0)
2023年3月14日
NLog配置
摘要: <?xml version="1.0" encoding="utf-8"?> <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
阅读全文
posted @ 2023-03-14 10:11 稻花香里说丰年🌸
阅读(136)
评论(0)
推荐(0)
2022年9月8日
wpf框架
摘要:
阅读全文
posted @ 2022-09-08 14:36 稻花香里说丰年🌸
阅读(13)
评论(0)
推荐(0)
2022年8月18日
Task应用
摘要: 1 tokenSource = new CancellationTokenSource(); 2 totalprocesstask = Task.Run( () => { 3 if (isfirst) 4 { 5 TotalTestThreadFunc(isfirst, tokenSource);
阅读全文
posted @ 2022-08-18 09:17 稻花香里说丰年🌸
阅读(29)
评论(0)
推荐(0)
winform开启线程实时输出日志到控件
摘要: 1、声明委托 public delegate void ShowMessage2Form(string message); 2、声明事件 static public event ShowMessage2Form ShowMessage; 3、事件绑定 LogHelper.ShowMessage +=
阅读全文
posted @ 2022-08-18 09:17 稻花香里说丰年🌸
阅读(1962)
评论(0)
推荐(0)
2022年8月16日
自定义listview向其中动态增加控件
摘要: 1 private void InitARListView() 2 { 3 int count = arListView1.Items.Count; 4 arListView1.Items.Clear(); 5 //for (int i = arListView1.Items.Count - 1;
阅读全文
posted @ 2022-08-16 09:49 稻花香里说丰年🌸
阅读(32)
评论(0)
推荐(0)
引用nuget离线包
摘要: nuget官网:https://www.nuget.org/packages 1、新建nuget离线包文件夹,将官网所需包下载至该文件夹下(相关依赖包也要下载,注意版本); 2、VS包源增加引用源,点击安装即可
阅读全文
posted @ 2022-08-16 09:47 稻花香里说丰年🌸
阅读(115)
评论(0)
推荐(0)
远程连接中断导致粘贴无效
摘要:
阅读全文
posted @ 2022-08-16 09:44 稻花香里说丰年🌸
阅读(17)
评论(0)
推荐(0)