mgLSSKozL359's recent timeline updates
mgLSSKozL359

mgLSSKozL359

V2EX member #614639, joined on 2023-02-17 16:42:35 +08:00
mgLSSKozL359's recent replies
May 11, 2023
Replied to a topic by mrzx VPS 推荐个靠谱的国外 VPS 吧?
@mrzx 官网被墙了,这个是镜像站
May 11, 2023
Replied to a topic by mrzx VPS 推荐个靠谱的国外 VPS 吧?
我用瓦工
May 11, 2023
Replied to a topic by mrzx VPS 推荐个靠谱的国外 VPS 吧?
被封是你用的协议的问题 不是 vps 的问题
我就是用 java 的。用了 Jsoup 。和传统的 jquery 差不多。反正就是通过各种选择器定位元素。

附上 pom 和示例代码:

<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.13.1</version>
</dependency>

String html = EntityUtils.toString(response.getEntity(), "UTF-8").replace("&nbsp;", " ");
Document document = Jsoup.parse(html);
List<Element> trs = document.selectFirst("[class=onbuildshow]").selectFirst("[class=onbuildshow_contant colordg ft14]").selectFirst("[class=sjtd]").select("tr");
我也遇到了 朋友解决了吗
Apr 7, 2023
Replied to a topic by ProgrammerAlan 问与答 大家用 ChatGpt 被限制 Ip 了吗?
@andyskaura 你确定套的对吗,你这显示的 ip 也不是 cloudflare 的
Apr 7, 2023
Replied to a topic by ProgrammerAlan 问与答 大家用 ChatGpt 被限制 Ip 了吗?
1020 错误 套个 warp 就好了啊
Mar 30, 2023
Replied to a topic by mgLSSKozL359 问与答 企业微信客户端多开
@fydss 重新确认了下是可以的。刚才是我同一个手机登录所以不行。不同的账号就可以做到。感谢!
Mar 30, 2023
Replied to a topic by mgLSSKozL359 问与答 企业微信客户端多开
@fydss 这个刚试了 已经不行了
Mar 30, 2023
Replied to a topic by mgLSSKozL359 问与答 企业微信客户端多开
@LeegoYih 大佬的方法能看懂原理,不过得本地有 python 环境。我晚点试试看。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4529 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 288ms · UTC 10:07 · PVG 18:07 · LAX 03:07 · JFK 06:07
♥ Do have faith in what you're doing.