- 浏览: 112147 次
- 性别:
- 来自: 上海
最新评论
-
wzfj2002:
拜读,解决了偶的大问题,谢谢
让人烦恼的org.xml.sax.SAXNotRecognizedException错误 -
zhengbin917943:
写的是什么?
javascript 页面元素导航 -
wendaoke:
我也遇到这样的情况,但是后来直接写sql,就没有出现这样的问题 ...
IllegalArgumentException occurred calling getter of * -
qxk0210:
aaaaa
hibernate 源码学习 多出来的update语句 之一 -
tangcb:
[i][u]引用[list][list=][img][/img ...
一些常用的Eclipse 3.0的插件
文章列表
If you'd like to checkout specific module, do:
TAGS
svn co https://svn.jboss.org/repos/portal/modules/module_you_want/tags/tag_you_want or
svn co http://anonsvn.jboss.org/repos/portal/modules/module_you_want/tags/tag_you_want
You can find all the available tags at http://anonsvn.jboss.org/repos/ ...
- 2008-07-24 09:35
- 浏览 1042
- 评论(0)
if (top!= self)
if (location)
top.location.replace(self.location.href);
else
top.document.location.replace(self.document.location.href);
- 2008-07-13 18:12
- 浏览 1096
- 评论(0)
function changeframe()
{
var workspace = document.getElementById('workspace');
var navigator = getOs();
//让滚动条回到页面上方。
(document.documentElement && document.documentElement.scrollTop)?document.documentElement.scrollTop=0 : document.body.scrollTop=0;
if("Firefox ...
- 2008-07-13 17:46
- 浏览 1613
- 评论(0)
http://blog.istef.info/2008/07/08/my-firefox3-addons/
http://www.sanliangfan.com/archives/410.html
- 2008-07-13 00:24
- 浏览 890
- 评论(0)
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=116994
- 2008-06-26 20:13
- 浏览 794
- 评论(0)
portal-server.war is the implementation of the portal container based on the HTTPServlet.
portal-core.war is the default portal application.
- 2008-05-24 21:05
- 浏览 733
- 评论(0)
引用自 http://www.iteye.com/post/475224
Spring Reference Guide states:
Quote:
Spring uses the java.beans.PropertyEditorManager to set the search-path for property editors that might be
needed. The search-path also includes sun.bean.editors, which includes PropertyEditors for Font, Color ...
- 2008-05-18 00:10
- 浏览 1000
- 评论(0)
package com.phoenix.demoweb.util.web.interceptor;
import java.io.IOException;import java.util.List;
import javax.servlet.Filter;import javax.servlet.FilterChain;import javax.servlet.FilterConfig;import javax.servlet.ServletContext;import javax.servlet.ServletException;import javax.servlet.ServletRequ ...
- 2008-05-16 18:20
- 浏览 1224
- 评论(0)
http://hotpepper.iteye.com/blog/141048
http://wiki.jboss.org/wiki/AcegiPortletSupport
- 2008-04-30 18:03
- 浏览 813
- 评论(0)
1PPT:
http://www.1ppt.com/
论文
、课件
、教案一应俱全。
PPT资源
之家:
http://ppthome.net/
模板
、资源
、素材
、教程
- 2008-04-23 21:39
- 浏览 1495
- 评论(0)
MySQL
5 can run in strict mode, which causes errors to be thrown instead of warnings when data truncation occurs (see mysql bug 14048
).
Errors may look similar to this:
11:16:36,520 ERROR JDBCExceptionReporter
?
Data truncation: Data too long for column 'jbp_viewrealemail' at row 1
While MyS ...
- 2008-04-23 21:39
- 浏览 873
- 评论(0)
错误
java 代码
if (status != null) {
detachedCriteria.add(Restrictions.eq("o.status", status.getId()));
}
正确
java 代码
if (status != null) {
detachedCriteria.add(Restrictions.eq("o.status", status));
}
java 代码
<Illegal ...
- 2007-11-15 13:31
- 浏览 1375
- 评论(0)
从别处copy过来的,和我的错一样
java 代码
I have a basic model called "Group" which has a name, a reference to its parent (which is also a Group) and a collection of its children (which are Groups). I've defined the hibernate mapping like so:
@Id
@GeneratedValue(strategy=Gen ...
- 2007-11-15 13:27
- 浏览 12033
- 评论(1)
在JEEE开发文件下载中。有时候看到:
java 代码
严重: Servlet.service() for servlet jsp threw exception
java.lang.IllegalStateException: getOutputStream() has already been called for this response
at org.apache.catalina.connector.Response.getWriter(Response.java:604)
at org.apache.catalin ...
- 2007-11-08 17:28
- 浏览 5624
- 评论(0)