Welcome![Sign In][Sign Up]
Location:
Search - dynamic jsp

Search list

[Menu control《JSP实用编程实例集锦》

Description: 动态设置网页背景,中文显示服务端日期,判断服务端时间并显示中文问候- Dynamic establishment homepage background, Chinese demonstration service end date, judgement service end time and demonstration Chinese regards... ...
Platform: | Size: 10936426 | Author: shen | Hits:

[WEB CodeJSP创建基于WEB的动态图表之开源代码篇源代码

Description: 描述了JSP创建基于WEB的动态图表的开发-described JSP create Web-based dynamic tables development
Platform: | Size: 13166 | Author: 赵婷 | Hits:

[EditBoxjsp小技巧

Description: 如何混合使用Jsp和SSI #include? 在JSP中可以使用如下方式包含纯HTML: <!--#include file=\"data.inc\"--> 但是如果data.inc中包含JSP CODE ,我们可以使用: <%@include file=\"data.inc\"%> 如何执行一个线程安全的JSP? 只需增加如下指令 <%@ page isThreadSafe=\"false\" %> JSP如何处理HTML FORM中的数据? 通过内置的request对象即可,如下: <% String item = request.getParameter(\"item\") int howMany = new Integer(request.getParameter(\"units\")).intValue() %> 在JSP如何包含一个静态文件? 静态包含如下:<%@ include file=\"copyright.html\" %> 动态包含如下:<jsp:include page=\"copyright.html\" flush=\"true\"/> 在JSP中如何使用注释? 主要有四中方法: 1。<%-- 与 --%> 2。// 3。/**与**/ 4。<!--与-->-how mixed use Jsp and SSI # include JSP can be used as follows contains pure HTML : lt ;!--# include file = "data.inc" -- gt; But if data.inc JSP CODE contains, we can use : lt ; % @ include file = "data.inc"% gt; how to implement a security thread JSP only increased as follows instructions lt; % @ page isThreadSafe = "false"% gt; JSP HTML FORM how to handle the data through built-in object can request , as follows : lt; % String item = request.getParameter ( "item") int howMany = new Integer (request.getParameter ( "units")). intValue ()% gt; how the JSP contains a static document contains static as follows : lt; % @ include file = "copyright.html"% gt; Dynamic includes : lt; jsp : include page = "copyright.html" flush
Platform: | Size: 4154 | Author: 孙武 | Hits:

[OtherJSP流量统计系统02-616杜正动

Description: JSP流量统计系统02-616杜正动做的系统 有一点小毛病 但是还可以了-JSP flow statistical system 02-616 Du dynamic system has done little problems but also can
Platform: | Size: 3985 | Author: 李洪臣 | Hits:

[Internet-NetworkCWC大型商城 V1.5 Beta 修正版

Description: 基于jsp+javabean+mysql三层结构的动态购物网站。网站用户接口(即界面)由jsp完成,数据和逻辑处理由beans完成,数据储存由mysql完成。因为beans独立负责处理整个网站的全部数据逻辑运算,所以整个网站的负载量和速度都将大大提高,所以基于这种语言和结构开发的购物系统的优势是其它语言没法比尔的。更重要的是,jsp+bean能够在Apache环境下顺畅地运行,这也是其最大优点之一。这就更进一步保证了网站的稳定性和安全性,而这些,对于一个购物网站来说是非常重要的! -jsp javabean mysql-based three-tier structure of the dynamic shopping site. Terms of the user interface (interface) from jsp completed and the data processed by the logic and beans completed, data storage by mysql completed. Because beans are independently responsible for the handling of the entire site all the data logic operation, the entire site load and speed will be greatly enhanced, based on the language and structure of the shopping development system with the advantage of other languages can not birr. More importantly, jsp bean to the Apache environment to run smoothly, this is one of its greatest strengths. This site is a further guarantee of stability and security, which, for a shopping site, it is very important!
Platform: | Size: 1028096 | Author: 何福保 | Hits:

[Internet-Network20040818043638

Description: 基于jsp+javabean+mysql三层结构的动态购物网站。网站用户接口(即界面)由jsp完成,数据和逻辑处理由beans完成,数据储存由mysql完成。因为beans独立负责处理整个网站的绝大部分数据,所以整个网站的负载量和速度都将大大提高。而且jsp的特性是一次运行,永远储留内存(包括bean在内),所以基于这种语言和结构开发的购物系统的优势是其它语言没法比尔的。更重要的是,jsp+bean能够在Apache环境下顺畅地运行,这也是其最大的优点。这就更进一步保证了网站的稳定性和安全性.-jsp javabean mysql-based three-tier structure of the dynamic shopping site. Terms of the user interface (interface) from jsp completed and the data processed by the logic and beans completed, data storage by mysql completed. Because beans are independently responsible for the handling of the entire site of the majority of data, the entire site load and speed will be greatly enhanced. But jsp characteristic is a running, always reserving memory (including the bean) are therefore based on the language and structure of the shopping development system with the advantage of other languages can not birr. More importantly, jsp bean to the Apache environment to run smoothly, which is its greatest advantage. This site is a further guarantee of stability and security.
Platform: | Size: 214016 | Author: 何福保 | Hits:

[WEB CodeJSP创建基于WEB的动态图表之开源代码篇源代码

Description: 描述了JSP创建基于WEB的动态图表的开发-described JSP create Web-based dynamic tables development
Platform: | Size: 13312 | Author: 赵婷 | Hits:

[WAP develop200513174851152(JSP+wml)

Description: 这是个用JSP开发WAP的实例-This is a development with JSP WAP examples
Platform: | Size: 24576 | Author: 张琦 | Hits:

[WEB CodeCWC大型商城 v1.5 Beta修正版

Description: 基于jsp+javabean+mysql三层结构的动态购物网站。网站用户接口(即界面)由jsp完成,数据和逻辑处理由beans完成,数据储存由mysql完成。因为beans独立负责处理整个网站的全部数据逻辑运算,所以整个网站的负载量和速度都将大大提高,所以基于这种语言和结构开发的购物系统的优势是其它语言没法比尔的。更重要的是,jsp+bean能够在Apache环境下顺畅地运行,这也是其最大优点之一。这就更进一步保证了网站的稳定性和安全性,而这些,对于一个购物网站来说是非常重要的! 这个版本让大家期待已久了,主要做了以下一些修正: 1.新增产品站内搜索引擎。 2.新增人气商品排行。 3.新增热评商品排行。 4.新增重点推荐产品。 5.删除不太需要的新闻频道。 6.修正后台管理的一些Nullpointexception错误。 7.新增顾客资料修改。 8.新增顾客订单查询。 9.新增后台超级用户和订单管理员管理,方便物流人员独立处理订单。 10.完善了一些购物流程。 快感都市,拥抱激情! 城市WebClub http://www.503room.com 补丁按顺序安装-jsp javabean mysql-based three-tier structure of the dynamic shopping site. Terms of the user interface (interface) from jsp completed and the data processed by the logic and beans completed, data storage by mysql completed. Because beans are independently responsible for the handling of the entire site all the data logic operation, the entire site load and speed will be greatly enhanced, based on the language and structure of the shopping development system with the advantage of other languages can not birr. More importantly, jsp bean to the Apache environment to run smoothly, this is one of its greatest strengths. This site is a further guarantee of stability and security, which, for a shopping site, it is very important! This version so that we have been expecting for a long time, mainl
Platform: | Size: 1087488 | Author: 马光 | Hits:

[EditBoxjsp小技巧

Description: 如何混合使用Jsp和SSI #include? 在JSP中可以使用如下方式包含纯HTML: <!--#include file="data.inc"--> 但是如果data.inc中包含JSP CODE ,我们可以使用: <%@include file="data.inc"%> 如何执行一个线程安全的JSP? 只需增加如下指令 <%@ page isThreadSafe="false" %> JSP如何处理HTML FORM中的数据? 通过内置的request对象即可,如下: <% String item = request.getParameter("item") int howMany = new Integer(request.getParameter("units")).intValue() %> 在JSP如何包含一个静态文件? 静态包含如下:<%@ include file="copyright.html" %> 动态包含如下:<jsp:include page="copyright.html" flush="true"/> 在JSP中如何使用注释? 主要有四中方法: 1。<%-- 与 --%> 2。// 3。/**与**/ 4。<!--与-->-how mixed use Jsp and SSI# include JSP can be used as follows contains pure HTML : lt ;!--# include file = "data.inc"-- gt; But if data.inc JSP CODE contains, we can use : lt ; % @ include file = "data.inc"% gt; how to implement a security thread JSP only increased as follows instructions lt; % @ page isThreadSafe = "false"% gt; JSP HTML FORM how to handle the data through built-in object can request , as follows : lt; % String item = request.getParameter ( "item") int howMany = new Integer (request.getParameter ( "units")). intValue ()% gt; how the JSP contains a static document contains static as follows : lt; % @ include file = "copyright.html"% gt; Dynamic includes : lt; jsp : include page = "copyright.html" flush
Platform: | Size: 4096 | Author: 孙武 | Hits:

[OtherJSP流量统计系统02-616杜正动

Description: JSP流量统计系统02-616杜正动做的系统 有一点小毛病 但是还可以了-JSP flow statistical system 02-616 Du dynamic system has done little problems but also can
Platform: | Size: 4096 | Author: | Hits:

[WEB Codeajax_Dynamic_Update_select_for_jsp[Drop-down_list_

Description: 动态更新下拉列表框(在网上找了不少都不实用,一气之下自己弄了一个,呵呵 有点简陋,可以自己改,目前上传的是 jsp的(已经部署好了)【如果需要的话可以直接改成asp,php或.net,改起来很简单的】) /*************************************** *********版权没有,翻版不究************* ***************************************/-Dynamic update drop-down list box (in the Internet to find a lot of not useful, get a fit themselves, a bit shabby Ha ha, can change the current upload is jsp s (already deployed) [if necessary can be directly replaced by asp, php or. net, changed up a very simple] )/************************************************ no copyright infringement and does not prosecute****************************************************/
Platform: | Size: 3072 | Author: 王晓然 | Hits:

[JSPjsp

Description: jsp程序设计指南,学会使用Java服务器页将动态内容传递到Web页。本书是对这种服务器端脚本语言的理想介绍,它首先介绍了创建代码块,比如JSP语法、脚本元素、隐含对象和标记库。随后,您将学习如何构造可靠的JSP结构、创建实际的Web应用程序、实现应用程序安全测量并将数据库集成到自己的JSP结构中。这种循序渐进的自学方法会立刻带您完成JSP的入门。-jsp programming guide, learn how to use Java server pages dynamic content will be delivered to the Web page. This book is of such server-side scripting language ideal introduction, which first introduced the creation of the code block, such as JSP syntax, scripting elements, implicit objects and Tag Library. Subsequently, you will learn how to construct a reliable JSP structure, to create the actual Web applications, to achieve application security measurement and database integration to your JSP structure. This step-by-step self-learning method will immediately take you to complete JSP entry.
Platform: | Size: 12549120 | Author: lleva44 | Hits:

[JSP/JavaJSP

Description: JSP javaBean 数据库无限级动态树状菜单-Unlimited JSP javaBean level dynamic database tree menu
Platform: | Size: 6144 | Author: susususu | Hits:

[SQL Serverhotel-jsp-sql

Description: 提供普通二星级酒店的必要功能,可动态的进行与房间信息相关的所有操作,对于宾客,可执行散客和团体开单两种方式,可为宾客预定房间,可为不同的宾客设置不能种类房间的折扣及其优惠设置,本系统可动态显示当前所有房间的信息。满足客户的需求,实现酒店管理的流程。主要功能包括散客开单、团体开单、宾客结帐、客房预订、营业查询、客户管理、网络设置、系统设置等等。-Provide general two-star hotel of the necessary features to carry out dynamic information associated with the room all the operations, for the guests, individual and group executable billing in two ways for guests booking rooms, guests can be set for different types should not discount and discount room settings, the system dynamically displays the current information in all rooms. Satisfied customer demand for hotel management realize the flow. Main features include individual billing, group billing, guests checkout, room reservations, sales inquiries, customer management, network settings, system settings and so on.
Platform: | Size: 3734528 | Author: 曾警 | Hits:

[JSP/Javajsp

Description: jsp动态网站开发技术与实践 电子工业出版社 随书附赠源代码-jsp dynamic web development techniques and practice with the Electronics Industry Press book comes with source code
Platform: | Size: 16921600 | Author: 许海楠 | Hits:

[JSP/Javabbs-JSP

Description: 北大青鸟的jsp版本的BBS,使用的是SQL Server 2005数据库,里面实现了分页,动态生成树结构等,而且页面效果也非常的美观。-Beida Jade Bird jsp version of the BBS, you are using SQL Server 2005 database, which has paging, dynamic spanning tree structure, and the page is also very beautiful effect.
Platform: | Size: 1689600 | Author: 朱治龙 | Hits:

[JSP/JavaJSP

Description: 留言簿一个简单的动态网页设计,可以查询数据库内的所有数据,自动更新-Book a simple dynamic webpage design, you can query all data within the database, automatic update
Platform: | Size: 990208 | Author: 姜澍 | Hits:

[BooksJSP动态网站技术入门与提高

Description: jsp 动态网站开发与入门基础教程,通俗易懂,很实用(JSP Dynamic website development and introductory basic tutorial, easy to understand, very practical)
Platform: | Size: 31702016 | Author: weiduomei | Hits:

[Otherjsp新闻发布系统

Description: 随着Internet的迅速发展,社会已经进入了网络时代,人们越来越倾向于从Internet获取信息。而网站则是Internet网上进行信息传播的主要载体,为了使网站的管理者方便的进行新闻的动态发布和管理,将杂乱无章的信息(包括文字、图片和影音)经过组织,合理而且有序地通过网页呈现给人们,开发了本新闻发布系统。 本系统利用jsp动态网页技术和SqlServer数据库,以B/S模式开发,实现新闻的动态发布和管理。前台为用户提供了新闻显示、新闻搜索、新闻操作等功能;管理用户可以通过Web浏览器登陆后台实现新闻的发布、管理记录等操作。(With the rapid development of Internet, society has entered the era of Internet, people are more and more inclined to obtain information from Internet. The website is Internet online is the main carrier of the information transmission, in order to make the site dynamic management for news publishing and management, will be out of order information (including text, pictures and video) through the organization, reasonable and orderly through "presented to the people, the development of this press release system. This system uses JSP dynamic web page technology and SqlServer database to develop B/S model to realize the dynamic publication and management of news. Front desk provides users with news display, news search, news operations and other functions; management users can login through the Web browser background, to achieve the news release, management records and other operations.)
Platform: | Size: 6100992 | Author: 力魔空白 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net