摘要:
按照字符编码 如果数据表的某字段的字符编码是 utf8_general_ci,排序写法:CONVERT ORDER BY CONVERT(表别名.字段名 USING gbk) COLLATE gbk_chinese_ci ASC; 如果数据表的某字段的字符编码是 latin1_swedish_ci, 阅读全文
摘要:
StringUtils hasText(字符串) 解释:该方法 对于 null 或者长度不大于 0 的字符串直接返回false 即如果字符串里面的值为null或者 ""或者" "时,返回值为false;否则为true 例子 public class TestDemo01 { public stati 阅读全文
摘要:
17:28 Error running 'UiApplication': Command line is too long. Shorten command line for UiApplication or also for Spring Boot default configuration 解决 阅读全文