摘要:
一、Wrappers.<实体>lambdaQuery的使用 MP 配置 依赖 <!--springboot整合mybatis-plus --> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-sta 阅读全文
摘要:
1、trim() 方法用于删除字符串的头尾空白符。 1 public class Test { 2 public static void main(String args[]) { 3 String Str = new String(" www.runoob.com "); 4 System.out 阅读全文
摘要:
1、cp a a1 复制文件a,备份名字为a1 2、less start.log 查询start.log文件,可以上下翻阅,而且不会一次性加载完,比more命令更弹性 3、TMOUT=0 设置超时时间为0 4、ps - 阅读全文
摘要:
Fastjson 是一个 Java 库,可以将 Java 对象转换为 JSON 格式,当然它也可以将 JSON 字符串转换为 Java 对象。 1、创建一个空的JSONObject对象: JSONObject result = new JSONObject(); 2、将json字符串转换为对象 1 阅读全文
摘要:
1、springmvc 2、springboot 3、security 阅读全文