在spring配置文件中配置:<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLS ...
分类:
其他好文 时间:
2020-06-01 23:30:22
阅读次数:
61
编写spring的配置文件: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLS ...
分类:
其他好文 时间:
2020-06-01 23:29:30
阅读次数:
61
前言:如果你一点spring的基础没有,建议你不要学习springboot,至少先有一个spring的项目经验或者自己搭建过spring的项目再学习springboot,这样你会发现在spring中搞不懂的,在springboot中得到一些答案。springboot的原则是“约定大于配置”,所以在使 ...
分类:
编程语言 时间:
2020-05-28 19:35:27
阅读次数:
74
前面介绍了如何通过RMAN Duplicate方式构建物理备用数据库,本篇将演示如何利用Cloud Control构建物理备用数据库。 1 软件环境 Oracle Linux 6.9 Oracle 12.1.0.2 Oracle Enterprise Management Cloud Control ...
分类:
数据库 时间:
2020-05-27 20:17:32
阅读次数:
80
SSM整合 数据库用的mysql,数据库连接池用的c3p0 创建项目 新建maven项目,选择webapp骨架 建好包,pom文件只留这些 pom文件 pom文件里添加以下依赖 数据库 建立数据库,用来测试 配置 数据库配置文件 "datasource.properties" sping相关配置 " ...
分类:
其他好文 时间:
2020-05-15 19:49:33
阅读次数:
57
背景 如何使用druid 连接池配置多个数据源 参考文档:https://www.cnblogs.com/qdhxhz/p/10192041.html 目录结构 为了更好的区分,我把不同的数据库,新建在不同的目录下面 先看目录结构: 修改配置 pom.xml <dependency> <groupI ...
分类:
其他好文 时间:
2020-05-12 20:53:44
阅读次数:
78
添加配置 修改pom.xml文件 <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> </dependency> <dependency> <groupId>com.alibaba</ ...
分类:
其他好文 时间:
2020-05-11 18:50:18
阅读次数:
65
传统的 sping+springmvc+mybatis Mybatis代替了jdbc SpringMVC代替了servlet Spring来管理对象周期 SSM框架简介 SSM框架,是Spring + Spring MVC + MyBatis的缩写,这个是继SSH之后,目前比较主流的Java EE企 ...
分类:
其他好文 时间:
2020-05-06 01:06:04
阅读次数:
338
1、Cookie Ⅰ、什么是Cookie Ⅱ、如何创建Cookie ...
分类:
编程语言 时间:
2020-04-08 22:34:28
阅读次数:
73