02 2019 档案
【nuget】PackageReference
摘要:.net 爬虫 <PackageReference Include="HtmlAgilityPack" Version="1.9.0" /> <PackageReference Include="HttpCode.Core" Version="4.2.0" /> https://github.com 阅读全文
posted @ 2019-02-27 16:13 絆τ 阅读(1574) 评论(0) 推荐(0)
【干货】干货篇
摘要:1.有空格的字符串 拆成数组 string str = System.Text.RegularExpressions.Regex.Replace(headProducts, @"\s+", ","); string[] Products= str.Split(','); 2.生成日志 public 阅读全文
posted @ 2019-02-22 15:12 絆τ 阅读(195) 评论(0) 推荐(0)
【转】腾讯云-解决Winscp permission denied的问题
摘要:刚刚注册完腾讯云,因为要用来跑作业代码,所以操作系统选择的Ubuntu 16.04 32位 用Winscp登陆之后出现了错误代码为3的permission denied的错误,不能创建路径,也不能上传文件 后来发现是缺乏超级权限导致的,在网上找到了解决方法: http://msiyuetian.bl 阅读全文
posted @ 2019-02-19 17:46 絆τ 阅读(3060) 评论(0) 推荐(0)