- 浏览: 142482 次
- 性别:
- 来自: 深圳
最新评论
-
huqing2010:
不能直提供war包呀
Spring Security demo -
jqs1124:
pl/sql调试存储过程 -
zhouxianglh:
太全了!
常用bash shell 脚本 -
fcoffee:
1. myeclipse != eclipse2. *.lin ...
Eclipse 插件管理 -
hgalois:
巴错如果再加点path的修改linux下java开发环境配置就 ...
常用Linux命令
文章列表
1.implement interface
/** * 轉換JSON對象之前組要對BEAN裡面的日期格式進行處理 * @author F1637884 * @version 1.0, Jun 3, 2009 * @since JDK1.6 */public class JsonValueProcessorImpl implements JsonValueProcessor { private String format = "yyyy-MM-dd hh:mm:ss";
public JsonValueProcessorImpl() { } public JsonVal ...
- 2009-06-05 13:34
- 浏览 1239
- 评论(0)
availability management1.goal To optimize the capacity of the it infrastructure,service and supporting organization to deliver a cost effective and sustained level of Availability that enables the business to satisfy its business objectives.2.Activities a.Determining availability requirements -- ...
- 2009-06-03 14:06
- 浏览 767
- 评论(0)
花了整整半天时间帮朋友写了个小游戏,自己一次没玩成功过。。。
刚写完,没怎么优化调试,欢迎拍砖。。。。
- 2009-05-17 19:07
- 浏览 769
- 评论(0)
hibernate.cache.provider_class=org.hibernate.cache.EhCacheProviderhibernate.cache.provider_configuration_file_resource_path=/ehcache-hibernate.xmlhibernate.cache.use_query_cache=falsehibernate.cache.use_second_level_cache=falsehibernate.format_sql=truehibernate.show_sql=truehibernate.use_sql_comments ...
- 2009-05-16 09:51
- 浏览 1006
- 评论(0)
<?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:jee="http://www.springframework.org/schema/jee" xmlns:tx="http://www.springframe ...
- 2009-05-16 09:48
- 浏览 1218
- 评论(0)
<?xml version="1.0" encoding="UTF-8"?><web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee ht ...
- 2009-05-16 09:47
- 浏览 2108
- 评论(0)
问题与解决
如果在你的应用程序启动后,却在 spy.log 文件中发现了如下的提示信息,那就是驱动程序加载先后的问题了。
<你的程序的数据库驱动名称> is a real driver in spy.properties, but it has
been loaded before p6spy. p6spy will not wrap these connections. Either
prevent the driver from loading, or try setting'deregisterdrivers' to true in
spy.prope ...
- 2009-04-29 23:42
- 浏览 1690
- 评论(0)