随笔分类 -  web开发

摘要:tomcat zip包解压缩后放置位置如下:D:\DEV tool\apache-tomcat-6.0.29\1设置tomcat_home catalina_home系统变量设置,影响系统所有用户。step1:新建:(当变量不存在的时候新建,否则再该变量值的后面直接加上当前变量值即可)变量名... 阅读全文
posted @ 2015-10-01 18:15 王超_cc 编辑
摘要:applicationContext.xml org.hibernate.dialect.Oracle9Dialect true true com/bbp/wage/model/BbpClerk.hbm.xml ... 阅读全文
posted @ 2014-10-27 16:27 王超_cc 编辑
摘要:1 tld文件导入目录结构如下2 jsp 文件头部标签引入 阅读全文
posted @ 2014-09-14 16:23 王超_cc 编辑
摘要:TOMCATJ2EE项目连接池配置web项目的web.xmlDBConnectionjdbc/oraclejavax.sql.DataSourceContainerEclipse下下面tomcatserver文件:Server.xml Content.xml 阅读全文
posted @ 2014-09-11 07:31 王超_cc 编辑
摘要:1 检查安装了何种插件Help -->Install new Software-->已经安装的插件都显示在这里:Your original request has been modified. "CollabNet Merge Client" will be ignored because it is already installed.2 卸除卸除上面的插件在如下位置:Help -->Install new Software--> 查出已经安装的插件 -->uninstall3 安装下载SVN插件site.zip,解压到如下位置:D:\plu 阅读全文
posted @ 2013-05-14 19:26 王超_cc 编辑
摘要:1 新建项目右键-->Dynamic web project动态WEB项目2 在新建项目上面3 阅读全文
posted @ 2013-05-14 16:51 王超_cc 编辑
摘要:1 org.tigris.subversion.javahl.ClientException: Attempted to lock an already-locked dir异常解决方法 转 http://blog.csdn.net/chenyanbo/article/details/5940009myeclipse用svn提交的时候报错:Attempted to lock an already-locked dirsvn: Working copy 'D:/Program Files/MyEclipse 6.6flex/workspace/emis/WebRoot/emis/emre 阅读全文
posted @ 2013-05-10 20:14 王超_cc 编辑
摘要:ENV:window 7Apache Tomcat 6.01 Decompress tomcat server 2 TOMCAT_HOME:D:\Program Files\DEV\apache-tomcat_backup3 change the port of tomcat server:find the following file TOMCAT_HOME\conf\server.xmland change the port here :4 start up the tomcat server:4.1 cmd#d:#cd D:\Program Files\DEV\apache-tomca. 阅读全文
posted @ 2013-04-21 21:55 王超_cc 编辑
摘要:原始页面跳转后的页面JSP<script type="text/javascript"> function validateCallback(form, callback) { var $form = $(form); if (!$form.valid()) { return false; } var checked=false; var ids= document.getElementsByName("CVNUMBER"); for(var i=0;i<ids.length;i++){ if(ids[i].checke... 阅读全文
posted @ 2013-03-06 12:42 王超_cc 编辑
摘要:以下两段代码等价:段落1<insert id="addPaBonusInputItemInfo" parameterClass="linkMap"> <![CDATA[ INSERT INTO BN_PARAM_ITEM ( PARAM_ITEM_NO, PARAM_ITEM_ID, DATA_TYPE, CREATE_DATE, CREAT... 阅读全文
posted @ 2013-02-15 17:21 王超_cc 编辑
摘要:TOMCAT J2EE项目连接池配置/opt/apache-inComBOMP/confServer.xml 相关配置信息<GlobalNamingResources> <!-- Editable user database that can also be used by UserDatabaseRealm to authenticate users --> <Resource name="UserDatabase" auth="Container" type="org.apache.catalina.UserD 阅读全文
posted @ 2013-02-11 03:42 王超_cc 编辑
摘要:以下三个的名称应该一致1 国际化文件 messages_en_US.propertieshr.viewPersonalInfo.Hobby_interest=Hobby/interest2 JSP EL 表达式标签名称<td class="td_title"> <spring:message code="hr.viewPersonalInfo.Hobby_interest" /> <!-- Hobby_interest --> </td> <td class="td_type"&g 阅读全文
posted @ 2013-02-07 23:53 王超_cc 编辑
摘要:日志记录器(Logger)是日志处理的核心组件。log4j具有5种正常级别(Level)。 日志记录器(Logger)的可用级别Level (不包括自定义级别 Level), 以下内容就是摘自log4j API (http://jakarta.apache.org/log4j/docs/api/index.html):static Level DEBUGDEBUG Level指出细粒度信息事件对调试应用程序是非常有帮助的。static Level INFOINFO level表明 消息在粗粒度级别上突出强调应用程序的运行过程。static Level WARNWARN level表明会出现潜在 阅读全文
posted @ 2013-02-05 11:48 王超_cc 编辑
摘要:DWZ 知识:dwz-user-guideF:\skyDrive\文档\Tech Learning\js\DWZdwz的程序F:\skyDrive\文档\Tech Learning\js\DWZ\dwz-riadwz spring mvcF:\skyDrive\文档\Tech Learning\js\DWZ\dwzmvcJSP页面action : 请求提交的actionclass:指明需要验证的formonsubmit:提交form表单后 转到的fanctionfunction validateCallback(form, callback) { var $form = $(form);... 阅读全文
posted @ 2013-02-04 01:50 王超_cc 编辑
摘要:启动TOMCAT服务器 报如下错误2013-2-2 15:42:20 org.apache.catalina.core.StandardWrapperValve invoke严重: Allocate exception for servlet Spring MVC Dispatcher Servletorg.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [com.ait.ess.service.impl.ModifyPassWordSerImpl] found for 阅读全文
posted @ 2013-02-02 17:05 王超_cc 编辑
摘要:错误信息description The server encountered an internal error () that prevented it from fulfilling this request.exceptionorg.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.jdbc.UncategorizedSQLException: SqlMapClient operation; uncatego 阅读全文
posted @ 2013-01-25 13:03 王超_cc 编辑
摘要:http://www.cnblogs.com/cici-new/admin/Files.aspx/文件名Lotte建立项目流程.zip 阅读全文
posted @ 2012-12-25 01:33 王超_cc 编辑
摘要:View Code 1 package com.cici.readfile; 2 3 import java.io.DataInputStream; 4 import java.io.File; 5 import java.io.FileInputStream; 6 import java.io.IOException; 7 import java.net.URL; 8 9 public class Utilities {10 11 12 private Utilities(){}13 14 //文件的相对路径15 public final... 阅读全文
posted @ 2012-11-26 09:24 王超_cc 编辑
摘要:====1 persistence.xml配置文件==============================<?xml version="1.0" encoding="UTF-8"?><persistence version="1.0"xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation=&qu 阅读全文
posted @ 2012-11-24 22:54 王超_cc 编辑
摘要:1 在项目source folder下,创建persistent.xml文件.Project Name --| src --|persistence.xml2 编写persistent.xml文件,内容符合如下格式.<?xml version="1.0" encoding="UTF-8"?><persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.o 阅读全文
posted @ 2012-11-24 15:12 王超_cc 编辑

点击右上角即可分享
微信分享提示