`
文章列表
在操作休假功能时,错误: ERROR [http-8080-3] - 执行:class com.ving.xzfw.persistence.impl.CaseDaoImpl.getList()方法出错! ERROR [http-8080-3] - SqlMapClient operation; uncategorized SQLException for SQL []; SQL state [null]; error code [0];  --- The error occurred in com/ving/xzfw/persistence/sqlmap/Case.xml.  --- Th ...
ERROR [http-8080-5] - Dispatch[/materialItemAction] to method 'setUpForInsertOrUpdate' returned an exception java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) a ...
ERROR [http-8080-15] - 执行:class com.ving.xzfw.persistence.impl.DepartmentDaoImpl.updateEanbleByDistId()方法出错! ERROR [http-8080-15] - SqlMapClient operation; uncategorized SQLException for SQL []; SQL state [S1093]; error code [0];   --- The error occurred in com/ving/xzfw/persistence/sqlmap/Departmen ...
不同的字符集将会导致乱码,为了统一起见,如下设置: 启动 eclipse ,在菜单栏上选择window->Preferences 先设置工作空间的字符集: General->Workspace,将 Text file Encoding 设为 Other : UTF-8 再设置其他文件: MyEclipse->Editors 下: 将 CSS,DTD,HTML,JavaScript,JSP,XML 的 encoding都设为 UTF-8 。 于是全部变为正常
用MyEclipse struts config editor 编辑器编辑Struts的配置文件错误:org.eclipse.ui.PartInitException: Project fuNan_eAdmin is not configured as a MyEclipse Web-Struts Project. Therefore the MyEclipse Struts Editor may not be used with struts-action.xml. The default XML Editor has been used to open the file instead. ...
整合Struts&Spring&Ibatis时,交付项目前,工程部测试数据竟让报错了: 错误: SqlMapClient operation; uncategorized SQLException for SQL []; SQL state [null]; error code [0]; Error: executeQueryForObject returned too many results.; nested exception is java.sql.SQLException: Error: executeQueryForObject returned too many r ...
使用MyEclipse 将 java web程序打war包方法: 在server中找到你要发布的服务器,如TOMCAT或WEBLOGIC服务器,在要完成的时候有两个单选的,,一个是Exploded Archive   ;一个是Packaged Archive 第一个是发布成WEB,,第二个是发布成WAR,,也是在一个目录下! 也就是在WebRoot上单击右键,选择Export选项, 然后选择J2EE   WAR   file选项,然后选择工程名称和路径,单击完成就可以了。 只要将你的WAR包复制到比如TOMCAT的WEBAPPS目录下( 以下是三种发布方式: 1、将工程编译后打成war包 ...
呵呵,类似java se 的tablePanel。 看看效果图: JSP: <form action="" id="f1" name="f1"> <input type="hidden" name="servId"> <table width="100%" height="100%"><tr> <td align="center"> <div id=&quo ...
Action : public ActionForward getReceiveFeeInfo(ActionMapping mapping,    ActionForm form, HttpServletRequest request,    HttpServletResponse response) throws Exception {   logger.debug("getReceiveFeeInfo");   request.setAttribute("tabHtml", this     .renderTabControlHtml(InitTa ...

JS隐藏显示查询面

    博客分类:
  • JS
jsp: <table border="0" cellpadding="0" cellspacing="0"      class="simpleFormTable" width="100%">       <tr>        <td class="tableTitle3" style="cursor: pointer;"         onclick="showHide('queryUserZone',thi ...
呵呵,实现程序注册认证: register.xml <?xml version="1.0" encoding="gb2312" ?> <Root>     <RegisterDate>    2009-08-12    </RegisterDate>    <RegisterType>    0    </RegisterType>    <RegisterDays>    2010-09-09    </RegisterDays>    <Registe ...
晕,咋这个问题?我没有对程序配置文件修改啊! 警告: Unexpected exception resolving reference com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence. at com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte(UTF8Reader.java:674) at com.sun.org.apache.xer ...
Tomcat 5可以通过以运行在网页浏览器的配置应用程序非常方便地进行服务器的配  置。这个应用程序称为Tomcat Administration Web Application。然而,Tomcat 5.5 以后的binary 核心安装版不再提供Tomcat Administration Web Application。要安装后者,需要单独下载和安装。Tomcat 并没有为Administration Web Application提供一种自动整合的安装程序。本文将讲述安装和配置的详细过程。 第一步,确认你的Tomcat 中是否已安装了Administration Web Applicatio ...
呵呵:、展开Eclipse的Help菜单,将鼠标移到Software Update子项,在出现的子菜单中点击Find and Install;    在eclipse中编辑properties文件时,如果含有非西欧字符,则无法保存,要转化为相应的unicode编码才行。在jre/bin/下有一个native2ascii.exe,可以进行相应的转换,在commond模式下执行 native2ascii 源文件名 目标文件名即可,为了在eclipse中使用方便可以使用相应的插件,安装步骤如下: 1.Help->Software Updates->Find and Install 2 ...
Please choose from the screen of Eclipse with "Help" ->"Software Updates" -> "Update Manager". An 'Update Manager' opens. In the "Feature Updates" view at the lower left of an 'Update Manager', please carry out the right click of the "Sites to Vi ...
Global site tag (gtag.js) - Google Analytics