摘要: 阿里巴巴格式化模板文件下载地址 https://github.com/alibaba/p3c 第一个文件是 代码格式化时用的模板 第二个文件是 注释模板 一、eclipse 格式化设置 格式化模板导入 依次点击:Window->Preferences->Java->Code Style->Forma 阅读全文
posted @ 2022-01-18 19:54 肚兜缺糖 阅读(2715) 评论(0) 推荐(0) 编辑
摘要: POM 添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId 阅读全文
posted @ 2021-08-13 10:38 肚兜缺糖 阅读(359) 评论(0) 推荐(0) 编辑
摘要: ThreadPoolExecutor,而用的是Spring Boot项目,可以用Spring提供的对 ThreadPoolExecutor封装的线程池 ThreadPoolTaskExecutor,直接使用注解启用 使用步骤 先创建一个线程池的配置,让Spring Boot加载,用来定义如何创建一个 阅读全文
posted @ 2021-08-13 10:30 肚兜缺糖 阅读(3089) 评论(0) 推荐(0) 编辑
摘要: 服务器版本:CentOS 7.3 64位 旧Python版本:2.7.5 新Python版本:3.8.0 说明:本次配置使用root用户进行操作,故在代码中未使用sudo语句,请使用非root用户留意 1、切换工作目录至/usr/local 在Linux系统下,路径/usr/local相当于C:/P 阅读全文
posted @ 2021-08-10 10:20 肚兜缺糖 阅读(332) 评论(0) 推荐(0) 编辑