1.写一个SpringContext的工具类 实现ApplicationContextAware接口 1 import org.springframework.beans.BeansException; 2 import org.springframework.beans.factory.NoSuc...
分类:
编程语言 时间:
2015-06-11 09:23:25
阅读次数:
141
一、spring配置文件Java代码<?xmlversion="1.0"encoding="UTF-8"?><beansxmlns="http://www.springframework.org/schema/beans"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:tx="http://www.springframework.org/schema/tx"xmlns:context="http://www..
分类:
编程语言 时间:
2015-06-11 00:37:38
阅读次数:
158
第一种方法、在spring-servlet.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"
...
分类:
编程语言 时间:
2015-06-10 12:36:12
阅读次数:
150
这道题我们可以采用广度优先搜索的办法,在我看来实现起来要比深搜更好一些核心算法写为了bfs()函数 = =#include #include using namespace std;typedef struct{ int x; int y;}location;int n, dis;loc...
分类:
其他好文 时间:
2015-06-09 23:29:50
阅读次数:
118
applicationContext.xml配置文件:
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:p="http://www.springframework.org/schema/p" xml...
分类:
系统相关 时间:
2015-06-09 20:06:14
阅读次数:
173
需解决的问题:想开发一个JMX的客户端来配置一个本地Java程序。具体要求如下:请不要推荐使用JConsole!JConsole不合适,因为JConsole是一个通用的JMX客户端,对主程序的性能存在负面影响。Oracle网站上有一个使用RMIConnector和“主机:端口号”为参数的例子,但是我不知道在什..
分类:
编程语言 时间:
2015-06-08 19:52:07
阅读次数:
171
spring单元测试时发现的问题:
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [spring/spring-datasource-mogon.xml]; nested exception is j...
分类:
编程语言 时间:
2015-06-08 13:27:58
阅读次数:
595
依赖管理
上一节我们说到可以继承dependencies元素,我们很容易想到把这一特性应用到accout-parent中。子模块account-email和account-persist同时依赖了org.springframework:spring-core:2.5.6,spring-beans:2.5.6,spring-context:2.5.6,junit:junit:4.7。以此可以将这些公...
分类:
其他好文 时间:
2015-06-04 11:48:55
阅读次数:
145
?spring-simple-cache的那些事 <?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:cac...
分类:
编程语言 时间:
2015-06-03 14:01:03
阅读次数:
206