//对于SpringBoot所推崇的去除xml化编程需求,将原始的spring-*.xml文件使用配置类的方式进行注入 //mybatis // 该标签表示将这个类注入到Spring的IOC容器内 @Configuration // 配置mybatis Mapper的扫描路径 @MapperScan ...
分类:
编程语言 时间:
2021-01-26 12:19:56
阅读次数:
0
1.虚拟机(WMware): 下载地址(已存网盘):https://download3.vmware.com/software/wkst/file/VMware-worqkstation-full-15.0.0-10134415.exe 许可证密码:ZC10K-8EF57-084QZ-VXYXE-Z ...
分类:
系统相关 时间:
2021-01-25 11:34:48
阅读次数:
0
<?xml version="1.0"?> <configuration> <configSections> <sectionGroup name="system.data.dataset.serialization" type="System.Data.SerializationSettingsS ...
分类:
其他好文 时间:
2021-01-25 10:44:15
阅读次数:
0
Spring Boot 配置Jackson 编写配置类 @Configuration public class JacksonConfig { @Bean public ObjectMapper objectMapper(){ ObjectMapper objectMapper = new Obje ...
分类:
编程语言 时间:
2021-01-25 10:42:06
阅读次数:
0
mybatis.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl yml里面配置了mybatis.xml文件 <configuration> <settings> <setting name="mapUndersco ...
分类:
数据库 时间:
2021-01-22 12:18:26
阅读次数:
0
1. RMAN的默认配置 1 RMAN> show all; 2 3 using target database control file instead of recovery catalog 4 RMAN configuration parameters for database with db ...
分类:
其他好文 时间:
2021-01-22 12:06:50
阅读次数:
0
一 、 Hadoop 集群架构设计 二 、 搭建集群 修改IP地址与hostname以及部署zookeeper、hadoop见上一篇博文《Hadoop 完全分布式搭建》。 三 、修改配置文件 修改nna上的core-site.xml <configuration> <!-- 指定hdfs的names ...
分类:
其他好文 时间:
2021-01-19 12:16:24
阅读次数:
0
发布订阅模式是 生产者 通过这个路由发送到绑定额多个队列中去,然后不同的 消费者 消费不同的队列 从而做到发布订阅模式 1. 生产者 using RabbitMQMsgProducer.MessageProducer; using Microsoft.Extensions.Configuration ...
分类:
其他好文 时间:
2021-01-19 12:14:10
阅读次数:
0
(1)消费消息失败后,重新加入队列并优先级处理; (2)根据消息的内容筛选出优先级高的进行设置,并发送 1. 生产者 using RabbitMQMsgProducer.MessageProducer; using Microsoft.Extensions.Configuration; using ...
分类:
其他好文 时间:
2021-01-19 12:12:57
阅读次数:
0
一、VMware简介 VMware Workstation Pro 是业界标准的桌面 Hypervisor,用于在 Linux 或 Windows PC 上运行虚拟机。 Workstation 16 Pro 基于行业定义的技术,在以下方面实现了改进:DirectX 11 和 OpenGL 4.1 3 ...
分类:
系统相关 时间:
2021-01-19 11:42:01
阅读次数:
0