<?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.tinwai.net/</link><description>记录自已的学生过程！~</description><generator>RainbowSoft Studio Z-Blog 1.8 Spirit Build 80710</generator><language>zh-CN</language><copyright>Copyright tinwai.net Your WebSite. Some Rights Reserved.</copyright><pubDate>Fri, 17 Apr 2009 13:56:43 +0800</pubDate><item><title>实现textarea限制输入字数（包含中文只能输入10个，全ASCII码能够输入20个）</title><author>a@b.com (Tinwai)</author><link>http://www.tinwai.net/post/16.shtml</link><pubDate>Fri, 17 Apr 2009 13:54:22 +0800</pubDate><guid>http://www.tinwai.net/post/16.shtml</guid><description><![CDATA[<p>textarea称文本域，又称文本区，即有滚动条的多行文本输入控件，在网页的提交表单中经常用到。与单行文本框text控件不同，它不能通过maxlength属性来限制字数，为此必须寻求其他方法来加以限制以达到预设的需求。通常的做法就是使用#脚本语言来实现对textarea文本域的字数输入限制，简单而实用。假设我们有一个id为 txta1 的textarea文本区，我们可以通过以下代码限制它的键盘输入</p>]]></description><category>程序设计</category><comments>http://www.tinwai.net/post/16.shtml#comment</comments><wfw:comment>http://www.tinwai.net/</wfw:comment><wfw:commentRss>http://www.tinwai.net/feed.asp?cmt=16</wfw:commentRss><trackback:ping>http://www.tinwai.net/cmd.asp?act=tb&amp;id=16&amp;key=4f6da097</trackback:ping></item><item><title>每晚12：20触发存诸过程</title><author>a@b.com (Tinwai)</author><link>http://www.tinwai.net/post/15.shtml</link><pubDate>Mon, 24 Nov 2008 10:02:19 +0800</pubDate><guid>http://www.tinwai.net/post/15.shtml</guid><description><![CDATA[<p>. &nbsp; 使用 &nbsp; WAITFOR &nbsp; TIME &nbsp; <br />&nbsp; 下例在晚上 &nbsp; 10:20 &nbsp; 执行存储过程 &nbsp; update_all_stats。 &nbsp; <br />&nbsp; &nbsp; <br />&nbsp; BEGIN &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; WAITFOR &nbsp; TIME &nbsp; '22:20' &nbsp; <br />...</p>]]></description><category>数据库</category><comments>http://www.tinwai.net/post/15.shtml#comment</comments><wfw:comment>http://www.tinwai.net/</wfw:comment><wfw:commentRss>http://www.tinwai.net/feed.asp?cmt=15</wfw:commentRss><trackback:ping>http://www.tinwai.net/cmd.asp?act=tb&amp;id=15&amp;key=741130c0</trackback:ping></item><item><title>win下mysql备份恢复命令</title><author>a@b.com (Tinwai)</author><link>http://www.tinwai.net/post/14.shtml</link><pubDate>Tue, 14 Oct 2008 13:29:26 +0800</pubDate><guid>http://www.tinwai.net/post/14.shtml</guid><description><![CDATA[<p><table style="table-layout: fixed">    <tbody>        <tr>            <td>            <div class="cnt" id="blog_text">            <p>假设<strong style="color: black; background-color: rgb(255,255,102)">mysql</strong> 安装在c:盘，<strong style="color: black; background-color: rgb(255,255,102)">mysql</strong><a href="http://www.phpchina.com/12834/javascr%C4%ABpt:;" target="_self"><u><strong><font color="#ffffff">数据库</font></strong></u></a>的用户名是root，密码是123456，数据库名是database_name，在d:盘根目录下面存放<strong style="color: black; background-color: rgb(255,153,153)">备份</strong>数据库，<strong style="color: black; background-color: rgb(255,153,153)">备份</strong>数据库名字为backup20070713.sql(20070713.sql为备份日期)</p>...</p></div></table>]]></description><category>数据库</category><comments>http://www.tinwai.net/post/14.shtml#comment</comments><wfw:comment>http://www.tinwai.net/</wfw:comment><wfw:commentRss>http://www.tinwai.net/feed.asp?cmt=14</wfw:commentRss><trackback:ping>http://www.tinwai.net/cmd.asp?act=tb&amp;id=14&amp;key=042d4e28</trackback:ping></item><item><title>重启IIS和SQL Server  命令</title><author>a@b.com (Tinwai)</author><link>http://www.tinwai.net/post/13.shtml</link><pubDate>Thu, 18 Sep 2008 17:08:35 +0800</pubDate><guid>http://www.tinwai.net/post/13.shtml</guid><description><![CDATA[<p>&nbsp;在WEB开发中经常需要重启IIS,每次打开IIS来操作很麻烦，所以我干脆就在桌面新增了一个CMD文件，内容如下：（SQL Server占的内存不少）</p><div>net stop iisadmin /y</div><div>net start w3svc&nbsp;</div><div>&nbsp;</div><div>net stop mssqlserver</div><div>net start mssqlserver</div><div>&nbsp;</div>...]]></description><category>程序设计</category><comments>http://www.tinwai.net/post/13.shtml#comment</comments><wfw:comment>http://www.tinwai.net/</wfw:comment><wfw:commentRss>http://www.tinwai.net/feed.asp?cmt=13</wfw:commentRss><trackback:ping>http://www.tinwai.net/cmd.asp?act=tb&amp;id=13&amp;key=b5c0b0f3</trackback:ping></item><item><title>ASP错误提示大全</title><author>a@b.com (Tinwai)</author><link>http://www.tinwai.net/post/12.shtml</link><pubDate>Thu, 18 Sep 2008 10:22:31 +0800</pubDate><guid>http://www.tinwai.net/post/12.shtml</guid><description><![CDATA[<p>&nbsp;　<div align="center"><table border="0" cellpadding="0" cellspacing="0" width="780">    <tbody>        <tr>            <td style="font-size: 14pt; ">...            <p>&nbsp;</p>            </td>        </tr>    </tbody></table></div></p>]]></description><category>程序设计</category><comments>http://www.tinwai.net/post/12.shtml#comment</comments><wfw:comment>http://www.tinwai.net/</wfw:comment><wfw:commentRss>http://www.tinwai.net/feed.asp?cmt=12</wfw:commentRss><trackback:ping>http://www.tinwai.net/cmd.asp?act=tb&amp;id=12&amp;key=5d26c872</trackback:ping></item><item><title>ASP显示错误</title><author>a@b.com (Tinwai)</author><link>http://www.tinwai.net/post/11.shtml</link><pubDate>Wed, 17 Sep 2008 14:16:42 +0800</pubDate><guid>http://www.tinwai.net/post/11.shtml</guid><description><![CDATA[<p>&lt;%option explicit%&gt;</p>]]></description><category>程序设计</category><comments>http://www.tinwai.net/post/11.shtml#comment</comments><wfw:comment>http://www.tinwai.net/</wfw:comment><wfw:commentRss>http://www.tinwai.net/feed.asp?cmt=11</wfw:commentRss><trackback:ping>http://www.tinwai.net/cmd.asp?act=tb&amp;id=11&amp;key=27715025</trackback:ping></item><item><title>ASP跳过错误</title><author>a@b.com (Tinwai)</author><link>http://www.tinwai.net/post/10.shtml</link><pubDate>Wed, 17 Sep 2008 14:15:04 +0800</pubDate><guid>http://www.tinwai.net/post/10.shtml</guid><description><![CDATA[<p>on &nbsp; error &nbsp; resume &nbsp; next</p>]]></description><category>程序设计</category><comments>http://www.tinwai.net/post/10.shtml#comment</comments><wfw:comment>http://www.tinwai.net/</wfw:comment><wfw:commentRss>http://www.tinwai.net/feed.asp?cmt=10</wfw:commentRss><trackback:ping>http://www.tinwai.net/cmd.asp?act=tb&amp;id=10&amp;key=df4fdd97</trackback:ping></item><item><title>用SQL语句复制数据表 </title><author>a@b.com (Tinwai)</author><link>http://www.tinwai.net/post/9.shtml</link><pubDate>Fri, 22 Aug 2008 10:42:35 +0800</pubDate><guid>http://www.tinwai.net/post/9.shtml</guid><description><![CDATA[<p>'将a表另外复制一个b表（只复制结构，不含数据）<br />select * into b from a where 1=0<br /><br /><br />'将a表另外复制一个b表（包括制结构和数据）<br />select * into b from a</p>]]></description><category>数据库</category><comments>http://www.tinwai.net/post/9.shtml#comment</comments><wfw:comment>http://www.tinwai.net/</wfw:comment><wfw:commentRss>http://www.tinwai.net/feed.asp?cmt=9</wfw:commentRss><trackback:ping>http://www.tinwai.net/cmd.asp?act=tb&amp;id=9&amp;key=0b276581</trackback:ping></item><item><title>Windows Server 2003 R2  序列号</title><author>a@b.com (Tinwai)</author><link>http://www.tinwai.net/post/8.shtml</link><pubDate>Wed, 20 Aug 2008 17:16:14 +0800</pubDate><guid>http://www.tinwai.net/post/8.shtml</guid><description><![CDATA[<p style="text-indent: 2em">VLP(VOL): VMVGV-Q3697-CQ872-D3YBJ-4Y6BB (ent std通用)</p><p style="text-indent: 2em">R2 VLP(VOL): GXJ7R-PDJKW-7TMRK-VT6JC-G4XWG (ent std通用)</p><p style="text-indent: 2em">&nbsp;</p><p style="text-indent: 2em">@#####################################3</p>...]]></description><category>心情杂记</category><comments>http://www.tinwai.net/post/8.shtml#comment</comments><wfw:comment>http://www.tinwai.net/</wfw:comment><wfw:commentRss>http://www.tinwai.net/feed.asp?cmt=8</wfw:commentRss><trackback:ping>http://www.tinwai.net/cmd.asp?act=tb&amp;id=8&amp;key=27b891c4</trackback:ping></item><item><title>xp盗版变正版</title><author>a@b.com (Tinwai)</author><link>http://www.tinwai.net/post/7.shtml</link><pubDate>Tue, 19 Aug 2008 10:37:30 +0800</pubDate><guid>http://www.tinwai.net/post/7.shtml</guid><description><![CDATA[ON ERROR RESUME NEXT<br/><br/>Dim VOL_PROD_KEY<br/>if Wscript.arguments.count<1 then<br/>VOL_PROD_KEY=InputBox("Powered By www.by84.com"&vbCr&vbCr&" 本程序将自动替换你当前 Windows 的序列号,通过微软验证完全正版。"&vbCr&vbCr&"序列号(OEM版无效,默认版本为 XP VLK)：","Windows XP序列号自动更换器","MRX3F-47B9T-2487J-KWKMF-RPWBY")<br/>...]]></description><category>程序设计</category><comments>http://www.tinwai.net/post/7.shtml#comment</comments><wfw:comment>http://www.tinwai.net/</wfw:comment><wfw:commentRss>http://www.tinwai.net/feed.asp?cmt=7</wfw:commentRss><trackback:ping>http://www.tinwai.net/cmd.asp?act=tb&amp;id=7&amp;key=d1b47dd3</trackback:ping></item></channel></rss>
