- 浏览: 112169 次
- 性别:
- 来自: 上海
最新评论
-
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的插件
文章列表
http://www.reddit.com/r/programming
http://www.dzone.com/
http://www.sitepoint.com/
https://news.ycombinator.com/
http://www.codeproject.com/
在执行Testcase的时候,出现了java.sql.SQLException: Incorrect arguments to mysql_stmt_execute错误。最后查到是因为 JDBC Connection url 少加了useServerPrepStmts=false 参数,然后从网上找到 这个参数的说明:
引用Server-side Prepared Statements — Connector/J 3.1 will automatically detect and use server-side prepared statements when they are availabl ...
FAILED CONFIGURATION: @BeforeSuite startSeam
java.lang.RuntimeException: Unable to bootstrap:
at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:147)
at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:183)
at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:195)
at org.jboss. ...
http://livedemo.exadel.com/richfaces-demo/richfaces/fileUpload.jsf?s=glassX
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui=&quo ...
- 2009-03-13 23:45
- 浏览 1109
- 评论(0)
richfaces:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=104575
sso:
http://hi.baidu.com/fallenlord/blog/item/b031e83e87159cca7c1e7127.html
- 2009-02-24 23:10
- 浏览 753
- 评论(0)
<rich:suggestionbox width="200" height="200" for="test" suggestionAction="#{bean.autocomplete}" var="cap">
<h:column>
<f:facet name="header">
...
- 2009-02-24 21:54
- 浏览 973
- 评论(0)
RichFaces Portlet Development
When making an AJAX request from a portlet, it's important to know the differences between the portlet and servlet sessions. For instance, when a user makes an AJAX request inside of the portlet, it happens using a raw HTTP session and the call does not have access to t ...
- 2009-02-17 23:23
- 浏览 846
- 评论(0)
http://www.mail-archive.com/dev@struts.apache.org/msg29044.html
- 2009-01-04 22:44
- 浏览 765
- 评论(0)
Branch oldbranch = manager.find(Branch.class, oldBranchId);
Branch newbranch = manager.find(Branch.class, newBranchId);
User user = manager.find(User.class, userID);
try {
Collection<User> users = newbranch.getUsers();
Collection<Branch> branchs = user.getBran ...
- 2008-10-19 10:23
- 浏览 939
- 评论(0)
org.springframework.jndi.JndiLookupFailureException: JndiObjectTargetSource failed to obtain new target object; nested exception is javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTi ...
- 2008-10-15 16:36
- 浏览 2339
- 评论(0)
http://livedemo.exadel.com/richfaces-demo/richfaces/dropDownMenu.jsf?c=dropDownMenu&tab=usage
- 2008-09-27 23:14
- 浏览 2954
- 评论(0)
The Java compiler and other Java tools can only process files which contain Latin-1 and/or Unicode-encoded (\udddd notation) characters. native2ascii converts files which contain other character encodings into files containing Latin-1 and/or Unicode-encoded charaters.
- 2008-07-29 15:07
- 浏览 951
- 评论(0)
3.5. Configuring proxy settings
There are a couple of scenarios where you will need your proxy to be correctly defined at the JVM level so that you
can access documents from Internet. It could be to get the thirdparty libraries if you decided to build JBoss Portal
from the sources, to access RSS feed ...
- 2008-07-24 09:48
- 浏览 1139
- 评论(0)