Skip to content

月份:2016年9月

GoProxy-GoAgent继任者

最近一直用的VPN跟SS,很久都没有用goagent了.查了一下。作者已经删除了。 https://zh.wikipedia.org/wiki/GoAgent 从2015年8月以后,GoAgent已停止维护,并被开发者删除。不过,GoAgent作者phuslu于2015年3月开始开发的另一个软件Go…

3 Comments

Servlet3.0 容器支持情况

一、背景 a)Servlet3.0新特性概述 Servlet 3.0 作为 Java EE 6 规范体系中一员,随着 Java EE 6 规范一起发布。该版本在前一版本(Servlet 2.5)的基础上提供了若干新特性用于简化 Web 应用的开发和部署。其中有几项特性的引入让开发者感到非常兴奋,同时…

Leave a Comment

nested exception is java.lang.NoSuchMethodError: org.hibernate.Session.getFlushMode()Lorg/hibernate/FlushMode;

最近在整合最新的一些框架. 各种配置都OK了,最后启动并操作数据的时候却报错。 org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transac…

Leave a Comment