通过Apache Felix Remote Shell提供的org.apache.felix.shell.remote能使用telnet客户端访问远程的[Apache Felix Shell]和[Apache Felix Gogo]服务,只是简单的匿名访问,不需要认证.因此这种远程shell访问不会... Read More
过程记录 :1.下载gsoap_2.8.17.zip 并 解压 :$unzip gsoap_2.8.17.zip2.进入解压后的目录gsoap-2.83.自动配置编译环境: $./configure –prefix=$(pwd)/_install配置失败原因:error: C++ compiler cannot create executables解决办法:You need to install c++ on your computer. even if you installed gcc that doesn’t automatically install g++. Try to run o Read More
前一段时间,我在Eclipse碰到一个SVN错误,出现的原因是我的Eclipse的SVN插件是1.6,服务器的SVN版本是1.5.4,然后我在工程目录下做了一次提交操作(不是Eclipse里),到最后,我用Eclipse做同步操作时报如下错误:Unsupported working copy formatsvn: This client is too old to work with working copy 'E:\workspace\eps_qdzj\webapp'; please get a newer Subversion client在网上找了一些文档,都说的是SVN Read More
在使用spring-data-jpa的发生异常Caused by: java.lang.IllegalAccessError: tried to access method org.springframework.core.GenericTypeResolver.getTypeVariableMap(Ljava/lang/Class;)Ljava/util/Map; from class org.springframework.data.util.ClassTypeInformation at org.springframework.data.util.ClassTypeInformat... Read More