welcome to Qijie's Blog 薛其杰
上一页 1 2 3 4 5 6 ··· 22 下一页
摘要: Press the Windows key, and then in the Start page, located at the bottom-left, click the Power button, and then select Shut Down. Click Continue. In t 阅读全文
posted @ 2017-12-13 16:44 零点零一 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 原来正则表达式也会出现死循环,比如 我有两个方法 Method1, Main 。在 Method1 中写了一段正则表达式,这个表达式有出现死循环的可能。在 Main方法中调用了 Method1, 这个时候会出现程序一直无法退出的情况。解决的方式就是在 Main方法中,调用 Method1之前,设置一 阅读全文
posted @ 2017-12-07 11:22 零点零一 阅读(334) 评论(0) 推荐(0) 编辑
摘要: he following code example shows how you might attempt to update the UI from your task logic. // The Wrong Way to Update a UI Objectpublic void btnGetT 阅读全文
posted @ 2017-08-15 16:22 零点零一 阅读(138) 评论(0) 推荐(0) 编辑
摘要: using Newtonsoft.Json; JsonSerializer serialiser = new JsonSerializer(); string newContent = string.Empty; using (StreamReader reader = new StreamReader(file.FullName)) ... 阅读全文
posted @ 2017-03-01 15:58 零点零一 阅读(3269) 评论(0) 推荐(0) 编辑
摘要: Azure Media Service, 媒体服务包括视频的存储, 编码,多播的设置,权限管理, 基于JavaScript的Azure视频播放器. 阅读全文
posted @ 2016-12-28 15:42 零点零一 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 机器学习 阅读全文
posted @ 2016-12-28 15:03 零点零一 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 安装SSL证书, 以及使用openssl对证书进行格式转换。 阅读全文
posted @ 2016-10-08 16:01 零点零一 阅读(17308) 评论(0) 推荐(0) 编辑
摘要: 字符数组反转, how are you, 反转后为you are how. 阅读全文
posted @ 2016-05-26 21:56 零点零一 阅读(7615) 评论(0) 推荐(0) 编辑
摘要: 在Linux系统下,不同机器上实现文件拷贝 一、将本地文件拷贝到远程机器: scp /home/administrator/news.txt root@192.168.6.129:/etc/squid 其中: /home/administrator/ 本地文件的绝对路径 news.txt 要复制到服 阅读全文
posted @ 2016-05-26 21:01 零点零一 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 上一篇文章我们实现了整数与时间格式的互转,常见的字幕文件的格式有WebVTT, SRT, TTML, 有的系统要求我们提供VTT格式, 有的系统只支持TTML格式,我们字幕做完一个拿到的可能是SRT格式, 所以设计到将不同格式的字幕文件进行转换。 阅读全文
posted @ 2016-05-16 16:00 零点零一 阅读(3714) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 22 下一页