<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
  <channel>
    <title><![CDATA[看上去很美.BLOG]]></title> 
    <link>http://www.7say.com/</link> 
    <description><![CDATA[知我者谓我心忧，不知我者谓我何求。]]></description> 
    <language>zh-cn</language> 
    <copyright><![CDATA[Copyright 2008, 看上去很美.BLOG]]></copyright> 
    <webMaster><![CDATA[leboo77@hotmail.com (良言)]]></webMaster> 
    <generator>LBS v2.0.313</generator> 
    <pubDate>Fri, 21 Nov 2008 10:49:03 +0800</pubDate> 
    <ttl>60</ttl>
  
    <item>
      <title><![CDATA[如何检查MDAC版本,如何查看MDAC版本]]></title> 
      <link><![CDATA[http://www.7say.com/article.asp?id=244]]></link> 
      <category><![CDATA[技术点点]]></category> 
      <author><![CDATA[良言 <null@null.com>]]></author> 
      <pubDate>Mon, 07 Jul 2008 13:23:22 +0800</pubDate> 
      <description><![CDATA[本文介绍了两种不同的方法，用来检查系统中安装的 Microsoft 数据访问组件 (MDAC) 的版本。 • 使用组件检查器工具。 <br />• 检查存储在注册表中的版本信息。 <br /><br />安装和使用组件检查器工具确定已安装的 MDAC 版本的最可靠的方法是：将每个 MDAC DLL 文件的版本号与每个 MDAC 版本所附带的 DLL 文件列表进行比较。组件检查器可帮助您完成此操作。它检查计算机上的文件，将它们与每个版本的 MDAC 列表进行比较，报告最匹配项。<br /><br />要安装组件检查器，请按照下列步骤操作： <br />1. 浏览到以下 Microsoft 网站： <br /><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=8F0A8DF6-4A21-4B43-BF53-14332EF092C9&amp;displaylang=en" title="http://www.microsoft.com/downloads/details.aspx?FamilyId=8F0A8DF6-4A21-4B43-BF53-14332EF092C9&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?FamilyId=8F0A8DF6-4A21-4B43-BF53-14332EF092C9&amp;displaylang=en</a>  <br />2. 单击用于下载组件检查器的链接。根据浏览器的提示，将 Cc.exe（自解压缩可执行文件）保存到桌面上。 <br />]]></description>
      <wfw:commentRss><![CDATA[http://www.7say.com/feed.asp?q=comment&id=244]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[ADOX.Catalog 简介]]></title> 
      <link><![CDATA[http://www.7say.com/article.asp?id=243]]></link> 
      <category><![CDATA[技术点点]]></category> 
      <author><![CDATA[良言 <null@null.com>]]></author> 
      <pubDate>Mon, 07 Jul 2008 13:20:49 +0800</pubDate> 
      <description><![CDATA[1、ADOX 概述<br />Microsoft&amp;reg; ActiveX&amp;reg; Data Objects Extensions for Data Definition Language and Security (ADOX) 是对 ADO 对象和编程模型的扩展。ADOX 包括用于模式创建和修改的对象，以及安全性。由于它是基于对象实现模式操作，所以用户可以编写对各种数据源都能有效运行的代码，而与它们原始语法中的差异无关。<br /><br />ADOX 是核心 ADO 对象的扩展库。它显露的其他对象可用于创建、修改和删除模式对象，如表格和过程。它还包括安全对象，可用于维护用户和组，以及授予和撤消对象的权限。<br /><br />要通过开发工具使用 ADOX，需要建立对 ADOX 类型库的引用。对 ADOX 库的说明为“Microsoft ADO Ext. for DDL and Security.”。ADOX 库文件名为“Msadox.dll”，程序 ]]></description>
      <wfw:commentRss><![CDATA[http://www.7say.com/feed.asp?q=comment&id=243]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[aspjpeg组件使用方法]]></title> 
      <link><![CDATA[http://www.7say.com/article.asp?id=242]]></link> 
      <category><![CDATA[编程开发]]></category> 
      <author><![CDATA[良言 <null@null.com>]]></author> 
      <pubDate>Sat, 05 Jul 2008 21:15:05 +0800</pubDate> 
      <description><![CDATA[aspjpeg是一款非常强大的图片处理组件，纯英文版本。不过早已经有免费版和破解版，但是对其进行详细与深入介绍的文章却是不多，即使有也只牵涉到图片缩略和图片水印。可能是因为纯英文的缘故。 <br /><br />使用aspjepg主要可以做到: <br />图片缩略 <br />图片水印 <br />安全码技术 <br />图片切割 <br />图片合并 <br />数据库支持 <br /><br />一、图片缩略 .<br /><br />&lt;% <br />Set Jpeg = Server.CreateObject(&quot;Persits.Jpeg&quot;) 调用组件 <br />Path = Server.MapPath(&quot;images&quot;) &amp; &quot;\clock.jpg&quot; 待处理图片路径 <br />Jpeg.Open Path 打开图片 <br />高与宽为原图片的1/2 <br />Jpeg.Width = Jpeg.OriginalWidth / 2 <br />Jpeg.Height = Jpeg.OriginalHeight / 2 <br />]]></description>
      <wfw:commentRss><![CDATA[http://www.7say.com/feed.asp?q=comment&id=242]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[防范上传漏洞的3个函数]]></title> 
      <link><![CDATA[http://www.7say.com/article.asp?id=241]]></link> 
      <category><![CDATA[编程开发]]></category> 
      <author><![CDATA[良言 <null@null.com>]]></author> 
      <pubDate>Sat, 05 Jul 2008 21:07:57 +0800</pubDate> 
      <description><![CDATA[以下3个关键函数：<br /><br />function killext(byval s1) &#39;干掉非法文件后缀<br /><br />dim allowext<br />allowext=&quot;.JPG,.JPEG,.GIF,.BMP,.PNG,.SWF,.RM,.MP3,.WAV,.MID,.MIDI,.RA,.AVI,.MPG,.MPEG,.ASF,.ASX,.WMA,.MOV,.RAR,.ZIP,.EXE,.DOC,.XLS,.CHM,.HLP,.PDF&quot;<br />s1=ucase(s1)<br />if len(s1)=0 then<br />killext=&quot;&quot;<br />else<br />if not chk(allowext,s1,&quot;,&quot;) then<br />killext=&quot;.shit&quot;<br />else<br />killext=s1<br />end if<br />end if<br />end function<br /><br />function chk(byval s1,byval s2,byval fuhao) &#39;检查字符串包含<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.7say.com/feed.asp?q=comment&id=241]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[asp正则表达式取得图片地址的几种方法]]></title> 
      <link><![CDATA[http://www.7say.com/article.asp?id=240]]></link> 
      <category><![CDATA[编程开发]]></category> 
      <author><![CDATA[良言 <null@null.com>]]></author> 
      <pubDate>Sat, 05 Jul 2008 16:13:05 +0800</pubDate> 
      <description><![CDATA[以下是多种情况下的测试<div class="code">&lt;%<br />str=&quot;&lt;a href=&quot;&quot;post.php?action=newthread&amp;amp;fid=2&amp;amp;extra=page%3D1&quot;&quot;&gt;&lt;img alt=&#39;123&#39; src=&quot;&quot;http&#58;//127.0.0.1/images/blue/newtopic.gif&quot;&quot; border=&quot;&quot;0&quot;&quot; alt=&quot;&quot;&quot;&quot; /&gt;&lt;/a&gt;&lt;img src=&quot;&quot;/customavatars/user.gif&quot;&quot; vspace=&quot;&quot;5&quot;&quot;&gt;&lt;br /&gt;&lt;img src=&quot;&quot;/customavatars/user.gif&quot;&quot; vspace=&quot;&quot;5&quot;&quot;&gt;&lt;img src=&quot;&quot;images/blue/top.gif&quot;&quot; border=&quot;&quot;0&quot;&quot; alt=&quot;&quot;顶部&quot;&quot; /&gt;&quot;<br />str=str&amp;&quot;&lt;img src=https&#58;//images/200610261533.gif&gt;&lt;img </div>]]></description>
      <wfw:commentRss><![CDATA[http://www.7say.com/feed.asp?q=comment&id=240]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[FCKeditor 2.6.2使用修改说明(ASP)]]></title> 
      <link><![CDATA[http://www.7say.com/article.asp?id=239]]></link> 
      <category><![CDATA[编程开发]]></category> 
      <author><![CDATA[良言 <null@null.com>]]></author> 
      <pubDate>Fri, 04 Jul 2008 10:13:55 +0800</pubDate> 
      <description><![CDATA[最近开发项目中用到FCKeditor，自己总结和从网上归纳了一些设置方法，以备后用。(适用ASP环境)<br /><br />FCKeditor 2.6.2配置修改说明<br />=========================================================================<br />一、精简FCKeditor目录，目录里只留下以下3个文件1个文件夹<br />fckconfig.js<br />fckstyles.xml<br />fcktemplates.xml<br />[editor]<br />注意：<br />将fckeditor.asp移出Fckeditor的目录，安全性高些，调用&lt;!--#include file=&quot;/你的实际路径/fckeditor.asp&quot; --&gt;<br />fckeditor.js这个文件经测试不需要，因为我们用ASP，这个网上一般都说是保留，实际上如果你不用js调用的话它是多余的，删除也是安全性原因<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.7say.com/feed.asp?q=comment&id=239]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Javascript 操作select控件大全]]></title> 
      <link><![CDATA[http://www.7say.com/article.asp?id=238]]></link> 
      <category><![CDATA[技术点点]]></category> 
      <author><![CDATA[良言 <null@null.com>]]></author> 
      <pubDate>Fri, 27 Jun 2008 11:09:38 +0800</pubDate> 
      <description><![CDATA[1判断select选项中 是否存在Value=&quot;paraValue&quot;的Item <br /> 2向select选项中 加入一个Item <br /> 3从select选项中 删除一个Item <br /> 4删除select中选中的项 <br /> 5修改select选项中 value=&quot;paraValue&quot;的text为&quot;paraText&quot; <br /> 6设置select中text=&quot;paraText&quot;的第一个Item为选中 <br /> 7设置select中value=&quot;paraValue&quot;的Item为选中 <br /> 8得到select的当前选中项的value <br /> 9得到select的当前选中项的text <br />10得到select的当前选中项的Index <br />11清空select的项 <br /><br />js 代码<br />// 1.判断select选项中 是否存在Value=&quot;paraValue&quot;的Item        <br />function jsSelectIsExitItem(objSelect, objItemValue) {        <br />]]></description>
      <wfw:commentRss><![CDATA[http://www.7say.com/feed.asp?q=comment&id=238]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[酷站推荐www.dhtmlgoodies.com]]></title> 
      <link><![CDATA[http://www.7say.com/article.asp?id=237]]></link> 
      <category><![CDATA[关于网络]]></category> 
      <author><![CDATA[良言 <null@null.com>]]></author> 
      <pubDate>Mon, 23 Jun 2008 12:47:11 +0800</pubDate> 
      <description><![CDATA[<a href="http://www.dhtmlgoodies.com/" title="http://www.dhtmlgoodies.com/" target="_blank">http://www.dhtmlgoodies.com/</a><br />A library of DHTML and Ajax scripts.<br />Menu scripts <br />Window scripts <br />Calendar scripts <br />Gallery scripts <br />Form widgets <br />XP widgets <br />Table widgets <br />Drag and drop <br />Folder trees <br />Tooltips <br />AJAX scripts <br />Misc scripts <br />Javascript games <br />Chess widgets  <br />DHTML Suite]]></description>
      <wfw:commentRss><![CDATA[http://www.7say.com/feed.asp?q=comment&id=237]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[ASP递归算法遍历目录和文件]]></title> 
      <link><![CDATA[http://www.7say.com/article.asp?id=236]]></link> 
      <category><![CDATA[编程开发]]></category> 
      <author><![CDATA[良言 <null@null.com>]]></author> 
      <pubDate>Tue, 17 Jun 2008 14:44:27 +0800</pubDate> 
      <description><![CDATA[&lt;%<br />    function dirlist(path)<br />        dim fso            &#39;fso对象<br />     dim objFolder      &#39;文件夹对象<br />     dim objSubFolders  &#39;子文件夹集合<br />     dim objSubFolder   &#39;子文件夹对象<br />     dim objFiles       &#39;文件集合<br />     dim objFile        &#39;文件对象<br /><br />     set fso=server.CreateObject(&quot;scripting.filesystemobject&quot;)    <br />        on error resume next<br />        set objFolder=fso.GetFolder(path)&#39;创建文件夹对象<br />        set objSubFolders=objFolder.Subfolders&#39;创建的子文件夹对象<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.7say.com/feed.asp?q=comment&id=236]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[纯CSS的半透明弹出窗口]]></title> 
      <link><![CDATA[http://www.7say.com/article.asp?id=235]]></link> 
      <category><![CDATA[技术点点]]></category> 
      <author><![CDATA[良言 <null@null.com>]]></author> 
      <pubDate>Thu, 12 Jun 2008 13:01:34 +0800</pubDate> 
      <description><![CDATA[&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;<br />&lt;html&gt;<br />    &lt;head&gt;<br />        &lt;title&gt;纯CSS Lightbox效果&lt;/title&gt;<br />        &lt;style&gt;<br />        .black_overlay{<br />            display: none;<br />            position: absolute;<br />            top: 0%;<br />            left: 0%;<br />            width: 100%;<br />            height: 100%;<br />            background-color: black;<br />            z-index:1001;<br />            -moz-opacity: 0.8;<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.7say.com/feed.asp?q=comment&id=235]]></wfw:commentRss>
    </item>
      
  </channel>
</rss>
