上一页 1 2 3 4 5 6 7 8 9 10 ··· 35 下一页
摘要: 阅读全文
posted @ 2022-07-30 21:42 花心大萝卜li 阅读(53) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-07-30 21:37 花心大萝卜li 阅读(41) 评论(0) 推荐(0)
摘要: /** * 使用synchronized实现一个简单的死锁 * @author RJH * @date 2017年11月23日 下午8:24:13 */ public class SynchronizedDeadLock { public static void main(String[] args 阅读全文
posted @ 2022-07-30 19:12 花心大萝卜li 阅读(50) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-07-30 19:05 花心大萝卜li 阅读(37) 评论(0) 推荐(0)
摘要: 自旋锁 阅读全文
posted @ 2022-07-30 16:51 花心大萝卜li 阅读(31) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-07-30 16:13 花心大萝卜li 阅读(80) 评论(0) 推荐(0)
摘要: corePoolSize:核心线程数 maximumPoolSize 线程池所能容纳的最大线程数 keepAliveTime 线程闲置超时时长。如果超过该时长,非核心线程就会被回收 unit 指定 keepAliveTime 参数的时间单位。常用的有:TimeUnit.MILLISECONDS(毫秒 阅读全文
posted @ 2022-07-30 16:01 花心大萝卜li 阅读(57) 评论(0) 推荐(0)
摘要: 整合jwt令牌 前段定义发送短信接口 和注册接口 但前段获取cookie中的值时 需要将cookie是string类型 转换成json格式 阅读全文
posted @ 2022-07-29 23:48 花心大萝卜li 阅读(19) 评论(0) 推荐(0)
摘要: nginx 如果传输文件 需要添加一下配置 tomcat 传输文件需要设置文件大小 查询数量是否存在 int count = eduVideoService.count(new QueryWrapper<EduVideo>().eq("chapter_id", chapterId)); 按照指定的列 阅读全文
posted @ 2022-07-28 21:19 花心大萝卜li 阅读(128) 评论(0) 推荐(0)
摘要: 依赖采用阿里官网版本 否则会报错 <dependencies> <dependency> <groupId>com.aliyun</groupId> <artifactId>aliyun-java-sdk-core</artifactId> <version>4.5.1</version> </de 阅读全文
posted @ 2022-07-27 23:54 花心大萝卜li 阅读(146) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 35 下一页