自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

走在上坡路

有些事情是需要被忘记的,不能被回忆,因为它会消磨你的意志!

  • 博客(7)
  • 收藏
  • 关注

原创 spring web xml配置模板

spring-web.xmlv<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmln...

2018-03-27 13:02:01 703

原创 spring service xml配置

spring-service.xml<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:...

2018-03-27 12:56:15 6355

原创 spring dao xml配置

spring-dao.xml,spring整合mybatis和redis<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta...

2018-03-27 12:46:49 3677

原创 C3P0连接池参数详解

<!--acquireIncrement:链接用完了自动增量3个。 --> <property name="acquireIncrement">3</property> <!--acquireRetryAttempts:链接失败后重新试30次。--> <property name="acquireRetryAttemp...

2018-03-27 12:31:26 240

转载 史上最全的Maven Pom文件标签详解

转载地址:https://www.cnblogs.com/sharpest/p/7738444.html<span style="padding:0px; margin:0px"><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema...

2018-03-19 13:37:30 251

转载 SpringMVC的API和Spring的官方说明文档的地址

转载地址:SpringMVC的API和Spring的官方说明文档的地址SpringMVC的API和Spring的官方说明文档的地址。1、SpringMVC的API的URL:http://docs.spring.io/spring/docs/current/javadoc-api/2、Spring的官方说明文档URL:http://docs.spring.io/spring/docs/current...

2018-03-19 10:42:14 4118

转载 不同版本(2.3,2.4,2.5,3.0,3.1)的Servlet web.xml 头信息

web.xml v2.3<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">

2018-03-17 10:36:10 415

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除