soapman
soapman
@lanjerry 大佬帮俺瞧瞧 (●'◡'●) 数据库版本:mysql 5.7.38/8.0.29 都试过提示表不存在;但是通过调试断点,在方法filter(tableList, includeTableList, excludeTableList)里给tableList,includeTableList两个列表里直接给表名又可以生成 依赖版本: implementation group: 'com.baomidou', name: 'mybatis-plus-boot-starter', version: '3.5.2' implementation group: 'com.baomidou', name: 'mybatis-plus-generator', version: '3.5.3' implementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.29'...
> > t_user > > 请确定 t_user 表是否存在 存在啊,我打断点在方法filter(tableList, includeTableList, excludeTableList)里给tableList,includeTableList两个列表里直接给表名t_user可以生成
> @soapmancn hello,我这边试了下是OK的。你要不提供个demo? //TODO 暂时采取内存过滤,还需要找数据库测试schema return databaseMetaDataWrapper.getTables(null, skipView ? new String[]{"TABLE"} : new String[]{"TABLE", "VIEW"}); 你们这段代码有问题导致获取取不到表; 我是docker里部署的mysql 8.0.28 然后idea里的datagrid直接建的t_user表,它的类型是 SYSTEM TABLE;我DatabaseMetaData.getTableTypes()调试了下,获取到的类型有下面这些 LOCAL TEMPORARY SYSTEM TABLE SYSTEM VIEW TABLE VIEW
> @soapmancn 类型是 SYSTEM TABLE是咋创建出来的,把表的脚本提供一下,我试一下 我就idea 里的 datagrid 那里手动建的表,它生成的脚本是这样的 create table t_user ( id int auto_increment, name int null, constraint t_user_pk primary key (id) );
> @soapmancn 类型是 SYSTEM TABLE是咋创建出来的,把表的脚本提供一下,我试一下 
每个棋子分数不同还是随机的,没法实现,只能在提交分数那里做手脚,已经有人弄出来了要抓包
作者都没说支持GPT4 😄
[你可以看看这个项目,不光支持了GPT-4,](https://github.com/n3d1117/chatgpt-telegram-bot) DALL·E和Whisper模型也支持
> ``` > acl: > inline: > - proxy(geosite:paypal) > - proxy(geosite:netflix) > outbounds: > - name: final > type: direct > - name: proxy > type: socks5 > socks5:...
感觉还没我直接复制粘贴来的快~~~~~