<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_程序人生，软件一生。</title><subtitle type="text">欢迎来到顾祥先的网站</subtitle><id>http://feed.cnblogs.com/blog/u/6141/rss</id><updated>2007-08-06T13:51:03Z</updated><author><name>Guxx</name><uri>http://www.cnblogs.com/guxx/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guxx/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/6141/rss"/><entry><id>http://www.cnblogs.com/guxx/archive/2007/02/10/646638.html</id><title type="text">一路有你站点开通，特别祝贺</title><summary type="text">一路有你网站，经过长时间的酝酿，终于于昨日正式开通，特别为此祝贺一下。网址是：http://www.1lyn.cnhttp://www.1lyn.com http://www.1lyn.net</summary><published>2007-02-09T22:00:00Z</published><updated>2007-02-09T22:00:00Z</updated><author><name>Guxx</name><uri>http://www.cnblogs.com/guxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/guxx/archive/2007/02/10/646638.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guxx/archive/2007/02/10/646638.html"/></entry><entry><id>http://www.cnblogs.com/guxx/archive/2007/01/27/632024.html</id><title type="text">mstIsUsedBy</title><summary type="text">mstIsUsedBy是一款可以用来计算在您的系统中某个打开的特殊文件占用了哪个进程的软件工具。这是非常重要的，例如，如果您想要复制或除一个文件，但是您又不知道为什么它不能被删除时，就需要用到它了。注意：您必须以系统管理员的身份来安装和使用本程序。...</summary><published>2007-01-27T08:48:00Z</published><updated>2007-01-27T08:48:00Z</updated><author><name>Guxx</name><uri>http://www.cnblogs.com/guxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/guxx/archive/2007/01/27/632024.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guxx/archive/2007/01/27/632024.html"/></entry><entry><id>http://www.cnblogs.com/guxx/archive/2006/08/12/474775.html</id><title type="text">Domino和IIS共存一台服务器的配置</title><summary type="text">在一台安装Window 2003 Server的服务器上同时运行IIS和Domino，会存在80端口被占用的问题，如果我们设置其中一个为其他端口，在访问时会相当不便。为此，我们可以设置两个IP地址，然后用HttpCfg来进行配置，以使端口能够仅绑定在一个地址上，具体过程如下：1、设置两个IP地址：192.168.1.1(IIS)和192.168.1.2(Domino)2、Httpcfg set i...</summary><published>2006-08-11T16:07:00Z</published><updated>2006-08-11T16:07:00Z</updated><author><name>Guxx</name><uri>http://www.cnblogs.com/guxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/guxx/archive/2006/08/12/474775.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guxx/archive/2006/08/12/474775.html"/></entry><entry><id>http://www.cnblogs.com/guxx/archive/2006/08/11/474767.html</id><title type="text">Subversion安装</title><summary type="text">通过svn协议使用Subversion的安装过程： 1、从http://subversion.tigris.org下载Subversion二进制安装程序，运行安装。 2、把SVNService.exe拷贝到Subversion安装目录下的Bin目录。 3、制作Install.bat并运行它，它的内容如下： svnservice -remove svnservice -install --daemo...</summary><published>2006-08-11T15:53:00Z</published><updated>2006-08-11T15:53:00Z</updated><author><name>Guxx</name><uri>http://www.cnblogs.com/guxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/guxx/archive/2006/08/11/474767.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guxx/archive/2006/08/11/474767.html"/></entry><entry><id>http://www.cnblogs.com/guxx/archive/2005/10/24/260851.html</id><title type="text">ASP.NET的调试方法</title><summary type="text">程序的调试方法，对于编写高质量的程序有着很大关系，用之得当，事半功倍。下面，我就把我对ASP.NET调试技术的了解给大家说说，还希望大家多多指教。条件编译：条件编译，是.NET的调试中非常重要的方法之一，它可以根据编译条件来动态生成运行代码。条件编译是在生成代码时用/define指定的常数，结合代码中的#if 常数....#endif来判断是否生成#if....#endif部分代码。条件编译常数，...</summary><published>2005-10-24T06:51:00Z</published><updated>2005-10-24T06:51:00Z</updated><author><name>Guxx</name><uri>http://www.cnblogs.com/guxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/guxx/archive/2005/10/24/260851.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guxx/archive/2005/10/24/260851.html"/></entry><entry><id>http://www.cnblogs.com/guxx/archive/2005/10/05/248986.html</id><title type="text">showModalDialog打开网页和disabled后表单提交的问题。</title><summary type="text">showModalDialog打开网页时，会缓存页面，第二次后打开的是缓存页，为了解决这个问题，需要在打开的网页地址中加上一些随机的内容，让浏览器认为是新的页面，从而不加载缓存页面。在使用ComponentArt 3.0的MultiPage控件时，碰到了一个比较头痛的问题：在MultiPage控件中，有多个PageView，在提交的时候，在服务器端只能接收当前显示页的内容，经过仔细查看其代码，原来...</summary><published>2005-10-05T08:23:00Z</published><updated>2005-10-05T08:23:00Z</updated><author><name>Guxx</name><uri>http://www.cnblogs.com/guxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/guxx/archive/2005/10/05/248986.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guxx/archive/2005/10/05/248986.html"/></entry><entry><id>http://www.cnblogs.com/guxx/archive/2005/10/03/248434.html</id><title type="text">项目刷新失败，无法从服务器中检索文件夹信息</title><summary type="text">今天我的vs2003打开一个项目时，出现了&amp;#8220;项目刷新失败，无法从服务器中检索文件夹信息&amp;#8221;的错误， 多次试过网上的方法： 　　1、运行&amp;#8220;inetmgr&amp;#8221;，打开iis，在左边的&amp;#8220;web站点&amp;#8221;中找到项目名称，点击右键，选择&amp;#8220;属性&amp;#8221;。选择&amp;#8220;web站点&amp;#8221;，找到TCP端口，默认为80。你将其...</summary><published>2005-10-03T11:48:00Z</published><updated>2005-10-03T11:48:00Z</updated><author><name>Guxx</name><uri>http://www.cnblogs.com/guxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/guxx/archive/2005/10/03/248434.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guxx/archive/2005/10/03/248434.html"/></entry><entry><id>http://www.cnblogs.com/guxx/archive/2005/09/22/241864.html</id><title type="text">css在不同的文档类型中的区别</title><summary type="text">&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;&amp;#183;所有的单位必须明确指定，如 body { margin: 0px; }&amp;#183;指定宽度和高度的时候，要从实际的宽度和高度中减去Pa...</summary><published>2005-09-22T04:04:00Z</published><updated>2005-09-22T04:04:00Z</updated><author><name>Guxx</name><uri>http://www.cnblogs.com/guxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/guxx/archive/2005/09/22/241864.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guxx/archive/2005/09/22/241864.html"/></entry><entry><id>http://www.cnblogs.com/guxx/archive/2005/09/21/240986.html</id><title type="text">A标签伪类的使用方法</title><summary type="text">在CSS中, 我们经常会用到A的伪类, 但是我们也经常会混淆, 所以写在下面.最基本的用法:a{MARGIN:0px;PADDING:0px;BORDER:0px;}a:link{COLOR:#60A179;TEXT-DECORATION:none;}a:visited{COLOR:#666;TEXT-DECORATION:none;}a:hover{COLOR:#3AAD7E;TEXT-DECO...</summary><published>2005-09-21T02:42:00Z</published><updated>2005-09-21T02:42:00Z</updated><author><name>Guxx</name><uri>http://www.cnblogs.com/guxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/guxx/archive/2005/09/21/240986.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guxx/archive/2005/09/21/240986.html"/></entry><entry><id>http://www.cnblogs.com/guxx/archive/2005/03/22/123481.html</id><title type="text">不规范的命名对ASP.NET中基于窗体的自定义身份验证的影响</title><summary type="text">在一应用程序中，一同事用2jmis作为虚拟目录，Web.Config中是这样配置的：&amp;lt;system.web&amp;gt; &amp;#160;&amp;#160;&amp;#160; &amp;lt;authentication mode=&amp;quot;Forms&amp;quot;&amp;gt; &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;forms name=&amp;quot;.2jmis&amp;quot; path=&amp;quo...</summary><published>2005-03-22T06:25:00Z</published><updated>2005-03-22T06:25:00Z</updated><author><name>Guxx</name><uri>http://www.cnblogs.com/guxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/guxx/archive/2005/03/22/123481.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/guxx/archive/2005/03/22/123481.html"/></entry></feed>
