04 2023 档案

摘要:设置text file encoding UTF-8 Transparent native-to-ascii conversion 这个功能会将我们输入的所有字符转换成Unicode序列码保存,避免properties的乱码问题。 Create UTF-8 files选择with NO BOM UT 阅读全文
posted @ 2023-04-26 22:42 ZuiTaiPing 阅读(194) 评论(0) 推荐(0) 编辑
摘要:spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver password: xxxx username: root url: jdbc:mysql://www.xxxxxx.cn:3306/thisDemo?allowMulti 阅读全文
posted @ 2023-04-26 15:45 ZuiTaiPing 阅读(3942) 评论(0) 推荐(0) 编辑
摘要:在Java开发中,VO、BO、PO、DO和DTO都是常见的对象命名规范,这些规范用于定义不同用途的类和对象。 VO(Value Object): 值对象,通常用于表示界面或外部系统交互时的数据模型,主要用于展示视图数据,VO中的属性一般为只读。 BO(Business Object):业务对象,用于 阅读全文
posted @ 2023-04-26 14:01 ZuiTaiPing 阅读(297) 评论(0) 推荐(0) 编辑
摘要:import java.util.concurrent.ArrayBlockingQueue; import java.util.concurrent.ThreadPoolExecutor; import java.util.concurrent.TimeUnit; public class Thr 阅读全文
posted @ 2023-04-12 09:41 ZuiTaiPing 阅读(91) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示