-
微博内容精选
-
百度搜索是mysql-connector-java版本不对,可项目里边没有用到这个,具体应该改哪个依赖的版本呢?
`D:\Software\Develop\JDK8\jdk1.8.0_201\bin\java.exe -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:56364,suspend=y,server=n -javaagent:C…
-
**Datart Version**
1.0.0-beta.3
**Describe the bug**
1.0.0-beta.2 升级到 1.0.0-beta.3报错
### SQL: select id, `name`, config, `type`, org_id, parent_id, is_folder, `index`, create_by, create_time, u…
-
**Describe the bug (描述这个Bug)**
As soon as I click on next in database connection creation the IntelliJ is getting hanged.
**Expected behavior (期望的行为)**
Connection Should be created and moved to t…
-
We have a maven_install rule with 3.5k artifacts in it (this was autogenerated based on effective poms from a multimodule project - I'm in parallel working to understand how to reduce this list). When…
-
All in the title.
Since May 2017 no real news.
....
What MS thinks about it?
What the community thinks?
What "other implementation guys" like Avalon thinks?
-
OS:Win7×64
打包工具:apache-maven-3.3.9
JDK:jdk-8u101-windows-x64
DB:MySql
`C:\Users\baiyapeng\.m2\repository\com\zzg\mybatis-generator-gui\0.3>java -jar my
batis-generator-gui-0.3.jar
mybatis-generator-gu…
-
mysql delete语句带别名正确的语句是
delete t from sys_permission t;
利用工具生成的delete语句是:
delete from sys_permission t;
会报语法错误.
-
com/spawpaw/mybatis/generator/gui/util/MBGRunner.java
164行的代码不生效:
Optional.of(projectConfig.tableAlias).filter(notEmptyStringPropertyPredicate)
.ifPresent((tableAlias) -> tableConf…
-
建议先增加排序功能,如: DbType为SQL_Server时,按name排序
mybatis-generator-gui-master\src\main\java\com\zzg\mybatis\generator\util\DbUtil.java 文件中
String sql = "select name from sysobjects where xtype='u' or xtype=…