随笔分类 - Spring
摘要:解决SpringMVC put,patch,delete请求参数拿不到的问题 废话不多说,核心代码如下: 在web.xml中添加如下代码 我的环境是Spring4.3; 第一个filter是解决 jQuery不能put,patch等请求,但是我测试用的 jquery-3.1.1.js 是可以put,
阅读全文
摘要:原文转自:https://www.cnblogs.com/xxzhuang/p/5948902.html 我们回顾一下计算机的发展史,从最初第一台计算机的占地面积达170平方米,重达30吨,到现如今的个人笔记本,事物更加轻量功能却更加丰富,这是事物发展过程中的一个趋势,在技术领域中同样也是如此,企业
阅读全文
摘要:转:http://blog.sina.com.cn/s/blog_4550f3ca0100ubmt.html 1.有些参数在某些阶段中是常量 比如 :a、在开发阶段我们连接数据库时的连接url,username,password,driverClass等 b、分布式应用中client端访问serve
阅读全文
摘要:转:http://stamen.iteye.com/blog/1926166 先来看下A和B两个模块 转:http://stamen.iteye.com/blog/1926166 先来看下A和B两个模块 A模块和B模块都分别拥有自己的Spring XML配置,并分别拥有自己的配置文件: A模块 A模
阅读全文
摘要:先上一张结构图 首先明确目标 我们需要一辆车,车有一个行驶(driver)的方法; package com.cn.rambo.bean; public class Car { private Engine engine;//引擎 private Tire tire;//轮胎 private String model; public Car() {...
阅读全文

浙公网安备 33010602011771号