<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_小张.NET</title><subtitle type="text">用心打造网络!</subtitle><id>http://feed.cnblogs.com/blog/u/11182/rss</id><updated>2009-05-02T08:10:42Z</updated><author><name>小张.NET</name><uri>http://www.cnblogs.com/xiaozhang/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaozhang/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/11182/rss"/><entry><id>http://www.cnblogs.com/xiaozhang/archive/2008/02/18/1071862.html</id><title type="text">去除 VS.Net 2003 项目的 VSS 息的脚本</title><summary type="text">从google搜到的，以前用过一次，后来找不到了，今天好不容易又找到，写在这儿算作备忘。　　好像这段脚本是一个老外写的，VSS信息去除的比较彻底。　　使用方法：把这段代码保存为RemoveVssInfo.js，放到和xxx.sln文件相同的文件夹下，然后双击执行即可。　　代码如下：Code highlighting produced by Actipro CodeHighlighter (free...</summary><published>2008-02-18T02:03:00Z</published><updated>2008-02-18T02:03:00Z</updated><author><name>小张.NET</name><uri>http://www.cnblogs.com/xiaozhang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiaozhang/archive/2008/02/18/1071862.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaozhang/archive/2008/02/18/1071862.html"/></entry><entry><id>http://www.cnblogs.com/xiaozhang/archive/2008/01/24/1051884.html</id><title type="text">字符串截取固定长度的方法(C#) </title><summary type="text">字符串截取固定长度的方法(C#) 这个函数也没有什么特别之处，就是可以截取一定长度的字符串，可能小特点就是len是字节，解决了汉字与英文字节不一样导致直接截取到的长度不一样的问题1字符串截取函数#region字符串截取函数2publicstaticstringCutString(stringinputString,intlen)3{456ASCIIEncodingascii=newASCIIEnc...</summary><published>2008-01-24T09:03:00Z</published><updated>2008-01-24T09:03:00Z</updated><author><name>小张.NET</name><uri>http://www.cnblogs.com/xiaozhang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiaozhang/archive/2008/01/24/1051884.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaozhang/archive/2008/01/24/1051884.html"/></entry><entry><id>http://www.cnblogs.com/xiaozhang/archive/2007/11/19/964291.html</id><title type="text">两种彻底删除VIEWSTATE的方法</title><summary type="text">2007年08月28日 星期二 14:25 第一种方法： 第一步，在Web.config文件的Pages配置节点中设置enableViewState="false"，或者在每个Aspx页头部设置。完成第一步后，无论如何.Net也会在页面上输出&amp;lt;input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="" /&amp;gt;这样的内容...</summary><published>2007-11-19T07:02:00Z</published><updated>2007-11-19T07:02:00Z</updated><author><name>小张.NET</name><uri>http://www.cnblogs.com/xiaozhang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiaozhang/archive/2007/11/19/964291.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaozhang/archive/2007/11/19/964291.html"/></entry><entry><id>http://www.cnblogs.com/xiaozhang/archive/2007/11/16/961752.html</id><title type="text">对路径XXX的访问被拒绝(文件操作权限)的解决方法 </title><summary type="text">本解决方案解决了我的问题，在我本地上调试一切都是OK的，没有问题，而上传至服务器就出现以下的错误，现将此解决办法写给大家，很适用的，建议收藏问题如下：在windows 2003下安装了VS2003,在运行web应用程序的时候出现一下错误:对路径&amp;#8220;D:\temp1\MyTest.txt&amp;#8221;的访问被拒绝。说明: 执行当前 Web 请求期间，出现未处理的异常。请检查堆栈跟踪信息，以...</summary><published>2007-11-16T08:04:00Z</published><updated>2007-11-16T08:04:00Z</updated><author><name>小张.NET</name><uri>http://www.cnblogs.com/xiaozhang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiaozhang/archive/2007/11/16/961752.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaozhang/archive/2007/11/16/961752.html"/></entry><entry><id>http://www.cnblogs.com/xiaozhang/archive/2007/09/21/901753.html</id><title type="text">安装VS2005 SP1之后无法更改或卸载VS2005的处理方法 </title><summary type="text">经历千辛万苦装上VS2005之后，一直相安无事，但今天想调整一下VS2005的安装项，于是麻利的调出控制面板--&amp;gt;添加删除程序，选中VS2005点&amp;#8220;更改/删除&amp;#8221;按钮，发现在加载安装控件的时候爆出一个错误，说是VS_Setup.MSI文件找不到，我按照提示所说的路径，即本机的安装位置，发现确实没有，于是又拿出安装盘来点Setup，结果还是说VS_Setup.MSI文件找...</summary><published>2007-09-21T09:49:00Z</published><updated>2007-09-21T09:49:00Z</updated><author><name>小张.NET</name><uri>http://www.cnblogs.com/xiaozhang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiaozhang/archive/2007/09/21/901753.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaozhang/archive/2007/09/21/901753.html"/></entry><entry><id>http://www.cnblogs.com/xiaozhang/archive/2007/09/07/885907.html</id><title type="text">VS2005的隐藏快捷键 </title><summary type="text">这里我将会把一些无意中发现的VS2005中没有明确指出的快捷键共享出来，并不是所有的快捷键，或者常见的一些快捷键。1、Ctrl+Space直接完成类或函数（本来这个并不算隐藏的快捷键，但是因为中文输入法抢占这个快捷键，所以。。。，替代的快捷键是Alt+Right）2、Shift+Delete整行删除，并且将这一行放到剪贴板（这时候不能选中一段内容）3、Shift+Insert粘贴，有点匪夷所思，C...</summary><published>2007-09-07T07:54:00Z</published><updated>2007-09-07T07:54:00Z</updated><author><name>小张.NET</name><uri>http://www.cnblogs.com/xiaozhang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiaozhang/archive/2007/09/07/885907.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaozhang/archive/2007/09/07/885907.html"/></entry><entry><id>http://www.cnblogs.com/xiaozhang/archive/2007/09/07/885879.html</id><title type="text">vs2005的快捷键</title><summary type="text">Shift+Alt+Enter: 切换全屏编辑 Ctrl+B,T / Ctrl+K,K: 切换书签开关 Ctrl+B,N / Ctrl+K,N: 移动到下一书签Ctrl+B,P: 移动到上一书签Ctrl+B,C: 清除全部标签 Ctrl+I: 渐进式搜索Ctrl+Shift+I: 反向渐进式搜索Ctrl+F: 查找Ctrl+Shift+F: 在文件中查找F3: 查找下一个Shift+F3: 查找上...</summary><published>2007-09-07T07:41:00Z</published><updated>2007-09-07T07:41:00Z</updated><author><name>小张.NET</name><uri>http://www.cnblogs.com/xiaozhang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiaozhang/archive/2007/09/07/885879.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaozhang/archive/2007/09/07/885879.html"/></entry><entry><id>http://www.cnblogs.com/xiaozhang/archive/2007/08/14/855626.html</id><title type="text">反编译工具Reflector下载(集成两个常用.net插件,FileGenerator和FileDisassembler)</title><summary type="text">反编译工具Reflector下载(集成两个常用.net插件,FileGenerator和FileDisassembler)</summary><published>2007-08-14T09:28:00Z</published><updated>2007-08-14T09:28:00Z</updated><author><name>小张.NET</name><uri>http://www.cnblogs.com/xiaozhang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiaozhang/archive/2007/08/14/855626.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaozhang/archive/2007/08/14/855626.html"/></entry><entry><id>http://www.cnblogs.com/xiaozhang/archive/2007/08/14/855621.html</id><title type="text">强大的.NET反编译工具Reflector及插件</title><summary type="text">强大的.NET反编译工具Reflector及插件</summary><published>2007-08-14T09:24:00Z</published><updated>2007-08-14T09:24:00Z</updated><author><name>小张.NET</name><uri>http://www.cnblogs.com/xiaozhang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiaozhang/archive/2007/08/14/855621.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaozhang/archive/2007/08/14/855621.html"/></entry><entry><id>http://www.cnblogs.com/xiaozhang/archive/2007/06/05/771588.html</id><title type="text">程序员，你离坐牢还有多远</title><summary type="text">程序员，你离坐牢还有多远评论/浏览(79/48058)发表时间：2007年6月4日 9时50分 [%repeat_0 match="/data/option"%] [%=@title%] [%=@count%]票 [[%=@percent%]％] [%_repeat_0%] 　我很少涉足刑事案件，除非它与IT行业相关。结合之前办理的一个案件，想跟程序员们讨论一下，你离坐牢有多远？　　程序员是一个令...</summary><published>2007-06-05T01:35:00Z</published><updated>2007-06-05T01:35:00Z</updated><author><name>小张.NET</name><uri>http://www.cnblogs.com/xiaozhang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xiaozhang/archive/2007/06/05/771588.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xiaozhang/archive/2007/06/05/771588.html"/></entry></feed>
