项目笔记

来源:百度文库 编辑:神马文学网 时间:2024/04/30 21:33:41
org.hibernate.dialect.SQLServerDialect
net.sourceforge.jtds.jdbc.Driver
jdbc:jtds:sqlserver://localhost:1433/dbname
http://www.cersp.com/
9148
123456
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://www.extremecomponents.org" prefix="ec" %>

@Id
@GeneratedValue(strategy = GenerationType.AUTO)
the edit method of Dispatch have a identity id was idName
other as thie delete method‘s identity primary key was id



//默认为/WEB-INF/“ActionServler的action名”加“-servlet.xml”
//比如/WEB-INF/action-servlet.xml



org.apache.struts.validator.LazyValidatorForm
org.springframework.web.struts.DelegatingActionProxy

directory="logs"  prefix="localhost_log." suffix=".txt"
timestamp="true"/>






xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:tx="http://www.springframework.org/schema/tx"
xsi:schemaLocation="
http://www.springframework.org/schema/beanshttp://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://www.springframework.org/schema/txhttp://www.springframework.org/schema/tx/spring-tx-2.0.xsd
http://www.springframework.org/schema/aophttp://www.springframework.org/schema/aop/spring-aop-2.0.xsd"
default-autowire="byName" default-lazy-init="true">

contextConfigLocation

/WEB-INF/daoContext.xml,
/WEB-INF/config/appContext1.xml,
/WEB-INF/config/appContext2.xml



org.springframework.web.context.ContextLoaderListener


http://tomcat.heanet.ie/native/1.1.8/binaries/win32/tcnative-1.dll
Long转Int
Integer.parseInt(String.valueOf(longValue))
#98AB6F
#99FF00
.eXtremeTable .odd {
background-color: #FFFFFF;
}
.eXtremeTable .even {
background-color: #dfe4e8;
}
.eXtremeTable .highlight td {
color: black;
font-size: 12px;
padding-top: 2px;
padding-right: 3px;
padding-bottom: 2px;
padding-left: 3px;
vertical-align: middle;
background-color: #fdecae;
}
extremetable
extremetable
一、按钮链接(打开新页面)

二、按钮链接(当页跳转)

求助 用js来控制框架页面
html



用js来控制框架页面










/html
请问这样一个框架页面,如果我想通过点击head asp中的一个图片来实现开关left asp所在框架的显示与不显示,应该怎么做呢??
修改主页面
code

/code

code

/code
然后修改你的main asp,加入一个图片,如
code

/code