摘要: This view is read-only 在IDEA Help → Edit Custom VM Options 中添加如下代码,然后重启IDEA即可。 -Deditable.java.test.console=true 阅读全文
posted @ 2022-05-16 17:17 生生灯火半杯月 阅读(2675) 评论(0) 推荐(1)
摘要: SELECT concat( 'DROP TABLE IF EXISTS ', table_name, ';' ) FROM information_schema.TABLES WHERE table_schema = 'flowable_test'; 然后将结果复制出来再执行; 阅读全文
posted @ 2022-05-16 14:35 生生灯火半杯月 阅读(47) 评论(0) 推荐(0)