文件名称:ajaxJsonDemo02
- 所属分类:
- JSP源码/Java
- 资源属性:
- 上传时间:
- 2017-12-23
- 文件大小:
- 436kb
- 下载次数:
- 0次
- 提 供 者:
- cool*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
AJAX = Asynchronous Javascr ipt and XML(异步的 Javascr ipt 和 XML)。AJAX 不是新的编程语言,而是一种使用现有标准的新方法。
AJAX 是与服务器交换数据并更新部分网页的艺术,在不重新加载整个页面的情况下。有很多使用 AJAX 的应用程序案例:新浪微博、Google 地图、开心网等等。
传统的开发模式:用户的每一次操作都触发一次返回服务器的HTTP请求,服务器做出处理后,返回一个html页面给用户。(AJAX is not a new programming language, but a new way of using existing standards.
AJAX is the art of exchanging data with the server and updating part of the web page without reloading the entire page. There are a lot of application cases using AJAX: Sina micro-blog, Google map, Kaixin net and so on.
The traditional development mode is that every operation of the user triggers a HTTP request to return to the server once. After processing the server, it returns a HTML page to the user)
AJAX 是与服务器交换数据并更新部分网页的艺术,在不重新加载整个页面的情况下。有很多使用 AJAX 的应用程序案例:新浪微博、Google 地图、开心网等等。
传统的开发模式:用户的每一次操作都触发一次返回服务器的HTTP请求,服务器做出处理后,返回一个html页面给用户。(AJAX is not a new programming language, but a new way of using existing standards.
AJAX is the art of exchanging data with the server and updating part of the web page without reloading the entire page. There are a lot of application cases using AJAX: Sina micro-blog, Google map, Kaixin net and so on.
The traditional development mode is that every operation of the user triggers a HTTP request to return to the server once. After processing the server, it returns a HTML page to the user)
相关搜索: ajax
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
ajaxJsonDemo\.classpath | 529 | 2017-11-26 |
ajaxJsonDemo\.mymetadata | 309 | 2017-11-26 |
ajaxJsonDemo\.project | 1755 | 2017-11-26 |
ajaxJsonDemo\.settings\.jsdtscope | 500 | 2017-11-26 |
ajaxJsonDemo\.settings\com.genuitec.eclipse.core.prefs | 107 | 2017-11-26 |
ajaxJsonDemo\.settings\org.eclipse.jdt.core.prefs | 364 | 2017-11-26 |
ajaxJsonDemo\.settings\org.eclipse.wst.common.component | 474 | 2017-11-26 |
ajaxJsonDemo\.settings\org.eclipse.wst.common.project.facet.core.xml | 252 | 2017-11-26 |
ajaxJsonDemo\.settings\org.eclipse.wst.jsdt.ui.superType.container | 49 | 2017-11-26 |
ajaxJsonDemo\.settings\org.eclipse.wst.jsdt.ui.superType.name | 6 | 2017-11-26 |
ajaxJsonDemo\src\model\JsonTest.java | 2900 | 2017-11-27 |
ajaxJsonDemo\src\model\Student.java | 418 | 2017-11-27 |
ajaxJsonDemo\src\model\User.java | 467 | 2017-11-26 |
ajaxJsonDemo\src\servlet\TestServlet.java | 1400 | 2017-11-27 |
ajaxJsonDemo\WebRoot\index.jsp | 2476 | 2017-11-27 |
ajaxJsonDemo\WebRoot\jQuery\jquery-2.1.4.min.js | 84345 | 2017-11-24 |
ajaxJsonDemo\WebRoot\META-INF\MANIFEST.MF | 36 | 2017-11-26 |
ajaxJsonDemo\WebRoot\WEB-INF\classes\model\JsonTest.class | 3014 | 2017-11-27 |
ajaxJsonDemo\WebRoot\WEB-INF\classes\model\Student.class | 883 | 2017-11-27 |
ajaxJsonDemo\WebRoot\WEB-INF\classes\model\User.class | 705 | 2017-11-26 |
ajaxJsonDemo\WebRoot\WEB-INF\classes\servlet\TestServlet.class | 1673 | 2017-11-27 |
ajaxJsonDemo\WebRoot\WEB-INF\lib\fastjson-1.2.9.jar | 393517 | 2017-11-26 |
ajaxJsonDemo\WebRoot\WEB-INF\lib\json.jar | 94360 | 2017-11-26 |
ajaxJsonDemo\WebRoot\WEB-INF\web.xml | 826 | 2017-11-26 |
ajaxJsonDemo\WebRoot\WEB-INF\classes\impl | ||
ajaxJsonDemo\WebRoot\WEB-INF\classes\model | ||
ajaxJsonDemo\WebRoot\WEB-INF\classes\servlet | ||
ajaxJsonDemo\WebRoot\WEB-INF\classes | ||
ajaxJsonDemo\WebRoot\WEB-INF\lib | ||
ajaxJsonDemo\src\impl | ||
ajaxJsonDemo\src\model | ||
ajaxJsonDemo\src\servlet | ||
ajaxJsonDemo\WebRoot\jQuery | ||
ajaxJsonDemo\WebRoot\META-INF | ||
ajaxJsonDemo\WebRoot\WEB-INF | ||
ajaxJsonDemo\.myeclipse | ||
ajaxJsonDemo\.settings | ||
ajaxJsonDemo\src | ||
ajaxJsonDemo\WebRoot | ||
ajaxJsonDemo |