molanp

Results 58 comments of molanp

简单描述一下?我交pr也行

参见[https://x-item.com/poetry%e7%89%b9%e6%ae%8a%e9%97%ae%e9%a2%98%e8%ae%b0%e5%bd%95.html](https://x-item.com/poetry%e7%89%b9%e6%ae%8a%e9%97%ae%e9%a2%98%e8%ae%b0%e5%bd%95.html)

时区与时间正确,服务器位于北京

拉格朗日与icqq可以正常登陆,应该不是网络问题

已确定问题 因服务器上级网络配置有白名单代理,导致nodejs启动的http服务器访问指定端口超时 但奇怪的是,python搭建的http服务访问正常 两者端口均为808x 考虑使用其他方法启动webui服务器

来自于mcsmanger的解决方案 替换 ```js app.use(config.prefix + "/webui", express.static(pathWrapper.staticPath)); app.use(config.prefix + "/api", router); app.listen(config.port, config.host, async () ``` 为 ```js const httpServer = http.createServer(koaApp.callback()); http.listen(xxxx) ```

新版QQ搜索顶栏好像一直都有“”查看其他结果“”的选项

This modification only affects Java servers. From the documentation, the change in this protocol number does not affect the integrity of the query results.

For example, on a java server with MiniMOTD installed, if a gradient color is used, MiniMOTD will return a MOTD message that does not contain a gradient to clients with...

In fact, this should be an optional parameter for the user to pass in an arbitrary protocol number. But since I couldn't find the calculation of the protocol number packet...