zhangm365

Results 10 comments of zhangm365

> README 上推荐的 MySQL 版本是 5.7,但是自己虚拟机上的版本是 8.0,踩了个坑,说一下我的解决办法: > > 第一次运行的时候直接退出了,日志只显示了 MySQL Error 没有更多的信息,然后看了看其他的 Issues 把 `localhost` 改为 `127.0.0.1`,依然是 MySQL Error。 > > 查看 `sql_connection_pool.cpp`,日志输出的内容是由于 `mysql_real_connect()` 这个函数返回为空导致。因为不知道具体错误是什么比较头疼,于是尝试把 MySQL 的错误直接打印出来: > >...

> seatunnel 2.3.4不兼容吗 我验证过,和 web-1.0.0 不兼容。可能两个项目耦合性较高

> 老哥有考虑过转成 Markdown 往 SeaTunnel-Web 里提 PR 吗? 好建议,这周整理下,给 seatunnel-web 提 pr。谢谢关注

> if you compile jar from the source code, there has some way to reduce the connector jars: > > 1. added one more maven profile > 2. update the...

Why did I get an error when executing this file `bin/install-plugin.sh` in apache-seatunnel-2.3.4-bin.tar.gz? I run the cmd in ubuntu 22.04: `bash bin/install-plugin.sh 2.3.4` The error is as follows: Install SeaTunnel...

Hi, for the error that the PluginIdentifier is not found, it seems that you may have set the env about `SEATUNNEL_HOME`, pls check it. If so, pls remove it and...

是因为创建线程时传入的线程函数需要在编译时确定对应的函数地址吧?如果是线程函数是普通成员函数,则是运行时才能确定它的地址,此时编译会报错。因此,在类中使用线程函数需要设置为 static 成员函数或设置为全局函数。

> 清空下浏览器缓存试试 没用吧

我的是可以通过 UI 界面访问 mihomo 服务的,可以获取对应的代理信息,但是主机 centos 无法访问代理网络,上传和下载流量是零,这是为什么? ![image](https://github.com/user-attachments/assets/e2452864-f3fb-44c1-9287-cf5288442e04)