一只兔子

2023年4月26日

常用网址

摘要: 1、程序员-一站式导航:https://www.linuxcool.com/ 2、vue.js官网:https://cn.vuejs.org/v2/api/#computed 3、echarts.js网址:https://echarts.apache.org/examples/zh/index.ht 阅读全文

posted @ 2023-04-26 15:11 安之于情 阅读(11) 评论(0) 推荐(0) 编辑

mysql-存入表情报错

摘要: 修改字段编码 alter table share_account convert to character set utf8mb4 collate utf8mb4_bin; 阅读全文

posted @ 2023-04-26 15:03 安之于情 阅读(7) 评论(0) 推荐(0) 编辑

MybatisPlus-in 超过1000问题

摘要: 工具类 public static <T> List<List<T>> groupingList(List<T> list, int partSize) { List<List<T>> groups = new ArrayList(); if (list != null && !list.isEmp 阅读全文

posted @ 2023-04-26 14:44 安之于情 阅读(483) 评论(0) 推荐(0) 编辑

pagehadler分页使用

摘要: 引入JAR包 <pagehelper.version>5.1.0</pagehelper.version> <pagehelper-spring-boot-starter.version>1.2.12</pagehelper-spring-boot-starter.version> <depende 阅读全文

posted @ 2023-04-26 14:30 安之于情 阅读(11) 评论(0) 推荐(0) 编辑

redisssion 工具类

摘要: 引入jar包 <redisson.version>3.13.4</redisson.version> <dependency> <groupId>org.redisson</groupId> <artifactId>redisson</artifactId> <version>${redisson. 阅读全文

posted @ 2023-04-26 14:26 安之于情 阅读(225) 评论(0) 推荐(1) 编辑

linux-java常用相关命令

摘要: 1、查看运行日志 tail -f log.log 2、查看服务运行状态 ps -ef | grep xx.jar 3、查看历史日志 vim xx.log (内容查找相关信息 输入/xxx即可) 4、查找文件 find / -name xxxx 5、后台启动jar nohup java -jar xx 阅读全文

posted @ 2023-04-26 14:19 安之于情 阅读(26) 评论(0) 推荐(0) 编辑

导航