Results 11 comments of loveyu

这个属于我有一个想法,然后又放弃了。

https://github.com/go-sql-driver/mysql/issues/897 官方无意解决似乎

https://github.com/go-sql-driver/mysql/issues/421 实际是支持的,不需要对这个字符串进行转义 倒序查找,从最后一个@开始查找 https://github.com/go-sql-driver/mysql/blob/master/dsn.go#L306

觉得这类功能更适合添加一个HTTP代理服务器来实现,比如: weixin--->frps---->frpc---->http-proxy--->http-source 这样frpc只要能够支持http的代理服务即可,而http-proxy你就有N总成熟的方案可以选择

> > 觉得这类功能更适合添加一个HTTP代理服务器来实现,比如: > > weixin--->frps---->frpc---->http-proxy--->http-source > > 这样frpc只要能够支持http的代理服务即可,而http-proxy你就有N总成熟的方案可以选择 > > N种成熟的方案能否推荐一二? filldder, charles, 这两个可能是用的最多的,其他的实现也有很多

Adding a metadata for the same scenario will hopefully help with this issue. ```bash # exiftool version: 12.73 exiftool -json -api largefilesupport=1 library/user/2023/2023-08-26/IMG_0621.MOV ``` ```json [{ "SourceFile": "library/user/2023/2023-08-26/IMG_0621.MOV", "ExifToolVersion": 12.73,...

没有,也不打算添加

> 在Linux上可以正常运行的 应该是伪静态规则的问题,目前没最phpStudy进行过兼容

old ``` listen 80; listen [::]:80; listen 443 ssl http2; listen [::]:443 ssl http2; ``` shell ```bash sed -i 's/listen 443 ssl http2;/listen 443 ssl;\nhttp2 on;/g' /path/*.conf sed -i '/^listen...