摘要: ThreadPoolExecutor 使用说明 阅读全文
posted @ 2022-01-08 17:55 xiaoBai1001 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 线程池ThreadPoolExecutor参数设置 阅读全文
posted @ 2022-01-07 13:52 xiaoBai1001 阅读(1415) 评论(0) 推荐(1) 编辑
摘要: Java List 排序sort 和sorted方法说明 阅读全文
posted @ 2022-01-06 09:24 xiaoBai1001 阅读(12794) 评论(0) 推荐(0) 编辑
摘要: Springboot拦截器创建;拦截器不通过时返回请求结果 阅读全文
posted @ 2022-01-04 06:59 xiaoBai1001 阅读(181) 评论(0) 推荐(0) 编辑
摘要: springboot解决跨域问题(Cors)-处理方式 阅读全文
posted @ 2022-01-04 06:55 xiaoBai1001 阅读(709) 评论(0) 推荐(0) 编辑
摘要: 跨域请求 header 属性说明; 阅读全文
posted @ 2022-01-04 06:50 xiaoBai1001 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 主要注释到实体类上的注解: @TableName(value = …) 当数据库名与实体类名不一致或不符合驼峰命名时,需要在此注解指定表名 @TableId(type = …) 指定实体类的属性为对应的主键,主要有以下几种: 复制代码// 数据库ID自增IdType.AUTO// 该类型为未设置主键 阅读全文
posted @ 2021-09-21 15:50 xiaoBai1001 阅读(4627) 评论(0) 推荐(0) 编辑
摘要: spring-boot-starter这是Spring Boot的核心启动器,包含了自动配置、日志和YAML。 spring-boot-starter-amqp通过spring-rabbit来支持AMQP协议(Advanced Message Queuing Protocol. 。 spring-b 阅读全文
posted @ 2021-01-27 11:31 xiaoBai1001 阅读(557) 评论(0) 推荐(0) 编辑
摘要: .net WebApi 过滤器使用 阅读全文
posted @ 2019-12-26 09:25 xiaoBai1001 阅读(534) 评论(0) 推荐(0) 编辑
摘要: sql server 事务隔离性 snapshot 、read committed说明 阅读全文
posted @ 2019-09-25 13:59 xiaoBai1001 阅读(1890) 评论(0) 推荐(0) 编辑