Archer VanderWaal
Archer VanderWaal
公司:美团点评 用途:规则引擎
like this: ``` public static Pair serialize(IGClient client) { byte[] clientBytes = SerializationUtils.serialize(client); byte[] cookieBytes = SerializationUtils.serialize((SerializableCookieJar) client.getHttpClient().cookieJar()); return Pair.of(clientBytes, cookieBytes); } public static IGClient deserialize(Pair bytes) { IGClient client...
> 你是想把排盘结果放到deepseek是吧,哈哈 ,希望大佬直接接入ai,谢谢 我搞完了,搞了一个项目😄https://stardao.app
> [@akaxb](https://github.com/akaxb) 需要自己落盘存储 state 有demo吗