`
sctom123
  • 浏览: 112140 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表

有用的网站

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 ...
richfaces: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=104575 sso: http://hi.baidu.com/fallenlord/blog/item/b031e83e87159cca7c1e7127.html
<rich:suggestionbox width="200" height="200" for="test" suggestionAction="#{bean.autocomplete}" var="cap"> <h:column> <f:facet name="header"> ...
patch
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 ...

richfaces

    博客分类:
  • java
cdk pdf
http://www.mail-archive.com/dev@struts.apache.org/msg29044.html
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 ...
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 ...
http://livedemo.exadel.com/richfaces-demo/richfaces/dropDownMenu.jsf?c=dropDownMenu&tab=usage

native2ascii

    博客分类:
  • java
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.
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 ...
Global site tag (gtag.js) - Google Analytics