-
Use ajax technology test the existence of user AJAX (Asynchronous JavaScript and...
使用ajax技术检验用户是否存在
AJAX(Asynchronous JavaScript and XML)是多种技术的综合,它使用XHTML和CSS标准化呈现,使用DOM实现动态显示和交互,使用XML和XSTL进行数据交换与处理,使用XMLHttpRequest对象进行异步-Use ajax technology test the existence of user AJAX (Asynchronous JavaScript and XML) is an integrated multi-technology, which uses XHTML and CSS standardization of presentation, use the DOM to achieve dynamic display and interaction, the use of XML and data exchange with XSTL deal with, the use of XMLHttpRequest object for asynchronous
- 2022-11-27 10:40:08下载
- 积分:1
-
Gmail API for Java 一个gmail信箱的客户端,直接访问gmail信箱,不用登陆gmail网站。...
Gmail API for Java 一个gmail信箱的客户端,直接访问gmail信箱,不用登陆gmail网站。-Gmail API for Java a gmail mail client, direct access gmail mailbox, not gmail landing site.
- 2022-02-15 18:38:44下载
- 积分:1
-
java lookandfeel pgs pack
java lookandfeel pgs pack
- 2022-06-17 19:22:28下载
- 积分:1
-
实现了一个简单的数据库功能.包括 录入,查询,修改,显示所有记录,等等的基本的数据库功能 ....
实现了一个简单的数据库功能.包括 录入,查询,修改,显示所有记录,等等的基本的数据库功能 .-It implements a simple DB function,includes inputting,querying,modifying and displaying all the records,etc.
- 2022-08-24 07:52:16下载
- 积分:1
-
动态树型菜单列表,通过xml,xloadtree111.zip
动态树型菜单列表,通过xml,xloadtree111.zip-dynamic tree menu list, xml, xloadtree111.zip
- 2023-07-24 17:40:02下载
- 积分:1
-
实现了回文数的查询,显示1到1000的回文数,自己查询数,程序可以做出判断!...
实现了回文数的查询,显示1到1000的回文数,自己查询数,程序可以做出判断!-Achieved a palindrome number of inquiries, show the palindrome 1-1000 number of their queries, procedures can be made to judge!
- 2022-06-16 06:22:44下载
- 积分:1
-
利用jsp开发的,网上书店。界面好,功能比较全面
利用jsp开发的,网上书店。界面好,功能比较全面-Use jsp development, on-line bookstore. Good interface, features a more comprehensive
- 2022-02-05 23:18:48下载
- 积分:1
-
设计模式代码,JAVA版的,需要可以研究
设计模式代码,JAVA版的,需要可以研究
-Design pattern code, JAVA version of the need to study
- 2022-08-19 10:42:23下载
- 积分:1
-
classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and
classshapemain.zip
//: c03:AutoInc.java
// Demonstrates the ++ and -- operators.
// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
public class AutoInc {
public static void main(String[] args) {
int i = 1
System.out.println("i : " + i)
System.out.println("++i : " + ++i) // Pre-increment
System.out.println("i++ : " + i++) // Post-increment-classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and-- operat ors.// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002// www.BruceEckel. com. See copyright notice in CopyRight.txt. pu blic class AutoInc (public static void main (St. ring args []) (int i = 1 System.out.println ( "i : "i) System.out.println (" i : "i)// Pre-increment System.out.println (" i : "i)// Post-increment
- 2022-06-15 15:44:31下载
- 积分:1
-
Struts图书馆管理系统需要的组件:struts1.2 JSP2.0 Servlet2.4…
Struts图书馆管理系统
需要组件:struts1.2
jsp2.0 servlet2.4
jdk1.5
tomcat5.5
jstl1.1-Struts library management system needs components : struts1.2 jsp2.0 servlet2.4 jdk1.5 tomcat5.5 jstl1.1
- 2022-02-10 02:53:25下载
- 积分:1