会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
弹来弹去跑马灯!
wgscd
test red font.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
···
38
下一页
2019年10月14日
C#的语音识别 using System.Speech.Recognition;
摘要: 参考: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
阅读(1799)
评论(0)
推荐(0)
2019年9月26日
MSTest/NUnit 单元测试 代码覆盖率试用 OpenCover 和ReportGenerator
摘要: MSTest 单元测试 代码覆盖率试用 OpenCover 和ReportGenerator
阅读全文
posted @ 2019-09-26 16:53 wgscd
阅读(1626)
评论(0)
推荐(0)
2019年9月25日
c# 单元测试 ,对静态方法(static)和私有方法(private) 进行单元测试
摘要: 利用反射: 在测试的时候例子: 假如在windows form1中有2个方法,分别是一个静态方法和一个私有实例方法如下: 测试代码可以这样调用: [TestMethod] public void TestInstanceMethod() { Form1 f = new Form1();//f.msg
阅读全文
posted @ 2019-09-25 17:49 wgscd
阅读(2768)
评论(0)
推荐(0)
2019年9月5日
北京时间
摘要: 这个XML格式时间: view-source:http://www.time.ac.cn/timeflash.asp?user=flash 这个是JS 格式 :http://time1903.beijing-time.org/time.asp 这是JS格式: https://biaozhunshij
阅读全文
posted @ 2019-09-05 17:58 wgscd
阅读(279)
评论(0)
推荐(0)
2019年8月30日
douyu danmu test c#
摘要: 2: another - (not test)
阅读全文
posted @ 2019-08-30 17:22 wgscd
阅读(355)
评论(0)
推荐(0)
2019年8月20日
百度文字转语音
摘要: <!DOCTYPE html> <html> <head> <script src="http://cdn.javanx.cn/wp-content/themes/lensnews2.2/js/jquery.min.js?ver=3.1.1"></script> <title>Web?</title
阅读全文
posted @ 2019-08-20 16:09 wgscd
阅读(2242)
评论(0)
推荐(1)
2019年8月19日
WPF C# 创建缩略图
摘要: 不太精确的方法: 注意:由于int 和double的问题 无法精确。。。。。。。。。。。。。。。。。
阅读全文
posted @ 2019-08-19 18:05 wgscd
阅读(804)
评论(0)
推荐(0)
2019年8月15日
WPF 自定义按钮 Style
摘要: <Style TargetType="{x:Type Button}" x:Key="DefaultButton"> <Setter Property="Foreground" Value="White"/> <Setter Property="FontFamily" Value="Microsoft YaHei"/> <Setter Property="FontSize" Value="12"
阅读全文
posted @ 2019-08-15 16:21 wgscd
阅读(756)
评论(0)
推荐(0)
2019年8月14日
WPF/UWP 模板选择器 DataTemplateSelector
摘要: UI:
阅读全文
posted @ 2019-08-14 17:11 wgscd
阅读(280)
评论(0)
推荐(0)
C# 读写App.config 配置文件
摘要: 先要添加引用:System.Configuration 另外app.config 编译生成后的名字前面会是 程序集文件名.exe.Config ,这个很烦,不知道谁有办法不用这个样子。
阅读全文
posted @ 2019-08-14 15:40 wgscd
阅读(1484)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
20
21
···
38
下一页
公告