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

Search list

[WEB Code用JSP进行数据分页显示的一个实现

Description: 在java中用JSP进行数据分页显示的一个实现-used in JSP page data shows the realization of a
Platform: | Size: 31652 | Author: 唐财爷 | Hits:

[SourceCodehywxjsp

Description: 简介: 功能介绍: 1:多用户统计系统,防止刷新,速度快,适用广泛 2:综合统计,最近访问,地区分析,地址分析,屏幕大小,来访页面,访问次数, 操作系统,当前在线,IP地址,浏览器,年报表,月报表,周报表,历史报表,日报 表等 3:可以精确的跟踪统计每一位来访者的IP与在线时间-同一IP在线每隔5分钟 才能增加一个计数(你也可以修改时间,在stat.jsp页你把ExTime改为你想要 的时间,即 int ExTime=5;)。 4:提供详细IP数据包,让你清楚的知道来访者是来是何方 用户名:admin,密码:admin-Description: Features: 1: Multi-user statistical system to prevent the refresh speed, applicable to a wide range 2: General Statistics, a recent visit, regional analysis, address analysis, screen size, visit the page, visits, operating system, the current line, IP address, browser, Annual Report, the monthly statements, Zhou statements, historical statements, statements such as day 3: can accurate tracking statistics every visitors IP and online time- the same IP online every five minutes in order to add a count ( You can also modify the time, you stat.jsp page ExTime you want to read the time, that int ExTime = 5 ). 4: to provide detailed IP data packets, so you clearly know that visitors come to is where the user name: admin, Password: admin
Platform: | Size: 689152 | Author: 莲叶 | Hits:

[Otherpage

Description: 如果你使用过目前众多网站上的电子公告板程序的话,那你应该会知道电子公告板程序为了提高页面的读取速度,一般不会将所有的帖子全部在一页中罗列出来,而是将其分成多页显示,每页显示一定数目的帖子数,譬如 20 条。本项目提供了用JSP实现这一功能的方法。- Front if you use glance at in multitudinous website electronic announcement board procedure, then you should be able to know the electron announces the board procedure in order to enhance the page to read takes the speed, generally cannot completely display all cards in a page, but is divides into it the multi- pages demonstration, each page of demonstrations certain number goal placard fraction, for example 20. This project provided has realized this function method with JSP.
Platform: | Size: 13312 | Author: 王勇 | Hits:

[Web ServerAppenture JSP Database Custom Tag Library

Description: Appenture JSP Database Custom Tag Library 是一个强大的JAVA服务器页码库,它的特性对设计者和程序员都适用。它允许非程序员在很容易的在一个数据库里的数据里工作而不需要编程技能。它也允许程序员开发和改编数据库而不需要改变数据显示编码.zip-Appenture JSP Database Custom Tag Library is a powerful Java Server Page Library, which features the designers and programmers are applicable. It allows non-programmers can easily in a database data without the need to work programming skills. It also allows programmers to the development and adaptation of the database data without the need to change code. Zip
Platform: | Size: 59392 | Author: 邓耀 | Hits:

[JSP/Java为Web服务构建Struts应用程序例程源码

Description: 这个例子举例说明了一个简单的新闻 Portal。新闻内容是从数据源(这里称为 DataSource )传送到 JSP 页,同时信息内容也要作为一个 Web 服务发布出来。这个 Portal 也可以从 StockQuote Web 服务中检索最新的股票报价并显示在同一个 JSP 页中。-This example illustrates a simple news Portal. News content is from the data source (referred to here as DataSource) sent to the JSP pages, and information content also as a Web service release out. The Portal can also StockQuote Web services retrieve the latest stock quotes and show the same JSP page.
Platform: | Size: 104448 | Author: 单轲 | Hits:

[WEB Code用JSP进行数据分页显示的一个实现

Description: 在java中用JSP进行数据分页显示的一个实现-used in JSP page data shows the realization of a
Platform: | Size: 31744 | 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:

[JSP/Java教育部群组管理

Description: B/S的教育部群组管理 JSP页面 可以参考 -B/S s ministry of education group manager JSP page can reference
Platform: | Size: 83968 | Author: 唐木 | Hits:

[Web ServerForm_y

Description: 将JSP中的Form表单使用Java类实现,使得在编写JSP网页时能够保证页面整洁。这个是我们实验室为学校搭建研究生管理平台时所使用的公共类-will JSP Form form using Java to achieve category, making the JSP page prepared to guarantee clean pages. This is our laboratory for graduate school management platform structures used by the public category
Platform: | Size: 16384 | Author: 姚明伟 | Hits:

[JSP/JavaJSP

Description: 有许多人都用jsp做网页,虽然jsp可以跨平台,不过速度就成为了一个瓶颈,现在提供提升jsp速度的相关方法,希望对大家有用-There are many people are doing with jsp page, although the jsp can be cross-platform, but the pace has become a bottleneck, is now available to enhance the relevance of jsp speed, and I hope that all of us useful
Platform: | Size: 8192 | Author: dmin0318 | Hits:

[JSP/Javajsp

Description: jsp网页设计的各种类型的例子,我花了很多心血搞到的,现在与大家分享!望大家多多支持!-jsp web page design of various types of example, I spent a lot of time and effort until now to share with you! We hope a lot of support!
Platform: | Size: 118784 | Author: 赫保勇 | Hits:

[JSP/Javajsp

Description: jsp页面内实现批量上传下载 -jsp page batch uploading and downloading
Platform: | Size: 14336 | Author: Kent | Hits:

[JSP/Javacellen

Description: CELLEN的个人网页,基于 JSP页面,使用MYSQL数据库。-CELLEN personal web pages, based on the JSP page, use the MYSQL database.
Platform: | Size: 398336 | Author: 舟消垄 | Hits:

[JSP/JavaPage

Description: jsp做得一个分页例子,有注释,对于初学者会有很大帮助!-jsp page has an example, a note will be very helpful for beginners!
Platform: | Size: 436224 | Author: cai | Hits:

[JSP/JavaAdvanced.Design.Code.JSP.page

Description: JSP分页高级设计代码Advanced Design Code JSP page -Advanced Design Code JSP page
Platform: | Size: 2048 | Author: a | Hits:

[JSP/JavaJSP.Page.Editor.function.code

Description: JSP网页编辑器功能设计代码JSP Page Editor function design code -JSP Page Editor function design code
Platform: | Size: 35840 | Author: p | Hits:

[JSP/Javajsp

Description: jsp分页页面,比较简单,大家参考,互相学习-jsp page page, relatively simple, we refer to, learn from each other
Platform: | Size: 2048 | Author: 陶子 | Hits:

[JSPjsp-page-generic-line-feed-code

Description: jsp页面通用的换行代码,在jquery里进行初始化,在任何浏览器中都可以用-universal newline jsp page initialization code in jquery, can be used in any browser
Platform: | Size: 1024 | Author: songy | Hits:

[JSP/JavaThe-JSP-page-frames

Description: 多种jsp框架技术实现分页效果,代码适合初学者-The JSP page frames
Platform: | Size: 274432 | Author: 唐强 | Hits:

[JSP/JavaJSP写的车辆管理系统

Description: 好用的jsp页面开发的项目,文件配置齐全(Easy to use JSP page development project, file configuration is complete)
Platform: | Size: 20671488 | Author: hongswen_ | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net