摘要: 字符串操作 截取字符串(去掉前n个字符) /** * truncateHeadString: 截取字符串(去掉前N个字符).<br> * @param origin 要操作的字符串 * @param count 去掉字符串的数量 * @return */ public static String t 阅读全文
posted @ 2021-03-22 16:26 xiexie0812 阅读(61) 评论(0) 推荐(0)
摘要: 使用SpringBoot连接mysql时出现 CLIENT_PLUGIN_AUTH is required 解决办法 直接上示例: #################################################################################### 阅读全文
posted @ 2021-03-22 09:25 xiexie0812 阅读(3118) 评论(0) 推荐(0)