Pengcheng Nie

Results 4 issues of Pengcheng Nie

首先很高兴阅读你的文章,这让新手的我至少能走出第一步。 但不知道是版本问题还是怎么,目前教程中的关于response的xml加入CDATA,你文中用的方式已经不可以了。并且还有一个bug会影响消息的返回。(因为除了CreateTime之外的字段都是空了。) ```go type CDATAText struct { Value string `xml:",innerxml"` } // 应该替换为cdata。 type CDATAText struct { Value string `xml:",cdata"` } // bug,没有return值 func value2CDATA(v string) CDATAText { return CDATAText{}...

@Hagb 大佬,非常感谢你的工具, 我今天看着文档,已经进行可以登陆 easyconnect 我的配置、环境等等信息 系统:Mac os 13.2.1 docker:最新版 电脑代理工具:Clashx pro 使用场景:希望通过 docker 中的 easy connect,可以让电脑访问公司内网 目前进度:在 vnc 中已经使用证书登陆成功,但在电脑浏览器中无法访问内网 ![image](https://github.com/Hagb/docker-easyconnect/assets/18239301/e325d69a-4561-484f-8b44-92082c45cd46) 我看了几遍文档,以及众多 issues,还是没发现问题出在哪里,也有尝试给 clash 配置,参考文档:[将深信服 easyconnect 运行在 docker 中并配置 clash 规则分流...

confirm needed

Regarding Petite-vue, when I downloaded it locally, renamed it and used it, I may not have paid attention to what version of the code is. There are versions for common...

# 如何设置站内搜索呢?