<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>红颜丽人ajax异步处理 &#187; 红颜丽人</title>
	<atom:link href="http://www.hongyanliren.com/tag/ajax%e5%bc%82%e6%ad%a5%e5%a4%84%e7%90%86/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hongyanliren.com</link>
	<description>追求技术就像追求#$！不抛弃，不放弃！</description>
	<lastBuildDate>Thu, 16 Mar 2023 07:48:39 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2</generator>
		<item>
		<title>ExtJs组件监听事件</title>
		<link>http://www.hongyanliren.com/2014m11/21494.html</link>
		<comments>http://www.hongyanliren.com/2014m11/21494.html#comments</comments>
		<pubDate>Sat, 29 Nov 2014 19:25:12 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[WEB前端开发]]></category>
		<category><![CDATA[ajax异步处理]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=21494</guid>
		<description><![CDATA[<a href="http://blog.csdn.net/wanghuan203/article/details/8026718">ExtJs组件监听事件</a>。

extjs对组件添加监听的常用三种方式
<h3><a name="t0"></a>(1)在定义组件的配置时设置</h3>
如代码中所示：
<div>
<div>
<div><b>[javascript]</b> <a title="view plain" href="http://blog.csdn.net/wanghuan203/article/details/8026718#">view plain</a><a title="copy" href="http://blog.csdn.net/wanghuan203/article/details/8026718#">copy</a>
<div></div>
</div>
</div>
<ol start="1">
	<li>&#60;span style="font-size:14px;"&#62;xtype  : '[......]</li></ol></div><p class='read-more'><a href='http://www.hongyanliren.com/2014m11/21494.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m11/21494.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX反转 后台推送</title>
		<link>http://www.hongyanliren.com/2014m11/21488.html</link>
		<comments>http://www.hongyanliren.com/2014m11/21488.html#comments</comments>
		<pubDate>Sat, 29 Nov 2014 19:22:40 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[WEB前端开发]]></category>
		<category><![CDATA[ajax异步处理]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=21488</guid>
		<description><![CDATA[<a href="http://blog.csdn.net/wanghuan203/article/details/8130463">AJAX反转之后台推送</a>.

最近项目中页面需要对大数量进行计数显示,sql执行过程就很慢,界面用户体验不好,所以采用了Ajax反转技术来实现后台动态推送.这样就可以将要显示的信息分批进行显示,一部分一部分往界面传送.让界面在短时间内有东西可以显示给用户,不至于让用户面对大白板.

反转AJA[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m11/21488.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m11/21488.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>怎么解决Ajax的跨域问题</title>
		<link>http://www.hongyanliren.com/2014m07/11947.html</link>
		<comments>http://www.hongyanliren.com/2014m07/11947.html#comments</comments>
		<pubDate>Thu, 17 Jul 2014 13:37:04 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[WEB前端开发]]></category>
		<category><![CDATA[ajax异步处理]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=11947</guid>
		<description><![CDATA[怎么解决Ajax的跨域问题  ？可以使用中间层过渡的方式。在ajax与不同域的服务器进行通讯的中间加一层过渡，这层过渡可以是php、jsp、c++等任何具备网络通讯功能的语言。由中间层向不同域的服务器进行读取数据的操作。例如PHP文件，客户端的xmlhttprequeset先query本域的一个ph[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m07/11947.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m07/11947.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax基本知识以及组成部分</title>
		<link>http://www.hongyanliren.com/2014m07/11943.html</link>
		<comments>http://www.hongyanliren.com/2014m07/11943.html#comments</comments>
		<pubDate>Thu, 17 Jul 2014 13:35:25 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[WEB前端开发]]></category>
		<category><![CDATA[ajax异步处理]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=11943</guid>
		<description><![CDATA[Ajax基本知识以及组成部分。1、Ajax：Asynchronous JavaScript and XML
<div>异步javascript和xml</div>
<div></div>
<div>2、Ajax的组成部分</div>
<div>基于标准的XHTML结构和CSS样式</div>
<div>通过DOM实现动态显示和方法</div>
<div>通过XML和XSLT进行数据交换和处理</div>
<div>使用XML[......]</div><p class='read-more'><a href='http://www.hongyanliren.com/2014m07/11943.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m07/11943.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax中如何处理回传参数String字符串Javascript字符</title>
		<link>http://www.hongyanliren.com/2014m07/10021.html</link>
		<comments>http://www.hongyanliren.com/2014m07/10021.html#comments</comments>
		<pubDate>Sun, 06 Jul 2014 02:55:56 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[WEB前端开发]]></category>
		<category><![CDATA[ajax异步处理]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=10021</guid>
		<description><![CDATA[Ajax中如何处理回传参数。我的试验主要包括4种:
1.回传一个普通的String字符串.
2.回传一个组织好的Javascript字符串.
3.回传一个Json对象.(需要引入json.jar)
4.回传一个XML对象.
基本实现如下:
其中测试页面为:
<div><img id="Codehighlighter1_2_85_Open_Image" alt="" src="http://www.hongyanliren.com/wp-content/uploads/2014/07/ExpandedBlockStart10.gif" align="top" />&#60;%<img alt="" src="http://www.hongyanliren.com/wp-content/uploads/2014/07/dot.gif" />@page lan[......]</div><p class='read-more'><a href='http://www.hongyanliren.com/2014m07/10021.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m07/10021.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ajax汉语言乱码解决方法</title>
		<link>http://www.hongyanliren.com/2014m03/5056.html</link>
		<comments>http://www.hongyanliren.com/2014m03/5056.html#comments</comments>
		<pubDate>Mon, 31 Mar 2014 15:55:44 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[WEB前端开发]]></category>
		<category><![CDATA[ajax异步处理]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=5056</guid>
		<description><![CDATA[ajax汉语言乱码解决方法。AJAX中文问题分为两大类：
1）发送路径中的参数有中文，在服务器段接收参数值是乱码

例如：
var url="a.jsp?name=小李"；
xmlHTTP.open ("post",url,true);
解决办法：
利用javascript的提供的es[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m03/5056.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m03/5056.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>怎么中止AJAX请求</title>
		<link>http://www.hongyanliren.com/2014m03/4953.html</link>
		<comments>http://www.hongyanliren.com/2014m03/4953.html#comments</comments>
		<pubDate>Fri, 28 Mar 2014 19:27:17 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[WEB前端开发]]></category>
		<category><![CDATA[ajax异步处理]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=4953</guid>
		<description><![CDATA[怎么取消或中止AJAX请求<span style="line-height: 1.714285714; font-size: 1rem;">大多数的jQuery Ajax方法返回的是XMLHttpRequest对象，用abort()就可以中止该请求。</span>
<pre>var xhr = $.ajax({
    type: "POST",
    url: "some.php",
    data: "name=Joh[......]</pre><p class='read-more'><a href='http://www.hongyanliren.com/2014m03/4953.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m03/4953.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
