上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 33 下一页
摘要: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml; namespace MediaTools.Tool { public class Wo... 阅读全文
posted @ 2019-01-14 18:00 daviyoung 阅读(2433) 评论(0) 推荐(0)
摘要: 或者: 阅读全文
posted @ 2019-01-09 23:40 daviyoung 阅读(2199) 评论(0) 推荐(0)
摘要: 1、添加:Microsoft.Web.Administration 2、代码: 阅读全文
posted @ 2019-01-08 13:18 daviyoung 阅读(313) 评论(0) 推荐(0)
摘要: 1、尖括号<>在markdown会被当做html符号,解决办法:用转义字符,如:<测试> 可以写作&lt:测试&gt; 阅读全文
posted @ 2018-12-30 01:18 daviyoung 阅读(115) 评论(0) 推荐(0)
摘要: command: 阅读全文
posted @ 2018-12-14 15:15 daviyoung 阅读(5271) 评论(0) 推荐(0)
摘要: youtube-dl更新命令: youtube-dl -U 更新报错:无法识别当前版本 ERROR: can't find the current version. Please try again later 解决办法:ss代理开全局 阅读全文
posted @ 2018-11-30 15:47 daviyoung 阅读(1343) 评论(0) 推荐(0)
摘要: byte[] myBinary = new byte[paramFile.Length]; paramFile.Read(myBinary, 0, (int)paramFile.Length); string line = System.Text.Encoding.UTF8.GetString(myBinary ); 阅读全文
posted @ 2018-11-29 13:43 daviyoung 阅读(149) 评论(0) 推荐(0)
摘要: 一、 二、 阅读全文
posted @ 2018-11-27 11:14 daviyoung 阅读(360) 评论(0) 推荐(0)
摘要: //获取cookie getCookie: function (NameOfCookie) { if (document.cookie.length > 0) { begin = document.cookie.indexOf(NameOfCookie + "="); ... 阅读全文
posted @ 2018-11-26 13:26 daviyoung 阅读(7451) 评论(0) 推荐(0)
摘要: 生成验证码及其图片 以上只适用于一个页面只有一个的验证码的情况,下面改进为可以一个页面多个验证码: 当页面只有一个验证码的时候,页面写法: 当页面多个验证码: 阅读全文
posted @ 2018-11-23 13:14 daviyoung 阅读(3638) 评论(8) 推荐(1)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 33 下一页