会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
忆秋年枫叶情
首页
新随笔
管理
上一页
1
2
3
2021年5月9日
Python Aiohttp 异步HTTP
摘要: 示例 # pip install aiohttp import asyncio import aiohttp headers = { "Referer": "https://vod.bunediy.com", "User-Agent": "Mozilla/5.0 (Windows NT 10.0;
阅读全文
posted @ 2021-05-09 11:24 忆秋年枫叶情
阅读(219)
评论(0)
推荐(0)
2021年5月8日
GBK编码格式
摘要: GBK编码格式 Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); var encoBytes= Encoding.GetEncoding("gbk").GetString(resBytes);
阅读全文
posted @ 2021-05-08 17:09 忆秋年枫叶情
阅读(428)
评论(0)
推荐(0)
dotnet c# html XPath
摘要: 包安装 nuget包名 HtmlAgilityPack 文档地址 https://html-agility-pack.net/documentation 加载 // 文件加载 var doc = new HtmlDocument(); doc.Load(filePath); // 字符串加载 var
阅读全文
posted @ 2021-05-08 16:33 忆秋年枫叶情
阅读(220)
评论(0)
推荐(0)
上一页
1
2
3