上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 92 下一页
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
posted @ 2010-11-13 10:36 庚武 Views(1202) Comments(0) Diggs(0) Edit
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
posted @ 2010-11-11 18:18 庚武 Views(135) Comments(0) Diggs(0) Edit
//鼠标移上去tr变色(function($) { $.fn.hightlightTR = function(options) { var defaults = { backgroundColor: "#006AA6", //原来的背景色 highlightColor: "black", //高亮背景色 hasHeader: true,//是否有表头 hasTail: true,//是否有表尾 o... Read More
posted @ 2010-11-11 14:37 庚武 Views(451) Comments(1) Diggs(0) Edit
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
posted @ 2010-11-10 23:10 庚武 Views(205) Comments(0) Diggs(0) Edit
4站乘坐 80路(或 高峰专线14), 在 益田中路站 下车 Read More
posted @ 2010-11-08 23:47 庚武 Views(114) Comments(0) Diggs(0) Edit
一.request对象:该对象封装了用户提交的信息,通过调用该对象相应的方法可以获取封装的信息,即使用该对象可以获取用户提交信息。它是HttpServletRequest的实例。JSP下面介绍request的常用方法:1,getParameter();使用如下 String str=request.getParameter();2,setAttribute();和getAttribute();re... Read More
posted @ 2010-11-08 09:45 庚武 Views(488) Comments(0) Diggs(1) Edit
DOM,SAX和JAXPDOM: Document Object ModelSAX: Simple API for XML有没有办法让我们在更换解析器时,不用对己发布的程序做任何改动呢?JAXP API可以帮助我们实现这一点.为了屏蔽具体厂商的实现,让java开发人员以一种标准的方式对XML进行编程,SUN公司制定了JAXP(Java API for XML processing)规范.JAXP没... Read More
posted @ 2010-11-07 12:10 庚武 Views(552) Comments(0) Diggs(0) Edit
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
posted @ 2010-11-07 11:09 庚武 Views(279) Comments(0) Diggs(0) Edit
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
posted @ 2010-11-05 09:29 庚武 Views(620) Comments(0) Diggs(0) Edit
http://msdn.microsoft.com/zh-cn/library/h6bb9cz9(VS.80).aspx Read More
posted @ 2010-11-04 11:36 庚武 Views(811) Comments(0) Diggs(0) Edit
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 92 下一页