welcome to Qijie's Blog 薛其杰

随笔分类 -  Windows

WPF: 在ListView中添加Checkbox列表
摘要:描述:ListView是WPF中动态绑定工具的数据容器,本文实现了一个在ListView中显示的供用户选择的列表项目,并且控制列表中选择的项目数量,即实现单选。 XAML中创建ListView,代码如下: 效果: 控制用户选择项目的数量, 通过声明一个全局变量,然后在CheckBox的Click事件 阅读全文
posted @ 2018-03-15 16:20 零点零一 阅读(2257) 评论(0) 推荐(1)
安装.cer证书并将证书从.cer格式转化为.pem格式
摘要:安装SSL证书, 以及使用openssl对证书进行格式转换。 阅读全文
posted @ 2016-10-08 16:01 零点零一 阅读(17452) 评论(0) 推荐(0)
字幕文件处理(2) - 字幕文件格式转化
摘要:上一篇文章我们实现了整数与时间格式的互转,常见的字幕文件的格式有WebVTT, SRT, TTML, 有的系统要求我们提供VTT格式, 有的系统只支持TTML格式,我们字幕做完一个拿到的可能是SRT格式, 所以设计到将不同格式的字幕文件进行转换。 阅读全文
posted @ 2016-05-16 16:00 零点零一 阅读(3772) 评论(0) 推荐(0)
How to install more voices to Windows Speech?
摘要:!!!WARNING!!!This involves manual edits to your registry. If you mess it up, don't blame me. Do at your own risk.Step 1 ------------------------------... 阅读全文
posted @ 2015-10-29 15:28 零点零一 阅读(348) 评论(0) 推荐(0)
删除文件夹, 解决源文件名长度大于文件系统支持的长度问题
摘要:最近遇到了一个奇葩的问题, 由于误操作, 被Robocopy.exe 创建了一个文件夹, 结果无法使用正常方式删除。 在网上查找方法: 实验了一下这篇文章, 结果解决了。http://jingyan.baidu.com/article/8275fc86d7ba4446a13cf64f.html 阅读全文
posted @ 2013-11-04 16:53 零点零一 阅读(797) 评论(0) 推荐(0)
Use JAWS 14 in a VM
摘要:We were not able to run the JAWS 14 app in a Virtual Machine after the installation is completed, that is because the sentinel system driver is not installed correctly. However we can install the sentinel system drive manually, then install the JAWS and it will work in the VM, here is the steps:Down 阅读全文
posted @ 2013-09-12 13:48 零点零一 阅读(262) 评论(0) 推荐(0)