<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/badyue" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/badyue" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 24 Apr 2009 15:58:00 GMT</lastBuildDate><title>bady一路走来</title><description>有车，要名车，还要自己的车</description><link>http://blog.csdn.net/badyue/</link><item><title>webservice调用方法</title><link>http://blog.csdn.net/badyue/archive/2009/04/24/4107410.aspx</link><wfw:comment>http://blog.csdn.net/badyue/comments/4107410.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/badyue/comments/commentRss/4107410.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4107410</trackback:ping><description>&lt;br /&gt; 一、WebService在cs后台程序中的调用&lt;br /&gt;        A、通过命名空间和类名直接调用&lt;br /&gt;        示例： 
         WebService ws = new WebService();&lt;br /&gt;        string s = ws.HelloWorld();&lt;br /&gt;        B、通过添加WEB引用的方式调用，首先添加WEB引用，通过URL指向WEBSERVICE，&lt;br /&gt;        指定WEB引用名，假设为KK;&lt;br /&gt;        示例: 
         kk.WebService n = new kk.WebService();&lt;br /&gt;        string ss=n.HelloWorld();&lt;br /&gt;        二、WebService在前台页面的JS调用方法&lt;br /&gt;        1、首先通过下面的方法把Webservice在前台引用进来 
&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/badyue/aggbug/4107410.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 24 Apr 2009 23:58:00 +0800</pubDate><author>bady</author><comments>http://blog.csdn.net/badyue/archive/2009/04/24/4107410.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/badyue/archive/2009/04/24/4107410.aspx</guid><dc:creator>bady</dc:creator></item><item><title>_Web</title><link>http://blog.csdn.net/badyue/archive/2007/08/01/1720967.aspx</link><wfw:comment>http://blog.csdn.net/badyue/comments/1720967.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/badyue/comments/commentRss/1720967.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1720967</trackback:ping><description>在ASP.NET 2.0 开发过程中，有时候开发人员可能会遇到这样的页面异常：异常信息中的****是一个随机字符串，我们知道App_Web_****是一个ASP.NET即时编译的临时程序集。我是今天在用Orcas beta 1开发一个基于WCF服务的浏览器应用时遇到该问题的，通常地讲，这是一个ASP.NET.&lt;img src =&quot;http://blog.csdn.net/badyue/aggbug/1720967.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 01 Aug 2007 21:22:00 +0800</pubDate><author>bady</author><comments>http://blog.csdn.net/badyue/archive/2007/08/01/1720967.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/badyue/archive/2007/08/01/1720967.aspx</guid><dc:creator>bady</dc:creator></item><item><title>Ajax的AutoCompleteExtender的使用</title><link>http://blog.csdn.net/badyue/archive/2007/07/10/1684315.aspx</link><wfw:comment>http://blog.csdn.net/badyue/comments/1684315.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/badyue/comments/commentRss/1684315.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1684315</trackback:ping><description>MinimumPrefixLength：输入几个字符开始提示。CompletionInterval：输入字符后多长时间进行提示。书写web service代码：看看你的文件是否包含下面这几行代码。书写webmethod：下面是我自己写的调用数据库的。prefixText：输入的文本，根据这个和数据库进行匹配。&lt;img src =&quot;http://blog.csdn.net/badyue/aggbug/1684315.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 10 Jul 2007 18:31:00 +0800</pubDate><author>bady</author><comments>http://blog.csdn.net/badyue/archive/2007/07/10/1684315.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/badyue/archive/2007/07/10/1684315.aspx</guid><dc:creator>bady</dc:creator></item><item><title>JS GridView</title><link>http://blog.csdn.net/badyue/archive/2007/06/28/1669728.aspx</link><wfw:comment>http://blog.csdn.net/badyue/comments/1669728.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/badyue/comments/commentRss/1669728.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1669728</trackback:ping><description>* Class:       GridView
  * @Parameter:  container   控件容器
  * @Parameter:  datasource  数据源(类型为DataTable)
  * @Parameter:  TableId     数据容器ID&lt;img src =&quot;http://blog.csdn.net/badyue/aggbug/1669728.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 28 Jun 2007 17:06:00 +0800</pubDate><author>bady</author><comments>http://blog.csdn.net/badyue/archive/2007/06/28/1669728.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/badyue/archive/2007/06/28/1669728.aspx</guid><dc:creator>bady</dc:creator></item><item><title>JS 取得当前时间日期</title><link>http://blog.csdn.net/badyue/archive/2007/04/12/1562665.aspx</link><wfw:comment>http://blog.csdn.net/badyue/comments/1562665.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/badyue/comments/commentRss/1562665.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1562665</trackback:ping><description>var myDate = new Date();
    myDate.getYear();       //获取当前年份(2位)
    myDate.getFullYear();   //获取完整的年份(4位,1970-????)
    myDate.getMonth();      //获取当前月份(0-11,0代表1月)
    myDate.getDate();       //获取当前日(1-31)
    myDate.getDay();        //获取当前星期X(0-6,0代表星期天)
    myDate.getTime();       //获取当前时间(从1970.1.1开始的毫秒数)
    myDate.getHours();      //获取当前小时数(0-23)
    myDate.getMinutes();    //获取当前分钟数(0-59)
    myDate.getSeconds();    //获取当前秒数(0-59)
    myDate.getMilliseconds();   //获取当前毫秒数(0-99&lt;img src =&quot;http://blog.csdn.net/badyue/aggbug/1562665.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 13 Apr 2007 05:03:00 +0800</pubDate><author>bady</author><comments>http://blog.csdn.net/badyue/archive/2007/04/12/1562665.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/badyue/archive/2007/04/12/1562665.aspx</guid><dc:creator>bady</dc:creator></item><item><title>downloadUrl(url, callback, data)</title><link>http://blog.csdn.net/badyue/archive/2007/04/12/1561706.aspx</link><wfw:comment>http://blog.csdn.net/badyue/comments/1561706.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/badyue/comments/commentRss/1561706.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1561706</trackback:ping><description>参数说明：url不用说了;callback是回调函数，函数调用的时候会有两个参数：data, responseCode，data就是responseText，responseCode就是status;data是要post的数据，get方式时此参数可省略。用法一：直接把回调函输写在参数中downloadUrl(’http://www.ugia.cn/wp-data/test.htm’, function (data, responseCode) {alert(data); // 这里处理返回的数据});&lt;img src =&quot;http://blog.csdn.net/badyue/aggbug/1561706.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 12 Apr 2007 18:37:00 +0800</pubDate><author>bady</author><comments>http://blog.csdn.net/badyue/archive/2007/04/12/1561706.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/badyue/archive/2007/04/12/1561706.aspx</guid><dc:creator>bady</dc:creator></item><item><title>建一个XMLHttpRequest对象池</title><link>http://blog.csdn.net/badyue/archive/2007/04/12/1561671.aspx</link><wfw:comment>http://blog.csdn.net/badyue/comments/1561671.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/badyue/comments/commentRss/1561671.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1561671</trackback:ping><description>在ajax应用中，通常一个页面要同时发送多个请求，如果只有一个XMLHttpRequest对象，前面的请求还未完成，后面的就会把前面的覆盖掉，如果每次都创建一个新的XMLHttpRequest对象，也会造成浪费。解决的办法就是创建一个XMLHttpRequset的对象池，如果池里有空闲的对象，则使用此对象，否则将创建一个新的对象。&lt;img src =&quot;http://blog.csdn.net/badyue/aggbug/1561671.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 12 Apr 2007 18:18:00 +0800</pubDate><author>bady</author><comments>http://blog.csdn.net/badyue/archive/2007/04/12/1561671.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/badyue/archive/2007/04/12/1561671.aspx</guid><dc:creator>bady</dc:creator></item><item><title>一个分页存储过程</title><link>http://blog.csdn.net/badyue/archive/2007/04/11/1560789.aspx</link><wfw:comment>http://blog.csdn.net/badyue/comments/1560789.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/badyue/comments/commentRss/1560789.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1560789</trackback:ping><description>一个分页存储过程 &lt;img src =&quot;http://blog.csdn.net/badyue/aggbug/1560789.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 12 Apr 2007 00:37:00 +0800</pubDate><author>bady</author><comments>http://blog.csdn.net/badyue/archive/2007/04/11/1560789.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/badyue/archive/2007/04/11/1560789.aspx</guid><dc:creator>bady</dc:creator></item><item><title>ASP.NET 2.0 URL映射</title><link>http://blog.csdn.net/badyue/archive/2007/04/10/1559090.aspx</link><wfw:comment>http://blog.csdn.net/badyue/comments/1559090.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/badyue/comments/commentRss/1559090.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1559090</trackback:ping><description>在项目中经常要进行映射
首先要解决2个问题
第一是支持通配符的映射 URL映射是asp.net2.0新增的功能,不支持通配符
于是采用了NBEAR的 NBear.Web.Modules.UrlRewriteRules 进行通配符映射
&lt;img src =&quot;http://blog.csdn.net/badyue/aggbug/1559090.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 10 Apr 2007 22:47:00 +0800</pubDate><author>bady</author><comments>http://blog.csdn.net/badyue/archive/2007/04/10/1559090.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/badyue/archive/2007/04/10/1559090.aspx</guid><dc:creator>bady</dc:creator></item><item><title>两个简单的分页SQL过程</title><link>http://blog.csdn.net/badyue/archive/2007/02/17/1511490.aspx</link><wfw:comment>http://blog.csdn.net/badyue/comments/1511490.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/badyue/comments/commentRss/1511490.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1511490</trackback:ping><description>declare @page intdeclare @sql varchar(1000)set @page=@PageIndex*5set @sql=‘select top 5 Brand.BrandID,Brand.BrandName,Brand.HtmlUrl,Brand.TypeID,Brand.LogoUrl2,Brand_Type.BrandTypeNamefrom.Brand,Brand_Type where.&lt;img src =&quot;http://blog.csdn.net/badyue/aggbug/1511490.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 18 Feb 2007 00:52:00 +0800</pubDate><author>bady</author><comments>http://blog.csdn.net/badyue/archive/2007/02/17/1511490.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/badyue/archive/2007/02/17/1511490.aspx</guid><dc:creator>bady</dc:creator></item></channel></rss>