会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
弹来弹去跑马灯!
wgscd
test red font.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
14
15
16
17
18
19
20
21
22
···
39
下一页
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
阅读(2803)
评论(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
阅读(294)
评论(0)
推荐(0)
2019年8月30日
douyu danmu test c#
摘要: 2: another - (not test)
阅读全文
posted @ 2019-08-30 17:22 wgscd
阅读(378)
评论(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
阅读(2272)
评论(0)
推荐(1)
2019年8月19日
WPF C# 创建缩略图
摘要: 不太精确的方法: 注意:由于int 和double的问题 无法精确。。。。。。。。。。。。。。。。。
阅读全文
posted @ 2019-08-19 18:05 wgscd
阅读(827)
评论(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
阅读(780)
评论(0)
推荐(0)
2019年8月14日
WPF/UWP 模板选择器 DataTemplateSelector
摘要: UI:
阅读全文
posted @ 2019-08-14 17:11 wgscd
阅读(302)
评论(0)
推荐(0)
C# 读写App.config 配置文件
摘要: 先要添加引用:System.Configuration 另外app.config 编译生成后的名字前面会是 程序集文件名.exe.Config ,这个很烦,不知道谁有办法不用这个样子。
阅读全文
posted @ 2019-08-14 15:40 wgscd
阅读(1507)
评论(0)
推荐(0)
2019年8月13日
c# SQLite 判断表、字段是否存在的方法,新增、删除、重命名列
摘要: SQLiteHelper class: Test: 参考:https://blog.csdn.net/wuyou1336/article/details/53770799
阅读全文
posted @ 2019-08-13 17:16 wgscd
阅读(3664)
评论(2)
推荐(0)
2019年8月9日
C# WPF 漂亮的loading 效果
摘要: WPF loading
阅读全文
posted @ 2019-08-09 17:49 wgscd
阅读(1345)
评论(0)
推荐(0)
上一页
1
···
14
15
16
17
18
19
20
21
22
···
39
下一页
公告