04 2020 档案

摘要:1.引入依赖 //mybatis-plus依赖 <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.3.1.tmp</version></ 阅读全文
posted @ 2020-04-28 13:48 颂先生 阅读(743) 评论(0) 推荐(0)
摘要:ES6引入了一种新型的字符串字面量语法,我们称之为模板字符串(template strings)。除了使用反撇号字符 ` 代替普通字符串的引号 ' 或 "反撇好中的所有空白都属于字符串,所以千万要小心缩进!!let a=1;let b=2;var arr=[1,2,3]var htm=""for ( 阅读全文
posted @ 2020-04-26 16:12 颂先生 阅读(2327) 评论(0) 推荐(0)
摘要:mysql 语句如下 SELECT TABLE_NAME AS tableName, TABLE_COMMENT AS tableComment, CREATE_TIME AS createTime FROM information_schema.TABLES WHERE TABLE_SCHEMA 阅读全文
posted @ 2020-04-25 18:54 颂先生 阅读(2381) 评论(0) 推荐(0)
摘要:1.此图已安装好lombok插件 (installed为安装过的插件 记得安装插件完毕 重启idea才会生效) 2.添加依赖 <!-- lombok插件依赖 --><dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok 阅读全文
posted @ 2020-04-24 17:46 颂先生 阅读(484) 评论(0) 推荐(0)