搜索列表
-
二级域名原理以及程序
【ASP编程】二级域名原理以及程序,申请即可开通 [普通框架式二级域名] 要达到二级名的效果,必须一下条件以及流程: 1、必须有一个顶级域名,而且此域名必须做好泛解析并做好指向。 2、必须有一台独立的服务器。泛解析的域名指向该服务器。 3、在服务器上的IIS建一个空的主机头名的web站点。 4、将默认的页面设置为你的二机解析程序(比...
|二级|级域|域名|名原|原理|理以|以及|及程|程序|序| -
部分搜索引擎登陆口
【网站运营】百度免费登录入口 http://www.baidu.com/search/url_submit.htm 新浪免费登录入口 http://bizsite.sina.com.cn/newbizsite/docc/index-2jifu-09.htm 搜狐免费登录入口http://db.sohu.com/regurl/regform.asp?Step=REGFORM&class= 天网免费登录入口 http://bingle...
部分搜索引擎登陆口 -
jsp源码实例3(获取jsp各种参数)
【JSP编程】package coreservlets;import java.io.*;import javax.servlet.*;import javax.servlet.http.*;import java.util.*;/** Creates a table showing the current value of each* of the standard CGI variables.* <P>* Taken from Core Servlets and JavaServer Pages* from Prentice Hall and Sun M...
|js|sp|p源|源码|码实|实例|例3|3(|(获|获取|取j|js|sp|p各|各种|种参|参数|数)|)| -
jsp计数器代码
【JSP编程】<!-- JSP-Hitcounter counts sessions.Copyright (C) 2000 Jesper Schmitz Mouridsen. Visit www.webappcabaret/jsm2/webapps.jsp?find=jsphcs for more info. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License ...
|js|sp|p计|计数|数器|器代|代码|码| -
jsp源码实例2(获取表单参数)
【JSP编程】package coreservlets;import java.io.*;import javax.servlet.*;import javax.servlet.http.*;import java.util.*;/** Shows all the parameters sent to the servlet via either* GET or POST. Specially marks parameters that have* no values or multiple values.* <P>* Taken from Core S...
|js|sp|p源|源码|码实|实例|例2|2(|(获|获取|取表|表单|单参|参数|数)|)| -
jsp源码实例5(cookie)
【JSP编程】package coreservlets;import java.io.*;import javax.servlet.*;import javax.servlet.http.*;/** Sets six cookies: three that apply only to the current* session (regardless of how long that session lasts)* and three that persist for an hour (regardless of* whether the browser is restarted).* <P&...
|js|sp|p源|源码|码实|实例|例5|5(|(c|co|oo|ok|ki|ie|e)|)| -
jsp源码实例1(输出)
【JSP编程】package coreservlets;import java.io.*;import javax.servlet.*;import javax.servlet.http.*;/** Simple servlet that generates HTML.* <P>* Taken from Core Servlets and JavaServer Pages* from Prentice Hall and Sun Microsystems Press,* http://www.coreservlets.com/.* &...
|js|sp|p源|源码|码实|实例|例1|1(|(输|输出|出)|)| -
用连接池提高Servlet访问数据库的效率(1)
【JSP编程】Java Servlet作为首选的服务器端数据处理技术,正在迅速取代CGI脚本。Servlet超越CGI的优势之一在于,不仅多个请求可以共享公用资源,而且还可以在不同用户请求之间保留持续数据。本文介绍一种充分发挥该特色的实用技术,即数据库连接池。一、实现连接池的意义动态Web站点往往用数据库存储的信息生成Web页面,每一个页...
|用连|连接|接池|池提|提高|高S|Se|er|rv|vl|le|et|t访|访问|问数|数据|据库|库的|的效|效率|率1|1| -
用连接池提高Servlet访问数据库的效率(2)
【JSP编程】三、类DBConnectionPool说明该类在209至345行实现,它表示指向某个数据库的连接池。数据库由JDBC URL标识。一个JDBC URL由三部分组成:协议标识(总是jdbc),驱动程序标识(如 odbc、idb、oracle等),数据库标识(其格式依赖于驱动程序)。例如,jdbc:odbc:demo,即是一个指向demo数据库的JDBC URL...
|用连|连接|接池|池提|提高|高S|Se|er|rv|vl|le|et|t访|访问|问数|数据|据库|库的|的效|效率|率2|2| -
获取jsp各种参数
【JSP编程】package coreservlets; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; import java.util.*; /** Creates a table showing the current value of each * of the standard CGI variables. * <P> * Taken from Core Servlets and JavaServer Pages * from Prentice Hall an...
|获取|取j|js|sp|p各|各种|种参|参数|数| -
在linux上建jsp環境
【JSP编程】老早就在國外的網站上看到Jsp(Java Server Pages)的介紹,說它如何如何的好, 如何如何的強大,可是只知道jsp這玩意不錯,卻一直沒有機會用上。聽說unix下 配置jsp環境頗爲複雜,因此一直沒敢去碰。後來在臺灣的站點上找到了一份臺灣老 寫的在Linux下配置jsp環境的文章,如獲至寶,於是就馬上操刀上陣,想試試如何。 ...
|在l|li|in|nu|ux|x上|上建|建j|js|sp|p環|環境|境| -
jsp实现cookie的使用
【JSP编程】package coreservlets; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; /** Sets six cookies: three that apply only to the current * session (regardless&...
|js|sp|p实|实现|现c|co|oo|ok|ki|ie|e的|的使|使用|用|