1)asynchronous javascript and xmlAjax
英文短句/例句
1.The Design and Development of WebGIS Based on Ajax;基于Ajax的WebGIS设计与开发
2.Research on the Integration of Ajax and WebGISAjax与WebGIS的集成研究
3.The Application of WebGIS Based on Ajax on Rails基于Ajax on Rails的WebGIS应用
4.Research and application on WebGIS based on Ajax基于Ajax的WebGIS研究与应用
5.The design of WebGIS system based on Ajax and GeoServer基于Ajax和GeoServer的WebGIS设计
6.The Research and Development of Medical Follow-up System Based on Ajax;基于Ajax医疗随访系统的开发研究
7.Usage and Discussion of Ajax Technology in WebsGIS;Ajax技术在WebGIS中的应用与实践
8.The Spatial Data Publication on Internet Based on the Technolgies of ArcGIS Server and Ajax;基于ArcGIS Server与Ajax的空间数据网上发布
9.A Study on WEBGIS and Its Implementation Based on Ajax Technology;基于Ajax技术的WEBGIS研究及实现
10.Research on Application of Ajax Technology in WebGIS;Ajax技术在WebGIS中的应用研究
11.Study and Implementation on the Water Conservancy Information Service Based on Ajax;基于Ajax的水利信息服务研究与实现
12.Research on Ajax/REST Architecture and Implementation of Developing Framework;Ajax/REST架构的研究与开发框架的实现
13.The Research and Applications of Web Development Based on Ajax Design Pattern;基于Ajax模式的Web研究与应用
14.The Research and Implementation of WebGIS Based on AJAX;基于AJAX的WebGIS研究与实现
15.The Research of WEB2.0 Technology Based on AJAX;基于AJAX的WEB2.0技术研究
16.Design of OA System Based on ASP.NET AJAX基于ASP.NET AJAX的OA系统设计
17.AJAX-RMI Plug-in Based on JSON and IoC基于JSON和IoC的AJAX-RMI插件
18.Application of AJAX Technology in WebGameAJAX技术在WebGame中的应用
相关短句/例句
AJAX technologyAjax技术
1.Ajax technology applied in J2EE framework;Ajax技术在J2EE框架中的应用
2.OPC and AJAX Technology to Read and Web Release data of RSView32OPC与AJAX技术在RSView32数据读取和Web发布中的应用
3.0 application in automatic monitoring system for dam safety, and solutions by Ajax technology are given combing with information management system development, which has a very important reference value in real-time information publication system.0在大坝安全自动监测系统中的应用进行了分析,并结合信息管理系统的开发给出了基于Ajax技术的具体解决方案,对开发即时信息发布系统具有十分重要的参考价值。
3)AJAX frameworkAJAX框架
1.Study and Application of Ajax Framework Based on Page-Difference Model;基于页面差异模式的Ajax框架研究及应用
2.In order to meet the demands of enterprise web information system,use the resource of network and client sufficiently,extend the interaction between browser client and server,and improve user experience,the paper presents Magix Framework which is a novel enterprise AJAX framework.为满足企业级Web信息系统的要求,充分利用网络资源和客户端资源,扩展浏览器客户端与服务端交互的方案,改善用户体验,提出一个创新性的企业级AJAX框架Magix Framework。
3.After investigating some kinds of already existed Ajax framework, a new Ajax framework based on page-difference model was proposed and built on DotNet.在研究了现有Ajax框架的基础上,提出了基于页面差异模式实现Ajax框架的模型,并在。
4)AJAX engineAJAX引擎
1.Design and application of an Ajax engine;Ajax引擎的设计和应用
2.In order to solve the problems of lacking intelligence and server overload in the traditional Ajax engine,a new Ajax engine based on the browser caching mechanism named Smart Client Flow Engine(SCFE) is proposed.为解决传统Ajax引擎缺乏智能及服务器端负载过重问题,设计一种基于浏览器缓存机制及Ajax技术的智能客户端流引擎(SCFE)。
3.In the Web application based on AJAX technology, the original data transmitted between the AJAX engine and server is attacked by man-in-the-middle easily.基于AJAX技术的Web应用中,AJAX引擎与服务器之间传输的是原始数据,非常容易受到"中间人"攻击,系统安全受到严重威胁。
5)Ajax[英]['e?,d??ks][美]['e,d??ks]Ajax技术
1.THE APPICATION OF Ajax TO OFFICE AUTOMATION SYSTEM;Ajax技术在办公自动化系统中的应用
2.Application of AJAX in engineering data management system;AJAX技术在仿真数据管理系统中的应用
3.Application and Study of Ajax in the Web B/S Structure;Ajax技术在网络B/S架构中的应用研究
6)Ajax widgetAjax控件
1.The process will improve the response speed of Web application by using Ajax technology when Web pages communicate with Web server, however, when the Web pages refreshed by Web server widget, the view state process model of the Web page records Web server widget’s state value does not record the Ajax widget’s value and leads to the loss of the Ajax widget’s value.在页面内使用Ajax技术与服务器通信可提高Web应用的响应速度,但Web服务器控件引起的页面刷新导致整个页面回传后,页面的视图状态处理模型并没有记录Ajax控件在页面变化之前的值,造成Ajax控件值的丢失。
延伸阅读
AjaxAjax不是一个技术,它实际上是几种技术,每种技术都有其独特这处,合在一起就成了一个功能强大的新技术。Ajax包括:XHTML和CSS使用文档对象模型(DocumentObjectModel)作动态显示和交互使用XML和XSLT做数据交互和操作使用XMLHttpRequest进行异步数据接收使用JavaScript将它们绑定在一起传统的web应用模型工作起来就象这样:大部分界面上的用户动作触发一个连接到Web服务器的HTTP请求。服务器完成一些处理---接收数据,处理计算,再访问其它的数据库系统,最后返回一个HTML页面到客户端。这是一个老套的模式,自采用超文本作为web使用以来,一直都这样用,但看过《TheElementsofUserExperience》的读者一定知道,是什么限制了Web界面没有桌面软件那么好用。
