package test;import java.sql.*;public class TestJdbcForSqlserver2008 { /** * @param args */ public static void main(String[] args) { final String JDriver = "com.microsoft.sqlserver.jdbc.SQLServerDr... Read More
The JSTL is often referred to as a single tag library when in fact it's a collection of four tag libraries. Each tag library provides useful actions (or tags) based on the following functional areas:C... Read More
//鼠标移上去tr变色(function($) { $.fn.hightlightTR = function(options) { var defaults = { backgroundColor: "#006AA6", //原来的背景色 highlightColor: "black", //高亮背景色 hasHeader: true,//是否有表头 hasTail: true,//是否有表尾 o... Read More
Expression-LanguageImplicit Object DescriptionapplicationScopeThis is a Map that contains all application-scoped variables. The Map is keyed on the name of the variable. cookieThis is a Map that maps... Read More
4站乘坐 80路(或 高峰专线14), 在 益田中路站 下车 Read More
一.request对象:该对象封装了用户提交的信息,通过调用该对象相应的方法可以获取封装的信息,即使用该对象可以获取用户提交信息。它是HttpServletRequest的实例。JSP下面介绍request的常用方法:1,getParameter();使用如下 String str=request.getParameter();2,setAttribute();和getAttribute();re... Read More
DOM,SAX和JAXPDOM: Document Object ModelSAX: Simple API for XML有没有办法让我们在更换解析器时,不用对己发布的程序做任何改动呢?JAXP API可以帮助我们实现这一点.为了屏蔽具体厂商的实现,让java开发人员以一种标准的方式对XML进行编程,SUN公司制定了JAXP(Java API for XML processing)规范.JAXP没... Read More
http://xerces.apache.org/TheApache Xerces Projectcurrently consists of the following sub-projects, each focused on the development of XML parsers and related components in various languages:Apache Xer... Read More
http://www.microsoft.com/downloads/details.aspx?FamilyID=cf49c56c-8b3e-4eae-9904-9505f47bed45&displayLang=zh-cn支持的操作系统: Windows 2000; Windows 98; Windows 98 Second Edition; Windows ME; Windows Ser... Read More
http://msdn.microsoft.com/zh-cn/library/h6bb9cz9(VS.80).aspx Read More