周嘉莹
周嘉莹
>  > > addon能成功打开chrome,其他的插件也都安装配置好了。 但是,如图所示,cmd提示“设备没有发挥作用”,并且“无法连接到accounts.google.com”。 > > 经我检查,在挂个人代理的情况下,我能用简易的脚本打开网页accounts.google.com。 但是在此addon打开的窗口中,我不能连接网页。我猜测这和37247端口有关,但不是很确定。 > > 所以,请问这样的情况该如何解决?谢谢了。 雀魂大陆服务器关掉了,现在要梯子,所以要设置代理。启动程序时输入:mitmdump --mode upstream:http://100.10.10.10:2002/(即外层代理) -s 2)处建立脚本的路径 如果是用vpn(我是clash),代理ip为localhost和对应的端口,即mitmdump --mode upstream:http://127.0.0.1:7890(自己的端口) -s addons.py 具体原理参考这里https://www.cnblogs.com/CJTARRR/p/15752516.html
> @chenyang48671155 > any 类型有什么弊端吗? 检查变量的时候不能快速知道类型
官方文档还没有更新这个,可以麻烦更新下文档吗,https://seatunnel.apache.org/docs/2.3.5/seatunnel-engine/checkpoint-storage/
设置端口为8030后,(nodeUrls = ["172.26.48.1:8030"])报错为 ``` ErrorCode:[STARROCKS-04], ErrorDescription:[Create StarRocks BE reader failed] - Failed to open socket ``` 具体为: ``` Exception in thread "main" org.apache.seatunnel.core.starter.exception.CommandExecuteException: SeaTunnel job executed failed at org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand.execute(ClientExecuteCommand.java:211) at...