05 2015 档案
postgresql invalid byte sequence for encoding "UTF8": 0xe99d2c (转载)
摘要:invalid byte sequence for encoding "UTF8": 0xe99d2c 阅读全文
posted @ 2015-05-22 13:48 dancser 阅读(459) 评论(0) 推荐(0)
单独部署activemq-web-console (转载)
摘要:activemq-web-console的默认使用方式是通过在activemq.xml中导入jetty.xml配置一个jetty server来实现的。 其实activemq-web-console完全可以和activemq-broker分开来部署。 部署的两种方式: 1、直接把apache-act 阅读全文
posted @ 2015-05-18 15:43 dancser 阅读(598) 评论(0) 推荐(0)
org.springframework.web.context.ContextLoaderListener(转载)
摘要:ContextLoaderListener的作用就是启动Web容器时,自动装配ApplicationContext的配置信息。因为它实现了ServletContextListener这个接口,在web.xml配置这个监听器,启动容器时,就会默认执行它实现的方法。至于ApplicationContex... 阅读全文
posted @ 2015-05-09 11:29 dancser 阅读(172) 评论(0) 推荐(0)
hibernate criteria中Restrictions的用法
摘要:hibernate criteria中Restrictions的用法 阅读全文
posted @ 2015-05-08 11:36 dancser 阅读(106) 评论(0) 推荐(0)