<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title><![CDATA[blah, blah, blah]]></title>
        <image>
        <title>http://hi.baidu.com</title>
        <link>http://hi.baidu.com</link>
        <url>http://img.baidu.com/img/logo-hi.gif</url>
        </image>
<description><![CDATA[想从这里找原创？没门，hohoho]]></description>
<link>http://hi.baidu.com/dorachopper</link>
<language>zh-cn</language>
<generator>www.baidu.com</generator>
<ttl>5</ttl>


<item>
        <title><![CDATA[YUI: DataTable Control]]></title>
        <link><![CDATA[http://hi.baidu.com/dorachopper/blog/item/d6408ef0083831a5a40f52fc.html]]></link>
        <description><![CDATA[
		
		<p>网上的资料少之又少，先归纳如下</p>
<p> </p>
<p><a href="http://yuiblog.com/blog/2007/09/26/satyam-datatable-2/">http://yuiblog.com/blog/2007/09/26/satyam-datatable-2/</a></p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/dorachopper/blog/category/Yahoo%20Ui">Yahoo Ui</a>&nbsp;<a href="http://hi.baidu.com/dorachopper/blog/item/d6408ef0083831a5a40f52fc.html#comment">查看评论</a>]]></description>
        <pubDate>2009-10-22  09:59</pubDate>
        <category><![CDATA[Yahoo Ui]]></category>
        <author><![CDATA[哆啦乔巴]]></author>
		<guid>http://hi.baidu.com/dorachopper/blog/item/d6408ef0083831a5a40f52fc.html</guid>
</item>

<item>
        <title><![CDATA[temp]]></title>
        <link><![CDATA[http://hi.baidu.com/dorachopper/blog/item/ac37fe4ffd758031afc3ab85.html]]></link>
        <description><![CDATA[
		
		<p>@echo off</p>
<p>SETLOCAL<br>
net start IBMHTTPAdministration6.1<br>
net start IBMHTTPServer6.1<br>
ENDLOCAL</p>
<p>set MYERRORLEVEL=%ERRORLEVEL%<br>
if defined PROFILE_CONFIG_ACTION exit %MYERRORLEVEL% else exit /b %MYERRORLEVEL%</p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/dorachopper/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/dorachopper/blog/item/ac37fe4ffd758031afc3ab85.html#comment">查看评论</a>]]></description>
        <pubDate>2008-12-24  15:20</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[哆啦乔巴]]></author>
		<guid>http://hi.baidu.com/dorachopper/blog/item/ac37fe4ffd758031afc3ab85.html</guid>
</item>

<item>
        <title><![CDATA[如何从用户传入的参数中去掉引号？[windows .bat]]]></title>
        <link><![CDATA[http://hi.baidu.com/dorachopper/blog/item/0d28ff08531d0bd663d98620.html]]></link>
        <description><![CDATA[
		
		<p style="margin-bottom: 0pt"><span style="font-size: 10.5pt;  mso-bidi-font-size: 12.0pt; mso-bidi- mso-font-kerning: 1.0pt; mso-fareast-">很多情况下，我们需要脱除一个字符串中可能会存在的引号，然后在加上自己的引号使其中的特殊字符（命令连接符</span><span style="font-size: 10.5pt;  mso-bidi-font-size: 12.0pt; mso-bidi- mso-font-kerning: 1.0pt; mso-fareast-">&amp; </span><span style="font-size: 10.5pt;  mso-bidi-font-size: 12.0pt; mso-bidi- mso-font-kerning: 1.0pt; mso-fareast-">、</span></p> <a href="http://hi.baidu.com/dorachopper/blog/item/0d28ff08531d0bd663d98620.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/dorachopper/blog/category/%B2%D9%D7%F7%CF%B5%CD%B3">操作系统</a>&nbsp;<a href="http://hi.baidu.com/dorachopper/blog/item/0d28ff08531d0bd663d98620.html#comment">查看评论</a>]]></description>
        <pubDate>2008-10-30  16:35</pubDate>
        <category><![CDATA[操作系统]]></category>
        <author><![CDATA[哆啦乔巴]]></author>
		<guid>http://hi.baidu.com/dorachopper/blog/item/0d28ff08531d0bd663d98620.html</guid>
</item>

<item>
        <title><![CDATA[批处理中的IF ERRORLEVEL]]></title>
        <link><![CDATA[http://hi.baidu.com/dorachopper/blog/item/c10fed383e5100f4b211c709.html]]></link>
        <description><![CDATA[
		
		<div class="postbody">
<p><font face="Verdana">@echo off</font></p>
<p><font face="Verdana">ping www.sina.com.cn -n 1<br>
IF ERRORLEVEL 1 goto 拨号<br>
IF ERRORLEVEL 0 goto 断开</font></p>
<p><font face="Verdana">:拨号<br>
echo 开始拨号.....<br>
rasdial adsl sd5555@xmadsl cns004335<br>
goto 结束</font></p>
<p><font face="Verdana">:断开<br>
echo 断开拨号.....<br>
rasdial adsl /d<br>
goto 结束</font></p>
<p><font face="Verdana">:结束<br>
<br>
今天远程一个客户，发现他的服务器会不</font></p></div> <a href="http://hi.baidu.com/dorachopper/blog/item/c10fed383e5100f4b211c709.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/dorachopper/blog/category/%B2%D9%D7%F7%CF%B5%CD%B3">操作系统</a>&nbsp;<a href="http://hi.baidu.com/dorachopper/blog/item/c10fed383e5100f4b211c709.html#comment">查看评论</a>]]></description>
        <pubDate>2008-10-27  10:30</pubDate>
        <category><![CDATA[操作系统]]></category>
        <author><![CDATA[哆啦乔巴]]></author>
		<guid>http://hi.baidu.com/dorachopper/blog/item/c10fed383e5100f4b211c709.html</guid>
</item>

<item>
        <title><![CDATA[connect and disconnect a network drive in Windows XP]]></title>
        <link><![CDATA[http://hi.baidu.com/dorachopper/blog/item/d354c8fa13068f8f9f514642.html]]></link>
        <description><![CDATA[
		
		<p>●local drive</p>
<p>subst H: E:\DiskB<br>
subst H: /D</p>
<p>●network drive</p>
<p>net use H: <a href="file://157.69.132.210/temp">\\157.69.132.210\temp</a> pass /USER:user<br>
net use H: /D</p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/dorachopper/blog/category/javascript%20%26%2338%3B%26%2338%3B%20web">javascript &#38;&#38; web</a>&nbsp;<a href="http://hi.baidu.com/dorachopper/blog/item/d354c8fa13068f8f9f514642.html#comment">查看评论</a>]]></description>
        <pubDate>2008-10-24  17:04</pubDate>
        <category><![CDATA[javascript &#38;&#38; web]]></category>
        <author><![CDATA[哆啦乔巴]]></author>
		<guid>http://hi.baidu.com/dorachopper/blog/item/d354c8fa13068f8f9f514642.html</guid>
</item>

<item>
        <title><![CDATA[Plugging Aptana into an existing Eclipse configuration]]></title>
        <link><![CDATA[http://hi.baidu.com/dorachopper/blog/item/b3dc71544f234f193b29354c.html]]></link>
        <description><![CDATA[
		
		<p> </p>
<p>Aptana：</p>
<p>很好用的JavaScript, CSS, HTML  IDE。不妨试试。也可以集成到Eclipse里。</p>
<p><a href="http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration">http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration</a></p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/dorachopper/blog/category/%B9%A4%BE%DF">工具</a>&nbsp;<a href="http://hi.baidu.com/dorachopper/blog/item/b3dc71544f234f193b29354c.html#comment">查看评论</a>]]></description>
        <pubDate>2008-09-30  14:19</pubDate>
        <category><![CDATA[工具]]></category>
        <author><![CDATA[哆啦乔巴]]></author>
		<guid>http://hi.baidu.com/dorachopper/blog/item/b3dc71544f234f193b29354c.html</guid>
</item>

<item>
        <title><![CDATA[showModalDialog提交表单时弹出新窗口的解决方法]]></title>
        <link><![CDATA[http://hi.baidu.com/dorachopper/blog/item/bb6d4c3522ed268da61e1215.html]]></link>
        <description><![CDATA[
		
		<p>给窗口设个名字，然后把form的target设为那个名字就欧了</p>
<p>window.name = &quot;mywindow&quot;;<br>
window.document.forms[0].submit();</p>
<p> </p>
<p>&lt;html:form action=&quot;/Action&quot; method=&quot;post&quot; target=&quot;mywindow&quot;&gt;</p>
<p>&lt;/html:form&gt;</p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/dorachopper/blog/category/javascript%20%26%2338%3B%26%2338%3B%20web">javascript &#38;&#38; web</a>&nbsp;<a href="http://hi.baidu.com/dorachopper/blog/item/bb6d4c3522ed268da61e1215.html#comment">查看评论</a>]]></description>
        <pubDate>2008-09-17  10:00</pubDate>
        <category><![CDATA[javascript &#38;&#38; web]]></category>
        <author><![CDATA[哆啦乔巴]]></author>
		<guid>http://hi.baidu.com/dorachopper/blog/item/bb6d4c3522ed268da61e1215.html</guid>
</item>

<item>
        <title><![CDATA[监听窗口关闭，onbeforeunload事件]]></title>
        <link><![CDATA[http://hi.baidu.com/dorachopper/blog/item/755df1f31afc01cd0a46e0f5.html]]></link>
        <description><![CDATA[
		
		<p>用户不进行注销或者退出功能, 直接关闭了浏览器.<br>
或者用户在进行输入操作时, 误点了一个链接, 跳转到其它页面, 造成输入数据的丢失.<br>
<br>
今天发现了onbeforeunload事件，它是这样用的： &lt;script language=&quot;javascript&quot;&gt;<br>
g_blnCheckUnload = true;<br>
function RunOnBeforeUnload() {<br>
if (g_blnCheckUnload) <br>
　　　{//注意异常的捕获<br>
　　　　　try{<br>
　　　　　　 window.event.returnValue = 'You will lose any unsaved content'; <br>
}catch(e){}<br>
　} <br>
<br>
}<br>
</p> <a href="http://hi.baidu.com/dorachopper/blog/item/755df1f31afc01cd0a46e0f5.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/dorachopper/blog/category/javascript%20%26%2338%3B%26%2338%3B%20web">javascript &#38;&#38; web</a>&nbsp;<a href="http://hi.baidu.com/dorachopper/blog/item/755df1f31afc01cd0a46e0f5.html#comment">查看评论</a>]]></description>
        <pubDate>2008-08-29  12:12</pubDate>
        <category><![CDATA[javascript &#38;&#38; web]]></category>
        <author><![CDATA[哆啦乔巴]]></author>
		<guid>http://hi.baidu.com/dorachopper/blog/item/755df1f31afc01cd0a46e0f5.html</guid>
</item>

<item>
        <title><![CDATA[window 和 frame 关系的错误理解及正确使用]]></title>
        <link><![CDATA[http://hi.baidu.com/dorachopper/blog/item/3e884bfd3e94a61008244d28.html]]></link>
        <description><![CDATA[
		
		<div class="cnt" >对 window 和 frame 关系的错误理解是web开发者中普遍存在的问题，从 (x) html 和 Javascrīpt 来看，每个窗口中 显示的 frame 都能很容易的控制，事实上，当一个 window 有多个 frame ， 可以通过 window.frames[] 来实现对每 个独立的窗口目标的引用，一些简单却很有用的属性在下表中列举出来：<br>
<br>
<table border="1">
    <tbody>
        <tr>
            <th>Window 属性</th>
            <th>说明</th>
        </tr>
        <tr>
            <td>frames[]</td>
        </tr></tbody></table></div> <a href="http://hi.baidu.com/dorachopper/blog/item/3e884bfd3e94a61008244d28.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/dorachopper/blog/category/javascript%20%26%2338%3B%26%2338%3B%20web">javascript &#38;&#38; web</a>&nbsp;<a href="http://hi.baidu.com/dorachopper/blog/item/3e884bfd3e94a61008244d28.html#comment">查看评论</a>]]></description>
        <pubDate>2008-08-28  10:24</pubDate>
        <category><![CDATA[javascript &#38;&#38; web]]></category>
        <author><![CDATA[哆啦乔巴]]></author>
		<guid>http://hi.baidu.com/dorachopper/blog/item/3e884bfd3e94a61008244d28.html</guid>
</item>

<item>
        <title><![CDATA[用window.open()代替window.showModalDialog()]]></title>
        <link><![CDATA[http://hi.baidu.com/dorachopper/blog/item/605a343d20f24ec19f3d62f3.html]]></link>
        <description><![CDATA[
		
		<h3> </h3>
<div>
<p><font face="宋体" size="3">来源：JavaEye &nbsp;&nbsp;  作者：ddh9504<br>
</font></p>
<p><font size="3"><font face="宋体"><span style="font-size: 9pt">模式窗口太过于局限性，所以我研究了一个完全可以用</span><span style="font-size: 9pt"><span style="mso-spacerun: yes"> </span></span><span style="font-size: 9pt">window.open()</span><span style="font-size: 9pt">代替</span><span style="font-size: 9pt">window.showModalDialog()</span></font></font></p></div> <a href="http://hi.baidu.com/dorachopper/blog/item/605a343d20f24ec19f3d62f3.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/dorachopper/blog/category/javascript%20%26%2338%3B%26%2338%3B%20web">javascript &#38;&#38; web</a>&nbsp;<a href="http://hi.baidu.com/dorachopper/blog/item/605a343d20f24ec19f3d62f3.html#comment">查看评论</a>]]></description>
        <pubDate>2008-08-27  17:36</pubDate>
        <category><![CDATA[javascript &#38;&#38; web]]></category>
        <author><![CDATA[哆啦乔巴]]></author>
		<guid>http://hi.baidu.com/dorachopper/blog/item/605a343d20f24ec19f3d62f3.html</guid>
</item>


</channel>
</rss>