本月博客排行
-
第1名
Xeden -
第2名
fantaxy025025 -
第3名
bosschen - paulwong
- johnsmith9th
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - gengyun12
- wy_19921005
- vipbooks
- e_e
- benladeng5225
- wallimn
- ranbuijj
- javashop
- jickcai
- fantaxy025025
- zw7534313
- qepwqnp
- robotmen
- 解宜然
- ssydxa219
- sam123456gz
- zysnba
- sichunli_030
- tanling8334
- arpenker
- gaojingsong
- xpenxpen
- kaizi1992
- wiseboyloves
- jh108020
- xyuma
- ganxueyun
- wangchen.ily
- xiangjie88
- Jameslyy
- luxurioust
- mengjichen
- lemonhandsome
- jbosscn
- nychen2000
- zxq_2017
- lzyfn123
- wjianwei666
- forestqqqq
- ajinn
- siemens800
- hanbaohong
- 狂盗一枝梅
- java-007
- zhanjia
- 喧嚣求静
- Xeden
最新文章列表
OSGI 中嵌入 Http 服务器的运行环境
Eclipse 4.2 OSGI 依赖的Bundle:
org.eclipse.osgi
org.apache.felix.gogo.runtime
org.apache.felix.gogo.command
org.eclipse.equinox.console
org.eclipse.equinox.http.jetty
org.apache.felix.gogo.shell
ja ...
Could not open ServletContext resource [/WEB-INF/Dispatcher-servlet.xml]
在应用SpringMvc时候,不注意常常会出现上述异常,原因:默认的DispatcherServlet在初始化时候会加载Dispatcher-servlet.xml文件,所以如果名字或者路径发生了变化,需要在web.xml中配置,形如:
<servlet>
<servlet-name>Dispatcher</servlet-name>
<servle ...
org.hibernate.QueryException: ClassNotFoundException: org.hibernate.hql.ast.HqlT
org.hibernate.QueryException:ClassNotFoundException:org.hibernate.hql.ast.HqlToken错误之解决办法
org.hibernate.QueryException: ClassNotFoundException: org.hibernate.hql.ast.HqlToken
解决办 ...
jsp页面中Struts2标签实用注意事项
org.apache.jasper.JasperException: The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Struts tags are only usable when the request has pa ...
Hadoop的Eclipse插件报错
相关错误已在hadoop的bug库中,见连接:
https://issues.apache.org/jira/browse/HADOOP-7382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119042#comment-13119042
个人认为此连接最后 ...
org.hibernate.PropertyValueException: not-null property references a null or tra
引用org.hibernate.PropertyValueException: not-null property references a null or transient value:
org.hibernate.PropertyValueException: not-null property references a null or transient value: com.bjcx.p ...
eclipse svn插件安装
首先下载一个插件,
1. 方法一
http://subclipse.tigris.org/files/documents/906/38385/site-1.2.3.zip,
拷贝到plugins目录中以后,重启Eclipse就可以打开SVN的视图了。
2. 方法二
也可以通过官方的 安装页面来进行在线安装:http://subclipse.tigris.org/insta ...