您现在的位置: 首页> 研究主题> XMLHttpRequest

XMLHttpRequest

XMLHttpRequest的相关文献在2006年到2019年内共计165篇,主要集中在自动化技术、计算机技术、测绘学、无线电电子学、电信技术 等领域,其中期刊论文164篇、专利文献1篇;相关期刊93种,包括测绘与空间地理信息、黑龙江科技信息、科技广场等; XMLHttpRequest的相关文献由280位作者贡献,包括张建文、张环宇、万明等。

XMLHttpRequest—发文量

期刊论文>

论文:164 占比:99.39%

专利文献>

论文:1 占比:0.61%

总计:165篇

XMLHttpRequest—发文趋势图

XMLHttpRequest

-研究学者

  • 张建文
  • 张环宇
  • 万明
  • 何成万
  • 余小鹏
  • 余辉
  • 侯思祖
  • 倪俊
  • 刘红坤
  • 夏腾
  • 期刊论文
  • 专利文献

搜索

排序:

年份

    • 陈印
    • 摘要: 批量图片的预览及异步上传,是移动智能终端应用程序开发中需要解决的常见问题.目前,解决这类问题较为成熟的是原生开发技术,而基于跨平台开发的技术却研究甚少.本文提出一种基于HTML5+ASP.NET的跨平台技术,在WEB前端,通过input标签作为批量文件选取的入口,使用File API中的FileReader对象将本地图片文件读取为二进制数据流,实现图片文件的即时预览;结合XMLHttpRequest对象,实现图片文件的异步传输及进度提示;在服务器端,使用ASP.NET技术解析来自WEB前端的请求数据,最终实现图片文件在服务器端的存储.
    • 陈印1
    • 摘要: 批量图片的预览及异步上传,是移动智能终端应用程序开发中需要解决的常见问题.目前,解决这类问题较为成熟的是原生开发技术,而基于跨平台开发的技术却研究甚少.本文提出一种基于HTML5+ASP.NET的跨平台技术,在WEB前端,通过input标签作为批量文件选取的入口,使用File API中的FileReader对象将本地图片文件读取为二进制数据流,实现图片文件的即时预览;结合XMLHttpRequest对象,实现图片文件的异步传输及进度提示;在服务器端,使用ASP.NET技术解析来自WEB前端的请求数据,最终实现图片文件在服务器端的存储.
    • 林萍; 朱婵
    • 摘要: 本文一方面利用Ajax无刷新技术,无需刷新等待,另一方面利用Oracle 11g数据库服务器中PL/SQL编程创建存储过程实现了海量数据分页查询,把两种技术有机的结合在一起,只将需要显示的那一部分数据查询或计算出来并传输到WEB服务器端,在客户端采用Ajax异步通信技术无刷新的获取WEB服务器端的数据,缩短了用户等待的时间,同时提高了应用系统执行性能.%This paper uses Ajax without refreshing technology to eliminate the waiting time.At the same time,it uses the Oracle 11g database server in PL/SQL programming to create a stored procedure realization of data paging query.With these two technologies combined together,by querying or computing and transmitting the necessary part of the data to the WEB server,the client can use the asynchronous Ajax communication technology to obtain WEB server without refreshing the data,which shortens the waiting time of the users,and improves the application performance.
    • 刘书影
    • 摘要: 从应用原理、运行代码和断点分析3个层面对Ajax XmlHttpRequest技术的优点进行论述,提出该技术的运用可以减少前台和服务器的通信数据量,提高通信效率。通过对Ajax技术的简要介绍和与传统B/S交互模式的对比分析后,详述造成Ajax通信高效的两个原因。其次给出以密码校验为例的html、js、php和其完整的代码实例,并指出该代码在云平台和手机端验证通过而生成。最后利用chrome浏览器内嵌调试器进行断点调试,记录通信阶段的关键值,从而进一步揭示 Ajax XmlHttpRequest整个通信过程。%It is accepted that Ajax XmlHttpRequest technology can reduce the amount of communication and improve its efficiency between data reception and communication server. The paper aims to analyze the ad⁃vantage of this technology from three different levels including its application principle ,deep analysis of run⁃ning code and breakpoint reaction.Firstly,compared with classic B/S interactive mode,two reasons for the effi⁃cient communication are probed after brief introduction to XmlHttpRequest.Secondly,complete code exam⁃ples of HTML,JS,PHP are verified through the platform of computing cloud and mobile phone.Finally,key values of communication stage are recorded after using embedded chrome browser debugger to test its break⁃point reaction.Therefore,the communication process of Ajax XmlHttpRequest is further revealed.
    • 杨薇; 赵亮
    • 摘要: Ajax技术实现了B/S应用中Web服务器和浏览器之间的异步交互,提高了Web应用系统的响应速度.为满足EIM S系统优化用户使用界面、提高系统访问效率的需求,对Ajax技术工作原理进行分析,并就如何应用Ajax技术提高EIM S系统性能进行了研究,目的在于提高系统响应能力,并提升用户体验.
    • 蒋波; 任继念; 崔蔚
    • 摘要: 本文描述了AJAX的基本工作原理、VisualStudio2012AJAX扩展控件和控件工具箱,通过一个AJAX在线聊天室实例,介绍了在VisualStudio2012开发环境下ASENETAJAX应用的开发技术。
    • 马相芬
    • 摘要: Web2.0时代,Ajax技术是深受用户喜爱的一项技术,它利用JavaScript、XML、CSS、DOM和XMLHttpRequest实现客户端与服务器的异步交互,达到很好的用户体验。本文介绍的网上书店运用Ajax技术实现了页面的无刷新效果,提高了系统的运行效率。%In the era of Web2.0, Ajax technology is favored by users, which uses JavaScript, XML, CSS, DOM and XMLHttpRequest to realize asynchronous interaction between client and server, achieving a good user experi-ence. This paper introduces an online bookstore that uses Ajax technology, which implements the page without re-freshing effect and can improve the operation efficiency of the system.
    • 邓梦德
    • 摘要: Ajax(Asynchronous JavaScript and XML,即异步JavaScript和XML)是一种使用客户端脚本与Web服务器交换数据的Web应用程序开发方法,其最大优势在于不必刷新页面,就能对页面进行局布更新。Ajax技术的异步调用机制使Web页面在动态更新时不用打断交互流程进行重新加载,从而给用户带来了更好的浏览体验。
    • 张立新
    • 摘要: AJAX能够提升用户体验,方便地与Web应用程序进行交互。论述了AJAX Web应用模型和实现过程,在ASP环境下通过异步通信方式实现了网页下拉列表的多级联动。%AJAX can improve the user experience and interact with Web applications easily. This paper discusses the AJAX Web application model and implementation process, realizes the web page cascading drop-down lists by means of asynchronous communication in ASP environment.
    • 邓梦德
    • 摘要: Ajax(Asynchmnous Java Script and XML,即异步JavaScript和XML)是一种使用客户端脚本与Web服务器交换数据的web应用程序开发方法,其最大优势在于不必刷新页面,就能对页面进行局布更新。Ajax技术的异步调用机制使Web面在动态更新时不用打断交互流程进行重新加载,从而给用户带来了更好的浏览体验。
  • 查看更多

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号