摘要:
Mysql 查看表注释或字段注释查看所有表的注释 SELECT table_name 表名, table_comment 表说明 FROM information_schema. TABLES WHERE table_schema = '数据库名' ORDER BY table_name ; 查询所 阅读全文
摘要:
学习目标 快速学会在项目中使用热部署插件运行项目,提高开发效率。 具体步骤 一、开启IDEA的自动编译(静态) 具体步骤:打开顶部工具栏 File -> Settings -> Default Settings -> Build -> Compiler 然后勾选 Build project auto 阅读全文