<?xml version="1.0" 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>Sun, 05 Sep 2010 03:30:12 +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>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>用SQL删除重复记录的N种方法</title><author>a@b.com (meichao)</author><link>http://www.yxer.com/dollar/post/shanchuchongfujilu.html</link><pubDate>Wed, 07 Apr 2010 23:42:04 +0800</pubDate><guid>http://www.yxer.com/dollar/post/shanchuchongfujilu.html</guid><description><![CDATA[例如： id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&...]]></description><category>经验技巧</category><comments>http://www.yxer.com/dollar/post/shanchuchongfujilu.html#comment</comments><wfw:comment>http://www.yxer.com/dollar/</wfw:comment><wfw:commentRss>http://www.yxer.com/dollar/feed.asp?cmt=43</wfw:commentRss><trackback:ping>http://www.yxer.com/dollar/cmd.asp?act=tb&amp;id=43&amp;key=0a644dee</trackback:ping></item><item><title>查看IIS当前访问文件连接---IIS Request Viewer 及解决方法OpenTraceLogFile() failed (Win32 error:-2147024735 - 指定的路径无效。)</title><author>a@b.com (meichao)</author><link>http://www.yxer.com/dollar/post/IIS-Request-Viewer.html</link><pubDate>Mon, 07 Sep 2009 10:33:40 +0800</pubDate><guid>http://www.yxer.com/dollar/post/IIS-Request-Viewer.html</guid><description><![CDATA[如果有自己的服务器，如果想查看当前IIS连接情况:例如有多少个请求，每个请求的动作，请求的Url，请求的IP等信息，使用微软的IIS Diagnostics Toolkit无疑是非常好的选择，利用它的IIS Request Viewer，查看当前连接以及连接状态，一目了然，非常方便好用。　　　　不过要特别注意，在第一次使用IIS Request Viewer功能时，极有可能会弹出来一个错误窗口　　　　---------------------------　　Warning　　----------...]]></description><category>经验技巧</category><comments>http://www.yxer.com/dollar/post/IIS-Request-Viewer.html#comment</comments><wfw:comment>http://www.yxer.com/dollar/</wfw:comment><wfw:commentRss>http://www.yxer.com/dollar/feed.asp?cmt=35</wfw:commentRss><trackback:ping>http://www.yxer.com/dollar/cmd.asp?act=tb&amp;id=35&amp;key=bf8c13ca</trackback:ping></item><item><title>在IIS+PHP环境下(failed to open stream: No such file or directory)的问题</title><author>a@b.com (meichao)</author><link>http://www.yxer.com/dollar/post/33.html</link><pubDate>Fri, 22 May 2009 12:22:43 +0800</pubDate><guid>http://www.yxer.com/dollar/post/33.html</guid><description><![CDATA[今天第一次在IIS上装了个PHP的程序，以前没接触过PHP，若然出师不利，配置好网站一打开出现好多错误，Warning: &nbsp; main(includes/config.php) &nbsp; [function.main]: &nbsp; failed &nbsp; to &nbsp; open &nbsp; stream: &nbsp; No &nbsp; such &nbsp; file &nbsp; or &nbsp; directory &nbsp; in &nbsp; D:\...]]></description><category>经验技巧</category><comments>http://www.yxer.com/dollar/post/33.html#comment</comments><wfw:comment>http://www.yxer.com/dollar/</wfw:comment><wfw:commentRss>http://www.yxer.com/dollar/feed.asp?cmt=33</wfw:commentRss><trackback:ping>http://www.yxer.com/dollar/cmd.asp?act=tb&amp;id=33&amp;key=1a4cf709</trackback:ping></item><item><title>windows2003服务器上IIS占用CPU资源100%的解决办法</title><author>a@b.com (meichao)</author><link>http://www.yxer.com/dollar/post/iis-cpu-100.html</link><pubDate>Mon, 23 Feb 2009 14:36:52 +0800</pubDate><guid>http://www.yxer.com/dollar/post/iis-cpu-100.html</guid><description><![CDATA[解决方案1：现象：机器正在调试或允许IIS时,被异常中断服务(比如停电)，然后再次IIS运行页面时，CPU资源占用100%，即使重新启动也无效。 原因：发生中断时，IIS会写异常日志，但是此时写入了乱码，造成IIS一直写日志的死循环，耗尽了系统资源。找到系统路径\System32\Logfiles\W3SVC1 下当天的错误日志文件，即可看到以上内容。 解决：删除 系统路径\System32\Logfiles\W3SVC1 下当天的错误日志文件，如：ex060904.log，然后重新启动IIS即...]]></description><category>经验技巧</category><comments>http://www.yxer.com/dollar/post/iis-cpu-100.html#comment</comments><wfw:comment>http://www.yxer.com/dollar/</wfw:comment><wfw:commentRss>http://www.yxer.com/dollar/feed.asp?cmt=32</wfw:commentRss><trackback:ping>http://www.yxer.com/dollar/cmd.asp?act=tb&amp;id=32&amp;key=0b702083</trackback:ping></item><item><title>sql2005还原数据库的问题——还原bak文件时数据库备份与现有的数据库不同解决方法</title><author>a@b.com (meichao)</author><link>http://www.yxer.com/dollar/post/sql2005-huanyuan.html</link><pubDate>Mon, 08 Sep 2008 17:51:44 +0800</pubDate><guid>http://www.yxer.com/dollar/post/sql2005-huanyuan.html</guid><description><![CDATA[对于SQL Server 2005，有几个地方是要注意的，比方在还原数据库时，不像2000里边将数据库和文件区分的很细，统一均为文件，这就使还原的数据库文件制定为.bak。那么想还原2000的数据库（备份数据库文件，无后缀名的），就需要自己手工选择。&nbsp;&nbsp;选择下拉框中的&ldquo;所有文件&rdquo;，这时就会显示&ldquo;备份数据库文件&rdquo;了，选择-确定：最主要就是要在&ldquo;选项&rdquo;中选择&ldquo;覆盖现有数据库&rdquo;，否则就会...]]></description><category>经验技巧</category><comments>http://www.yxer.com/dollar/post/sql2005-huanyuan.html#comment</comments><wfw:comment>http://www.yxer.com/dollar/</wfw:comment><wfw:commentRss>http://www.yxer.com/dollar/feed.asp?cmt=29</wfw:commentRss><trackback:ping>http://www.yxer.com/dollar/cmd.asp?act=tb&amp;id=29&amp;key=92c745cb</trackback:ping></item><item><title>数据库 'dbname' 的事务日志已满。若要查明无法重用日志中的空间的原因，请参阅 sys.databases 中的 log_reuse_wait_desc 列</title><author>a@b.com (meichao)</author><link>http://www.yxer.com/dollar/post/log_reuse_wait_desc.html</link><pubDate>Thu, 21 Aug 2008 22:38:27 +0800</pubDate><guid>http://www.yxer.com/dollar/post/log_reuse_wait_desc.html</guid><description><![CDATA[数据库 'dbname' 的事务日志已满。若要查明无法重用日志中的空间的原因，请参阅 sys.databases 中的 log_reuse_wait_desc 列.先在MSSQL查询分析器里执行一下下面的命令,如果无法解决问题再继续往下看.backup&nbsp;&nbsp; log&nbsp;&nbsp;&nbsp;dbname&nbsp;&nbsp; with&nbsp;&nbsp; no_loggo dbcc&nbsp;&nbsp; shrinkdatabase(dbname) go 以下...]]></description><category>经验技巧</category><comments>http://www.yxer.com/dollar/post/log_reuse_wait_desc.html#comment</comments><wfw:comment>http://www.yxer.com/dollar/</wfw:comment><wfw:commentRss>http://www.yxer.com/dollar/feed.asp?cmt=28</wfw:commentRss><trackback:ping>http://www.yxer.com/dollar/cmd.asp?act=tb&amp;id=28&amp;key=41e0b806</trackback:ping></item><item><title>网站被挂木马的解决办法！</title><author>a@b.com (meichao)</author><link>http://www.yxer.com/dollar/post/guama.html</link><pubDate>Wed, 16 Jul 2008 15:22:11 +0800</pubDate><guid>http://www.yxer.com/dollar/post/guama.html</guid><description><![CDATA[最近网站老是被人挂马，清除了一会又被挂上，非常顽固。我知道肯定是网站有漏洞，有人已经把木马传上来了，关键是根本无法找到木马和漏洞在什么地方。所以只能每天都关注着网站，一挂上来就删除，我不得不佩服挂马人的毅力和耐心，我删除了一百多次，他也挂了一百多次。直到今天在网上看到下面的代码，才彻底结束了我从和挂马人熬战！&lt;style type=&quot;text/css&quot;&gt;iframe{meichao1:expression(this.src='about:blank',this.o...]]></description><category>经验技巧</category><comments>http://www.yxer.com/dollar/post/guama.html#comment</comments><wfw:comment>http://www.yxer.com/dollar/</wfw:comment><wfw:commentRss>http://www.yxer.com/dollar/feed.asp?cmt=27</wfw:commentRss><trackback:ping>http://www.yxer.com/dollar/cmd.asp?act=tb&amp;id=27&amp;key=530c9225</trackback:ping></item></channel></rss>
