<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_今日红缨在手</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/5109/rss</id><updated>2009-05-14T02:34:40Z</updated><author><name>大剑师</name><uri>http://www.cnblogs.com/dajianshi/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dajianshi/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/5109/rss"/><entry><id>http://www.cnblogs.com/dajianshi/archive/2008/03/18/1111180.html</id><title type="text">.Net3.5中调用gzip压缩遇到的问题</title><summary type="text">日前，使用framework中的gzip进行数据压缩解压缩，遇到两个问题，着实费了些力气才找大，拿出来晒晒问题一：解压后数据少两个byte？！Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--&amp;gt;publicstaticbyte[]Compress(stri...</summary><published>2008-03-18T03:17:00Z</published><updated>2008-03-18T03:17:00Z</updated><author><name>大剑师</name><uri>http://www.cnblogs.com/dajianshi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dajianshi/archive/2008/03/18/1111180.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dajianshi/archive/2008/03/18/1111180.html"/></entry><entry><id>http://www.cnblogs.com/dajianshi/archive/2007/11/22/968754.html</id><title type="text">log4net为啥不工作了？</title><summary type="text">在我所写的一个小的windows服务程序中，使用了log4net作为日志记录系统，同时有一个用于调试的控制台小程序。开始的时候，配置好了log4net的设置，服务程序使用RollingFile将日志写入文件，控制台程序则同时写入控制台和文件。log4net如愿的开始工作了。 今天发现程序有点儿问题进行了修改，之后运行控制台程序测试，就发现log2net不工作了。奇怪啊，我肯定没有修改log4net...</summary><published>2007-11-22T08:19:00Z</published><updated>2007-11-22T08:19:00Z</updated><author><name>大剑师</name><uri>http://www.cnblogs.com/dajianshi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dajianshi/archive/2007/11/22/968754.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dajianshi/archive/2007/11/22/968754.html"/></entry><entry><id>http://www.cnblogs.com/dajianshi/archive/2007/11/16/961502.html</id><title type="text">[翻译]建立你的第一个Visual WebGui应用程序</title><summary type="text">Developing your first Visual WebGui Application Published on:Wednesday, April 18, 2007By:GuyUser Rating:Categories: How to?介绍虽然目前的Web开发环境，例如ASP.NET 和JSP，在建立富Web应用方面有了长足的进步，但是这些环境因为要满足开发多种从内容丰富的门户到类似OW...</summary><published>2007-11-16T04:25:00Z</published><updated>2007-11-16T04:25:00Z</updated><author><name>大剑师</name><uri>http://www.cnblogs.com/dajianshi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dajianshi/archive/2007/11/16/961502.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dajianshi/archive/2007/11/16/961502.html"/></entry><entry><id>http://www.cnblogs.com/dajianshi/archive/2007/11/13/957559.html</id><title type="text">正则表达式30分钟入门教程[收藏]</title><summary type="text">正则表达式30分钟入门教程(第二版)作者：deerchao 来源:unibetter大学生社区 转载请注明来源 本文第一版目录 本文目标 如何使用本教程 什么是正则表达式？ 入门 测试正则表达式 元字符 字符转义 重复 字符类 反义 替换 分组 后向引用 位置指定 负向位置指定 注释 贪婪与懒惰 平衡组 还有些什么东西没提到 一些我认为你可能已经知道的术语的参考 网上的资源及本文参考文献 第二版更...</summary><published>2007-11-13T01:06:00Z</published><updated>2007-11-13T01:06:00Z</updated><author><name>大剑师</name><uri>http://www.cnblogs.com/dajianshi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dajianshi/archive/2007/11/13/957559.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dajianshi/archive/2007/11/13/957559.html"/></entry><entry><id>http://www.cnblogs.com/dajianshi/archive/2007/09/27/907743.html</id><title type="text">升级到IE7.0引起的问题</title><summary type="text">我们的web应用一般都是使用三行的布局header+content+footer，其中header部分当然在顶部，footer部分紧靠底部，内容部分大小正好填充满浏览器的当前高度，内容溢出后中间部分产生滚动条。正如大家周知的CSS兼容原因，只能以高js脚本实现。可是浏览器升级到IE7后，不能正常显示了，经调试发现原来document.body.clientHeight的值在IE7中变得很奇怪，使页...</summary><published>2007-09-27T03:20:00Z</published><updated>2007-09-27T03:20:00Z</updated><author><name>大剑师</name><uri>http://www.cnblogs.com/dajianshi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dajianshi/archive/2007/09/27/907743.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dajianshi/archive/2007/09/27/907743.html"/></entry><entry><id>http://www.cnblogs.com/dajianshi/archive/2007/08/31/877065.html</id><title type="text">ClickOnce使用体会</title><summary type="text">由于很少写Winform的程序，所以net2.0发布后，对于ClickOnce这个新特性，一直只是听说过没用过。直到最近有个小程序使用winform开发，使用了Clickonce的发布方式，发现它远没有想象中好用。因此写下自己的一些心得，希望对没用过的人有点帮助。 一、ClickOnce的几个缺点： 1，没有单独的项目类型。 在&amp;#8220;安装和部署&amp;#8221;中没有这个项目类型，所以不能单见...</summary><published>2007-08-31T04:11:00Z</published><updated>2007-08-31T04:11:00Z</updated><author><name>大剑师</name><uri>http://www.cnblogs.com/dajianshi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dajianshi/archive/2007/08/31/877065.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dajianshi/archive/2007/08/31/877065.html"/></entry><entry><id>http://www.cnblogs.com/dajianshi/archive/2007/07/19/823813.html</id><title type="text"> 在.NET中运行外部程序的3种方法[转贴]</title><summary type="text">在win32中有ShellExecute方法可以使我们启动外部的应用程序，在 .NET FrameWork 中我们可以使用Process类来完成类似的功能。Process在System.Diagnostics中，所以别忘了： using System.Diagnostics;1） 用Process的静态方法Start//启动记事本Process.Start("notepad.exe");//启动记...</summary><published>2007-07-19T05:35:00Z</published><updated>2007-07-19T05:35:00Z</updated><author><name>大剑师</name><uri>http://www.cnblogs.com/dajianshi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dajianshi/archive/2007/07/19/823813.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dajianshi/archive/2007/07/19/823813.html"/></entry><entry><id>http://www.cnblogs.com/dajianshi/archive/2007/07/06/808495.html</id><title type="text">使用|DataDirectory| 的烦恼</title><summary type="text">Ado.net2.0中新增加了一个MagicValue,可以在应用程序的配置文件的数据库链接串种使用|DataDirectory| ,例如&amp;lt;connectionStrings&amp;gt;&amp;lt;addname="ConnectionString"connectionString="datasource=.\SQLEXPRESS;IntegratedSecurity=SSPI;AttachDBFi...</summary><published>2007-07-06T06:32:00Z</published><updated>2007-07-06T06:32:00Z</updated><author><name>大剑师</name><uri>http://www.cnblogs.com/dajianshi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dajianshi/archive/2007/07/06/808495.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dajianshi/archive/2007/07/06/808495.html"/></entry><entry><id>http://www.cnblogs.com/dajianshi/archive/2007/06/26/796307.html</id><title type="text">自定义DataGridView列的设计期支持，自定义属性的保存！</title><summary type="text">日前，开始用Winform开发程序。DataGridView比起来WebForm中的GridView不知道好用了多少倍！唉，可怜的Web程序员。但是内置的列类型还是不够用，于是按照在Webform中的经验，先定制一些自定义的DataGridViewColumn的子类，便于使用DataGridView。不得不说的是，在Winform中开发自定义控件确实爽多了，很容易的（对比Webform中）实现了几...</summary><published>2007-06-26T06:41:00Z</published><updated>2007-06-26T06:41:00Z</updated><author><name>大剑师</name><uri>http://www.cnblogs.com/dajianshi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dajianshi/archive/2007/06/26/796307.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dajianshi/archive/2007/06/26/796307.html"/></entry><entry><id>http://www.cnblogs.com/dajianshi/archive/2007/02/28/659168.html</id><title type="text">Gentle.net is dead!</title><summary type="text">由于使用了Gentl.net框架，所以一直关注Gentle.net 2.0的消息，今天终于看到了确切的消息，Gentle.net 2死掉了！http://www.mertner.com/confluence/display/Community/Version+2.0?focusedCommentId=1730#comment-1730看来，无需要另寻其他的框架了。</summary><published>2007-02-28T03:04:00Z</published><updated>2007-02-28T03:04:00Z</updated><author><name>大剑师</name><uri>http://www.cnblogs.com/dajianshi/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dajianshi/archive/2007/02/28/659168.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dajianshi/archive/2007/02/28/659168.html"/></entry></feed>
