<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>本杰.NET - AJAX</title>
    <link>http://www.beingnet.com/showforum-17.aspx</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) 本杰.NET</copyright>
    <generator>Discuz!NT</generator>
    <pubDate>Tue, 07 Feb 2012 03:12:27 GMT</pubDate>
    <ttl>60</ttl>
    <item>
      <title>生活,你怎样看 ？</title>
    <description><![CDATA[人很多时候是为别人而活，谁又能够真正一生为自己活过呢？这真的是要打个很大的问号？不是对人的不信任，而是这个社会却实是很少人为自己活过。这很难做到，一天，一个月，一年。你可能能够坚持住，但要一生真的很难，也很累。 虽然能够为自己活的人是很快活，很自由，很能够从自己心里体会到舒服很开心。但在周围，在人现实的生活里却是很残忍的。现实的生活逼你不能够按照你自己的生活方式去活下去。他要给你来点阻碍作用，不然]]></description>
      <link>http://www.beingnet.com/showtopic-2568.aspx</link>
      <author>relieveddl28</author>
      <pubDate>Fri, 27 May 2011 10:55:00 GMT</pubDate>
    </item>
    <item>
      <title>为什么感觉vs2010的js支持不如vs2008sp1呢啊</title>
    <description><![CDATA[用的是没有打过补丁的2010觉得js的智能感知不如vs2008sp1的好。不知道为啥。
vs2010有新的补丁吗？]]></description>
      <link>http://www.beingnet.com/showtopic-1718.aspx</link>
      <author>learnren</author>
      <pubDate>Wed, 08 Sep 2010 11:24:00 GMT</pubDate>
    </item>
    <item>
      <title>[原]Response.Headers.Add 导致的不能正常运行</title>
    <description><![CDATA[今天比较闲做ajax的练习的时候发现了一个比较奇怪的现象，就是写好的handler.ashx不能正常工作。后来查看了一下是这三个方法的区别造成的。

第一版的程序：

aspx：&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; AutoEventWireup=&amp;quot;true&amp;quot; CodeFile=&amp;quot;demoHeader.aspx.cs&amp;quot]]></description>
      <link>http://www.beingnet.com/showtopic-1716.aspx</link>
      <author>learnren</author>
      <pubDate>Tue, 07 Sep 2010 16:53:00 GMT</pubDate>
    </item>
    <item>
      <title>很舒服的表示方式，json</title>
    <description><![CDATA[229]]></description>
      <link>http://www.beingnet.com/showtopic-1592.aspx</link>
      <author>shenyoujia</author>
      <pubDate>Wed, 19 May 2010 15:43:00 GMT</pubDate>
    </item>
    <item>
      <title>新人~AJAX调用WebService无反应~！</title>
    <description><![CDATA[如题~！
如：我的WebService文件名是 a.asmx
我的aspx 文件名是 b.aspx，
后台代码已经都编写好了。

我直接运行a.asmx 可以调用数据库的数据并以XML格式显示

但是，我用b.aspx 里面的AJAX代码调用，就毫无反应

我设断点调试，发现a.asmx文件的a.asmx.cs文件中的方法根本就没接受
页面中文本框控件的值。

为什么不能接]]></description>
      <link>http://www.beingnet.com/showtopic-815.aspx</link>
      <author>hu1234</author>
      <pubDate>Mon, 10 May 2010 22:33:00 GMT</pubDate>
    </item>
    <item>
      <title>WEB数据交互的艺术 -&amp;gt;infoq上的一个演讲</title>
    <description><![CDATA[http://www.infoq.com/cn/presentations/huangfangrong-web-data-interact

比较不错，大家可以看下]]></description>
      <link>http://www.beingnet.com/showtopic-804.aspx</link>
      <author>guduey</author>
      <pubDate>Sat, 08 May 2010 08:44:00 GMT</pubDate>
    </item>
    <item>
      <title>COMET技术研究--cnblogs上的</title>
    <description><![CDATA[大家有兴趣的可以看下
http://www.cnblogs.com/lzlynn/category/173295.html]]></description>
      <link>http://www.beingnet.com/showtopic-740.aspx</link>
      <author>guduey</author>
      <pubDate>Tue, 27 Apr 2010 14:02:00 GMT</pubDate>
    </item>
    <item>
      <title>思想总是相通的，且总是牛人们用来解决某些问题的——不是凭空想象出来的</title>
    <description><![CDATA[public static bool TryParse(string s, out int result);

看Int32这种 基元类型 身上的方法时，发现有这么一个方法（好像是C#2.0或者更靠后的版本的新特性）。这个方法的想法，感觉就跟 AJAX 的由来很像。调用这个方法，如果是通过 返回值 的方式，很明显是 ‘同步’的。。需要等这个方法返回之后，主调方法才能进一步执行。。

而这个]]></description>
      <link>http://www.beingnet.com/showtopic-438.aspx</link>
      <author>shenyoujia</author>
      <pubDate>Wed, 17 Mar 2010 11:30:00 GMT</pubDate>
    </item>
    <item>
      <title>阻止 JavaScript 注入攻击</title>
    <description><![CDATA[阻止 JavaScript 注入攻击
本教程的目的是解释如何在 ASP.NET MVC 应用程序中阻止 JavaScript 注入攻击。本教程讨论防止网站遭受 JavaScript 注入攻击的两种方法。我们将学习如何通过编码显示的数据防止 JavaScript 注入攻击。我们还将学习如何通过编码接受的内容防止 JavaScript 注入攻击。

什么是 JavaScript 注入攻击？
每]]></description>
      <link>http://www.beingnet.com/showtopic-424.aspx</link>
      <author>Yum</author>
      <pubDate>Tue, 16 Mar 2010 09:53:00 GMT</pubDate>
    </item>
    <item>
      <title>引出Ajax的那個例子，重構再重構</title>
    <description><![CDATA[&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; AutoEventWireup=&amp;quot;true&amp;quot; %&amp;gt;

&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-t......]]></description>
      <link>http://www.beingnet.com/showtopic-345.aspx</link>
      <author>shenyoujia</author>
      <pubDate>Tue, 02 Mar 2010 16:41:00 GMT</pubDate>
    </item>
    <item>
      <title>春节聊回调</title>
    <description><![CDATA[既然是叫 回调 ，那就是说是一个‘回返’动作。不知道大家有没有看游泳比赛的经历，游泳除了最短池的（100米以内的），几乎都有一个特点，那就是总距离是100米的正整数倍（而不会是50米的）。也就是说，100米以上的中长距离比赛（长的有1500米）都是以返回‘出发台’的 告终 的。就拿100米这个距离来话事，其实是分两步走，就是入水到50米处触壁（翻跟斗折返），再回到出发台触壁。再抽象一点，就是 去，]]></description>
      <link>http://www.beingnet.com/showtopic-319.aspx</link>
      <author>shenyoujia</author>
      <pubDate>Sun, 14 Feb 2010 12:26:00 GMT</pubDate>
    </item>
    <item>
      <title>firebug for chrome今天发布，不过不好用</title>
    <description><![CDATA[访问本站的时候，firefox下面的fb没有问题。。但是chrome的有问题。。

GET始终不返回数据。。谨记之。。]]></description>
      <link>http://www.beingnet.com/showtopic-316.aspx</link>
      <author>shenyoujia</author>
      <pubDate>Tue, 09 Feb 2010 19:28:00 GMT</pubDate>
    </item>
    <item>
      <title>ajax的设计初衷为了不刷新</title>
    <description><![CDATA[这样的话，用get进行异步请求的话，参数要通过程序写死，而不是像页面请求一样可以在url中体现。。这是不是也是post在ajax中大行其道的原因。。]]></description>
      <link>http://www.beingnet.com/showtopic-315.aspx</link>
      <author>shenyoujia</author>
      <pubDate>Tue, 09 Feb 2010 15:57:00 GMT</pubDate>
    </item>
    <item>
      <title>Ajax就是要解决分布式的问题。。包括web服务</title>
    <description><![CDATA[Starting BootJarTool...
2010-02-04 12:06:13,875 INFO - Terracotta 3.2.0, as of 20100107-130122 (Revision 14244 by cruise@su10mo5 from 3.2)
2010-02-04 12:06:17,583 INFO - Configuration loaded from th......]]></description>
      <link>http://www.beingnet.com/showtopic-313.aspx</link>
      <author>shenyoujia</author>
      <pubDate>Thu, 04 Feb 2010 20:02:00 GMT</pubDate>
    </item>
    <item>
      <title>分布式计算，计算的分布</title>
    <description><![CDATA[In fact, the heap is maintained even if you shut down all of the HelloClusteredWorld
instances and the Terracotta server, power down the machines they are running on (or, for
example, your laptop), ]]></description>
      <link>http://www.beingnet.com/showtopic-312.aspx</link>
      <author>shenyoujia</author>
      <pubDate>Thu, 04 Feb 2010 17:00:00 GMT</pubDate>
    </item>
    <item>
      <title>AJAX的跨域访问问题</title>
    <description><![CDATA[Jetty 最近的计划是发布 7.0.0 版本，这将会完全的迁移到eclipse foundation 下。 Jetty 7 将会支持很多 servlet 3.0 的特征，但是并不会使用新的API 和 不会依赖Java 1.6 。 Jetty 7后，很快我们会发布Jetty 8，这将会完全支持 servlet 3.0 和 Java 1.6，Jetty 会继续的创新 和跟踪各种web 2.0 里的其]]></description>
      <link>http://www.beingnet.com/showtopic-271.aspx</link>
      <author>shenyoujia</author>
      <pubDate>Thu, 28 Jan 2010 18:45:00 GMT</pubDate>
    </item>
    <item>
      <title>远程方法调用，与web服务</title>
    <description><![CDATA[Once a remote object is registered (bound) with the RMI registry on the local host, callers on a remote (or local) host can lookup the remote object by name, obtain its reference, and then invoke remo]]></description>
      <link>http://www.beingnet.com/showtopic-270.aspx</link>
      <author>shenyoujia</author>
      <pubDate>Thu, 28 Jan 2010 09:47:00 GMT</pubDate>
    </item>
    <item>
      <title>新手做ajax毕设，求教！谢谢</title>
    <description><![CDATA[要做毕业设计了，开题报告交的是用asp.net做一个ajax应用程序。大学里主要学了C++，大三时改变主意打算做WEB开发，不过忙着考研一直没有动手学习，反正就是对这个方面不了解。题是交了，真的着手开始做的时候才发现似乎不怎么容易。。。 
    先去了解微软自己的asp.net ajax，看介绍第一句话：微软公司的ASP.NET AJAX框架是迄今为止对Ajax技术最完备且功能最强大的封装，然]]></description>
      <link>http://www.beingnet.com/showtopic-263.aspx</link>
      <author>张波老师</author>
      <pubDate>Wed, 27 Jan 2010 00:43:00 GMT</pubDate>
    </item>
    <item>
      <title>XML与String</title>
    <description><![CDATA[
    
    public XmlNode GetXmlDocument()
    {
        XmlDocument doc = new XmlDocument();
        doc.LoadXml(&amp;quot;&amp;lt;Employee&amp;gt;&amp;lt;Name&amp;gt;Jack&amp;lt;/Name&amp;gt;&amp;lt;Salary&amp;gt;1000&amp;lt;/Salary&amp;g]]></description>
      <link>http://www.beingnet.com/showtopic-232.aspx</link>
      <author>shenyoujia</author>
      <pubDate>Sun, 24 Jan 2010 13:11:00 GMT</pubDate>
    </item>
    <item>
      <title>兼论同步和异步</title>
    <description><![CDATA[本来这个标题是作为前面那个 代理和观察者模式 的副标题的，但写的有点长了，只能另开一篇。

小涂同学说的那个winform开发的需求，我由于对winform实在不熟，也不便发言，但是我选择在AJAX这个板块发言，还是 用心良苦 的。其实，类似前面举例的买HP笔记本这个情况，其实非常典型的就是AJAX的一个应用。

我们可以想象，在AJAX出来之前，我们怎么买HP？我们要亲自跑到北京去，问H]]></description>
      <link>http://www.beingnet.com/showtopic-230.aspx</link>
      <author>shenyoujia</author>
      <pubDate>Sat, 23 Jan 2010 22:35:00 GMT</pubDate>
    </item>
  </channel>
</rss>
