弹来弹去跑马灯!

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 38 下一页
摘要: 参考: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)
摘要: MSTest 单元测试 代码覆盖率试用 OpenCover 和ReportGenerator 阅读全文
posted @ 2019-09-26 16:53 wgscd 阅读(1626) 评论(0) 推荐(0)
摘要: 利用反射: 在测试的时候例子: 假如在windows form1中有2个方法,分别是一个静态方法和一个私有实例方法如下: 测试代码可以这样调用: [TestMethod] public void TestInstanceMethod() { Form1 f = new Form1();//f.msg 阅读全文
posted @ 2019-09-25 17:49 wgscd 阅读(2768) 评论(0) 推荐(0)
摘要: 这个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)
摘要: 2: another - (not test) 阅读全文
posted @ 2019-08-30 17:22 wgscd 阅读(355) 评论(0) 推荐(0)
摘要: <!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)
摘要: 不太精确的方法: 注意:由于int 和double的问题 无法精确。。。。。。。。。。。。。。。。。 阅读全文
posted @ 2019-08-19 18:05 wgscd 阅读(804) 评论(0) 推荐(0)
摘要: <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)
摘要: UI: 阅读全文
posted @ 2019-08-14 17:11 wgscd 阅读(280) 评论(0) 推荐(0)
摘要: 先要添加引用: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 下一页