搜索列表
-
JAVA/JSP学习系列之八(改写MySQL翻页例子)
【JSP编程】一、前言 其实,改写后的JDBC Data-Source是运行在Servlet中的,通过JNDI去查找数据源。我用Orion试的,将本站《JAVA/JSP学习系列之六(MySQL翻页例子) 》 简单改写了一下。二、配置(1)JDBC 需要将用到的JDBC驱动Copy到[ORION]/lib目录下(2)data-source 在[ORION]/config/d...
|JA|AV|VA|AJ|JS|SP|P学|学习|习系|系列|列之|之八|八改|改写|写M|My|yS|SQ|QL|L翻|翻页|页例|例子|子| -
jsp计数器-jsp文件
【JSP编程】<HTML><HEAD><TITLE>JSP Bean Example</TITLE></HEAD><BODY><!-- Set the scripting language to java --><%@ page language="java" %><!-- Instantiate the Counter bean with an id of "counter...
|js|sp|p计|计数|数器|器j|js|sp|p文|文件|件| -
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各|各种|种参|参数|数)|)| -
IBM WebSphere源代码暴露漏洞
【JSP编程】bugtraq id 1500 class Access Validation Error cve GENERIC-MAP-NOMATCH remote Yes local Yes published July 24, 2000 updated July 24, 2000 vulnerable IBM Websphere Application Server 3.0.21- Sun Solaris 8.0- Microsoft Windows NT 4.0- Linux kernel 2.3.x- IBM AIX 4.3...
|IB|BM|MW|We|eb|bS|Sp|ph|he|er|re|e源|源代|代码|码暴|暴露|露漏|漏洞|洞| -
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(|(输|输出|出)|)| -
十一、JSP及语法概要
【JSP编程】11.1 概述 JavaServer Pages(JSP)使得我们能够分离页面的静态HTML和动态部分。HTML可以用任何通常使用的Web制作工具编写,编写方式也和原来的一样;动态部分的代码放入特殊标记之内,大部分以“<%”开始,以“%>”结束。例如,下面是一个JSP页面的片断,如果我们用http://host/OrderConfirmati...
|十一|一、|、J|JS|SP|P及|及语|语法|法概|概要|要| -
JSP简明教程
【JSP编程】一、 什么是JSP JSP(JavaServer Pages)是由Sun Microsystems公司倡导、许多公司参与一起建立的一种动态网页技术标准,其网址为http://www.javasoft.com/products/jsp。在传统的网页HTML文件(*.htm,*.html)中加入Java程序片段(Scriptlet)和JSP标记(tag),就构成了JSP网页(*.jsp)。Web服务器在遇到...
|JS|SP|P简|简明|明教|教程|程| -
一、Servlet和JSP概述
【JSP编程】1.1 Java Servlet及其特点 Servlet是Java技术对CGI编程的回答。Servlet程序在服务器端运行,动态地生成Web页面。与传统的CGI和许多其他类似CGI的技术相比,Java Servlet具有更高的效率,更容易使用,功能更强大,具有更好的可移植性,更节省投资(更重要的是, Servlet程序员收入要比Perl程序员高:-): 高...
|一、|、S|Se|er|rv|vl|le|et|t和|和J|JS|SP|P概|概述|述| -
Java Servlet和JSP教程
【JSP编程】] 这是一个比较完整的Servlet、JSP教程,包含大量的实用资料和示例,仙人掌工作室倾情推荐。全文共十三章,主要包括:Servlet和JSP特点,安装和配置开发、运行环境,表单数据处理,HTTP请求头、应答状态处理,访问CGI变量,会话状态,JSP脚本元素、指令、动作,等等。具体请...
|Ja|av|va|aS|Se|er|rv|vl|le|et|t和|和J|JS|SP|P教|教程|程|