搜索资源列表
ajaxdemo
- ajaxDemo 主要演示了ajax的一些常用方法-Main ajaxDemo demonstrated some common ajax methods
Ajax
- 有关ajax的开发方法以及源码,希望对大家有所帮组。-Ajax development of relevant methods and source code, I hope all of you to help group.
Main
- 写一个统计就业情况的程序. 程序可以: a)使用户以如下格式输入新增或减少的就业机会: August 27 b)统计:1.每个月就业情况的变化 2.就业情况最好的月份 3.就业情况最差的月份 程序中变量EmploymentStatistics存放各月的就业数,并提供方法netChange, worstMonth, bestMonth. 例如用户的输入是: August 27 February -6 March 120 April 62 May -90 J
ajax_web_design_methods
- web设计方法之ajax,ajax web design methods不错的web开发教程-web design for ajax, ajax web design methods a good web development tutorial
VerifyCheck
- 本程序共提供了三种图文验证方法,第1种是英文、数字和中文混合的彩色验证码-This procedure provided a total of three graphic authentication methods, 1 species is in English, Chinese mixed digital and color verification code
TestShape
- 写一个父类图形(Shape)(无属性,方法:计算周长,计算面积), 两个子类:矩形(Rect 属性:长,宽;方法:计算周长,计算面积), 圆形(Circle 属性:半径 方法:计算周长,计算面积) 并写一个测试类TestShape,含main方法,创建各个类的对象,用参数化构造方法为属性赋值,输出各个图形的周长和面积。-Write a parent class graphics (Shape) (no properties, methods: calculating p
IO
- java文件的读写的定义,读写的几种方法,以及文件相关操作-java file read and write the definition of several methods of reading and writing, and file related operations
ajax
- Ajax基本对象的属性和方法 Ajax object properties and methods -Ajax object properties and methods
java4
- 实验目的:1.使用Java applet 来显示信息。 2.创建并使用方法。 3.使用Math类的方法。 问题描述:一个停车库3小时以内,最低收费为$2.00。如果超过3小时,每小时增加$0.5。 24小时以内,最高收费为$10.00。假定没有车会一次停24小时以上。编写一个applet,计算并显示昨天每个在停车库停车客户的停车费用。应在一个JtextField中输入每个客户的停车时数。程序应显示客户的费用,并计算昨天的收入总额,将结果显示在状态栏中。程序应使用cal
java06
- 实验目的:1.在类中创建新方法。 2.在类的其它方法中调用该方法。 问题描述:修改《Java程序设计教程》中图8.7的Time3类,增加tick 方法,该方法使存储在Time3对象中的时间增加1秒钟。此外,提供增加minute的incrementMinute方法,以及增加hour的incrementHour方法。Time3对象应总是保持一致状态。修改《Java程序设计教程》中图8.8的applet TimeTest4,以测试Time3对象的tick方法、incrementMi
Ajax
- 了解Ajax技术原理,掌握Ajax技术核心对象的调用和编程方法。 掌握基于Ajax技术的WebGIS开发方法。 掌握GeoMap地图组件的查询功能实现方法。-Understand the principle of Ajax technology to master the the Ajax technology core object calls and programming methods. Master WebGIS development approach based on Aj
java_ajaxjquery_hwday02
- Java和Ajax的相关的介绍和方法的简介 比较详细的学习-A more detailed study of the introduction of Java and Ajax Introduction and methods
doxygen1
- Is Sun Javadoc provides a technology, it siphoned members of classes, methods, from the application source code and source code comments form such as a matching API documentation. That is to say, as long as when writing programs in a specific tag ann
xajax-grid
- XajaxGrid is a cross-browser Javascr ipt grid control that represents data in a sortable DHTML table. This component allows you to design quicky user interface by organizing your data into configurable dynamic grid with different cell types, bufferin
multiple_select_dropdown_list
- Multiple select is a jQuery plugin to select multiple elements with checkboxes. Multiple Select supports methods that allow programmatic control of the component.
json-jar
- ajax实现编码的加包,能够提供json的类方法,方便开发使用,本人已经用过,完全可行-Ajax coding of the package, can provide the json class methods, convenient development use, I have been used, completely feasible
ajax
- 简易Ajax开发实现登录,注册,模拟充值,排序等功能: 1、 编写登录页面(Login.jsp)、充值页面(Pay.jsp)、充值记录页面(PayRecorder.jsp),各页面必须充分考虑用户体验,具体要求包括: 1) 登录时,在本地检查各表单项是否为空、长度是否满足要求等(要求使用formValidator)。 2) 登录时,异步提交到服务器检查用户名/密码是否正确(检查逻辑位于struts的Action类中)。 3) 使用jQuery的API实现充值页面中各种充值方式和面
