`
yang52081
  • 浏览: 25115 次
  • 性别: Icon_minigender_1
  • 来自: 湖南省岳阳
社区版块
存档分类
最新评论
文章列表
<DIV id=detail  style="Z-INDEX: 3; FILTER: shadow(color=#333333,direction=135); WIDTH: 140px; POSITION: absolute; HEIGHT: 120px"></DIV> <br>   <CENTER>     <TABLE border="0" class="TableData">       <FORM name="CLD">     ...

Oracle

    博客分类:
  • Java
select * from JbpmWfms w  start with w.WId='40288234196e791c01196eb9a70d0004' connect by prior w.WId = w.WFid org.springframework.orm.hibernate3.HibernateQueryException: unexpected token: start [select * from com.domain.jbpm.JbpmWfms w  start with w.WId='40288234196e791c01196eb9a70d0004' connect by ...
请高手指点,下面是什么错误。 16:59:06,300 [main] DEBUG DefaultNamespaceHandlerResolver : Loaded mappings [{http://www.springmodules.org/schema/lucene=org.springmodules.lucene.index.config.LuceneNamespaceHandler, http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHa ...
请大家帮忙看看,在线等待.......... Hibernate: insert into YQB.notifys (notifys_title, notifys_content, notifys_path, notifys_username, notifys_part, notifys_pubtime, notifys_xvisible, notifys_id) values (?, ?, ?, ?, ?, ?, ?, ?) [framework]2008-03-31 14:05:48,916 - org.hibernate.util.JDBCExceptionReporter -92192 ...
严重: Servlet /j2eetest threw load() exception javax.servlet.UnavailableException: TilesPlugin : Specified RequestProcessor not compatible with TilesRequestProcessor at org.apache.struts.action.ActionServlet.init(ActionServlet.java:368) at javax.servlet.GenericServlet.init(GenericServlet.java:212) a ...

java

    博客分类:
  • AJax
在WEB页面上把图标拖放到另外一个层,怎样实现拖放事件希望大家帮帮忙!!
Jbpm3.1.x的时候,如果我们要实现Jbpm与Spring结合使用需要借助于SpringModule中spring-modules-jbpm31.jar来实现。目前Jbpm的最新版本是3.2.1,对于这一版本如果我们要实现其与Spring结合使用,同样我们也可以借助SpringModule中spring-modules-jbpm31.jar来实现。 首先我们需要下载spring-modules-0.8工程包文件(下载地址:http://springmodules.dev.java.net),下载后我们只需要工程包里的spring-modules-jbpm31.jar把它放在我们Web应该的W ...
1 简介 Excel报表功能是目前很多系统中的基本特性之一,在Dorado中对Excel报表提供了很好支持。主要实现为基于Excel 模板的报表功能(Dorado Excel Report),将需要生成报表的数据按Excel模板的定义中的格式输出到Excel文档,形成最终E ...
谁能告诉我,JDBC和Hibernate的好处和坏处?
客户端发送为: public void run() { try { out = socket.getOutputStream(); dis = new DataInputStream(new BufferedInputStream(new FileInputStream(filetext))); dos = new DataOutputStream(new BufferedOutputStream(out)); int num = 0; byte[] buf = new byte[BUFFER]; while ((num = dis.read(buf,0, ...
JMS怎么样接收Socket服务器的文件.或者说怎样把Socket从客户端接收到的文件发送到JMS消息队列.请大家帮助忙. 要有代码:     我的问题是怎么样把Socket 接收到的文件发送到JMS队列中去??? 代码......
Global site tag (gtag.js) - Google Analytics