<?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://www.livens.cn/</link><description>www.livens.cn</description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 100427</generator><language>zh-CN</language><copyright>在这个紧急的时代，我们输不起慢的代价！Copyright 2010-2011 www.livens.cn. 小邹在线 Rights Reserved.技术支持:苏州杰优网络</copyright><pubDate>Fri, 17 Feb 2012 10:37:42 +0800</pubDate><item><title>ASP程序换空间后FSO生成空文件的解决办法</title><author>a@b.com (livens)</author><link>http://www.livens.cn/asp-fso.html</link><pubDate>Fri, 17 Feb 2012 10:22:43 +0800</pubDate><guid>http://www.livens.cn/asp-fso.html</guid><description><![CDATA[<p>&nbsp;如标题所说，ASP程序只是从老空间转到新空间，新空间也开启FSO了。&nbsp;但是后台无法生成有效静态文件，具体现象是可以创建文件，但是所有文件大小均为0k。我花费时间把所有程序一步步单条测试，结果都没有错误，因此我把最终的问题锁定在FSO执行的命令行。能生成文件，证明程序没有问题，至于无法写入数据，我猜测是服务器组件不支持，因此我尝试更改Scripting.FileSystemObject 为 ADODB.Stream，结果是大功告成！</p><p>附上两种函数代码：</p><p>Public Function SaveHtmlPageFile(FileName,HtmlStr)</p><p>Set fso = CreateObject(&quot;Scripting.FileSystemObject&quot;)</p><p>Set f = fso.OpenTextFile(FileName, 2, True)</p><p>f.Write</p><p>HtmlStrf.Close</p><p>set f=nothing</p><p>set fso=nothing</p><p>End Function</p><p>--------------------------------------------------------------------</p><p>Sub SaveHtmlPageFile(FileName,HtmlStr)</p><p>set stm = server.CreateObject(&quot;adodb.stream&quot;)</p><p>stm.Type = 2</p><p>stm.mode = 3</p><p>stm.openstm.WriteText HtmlStr</p><p>stm.SaveToFile FileName,2</p><p>stm.flush</p><p>stm.Close</p><p>set stm=nothing</p><p>End Sub</p>]]></description><category>读网笔记</category><comments>http://www.livens.cn/asp-fso.html#comment</comments><wfw:comment>http://www.livens.cn/</wfw:comment><wfw:commentRss>http://www.livens.cn/feed.asp?cmt=46</wfw:commentRss><trackback:ping>http://www.livens.cn/cmd.asp?act=tb&amp;id=46&amp;key=b8d847fb</trackback:ping></item><item><title>Windows7(32/64位)下中兴AC560(电信3G)无信号的解决方案</title><author>a@b.com (livens)</author><link>http://www.livens.cn/ac560win7qudong.html</link><pubDate>Fri, 20 Jan 2012 15:17:53 +0800</pubDate><guid>http://www.livens.cn/ac560win7qudong.html</guid><description><![CDATA[<p>我发现老 ZTE AC560无线网卡一直无法支持win7的系统，无论是32位还是64位，都不支持！下面我就记录一下两种解决办法：</p><p><img src="http://www.livens.cn/plugin/windsphoto/photofile/20121/2012120154057169.jpg" alt="" title="" /><br />1. AC560 Win7 32位<br />(如已在Win7下安装过AC560，无信号，则先完全卸载&ldquo;无线宽带&rdquo;程序)<br />将AC560猫插入USB口,<br />&ldquo;计算机&rdquo;(xp中叫&ldquo;我的电脑&rdquo;)下会自动产生一个可移动光盘，<br />将该光盘中的所有文件(15MB)复制到硬盘某个文件夹(如&ldquo;D:\AC560&rdquo;)下，<br />双击该可移动光盘，自动安装无线宽带程序（如不自动安装，就进入光盘，双击&ldquo;autorun.exe&rdquo;），</p><p><img src="http://www.livens.cn/plugin/windsphoto/photofile/20121/2012120154234130.jpg" alt="" title="" /><br />进入&ldquo;设备管理器&rdquo;，发现有几个&ldquo;Data Interface&rdquo;设备的驱动未装好，<br />手工指定目录(上面提到的某个文件夹，如&ldquo;D:\AC560&rdquo;)，逐个安装驱动，<br />另外一个USB设备(AC560内置的TF读卡器)驱动也用同样方法安装驱动，<br />装好后的截图，<br />双击桌面&ldquo;无线宽带&rdquo;&hellip;&hellip;<br />2. AC560 Win7 64位<br />直接下载中国电信最新的驱动<br /><a target="_blank" href="http://messenger.vnet.cn/esurfing/CT_ZTE_DOA_General_V1.1.8.zip"> http://messenger.vnet.cn/esurfing/CT_ZTE_DOA_General_V1.1.8.zip</a><br />直接安装，选择下一步，完全安装，重新启动就可以了！</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p>]]></description><category>读网笔记</category><comments>http://www.livens.cn/ac560win7qudong.html#comment</comments><wfw:comment>http://www.livens.cn/</wfw:comment><wfw:commentRss>http://www.livens.cn/feed.asp?cmt=45</wfw:commentRss><trackback:ping>http://www.livens.cn/cmd.asp?act=tb&amp;id=45&amp;key=8700e5c4</trackback:ping></item><item><title>回首2011:初识为何疼痛？</title><author>a@b.com (livens)</author><link>http://www.livens.cn/HuiShou2011-ChuShiWeiHeTengTong.html</link><pubDate>Wed, 28 Dec 2011 22:55:37 +0800</pubDate><guid>http://www.livens.cn/HuiShou2011-ChuShiWeiHeTengTong.html</guid><description><![CDATA[<p>&nbsp;错了，我并不是个有故事的，我想将我的故事写一下，才发现这是一件很苦的差事  ，像是从头再去走一遍一样，过去并不是很疼只是不想去回忆。可以似有似无的记得，也可以以忘记而记得，但是就是不能再一次以文字的方式重新的温习一遍提醒自己那是过去的痛。不近不远，却不离不弃。</p><p>12月经历了人生第一次活剐，没有任何麻醉，被刀片，剪刀生生地划来剪去，唯一的感觉就是疼！</p><p>那种疼，是你抓紧了床框还有使不完的力气，是你咬紧了衣服还需大吼一声，是你紧紧的用尽所有力气颤抖地无法抵抗...</p><p>那种疼，不是瞬间的，是长时间的煎熬..没有任何躲避的念头，除了疼，我只能疼。</p><p>当双氧水浇到身体，那一瞬间沸腾的疼之后，一切变成麻木。</p><p>回首2011，我第一个就是&ldquo;疼&rdquo;，它那么近又那么远，经历过就好！</p>]]></description><category>传奇故事</category><comments>http://www.livens.cn/HuiShou2011-ChuShiWeiHeTengTong.html#comment</comments><wfw:comment>http://www.livens.cn/</wfw:comment><wfw:commentRss>http://www.livens.cn/feed.asp?cmt=44</wfw:commentRss><trackback:ping>http://www.livens.cn/cmd.asp?act=tb&amp;id=44&amp;key=ca397081</trackback:ping></item><item><title>IIS问题:不能用 '..' 表示父目录的解决办法</title><author>a@b.com (livens)</author><link>http://www.livens.cn/IISWenTi-BuNengYong-BiaoShiFuMuLuDeJieJueBanFa.html</link><pubDate>Fri, 18 Nov 2011 10:05:16 +0800</pubDate><guid>http://www.livens.cn/IISWenTi-BuNengYong-BiaoShiFuMuLuDeJieJueBanFa.html</guid><description><![CDATA[<div><strong>问题描述</strong>:</div><div>&lt;!--#include file=&quot;../Comm/subconn.asp&quot;--&gt;出来的错误提示为</div><div>包含文件 '../Comm/subconn.asp' 不能用 '..' 表示父目录。</div><div>修改为&lt;!--#include virtual=&quot;comm/subconn.asp&quot;--&gt;后,出来的错误提示又为</div><div>找不到包含文件 'comm/subconn.asp'。</div><div><strong>解决方法</strong>:</div><div>../指的是上级目录</div><div>你现在是禁用了父目录这个。</div><div>打开IIS管理，打开网站的属性框－主目录</div><div>下面有个&ldquo;配置&rdquo;，点开后选&ldquo;选项&rdquo;，在&ldquo;启用父路径&rdquo;前面打勾，确定</div>]]></description><category>读网笔记</category><comments>http://www.livens.cn/IISWenTi-BuNengYong-BiaoShiFuMuLuDeJieJueBanFa.html#comment</comments><wfw:comment>http://www.livens.cn/</wfw:comment><wfw:commentRss>http://www.livens.cn/feed.asp?cmt=43</wfw:commentRss><trackback:ping>http://www.livens.cn/cmd.asp?act=tb&amp;id=43&amp;key=86a821d6</trackback:ping></item><item><title>苏州SEO:小议站内链接</title><author>a@b.com (livens)</author><link>http://www.livens.cn/XiaoYiZhanNeiLianJie.html</link><pubDate>Thu, 17 Nov 2011 08:57:03 +0800</pubDate><guid>http://www.livens.cn/XiaoYiZhanNeiLianJie.html</guid><description><![CDATA[<p>&nbsp; 做了那么长时间的网络营销工作，我们认识到链接的作用是对pr有着很大的帮助帮助。如果你的网站的pr是0，当一个pr6的网站链接到你，那么你的pr很有可能上升到3或4，这就是pr的传递。虽然不是绝对会发生，但这是一个链接对pr具有影响的例子。不过pr只是衡量网页质量的一个指标。如果建立链接纯粹是为了追求pr而不把精力放在开发网站的内容上，那就是真的忽略的网站优化的本质，使得自己的工作本末倒置了。外部链接大部分情况是不好控制的，而且要经过很长时间的积累，内部链接却完全在自己的控制之下。</p><p>下面说说网站内部链接的经验。<br />&nbsp;&nbsp;&nbsp; 1要.建立网站地图<br />&nbsp; 网站地图这个概念是谷歌提出来的，网站地图上应该包括一些让蜘蛛爬去的重要页面的入口，当然这些如果越细越好。<br />&nbsp;&nbsp;&nbsp; 2.链接文字<br />&nbsp; 最好选择较为形象、全面的关键词作为链接的文字，使得网站的结构能够清晰的一目了然。<br />&nbsp;&nbsp;&nbsp; 3.尽量使用文字导航<br />&nbsp; 网站的导航系统最好使用文字连接。有的seo朋友喜欢用js或者flash的效果来做导航，效果确实很绚，可惜蜘蛛无法感受你这份精彩。如果为了美观不得不使用图片或者js，至少在网站底部或者网站地图中应该有所有栏目的文字链接。<br />&nbsp;&nbsp;&nbsp;&nbsp;4.网页的深度保持3~4层<br />&nbsp; 对一个中小型网站来说，要确保从首页出发，四个词点击之内就要达到任何一个页面，当然如果在三次点击之内就更好。配合网站地图的使用做到这一点应该不成问题。<br />&nbsp;&nbsp;&nbsp; 5.网页的互相连接<br />&nbsp; 以前说网站的树形结构，不过要注意的是这种树形结构并不是说各个栏目下的文章之间没有链接，恰恰相反，应该在不同栏目的网页中链接向其他栏目的相关网页。<br />只有这样，才能使得网站内部形成一个庞大的结构网，让蜘蛛成为网上的常客！</p>]]></description><category>随笔杂谈</category><comments>http://www.livens.cn/XiaoYiZhanNeiLianJie.html#comment</comments><wfw:comment>http://www.livens.cn/</wfw:comment><wfw:commentRss>http://www.livens.cn/feed.asp?cmt=42</wfw:commentRss><trackback:ping>http://www.livens.cn/cmd.asp?act=tb&amp;id=42&amp;key=5198e777</trackback:ping></item><item><title>简单实现后台自动侦测网站文章是否被百度收录</title><author>a@b.com (livens)</author><link>http://www.livens.cn/houtaiyanzhengwenzhangshifoubeibaidushoulu.html</link><pubDate>Thu, 20 Oct 2011 12:43:39 +0800</pubDate><guid>http://www.livens.cn/houtaiyanzhengwenzhangshifoubeibaidushoulu.html</guid><description><![CDATA[<p>&nbsp;对于比较重视的网站相信大家都比较在意网站的收录情况，一般我们查看网站被收录了多少都是直接通过一些搜索命令来查看，苏州杰优网络本次开发的《<a target="_blank" href="http://www.szjieyou.com/news/116.html">后台自动验证文章是否被百度收录</a>》的功能更方便的为大家统计哪些文章被百度收录哪些文章还没有被收录，使用杰优企业网站系统最新版本我们再查看列表页可以看到如下效果</p><p><img src="http://www.livens.cn/plugin/windsphoto/photofile/201110/2011102012471102.jpg" alt="" title="" /></p><div>已收录和未收录的文章都可以一眼看出来。</div><p>&nbsp;</p><p>为了让更多朋友使用上这样的系统，而不在因为您没有使用dedecms或者杰优企业网站系统，下面我把最核心的ASP代码贴出来，供大家参考！</p><blockquote><p><p>&lt;%On Error Resume Next</p><p>Server.ScriptTimeOut=9999999</p><p>Function getHTTPPage(Path)</p><p>t = GetBody(Path)</p><p>getHTTPPage=BytesToBstr(t,&quot;GB2312&quot;)</p><p>End function</p><p>Function Newstring(wstr,strng)</p><p>Newstring=Instr(lcase(wstr),lcase(strng))</p><p>if Newstring&lt;=0 then Newstring=Len(wstr)</p><p>End Function</p><p>Function BytesToBstr(body,Cset)</p><p>dim objstream</p><p>set objstream = Server.CreateObject(&quot;adodb.stream&quot;)</p><p>objstream.Type = 1</p><p>objstream.Mode =3</p><p>objstream.Open</p><p>objstream.Write body</p><p>objstream.Position = 0</p><p>objstream.Type = 2</p><p>objstream.Charset = Cset</p><p>BytesToBstr = objstream.ReadText</p><p>objstream.Close</p><p>set objstream = nothing</p><p>End Function</p><p>Function GetBody(url)</p><p>on error resume next</p><p>Set Retrieval = CreateObject(&quot;Microsoft.XMLHTTP&quot;)</p><p>With Retrieval</p><p>.Open &quot;Get&quot;, url, False, &quot;&quot;, &quot;&quot;</p><p>.Send</p><p>GetBody = .ResponseBody</p><p>End With</p><p>Set Retrieval = Nothing</p><p>End Function</p><p>Dim wstr,str,url,start,over,dtime</p><p>a=&quot;没有&quot;</p><p>b=&quot;与&lt;span style=&quot;</p><p>url=&quot;http://www.baidu.com/baidu?word=http://www.szjieyou.com&quot;</p><p>wstr=getHTTPPage(url)</p><p>start=Newstring(wstr,a)</p><p>over=Newstring(wstr,b)</p><p>body=mid(wstr,start,over-start)</p><p>if body&lt;&gt;&quot;没有找到&quot; then</p><p>response.write &quot;有收录&quot;</p><p>else</p><p>response.write &quot;没有收录&quot;</p><p>end if</p><p>%&gt;</p></p></blockquote><p>&nbsp;</p>]]></description><category>读网笔记</category><comments>http://www.livens.cn/houtaiyanzhengwenzhangshifoubeibaidushoulu.html#comment</comments><wfw:comment>http://www.livens.cn/</wfw:comment><wfw:commentRss>http://www.livens.cn/feed.asp?cmt=41</wfw:commentRss><trackback:ping>http://www.livens.cn/cmd.asp?act=tb&amp;id=41&amp;key=9b2f4e4a</trackback:ping></item><item><title>简单实现企业类网站关键词出现百度第一页</title><author>a@b.com (livens)</author><link>http://www.livens.cn/baiduseo.html</link><pubDate>Mon, 10 Oct 2011 13:00:12 +0800</pubDate><guid>http://www.livens.cn/baiduseo.html</guid><description><![CDATA[<p>&nbsp;百度快照自然排名的新动向</p><p>最近，百度一直很骚动，在百度seo横行天下的时候，如果你不懂，如何去提高你的排名呢？下面分析一个新的案例：</p><p>做百度百科，百度经验，百度知道，百度文档等百度系产品推广</p><p>重点我来讲下百度seo之百度百科</p><p>百度百科针对企业类收录还是很不错，也就是说你用公司名字，最后添加公司网址还是很不多，这也算一个比较好的外链资源（外部采集百度系产品垃圾站太多）</p><p>我今天要讲的是除了为了外链，还可以优化自己关键词的排名</p><p>具体操作起来很简单，不要以公司名称为词条，刻意增加隐形关键词，这样可以起到不错的效果，还有就是词条的第一句话最好也要包含你的目标关键词，这样试试效果吧！</p><p>下图1即为某关键词百度第一页排名状况，注意百度蜘蛛抓取的description</p><p>下图2是人工修改过的(已去除目标关键词)，排名效果照样不错</p><p><img onload="ResizeImage(this,520)" src="http://www.livens.cn/plugin/windsphoto/photofile/201110/2011101013028107.jpg" alt="" title="" /></p><p>这里我只是提一个思路，具体的持续性效果还有待观察，希望能举一反三有点启发！</p>]]></description><category>随笔杂谈</category><comments>http://www.livens.cn/baiduseo.html#comment</comments><wfw:comment>http://www.livens.cn/</wfw:comment><wfw:commentRss>http://www.livens.cn/feed.asp?cmt=40</wfw:commentRss><trackback:ping>http://www.livens.cn/cmd.asp?act=tb&amp;id=40&amp;key=8135f847</trackback:ping></item><item><title>【安全攻略】如何自定义网站后台地址(附解决rewrite空间目录问题)</title><author>a@b.com (livens)</author><link>http://www.livens.cn/AnQuanGongLueRuHeZiDingYiWangZhanHouTaiDiZhi-FuJieJuerewriteKongJianMuLuWenTi.html</link><pubDate>Wed, 05 Oct 2011 00:14:43 +0800</pubDate><guid>http://www.livens.cn/AnQuanGongLueRuHeZiDingYiWangZhanHouTaiDiZhi-FuJieJuerewriteKongJianMuLuWenTi.html</guid><description><![CDATA[如何自定义网站后台地址<br/>dim ComeUrl,cUrl,AdminName,Servername<br/>ComeUrl=lcase(trim(request.ServerVariables("HTTP_REFERER")))<br/>Servername=Request.ServerVariables("SERVER_NAME")<br/>if ComeUrl="" and instr(lcase(request.ServerVariables("SCRIPT_NAME")),"admin_update.asp")=0 then<br/>response.write "<br><p align=center><font color='red'>对不起，为了系统安全，不允许直接输入地址访问本系统的后台管理页面。</font></p>"<br/>response.end<br/>else<br/>cUrl=trim("http://" & servername)<br/>if mid(ComeUrl,len(cUrl)+1,1)=":" then<br/>cUrl=cUrl & ":" & Request.ServerVariables("SERVER_PORT")<br/>end if<br/>cUrl=lcase(cUrl & request.ServerVariables("SCRIPT_NAME"))<br/>if lcase(left(ComeUrl,instrrev(ComeUrl,"/")))<>lcase(left(cUrl,instrrev(cUrl,"/"))) and instr(lcase(request.ServerVariables("SCRIPT_NAME")),"admin_update.asp")=0 then<br/><font color="Red">if lcase(left(ComeUrl,instrrev(ComeUrl,"/")))<>lcase(replace(left(cUrl,instrrev(cUrl,"/")), "/jzh56", "")) and instr(lcase(request.ServerVariables("SCRIPT_NAME")),"admin_update.asp")=0 then</font><br/><font color="Blue">* 红色代码部分适用于借助Rewrite组件，可以将绑定的任一域名指向任一目录的虚拟主机</font><br/>response.write "<br><p align=center><font color='red'>对不起，为了系统安全，不允许从外部链接地址访问本系统的后台管理页面。</font></p>"<br/>response.end<br/>end if<br/>end if<br/>If instr(Lcase(request.ServerVariables("PATH_INFO")),Lcase(AdminDir))=0 then<br/>response.write "<br><p align=center><font color='red'>后台目录已经更改，请将后台目录更改为"&AdminDir&"再访问！</font></p>"<br/>response.end<br/>End If]]></description><category>读网笔记</category><comments>http://www.livens.cn/AnQuanGongLueRuHeZiDingYiWangZhanHouTaiDiZhi-FuJieJuerewriteKongJianMuLuWenTi.html#comment</comments><wfw:comment>http://www.livens.cn/</wfw:comment><wfw:commentRss>http://www.livens.cn/feed.asp?cmt=39</wfw:commentRss><trackback:ping>http://www.livens.cn/cmd.asp?act=tb&amp;id=39&amp;key=dcf9f9b1</trackback:ping></item><item><title>仿阿里巴巴产品分类 实现自定义分类二级子分类 附ASP代码</title><author>a@b.com (livens)</author><link>http://www.livens.cn/fangalibabachanpingfenlei.html</link><pubDate>Sun, 02 Oct 2011 22:51:12 +0800</pubDate><guid>http://www.livens.cn/fangalibabachanpingfenlei.html</guid><description><![CDATA[<p>一直以来，我以及我周围的朋友对阿里巴巴产品分类情有独钟，具体截图如下:</p><p><img onload="ResizeImage(this,520)" alt="" title="" src="http://www.livens.cn/plugin/windsphoto/photofile/201110/2011102225524144.jpg" /></p><p>除了长期使用下来的操作习惯，这样做产品分类的确有很独特的优点：1.树形结构，一目了然；2.附上产品数量，直接看出哪些是热点，无需再去通过其他途径寻找..</p><p>面对这样的分类方式，对我来说是一个不大不小的挑战，为什么呢？挑战一：网站系统从开始到现在一直为单级目录，没有接触过多产品多目录的网站；2.除了程序，这需要一个合适的数据库结构；3.参数循环有点绕头；4.貌似还涉及一点点数组的概念..</p><p>还好搞定了..废话不多说了，直接贴上源代码（ASP版），代码写的不简介，这里只记录完成了这一功能，具体的效率优化后续再做努力！</p><p>&nbsp;&lt;div class=&quot;winstyle2&quot;&gt;&nbsp;</p><p>&lt;%set rs2=server.createobject(&quot;adodb.recordset&quot;)</p><p>sql2=&quot;select * from productdb&quot;&nbsp;</p><p>rs2.open sql2,conn,1,1%&gt;</p><p>&lt;h2&gt;&lt;img src=&quot;&lt;%=weburl%&gt;images/motuo/customGroupTitle.gif&quot; border=&quot;0&quot;&gt; Products [&lt;%=rs2.recordcount%&gt;]&lt;/h2&gt;</p><p>&lt;%rs2.close</p><p>set rs2=nothing%&gt;</p><p>&lt;ul&gt;</p><p>&lt;%set rs=server.createobject(&quot;adodb.recordset&quot;)</p><p>sql=&quot;select top 20 typeid,typename from productype where sortid=0 order by typeid asc&quot;</p><p>rs.open sql,conn,1,1</p><p>if rs.eof and rs.bof then</p><p>Response.Write&quot;&lt;br&gt;No productsort!&quot;</p><p>end if</p><p>do while not rs.eof</p><p>sqlid=&quot;&quot;</p><p>set rs2=server.CreateObject(&quot;adodb.recordset&quot;)</p><p>sql2=&quot;select typeid,sortid from productype where sortid=&quot;&amp;rs(&quot;typeid&quot;)</p><p>rs2.open sql2,conn,1,1</p><p>if rs2.eof and rs2.bof then</p><p>sqlid=rs(&quot;typeid&quot;)</p><p>else</p><p>do while not rs2.eof</p><p>sqlid=rs2(&quot;typeid&quot;)&amp;&quot;,&quot;&amp;sqlid</p><p>rs2.movenext</p><p>loop</p><p>end if</p><p>rs2.close</p><p>set rs2=nothing%&gt;</p><p>&lt;li class=&quot;oncate&quot; &gt;</p><p>&lt;img src='&lt;%=weburl%&gt;images/motuo/open.png' alt='&lt;%=rs(&quot;typename&quot;)%&gt;' border='0'/&gt; &lt;a href='&lt;%=weburl%&gt;&lt;%=StrReplace(rs(&quot;typename&quot;))%&gt;.html' title='Chinese &lt;%=rs(&quot;typename&quot;)%&gt;' target=&quot;_self&quot;&gt; &lt;%=rs(&quot;typename&quot;)%&gt;&lt;/a&gt;&nbsp;</p><p>&lt;%set rs3=server.CreateObject(&quot;adodb.recordset&quot;)</p><p>sql3=&quot;select * from productdb where typeid in(&quot;&amp;sqlid&amp;&quot;)&quot;</p><p>rs3.open sql3,conn,1,1%&gt;</p><p>[&lt;%=rs3.recordcount%&gt;]&lt;/li&gt;</p><p>&lt;%rs3.close</p><p>set rs3=nothing</p><p>set rs1=server.CreateObject(&quot;adodb.recordset&quot;)</p><p>&nbsp;sql1=&quot;select top 20 typeid,typename,sortid from productype where sortid=&quot;&amp;rs(&quot;typeid&quot;)</p><p>&nbsp;rs1.open sql1,conn,1,1</p><p>&nbsp;if rs1.eof and rs1.bof then</p><p>&nbsp;else</p><p>&nbsp;do while not rs1.eof</p><p>set rs4=server.createobject(&quot;adodb.recordset&quot;)</p><p>sql4=&quot;select * from productdb where typeid=&quot;&amp;rs1(&quot;typeid&quot;)</p><p>rs4.open sql4,conn,1,1%&gt;</p><p>&lt;li class=&quot;parcate&quot; &gt;&lt;img src='&lt;%=weburl%&gt;images/motuo/icon_arrow.gif' alt='&lt;%=rs(&quot;typename&quot;)%&gt;' border='0'/&gt; &lt;a href='&lt;%=weburl%&gt;&lt;%=StrReplace(rs1(&quot;typename&quot;))%&gt;.html' title='Chinese &lt;%=rs1(&quot;title&quot;)%&gt;' target=&quot;_self&quot;&gt; &lt;%=rs1(&quot;typename&quot;)%&gt;&lt;/a&gt; [&lt;%=rs4.recordcount%&gt;]&lt;/li&gt;</p><p>&lt;%rs4.close</p><p>&nbsp;set rs4=nothing</p><p>&nbsp;rs1.movenext&nbsp;</p><p>&nbsp;loop&nbsp;</p><p>&nbsp;end if</p><p>&nbsp;rs1.close</p><p>&nbsp;set rs1=nothing</p><p>rs.movenext</p><p>loop</p><p>rs.close</p><p>set rs=nothing%&gt;</p><p>&lt;/ul&gt;&nbsp;</p><p>&lt;/div&gt;&nbsp;</p>]]></description><category>读网笔记</category><comments>http://www.livens.cn/fangalibabachanpingfenlei.html#comment</comments><wfw:comment>http://www.livens.cn/</wfw:comment><wfw:commentRss>http://www.livens.cn/feed.asp?cmt=38</wfw:commentRss><trackback:ping>http://www.livens.cn/cmd.asp?act=tb&amp;id=38&amp;key=994865da</trackback:ping></item><item><title>中小型做外贸用什么免费邮箱好？Google app企业邮局</title><author>a@b.com (livens)</author><link>http://www.livens.cn/zuowaimaoyongshenmeyouxianghao.html</link><pubDate>Sat, 24 Sep 2011 19:17:29 +0800</pubDate><guid>http://www.livens.cn/zuowaimaoyongshenmeyouxianghao.html</guid><description><![CDATA[<a href="http://www.hot56.com" target="_blank">苏州杰优网络</a>最近接了几个做外贸的朋友网站建设的项目，总所周知，外贸主要的沟通方式就是发邮件，那么对于我们建设者来讲，选用哪种类型的邮箱就很重要了，是收费的呢？还是免费的呢？答案很肯定，收费邮箱肯定比免费的好，不然没有收钱的道理！<br/>下面着重我介绍下适用于外贸行业的免费邮箱-Google app企业邮局<br/>谷歌企业邮箱有什么好处呢？<br/>1 Google的垃圾邮件处理还是非常好的，能给中小企业节省不少相应的成本；<br/>2 绑定Gtalk,通过Gtalk收发邮件,方便快捷,同时GTalk是一个发送内容长度上限比传统IM高的多的IM服务；<br/>3 Google Doc的在线共享，虽然在线编辑基本上还不太靠谱，但是可以考虑和金山WPS免费版结合使用；<br/>4 日历现在基本上是作为开发人员的工作备忘使用： 重要约会/会议可以通过绑定免费短信通知，也是一个很有用的亮点；<br/>主要的缺点风险是<br/>1 不可预期的阻力；<br/>2 海缆的中断；<br/>如何去设置谷歌企业邮箱呢？<br/>1.<a href="http://www.szjieyou.com/news/98.html" target="_blank">免费企业邮箱： Google app企业邮局的申请</a><br/>2.<a href="http://www.szjieyou.com/news/99.html" target="_blank">google企业邮箱如何做MX解析？附万网域名</a>]]></description><category>读网笔记</category><comments>http://www.livens.cn/zuowaimaoyongshenmeyouxianghao.html#comment</comments><wfw:comment>http://www.livens.cn/</wfw:comment><wfw:commentRss>http://www.livens.cn/feed.asp?cmt=37</wfw:commentRss><trackback:ping>http://www.livens.cn/cmd.asp?act=tb&amp;id=37&amp;key=0f8a5791</trackback:ping></item></channel></rss>

