zhfish
zhfish
## 新增命令 mdout http ## 监听9090端口,两个接口 - http://localhost:9090/md `form方式,参数markdown` - http://localhost:9090/md/file `multipart方式,参数file`
**Bug Description** `UDF ERROR can not spawn udfd. path: taosd/udfd, error: no such file or directory` **To Reproduce** ``` version: '2' services: taos: container_name: TDengine ports: - "6030:6030" - "6041:6041"...
RT,一些全屏应用,系统输入法和搜狗输入法都可以出输入框 hallelujahIM显示不出输入框,但输入后按数字盲选,是可以输入数字的 有改过window.level后重新编译调试,但是仍然不行 不知道还有没有其他因素会影响输入框的显示?
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? - run with ``` Rocky8.7 with...
**Feature Proposed** add x86_64-unknown-linux-musl release **Use Case** ``` apt install musl-tools rustup target add x86_64-unknown-linux-musl cargo build --target x86_64-unknown-linux-musl --release ```
POM引入 ``` com.dtflys.forest forest-solon-plugin 1.5.33 ``` 初始化代码 ``` package com.github.solon.Util.Core; import com.dtflys.forest.annotation.ForestClient; @ForestClient public interface HttpUtil { } ``` 错误信息 ``` Solon start failed: java.lang.NoSuchMethodError: 'org.noear.solon.core.AopContext org.noear.solon.core.BeanWrap.context()' java.lang.IllegalStateException: java.lang.NoSuchMethodError: 'org.noear.solon.core.AopContext...
按照现在的demo,现在每个接口都要复制粘贴一份..感觉有些冗余
**问题描述/What happened**: host启动失败,宿主机网络肯定是离线的 网页里的二层网络能看到宿主机的ip bond做了聚合,vnet是bond0的vlan ovs已经建了br0,vnet也被正确添加进去了 这里有个疑问,做vlan的话,是ovs绑定bond0指定vlan,还是直接绑定vlan接口? ``` [root@gpu-4 ~]# nmcli dev status vnet vlan 已连接 vlan-vnet bond0 bond 已连接 bond0 enp44s0f0 ethernet 已连接 bond-slave-enp44s0f0 enp45s0f0 ethernet 已连接 bond-slave-enp45s0f0 enp193s0f0...
RT
流量路径: tun2proxy -> gost(socks5) -> socks5_ip 目前用的socks5_ip,在某些客户端上(https://github.com/blechschmidt/tun2proxy) 使用 gost会报 ``` {"handler":"auto","kind":"service","level":"error","listener":"tcp","msg":"bad address type","service":"service-0", "time":"2024-03-24T23:15:37.501+08:00"} ``` 经过一些测试,在sing-box里找到一个开关可以使用 sing-box如果不开开关,也会报错 ``` https://sing-box.sagernet.org/zh/configuration/shared/listen udp_disable_domain_unmapping 如果启用,对于地址为域的 UDP 代理请求,将在响应中发送原始包地址而不是映射的域。 此选项用于兼容不支持接收带有域地址的 UDP 包的客户端,如 Surge。 ``` 请求帮忙给gost也加上此类开关