搜索资源列表
AJAXdevcod
- Ajax(Asynchronous Javascr ipt + XML)的定义 基于web标准(standards-based presentation)XHTML+CSS的表示; 使用 DOM(Document Object Model)进行动态显示及交互; 使用 XML 和 XSLT 进行数据交换及相关操作; 使用 XMLHttpRequest 进行异步数据查询、检索; 使用 Javascr ipt 将所有的东西绑定在一起。英文参见Ajax的提出者Jesse J
ajax
- 免费ajax,兼容IE,火狐、google,进行对象封装的ajax精简框架,可以直接嵌入项目中使用 说明:对上期上传ajax进行更能扩展修复部分bug,增加用户自定义参数以及反复提交数据的处理等功能-Free ajax, compatible with IE, Firefox, google, the object encapsulates the ajax Compact Framework, can be directly used in embedded projects Desc
Sams.Ajax.for.Web.Application.Developers.Oct.2006.
- 简介:使用ajax进行网站建设开发的指导书 -Book Descr iption Reusable components and patterns for Ajax-driven applications Ajax is one of the latest and greatest ways to improve users’ online experience and create new and innovative web function
DWR
- ajax技术,dwr框架实现取对象数据。-ajax technology, dwr framework of the realization of object data obtained.
21999dbca44a3796f4bf046d6b98fa96
- AJAX中关于Document对象的使用方法详解-AJAX on the Document object to use Xiangjie
11111
- jquery+json+struts2 返回对象实例-jquery+ json+ struts2 return object instance
LisaAdWeb
- 自己开发的Ajax框架。基于JSON的数据传输格式。实现JS对象与JAVA对象间的双向序列化-Developed their own Ajax framework. JSON-based data transfer format. JAVA JS object to achieve bi-directional sequence of objects
AJAXXmlHttpRequest
- XmlHttpRequest ajax XmlHttpRequest ajax-this is a xjaj object request
J2EE-Ajax-
- Ajax技术是目前最流行的技术,它极大地改善了传统Web应用的用户体验,因此也被称为对传统Web技术的革命。 本书介绍的内容非常全面,覆盖了Ajax技术的各个方面,包括Ajax技术的核心对象XMLHttpRequest对象、Javascr ipt脚本的详细知识以及DOM和XML的相关知识。除了Ajax的这些基础知识外,本书还详细介绍了Ajax的5个相关框架:Prototype.zis,Dojo,DWR,JSON—RPC一Java和AjaxTags。 本书介绍的不是单纯的Ajax技巧,
TestShape
- 写一个父类图形(Shape)(无属性,方法:计算周长,计算面积), 两个子类:矩形(Rect 属性:长,宽;方法:计算周长,计算面积), 圆形(Circle 属性:半径 方法:计算周长,计算面积) 并写一个测试类TestShape,含main方法,创建各个类的对象,用参数化构造方法为属性赋值,输出各个图形的周长和面积。-Write a parent class graphics (Shape) (no properties, methods: calculating p
javaenchance
- java反射把对象中所有string的a编程b-java reflection to the object of a string of all programming b
ajax
- 免费ajax,兼容IE,火狐、google,进行对象封装的ajax精简框架,可以直接嵌入项目中使用-Free ajax, compatible with IE, Firefox, google, the object encapsulates the ajax Compact Framework, can be directly used in embedded projects
ajax
- ajax精简框架//更新2012-2-20 //1、异步数据加载可以进行加载方式get,post的设定 //2、异步同步模式的属性设定 //3、数据加载自动超时设置 //4、***数据加载事件的添加,通过事件可以进行服务器数据的实时处理 //5、增加回调函数中用户自定义参数this.e //6、增加ajax反复提交控制,只需将ajax对象定义为全局变量,每次提交都会进行等待上次提交的执行结果 //7、修改数据反复提交时XmlHttp对象被反复创建的问题 //8、修
ajax
- Ajax基本对象的属性和方法 Ajax object properties and methods -Ajax object properties and methods
java06
- 实验目的:1.在类中创建新方法。 2.在类的其它方法中调用该方法。 问题描述:修改《Java程序设计教程》中图8.7的Time3类,增加tick 方法,该方法使存储在Time3对象中的时间增加1秒钟。此外,提供增加minute的incrementMinute方法,以及增加hour的incrementHour方法。Time3对象应总是保持一致状态。修改《Java程序设计教程》中图8.8的applet TimeTest4,以测试Time3对象的tick方法、incrementMi
SOAP
- 实验报告 关于SOA的 SOAP:简单对象访问协议,简单对象访问协议(SOAP)是一种轻量的、简单的、基于 XML 的协议,它被设计成在 WEB 上交换结构化的和固化的信息。 SOAP 可以和现存的许多因特网协议和格式结合使用,包括超文本传输协议( HTTP),简单邮件传输协议(SMTP),多用途网际邮件扩充协议(MIME)。它还支持从消息系统到远程过程调用(RPC)等大量的应用程序。-Lab report on SOA SOAP: Simple Object Access Protocol,
jcssp.2010.67.74
- Active contours or \snakes" can be used to segment objects automatically. The basic idea is the evolution of a curve, or curves subject to constraints from the input data. The curve should evolve until its boundary segments the object of intere
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
DAL
- equals操作表示的两个变量是否是对同一个对象的引用,即堆中的内容是否相同。-equals operation indicates whether two variables reference the same object, which is the same as the contents of the heap.
crm
- 整个项目是基于B/S模式,应用Struts2+Spring+Hibernate 、DWR和ExtJS五个框架实现了一个绚丽的客户关系管理系统。分为View层(显示层)、Control层(控制层)、Service层(业务逻辑层)、DAO层(数据库访问对象层)。利用Spring的依赖注入和面向切面特性,hibernate的数据持久化技术、Struts2的控制器、ExtJS用于View层实现了用户权限管理、日程安排、客户关系管理、销售管理、档案管理、统计数据、商务联系管理等模块。-The entire
