<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_5dZone--我的地带 Powered by Anson</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/18650/rss</id><updated>2006-09-20T04:48:59Z</updated><author><name>ansonchou</name><uri>http://www.cnblogs.com/5dZone/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/5dZone/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/18650/rss"/><entry><id>http://www.cnblogs.com/5dZone/archive/2006/09/20/509465.html</id><title type="text">千个常用DOS命令全面收藏[转]</title><summary type="text">DOS命令字典..收藏net use \\ip\ipc$ " " /user:" " 建立IPC空链接net use \\ip\ipc$ "密码" /user:"用户名" 建立IPC非空链接net use h: \\ip\c$ "密码" /user:"用户名" 直接登陆后映射对方C：到本地为H:net use h: \\ip\c$ 登陆后映射对方C：到本地为H:net use \\ip\ipc$ ...</summary><published>2006-09-20T04:49:00Z</published><updated>2006-09-20T04:49:00Z</updated><author><name>ansonchou</name><uri>http://www.cnblogs.com/5dZone/</uri></author><link rel="alternate" href="http://www.cnblogs.com/5dZone/archive/2006/09/20/509465.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/5dZone/archive/2006/09/20/509465.html"/></entry><entry><id>http://www.cnblogs.com/5dZone/archive/2006/08/31/491314.html</id><title type="text">正则表达示收藏</title><summary type="text">正则表达示收藏整数或者小数：^[0-9]+\.{0,1}[0-9]{0,2}$只能输入数字："^[0-9]*$"。只能输入n位的数字："^\d{n}$"。只能输入至少n位的数字："^\d{n,}$"。只能输入m~n位的数字：。"^\d{m,n}$"只能输入零和非零开头的数字："^(0|[1-9][0-9]*)$"。只能输入有两位小数的正实数："^[0-9]+(.[0-9]{2})?$"。只能输入有...</summary><published>2006-08-31T05:50:00Z</published><updated>2006-08-31T05:50:00Z</updated><author><name>ansonchou</name><uri>http://www.cnblogs.com/5dZone/</uri></author><link rel="alternate" href="http://www.cnblogs.com/5dZone/archive/2006/08/31/491314.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/5dZone/archive/2006/08/31/491314.html"/></entry><entry><id>http://www.cnblogs.com/5dZone/archive/2006/07/25/459437.html</id><title type="text">(转)VS2005的隐藏快捷键 </title><summary type="text">VS2005的隐藏快捷键 这里我将会把一些无意中发现的VS2005中没有明确指出的快捷键共享出来，并不是所有的快捷键，或者常见的一些快捷键。1、Ctrl+Space直接完成类或函数（本来这个并不算隐藏的快捷键，但是因为中文输入法抢占这个快捷键，所以。。。，替代的快捷键是Alt+Right）2、Shift+Delete整行删除，并且将这一行放到剪贴板（这时候不能选中一段内容）3、Shift+Inse...</summary><published>2006-07-25T09:12:00Z</published><updated>2006-07-25T09:12:00Z</updated><author><name>ansonchou</name><uri>http://www.cnblogs.com/5dZone/</uri></author><link rel="alternate" href="http://www.cnblogs.com/5dZone/archive/2006/07/25/459437.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/5dZone/archive/2006/07/25/459437.html"/></entry><entry><id>http://www.cnblogs.com/5dZone/archive/2006/06/28/437529.html</id><title type="text">(转)将微软的TreeView瘦身 </title><summary type="text">将微软的TreeView瘦身 1。如果引用DLL，使用服务器端数控件，就是按常规步骤在工具栏中拖出一个树到页面上。避免在wwwroot/下面copywebctrl_client目录的方法:在Web.Config中加入以下内容为程序代码:&amp;lt;!--设置treeview的路径--&amp;gt;&amp;lt;configSections&amp;gt;&amp;lt;sectionname="MicrosoftWebContr...</summary><published>2006-06-28T02:19:00Z</published><updated>2006-06-28T02:19:00Z</updated><author><name>ansonchou</name><uri>http://www.cnblogs.com/5dZone/</uri></author><link rel="alternate" href="http://www.cnblogs.com/5dZone/archive/2006/06/28/437529.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/5dZone/archive/2006/06/28/437529.html"/></entry><entry><id>http://www.cnblogs.com/5dZone/archive/2006/05/22/406254.html</id><title type="text">GridView 行上移下移</title><summary type="text">protectedvoidsetRowToRow(DataRowdataRow,DataRowtempRow){tempRow["CMCode"]=dataRow["CMCode"];tempRow["CMName"]=dataRow["CMName"];tempRow["UniteName"]=dataRow["UniteName"];tempRow["OrderPrice"]=dataRow[...</summary><published>2006-05-22T06:09:00Z</published><updated>2006-05-22T06:09:00Z</updated><author><name>ansonchou</name><uri>http://www.cnblogs.com/5dZone/</uri></author><link rel="alternate" href="http://www.cnblogs.com/5dZone/archive/2006/05/22/406254.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/5dZone/archive/2006/05/22/406254.html"/></entry><entry><id>http://www.cnblogs.com/5dZone/archive/2006/05/22/406232.html</id><title type="text">用js遍历 table</title><summary type="text">vartableObj=document.getElementById("tableName");varstr="";for(vari=0;i&amp;lt;tableObj.rows.length;i++){for(varj=0;j&amp;lt;tableObj.rows[i].cells.length;j++){//str+=tableObj.rows[i].cells[j].innerHTML+"";fo...</summary><published>2006-05-22T05:46:00Z</published><updated>2006-05-22T05:46:00Z</updated><author><name>ansonchou</name><uri>http://www.cnblogs.com/5dZone/</uri></author><link rel="alternate" href="http://www.cnblogs.com/5dZone/archive/2006/05/22/406232.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/5dZone/archive/2006/05/22/406232.html"/></entry><entry><id>http://www.cnblogs.com/5dZone/archive/2006/05/10/396567.html</id><title type="text">ASP.NET2.0 页面间传递参数</title><summary type="text">如果你想多页传递参数 如：text2.aspx 的 textBox1.Text 取 text1.aspx 的textBox1.text//text1.aspx页&amp;lt;%@PageLanguage="C#"%&amp;gt;&amp;lt;scriptrunat="server"&amp;gt;&amp;lt;html&amp;gt;&amp;lt;headrunat="server"&amp;gt;&amp;lt;title&amp;gt;UntitledPage&amp;...</summary><published>2006-05-10T09:46:00Z</published><updated>2006-05-10T09:46:00Z</updated><author><name>ansonchou</name><uri>http://www.cnblogs.com/5dZone/</uri></author><link rel="alternate" href="http://www.cnblogs.com/5dZone/archive/2006/05/10/396567.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/5dZone/archive/2006/05/10/396567.html"/></entry><entry><id>http://www.cnblogs.com/5dZone/archive/2006/05/09/394862.html</id><title type="text">隐藏GridView列</title><summary type="text">不知是不是微软的一个BUG ,DataGrid 可以直接设某列的Visible=false.但如果在GridView中把Visible=false就找不到这一列.解决方法是在GridView的 RowDataBound 方法中动态把某列的Visible=falseprotectedvoidGridView1_RowDataBound(objectsender,GridViewRowEventArg...</summary><published>2006-05-09T04:42:00Z</published><updated>2006-05-09T04:42:00Z</updated><author><name>ansonchou</name><uri>http://www.cnblogs.com/5dZone/</uri></author><link rel="alternate" href="http://www.cnblogs.com/5dZone/archive/2006/05/09/394862.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/5dZone/archive/2006/05/09/394862.html"/></entry></feed>
