人人人人人人人人人人人人

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 35 下一页
摘要: https://obsproject.com/download 阅读全文
posted @ 2020-01-07 17:41 wgscd 阅读(2572) 评论(0) 推荐(0) 编辑
摘要: c# 免注册调用大漠插件100%完美识别文字 下载:https://download.csdn.net/download/xxq931123/10875122 绑定 模式:http://zy.anjian.com/?action-viewthread-tid-239647 test 发QQ消息: 查 阅读全文
posted @ 2020-01-03 15:44 wgscd 阅读(3476) 评论(0) 推荐(0) 编辑
摘要: 例子: 我感觉这个是个鸡肋,有点脱了裤子放屁的感觉。自己设置一个全局标准退出线程是一样的效果。主要是这个做不到立即退出正在执行的线程的效果。CancellationTokenSource.Cancel() 不能对工作线程产生影响,只是设置一个标志。。。。。。所以很鸡肋,不知道我理解得对不对。 有时候 阅读全文
posted @ 2019-11-19 10:33 wgscd 阅读(1408) 评论(2) 推荐(0) 编辑
摘要: 引入DLL:using AForge.Imaging; using AForge.Imaging.Filters; //using AForge.Video.DirectShow;可以使用摄像头图像代码: using System; using System.Collections.Generic; using System.Linq; using System.Text; using Syste 阅读全文
posted @ 2019-11-04 15:01 wgscd 阅读(830) 评论(0) 推荐(0) 编辑
摘要: https://github.com/microsoft/microsoft-ui-xaml/blob/master/docs/roadmap.md 微软更新太快了。是不是要把开发人员折磨死。。。。 Windows UI Library RoadmapWinUI is the native UI p 阅读全文
posted @ 2019-11-04 10:18 wgscd 阅读(1787) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2019-10-31 16:08 wgscd 阅读(4433) 评论(2) 推荐(0) 编辑
摘要: 注意:需引用 NAudio.dll 资源: NAudio :https://github.com/NAudio NAudio.WaveFormRenderer: https://github.com/naudio/NAudio.WaveFormRenderer 阅读全文
posted @ 2019-10-30 15:34 wgscd 阅读(1582) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/darrenji/p/4373664.html uwp 语音识别:https://www.cnblogs.com/jinchen/p/uwp-yuyin.html?utm_source=itdadao&utm_medium=referral 阅读全文
posted @ 2019-10-14 14:45 wgscd 阅读(1709) 评论(0) 推荐(0) 编辑
摘要: MSTest 单元测试 代码覆盖率试用 OpenCover 和ReportGenerator 阅读全文
posted @ 2019-09-26 16:53 wgscd 阅读(1444) 评论(0) 推荐(0) 编辑
摘要: 利用反射: 在测试的时候例子: 假如在windows form1中有2个方法,分别是一个静态方法和一个私有实例方法如下: 测试代码可以这样调用: [TestMethod] public void TestInstanceMethod() { Form1 f = new Form1();//f.msg 阅读全文
posted @ 2019-09-25 17:49 wgscd 阅读(2600) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 35 下一页