摘要:
Windows 10 子系统Linux重启(不重启Win10) Using CMD (Administrator) net stop LxssManager net start LxssManager Using CMD (Administrator) net stop LxssManager ne 阅读全文
posted @ 2019-08-19 13:36
杜子烟
阅读(1089)
评论(0)
推荐(1)
摘要:
public static string Post(string Url, string postDataStr, string cookies) { HttpWebRequest request = (HttpWebRequest)WebRequest.Create(Url); request.Method = "POST"; ... 阅读全文
posted @ 2019-08-17 05:37
杜子烟
阅读(5266)
评论(0)
推荐(0)
摘要:
/// <summary> /// 获取HTML中所有图片的 URL /// </summary> /// <param name="strHtml">HTML代码</param> /// <returns>图片的URL列表</returns> public static string[] GetHtmlImageUrlArr(string strHtml) { // 定义正则表达式用来匹配 im 阅读全文
posted @ 2019-08-17 05:35
杜子烟
阅读(1191)
评论(0)
推荐(0)
摘要:
/// /// 根据文件url,下载文件到本地 /// /// 文件地址 /// 保存路径 public static string DownFile(string fileUrl,string path) { if (!Directory.Exists(path)) Di... 阅读全文
posted @ 2019-08-17 05:31
杜子烟
阅读(2115)
评论(0)
推荐(0)
浙公网安备 33010602011771号