<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>有艾互联网 - 技术博客</title><link>http://blog.yooi.net/</link><description>关于网站开发的技术型博客</description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 100427</generator><language>zh-CN</language><copyright>Copyright yooi.net. All Rights Reserved.var _bdhmProtocol = ((&amp;quot;https:&amp;quot; == document.location.protocol) ? &amp;quot; https://&amp;quot; : &amp;quot; http://&amp;quot;);document.write(unescape(&amp;quot;%3Cscript src='&amp;quot; + _bdhmProtocol + &amp;quot;hm.baidu.com/h.js%3Fa701aa97e6dc4895fd7eeec90c4633ed' type='text/javascript'%3E%3C/script%3E&amp;quot;));</copyright><pubDate>Sat, 14 Jan 2012 14:42:08 +0800</pubDate><item><title>撤销所有广告，全心打造更专业更细微的技术内容</title><author>yoory29@yahoo.com.cn (josh)</author><link>http://blog.yooi.net/post/clear-ads.html</link><pubDate>Sat, 14 Jan 2012 14:35:09 +0800</pubDate><guid>http://blog.yooi.net/post/clear-ads.html</guid><description><![CDATA[<p>撤销所有广告，全心打造更专业更细微的技术内容现有的内容太过简单，不够细致！那这又新的一年，技术也上了一个新的台阶，写出来的内容也要更精细更有深度。</p>]]></description><category>互联网观察</category><comments>http://blog.yooi.net/post/clear-ads.html#comment</comments><wfw:comment>http://blog.yooi.net/</wfw:comment><wfw:commentRss>http://blog.yooi.net/feed.asp?cmt=58</wfw:commentRss><trackback:ping>http://blog.yooi.net/cmd.asp?act=tb&amp;id=58&amp;key=7345647e</trackback:ping></item><item><title>lightbox效果集：来自thickBox离开的声音</title><author>yoory29@yahoo.com.cn (josh)</author><link>http://blog.yooi.net/post/lightbox-thickbox-more.html</link><pubDate>Wed, 04 Jan 2012 16:52:29 +0800</pubDate><guid>http://blog.yooi.net/post/lightbox-thickbox-more.html</guid><description><![CDATA[<p>&nbsp;While Thickbox had its day,&nbsp;it is not maintained any longer, so we recommend you use some alternatives.colorboxjQueryUI DialogfancyboxDOM windowshadowbox.js</p>]]></description><category>前端开发</category><comments>http://blog.yooi.net/post/lightbox-thickbox-more.html#comment</comments><wfw:comment>http://blog.yooi.net/</wfw:comment><wfw:commentRss>http://blog.yooi.net/feed.asp?cmt=57</wfw:commentRss><trackback:ping>http://blog.yooi.net/cmd.asp?act=tb&amp;id=57&amp;key=5d5cf1b5</trackback:ping></item><item><title>【转】ASP的类（class）详解 </title><author>yoory29@yahoo.com.cn (josh)</author><link>http://blog.yooi.net/post/asp-class-reference.html</link><pubDate>Sun, 25 Dec 2011 19:26:40 +0800</pubDate><guid>http://blog.yooi.net/post/asp-class-reference.html</guid><description><![CDATA[<p>　　ASP 本身是不存在类这一概念的，这里所说的类为 ASP 支持的脚本语言 VBScript 中Class。VBScript 中类的功能相对比较简单，不具有真正意义上类的继承、重载等特性，但它仍然是非常有用的。使得程序组成更加合理，降低了编程的复杂度。1.1、什么是类?类：对象的蓝图　　类是对象的符号表示形式。与蓝图描述构成建筑的项一样，类以同样的方式描述组成对象的属性、方法和事件。就像一副蓝图</p>]]></description><category>ASP开发</category><comments>http://blog.yooi.net/post/asp-class-reference.html#comment</comments><wfw:comment>http://blog.yooi.net/</wfw:comment><wfw:commentRss>http://blog.yooi.net/feed.asp?cmt=56</wfw:commentRss><trackback:ping>http://blog.yooi.net/cmd.asp?act=tb&amp;id=56&amp;key=312153fd</trackback:ping></item><item><title>[转]数据库查询性能需注意30条</title><author>yoory29@yahoo.com.cn (josh)</author><link>http://blog.yooi.net/post/sql-query-fast.html</link><pubDate>Thu, 22 Dec 2011 15:15:01 +0800</pubDate><guid>http://blog.yooi.net/post/sql-query-fast.html</guid><description><![CDATA[<p>1.对查询进行优化，应尽量避免全表扫描，首先应考虑在 where 及 order by 涉及的列上建立索引。2.应尽量避免在 where 子句中对字段进行 null 值判断，否则将导致引擎放弃使用索引而进行全表扫描，如：select id from t where num is null可以在num上设置默认值0，确保表中num列没有null值，然后这样查询：select id from t wh</p>]]></description><category>数据存储</category><comments>http://blog.yooi.net/post/sql-query-fast.html#comment</comments><wfw:comment>http://blog.yooi.net/</wfw:comment><wfw:commentRss>http://blog.yooi.net/feed.asp?cmt=55</wfw:commentRss><trackback:ping>http://blog.yooi.net/cmd.asp?act=tb&amp;id=55&amp;key=1fe115d6</trackback:ping></item><item><title>sql语句中日期时间格式化查询</title><author>yoory29@yahoo.com.cn (josh)</author><link>http://blog.yooi.net/post/sql-convert.html</link><pubDate>Thu, 22 Dec 2011 10:21:51 +0800</pubDate><guid>http://blog.yooi.net/post/sql-convert.html</guid><description><![CDATA[<p>CONVERT&nbsp;Sql Server 中一个非常强大的日期格式化函数Select CONVERT(varchar(100), GETDATE(), 0): 05 16 2006 10:57AMSelect CONVERT(varchar(100), GETDATE(), 1): 05/16/06Select CONVERT(varchar(100), GETDATE(), 2): 06.</p>]]></description><category>数据存储</category><comments>http://blog.yooi.net/post/sql-convert.html#comment</comments><wfw:comment>http://blog.yooi.net/</wfw:comment><wfw:commentRss>http://blog.yooi.net/feed.asp?cmt=54</wfw:commentRss><trackback:ping>http://blog.yooi.net/cmd.asp?act=tb&amp;id=54&amp;key=d31a916d</trackback:ping></item><item><title>ie8兼容代码，一句话解决IE8兼容问题</title><author>yoory29@yahoo.com.cn (josh)</author><link>http://blog.yooi.net/post/ie8-compatible-code.html</link><pubDate>Tue, 13 Dec 2011 16:37:35 +0800</pubDate><guid>http://blog.yooi.net/post/ie8-compatible-code.html</guid><description><![CDATA[<p>ie8兼容代码，一句话解决IE8兼容问题&nbsp;方法一、要在页面中加入如下HTTP meta-tag: 程序代码&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=EmulateIE7&quot;   />只要IE8一读到这个标签，它就会自动启动IE7兼容模式，保证页面完整展示。&nbsp;IE=EmulateIE7与</p>]]></description><category>前端设计</category><comments>http://blog.yooi.net/post/ie8-compatible-code.html#comment</comments><wfw:comment>http://blog.yooi.net/</wfw:comment><wfw:commentRss>http://blog.yooi.net/feed.asp?cmt=53</wfw:commentRss><trackback:ping>http://blog.yooi.net/cmd.asp?act=tb&amp;id=53&amp;key=04251735</trackback:ping></item><item><title>aspcms模板下载总汇</title><author>yoory29@yahoo.com.cn (josh)</author><link>http://blog.yooi.net/post/aspcms-templates-download.html</link><pubDate>Tue, 13 Dec 2011 15:02:31 +0800</pubDate><guid>http://blog.yooi.net/post/aspcms-templates-download.html</guid><description><![CDATA[<p>aspcms模板下载总汇，经常使用aspcms建设企业站点。很多时候需要有模板下载能够加速网站建设这里把aspcms模板下载的资源汇总，方便日后使用，并且发现新的资源也更新. &nbsp;&nbsp;</p>]]></description><category>企业站系统</category><comments>http://blog.yooi.net/post/aspcms-templates-download.html#comment</comments><wfw:comment>http://blog.yooi.net/</wfw:comment><wfw:commentRss>http://blog.yooi.net/feed.asp?cmt=52</wfw:commentRss><trackback:ping>http://blog.yooi.net/cmd.asp?act=tb&amp;id=52&amp;key=68781945</trackback:ping></item><item><title>关于国内商城的运营</title><author>yoory29@yahoo.com.cn (josh)</author><link>http://blog.yooi.net/post/b2c-yunying.html</link><pubDate>Sun, 11 Dec 2011 15:51:37 +0800</pubDate><guid>http://blog.yooi.net/post/b2c-yunying.html</guid><description><![CDATA[<p>很想了解关于国内商城的运营的实战经验，可是现在成功的国内b2c基本都是用大量资金支撑出来的；而常规的外贸运营手法，在中国人的世界里完全没有效果，而依靠平台却能够成功！平台费用低，可是有瓶颈；独立商城，费用高，可是不投入更高的费用还没有办法实现转化。&nbsp;难道就没有解决的办法吗？难道就就一定不能走国内的B2C零售模式？带着这些问题，去上海这个营销很牛的城市看看吧，快速深入了解是我的目的！</p>]]></description><category>网络营销</category><comments>http://blog.yooi.net/post/b2c-yunying.html#comment</comments><wfw:comment>http://blog.yooi.net/</wfw:comment><wfw:commentRss>http://blog.yooi.net/feed.asp?cmt=51</wfw:commentRss><trackback:ping>http://blog.yooi.net/cmd.asp?act=tb&amp;id=51&amp;key=84618603</trackback:ping></item><item><title>ecshop,discuz,dedecms,phpwind,wordpress,天天团购等社交化第三方登录</title><author>yoory29@yahoo.com.cn (josh)</author><link>http://blog.yooi.net/post/login-api.html</link><pubDate>Thu, 08 Dec 2011 12:30:54 +0800</pubDate><guid>http://blog.yooi.net/post/login-api.html</guid><description><![CDATA[<p>ecshop,discuz,dedecms,phpwind,wordpress,天天团购等社交化第三方登录包括16种社交网络：  QQ登录，支付宝登录，天涯登录 &nbsp;   &nbsp;</p><p>&nbsp;<img onload="ResizeImage(this,520)" title="" alt="" src="http://blog.yooi.net/upload/201112081234013416.jpg" /></p>]]></description><category>PHP开发</category><comments>http://blog.yooi.net/post/login-api.html#comment</comments><wfw:comment>http://blog.yooi.net/</wfw:comment><wfw:commentRss>http://blog.yooi.net/feed.asp?cmt=50</wfw:commentRss><trackback:ping>http://blog.yooi.net/cmd.asp?act=tb&amp;id=50&amp;key=77705b5b</trackback:ping></item><item><title>学习交流和提升ASP的国内外资源</title><author>yoory29@yahoo.com.cn (josh)</author><link>http://blog.yooi.net/post/asp-platform-learn.html</link><pubDate>Wed, 07 Dec 2011 13:48:59 +0800</pubDate><guid>http://blog.yooi.net/post/asp-platform-learn.html</guid><description><![CDATA[<p>国外资源iis论坛里面有个classic asp版块http://forums.iis.net/1032.aspx  &nbsp;General ASP SitesThough there are literally thousands of ASP-based sites around, here are a list of our favourites because they are the</p>]]></description><category>ASP开发</category><comments>http://blog.yooi.net/post/asp-platform-learn.html#comment</comments><wfw:comment>http://blog.yooi.net/</wfw:comment><wfw:commentRss>http://blog.yooi.net/feed.asp?cmt=49</wfw:commentRss><trackback:ping>http://blog.yooi.net/cmd.asp?act=tb&amp;id=49&amp;key=413afd4f</trackback:ping></item></channel></rss>

