<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Rex's dream</title><subtitle type="text">a beatiful dream</subtitle><id>http://feed.cnblogs.com/blog/u/24270/rss</id><updated>2009-11-27T03:23:54Z</updated><author><name>RexTse</name><uri>http://www.cnblogs.com/RexTse/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RexTse/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/24270/rss"/><entry><id>http://www.cnblogs.com/RexTse/archive/2009/11/19/1605812.html</id><title type="text">在vss2005中上传项目时，外部引用的dll文件不能完全上传的解决办法</title><summary type="text">问题表现：在vss2005(visual source safe 2005)中，首次上传项目时可能会出现引用外部的dll文件上传不完全的情况，也就是说，本来应该被上传的dll，却只有同名的refresh文件被上传（而没有这个dll文件）。这就会导致其他客户端从vss获取最新版本的时候，不能获取到这个dll文件，只能获取到对应的refresh文件。并且若是在客户端本地再添加引用这些dll的话，就会导...</summary><published>2009-11-19T01:33:00Z</published><updated>2009-11-19T01:33:00Z</updated><author><name>RexTse</name><uri>http://www.cnblogs.com/RexTse/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RexTse/archive/2009/11/19/1605812.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RexTse/archive/2009/11/19/1605812.html"/></entry><entry><id>http://www.cnblogs.com/RexTse/archive/2009/11/07/MSSQL2005_remote_connect.html</id><title type="text">MSSQL2005企业管理器远程连接非默认端口MSSQL2005数据库的解决办法</title><summary type="text">最近租了个虚拟主机，上面有MSSQL2005空间，闲了没事就准备玩玩。这数据库的端口不是默认的1433，是1438。虽然还没连接过MSSQL2005的远程数据库，但是以前也连过MSSQL2000的，就估计没啥问题。于是就打开了企业管理器，添加服务器注册，可是找了半天都没找到输入端口的地方，理所当然的用默认端口是肯定连接不上了。又打开SQL Server Configuration Manager鼓捣了半天，也没发现什么地方可以设置端口（总不能把Sql native的默认tcp端口给改了吧）。</summary><published>2009-11-07T04:18:00Z</published><updated>2009-11-07T04:18:00Z</updated><author><name>RexTse</name><uri>http://www.cnblogs.com/RexTse/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RexTse/archive/2009/11/07/MSSQL2005_remote_connect.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RexTse/archive/2009/11/07/MSSQL2005_remote_connect.html"/></entry><entry><id>http://www.cnblogs.com/RexTse/archive/2009/10/23/1588749.html</id><title type="text">[转载]A Simplified Asynchronous Call Pattern for WinForm Applications</title><summary type="text">为Windows应用创建简单的异步调用模式</summary><published>2009-10-23T08:16:00Z</published><updated>2009-10-23T08:16:00Z</updated><author><name>RexTse</name><uri>http://www.cnblogs.com/RexTse/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RexTse/archive/2009/10/23/1588749.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RexTse/archive/2009/10/23/1588749.html"/></entry><entry><id>http://www.cnblogs.com/RexTse/archive/2009/10/23/1588699.html</id><title type="text">130道.NET面试题(转载)</title><summary type="text">1. 简述 private、 protected、 public、 internal 修饰符的访问权限。答 . private : 私有成员, 在类的内部才可以访问。 protected : 保护成员，该类内部和继承类中可以访问。 public : 公共成员，完全公开，没有访问限制。 internal: 在同一命名空间内可以访问。2 .列举ASP.NET 页面之间传递值的几种方式。 答. (1).使用QueryString, 如....?id=1; response. Redirect().... (2).使用Session变量 (3).使用Server.Transfer</summary><published>2009-10-23T07:20:00Z</published><updated>2009-10-23T07:20:00Z</updated><author><name>RexTse</name><uri>http://www.cnblogs.com/RexTse/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RexTse/archive/2009/10/23/1588699.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RexTse/archive/2009/10/23/1588699.html"/></entry><entry><id>http://www.cnblogs.com/RexTse/archive/2009/03/17/1414761.html</id><title type="text">仍然是一个css和div的问题！</title><summary type="text">话说有一div，里面有一个table，如下：&amp;lt;div id="divScroll" style="overflow: hidden; height: 110px; border: 1px solid #fff;"&amp;gt;&amp;lt;table width="100%" align="center"&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;...&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;...</summary><published>2009-03-17T14:15:00Z</published><updated>2009-03-17T14:15:00Z</updated><author><name>RexTse</name><uri>http://www.cnblogs.com/RexTse/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RexTse/archive/2009/03/17/1414761.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RexTse/archive/2009/03/17/1414761.html"/></entry><entry><id>http://www.cnblogs.com/RexTse/archive/2009/03/14/1412125.html</id><title type="text">用css布局Div遇到的小问题和解决办法</title><summary type="text">遇到的问题：div用到了style的float:left，当在这个div里面再嵌套含"style:float"的div时，出现了下面这个问题：本来应该在边框内的两个图片，只有一小部分在边框内了。解决办法：设置父div的style的height属性，哪怕是height:1px，问题立马解决。效果如下：注意：height:1px在IE6中显示正常且Div的高度会被自动撑开，但在IE7中，最好使用min...</summary><published>2009-03-14T15:17:00Z</published><updated>2009-03-14T15:17:00Z</updated><author><name>RexTse</name><uri>http://www.cnblogs.com/RexTse/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RexTse/archive/2009/03/14/1412125.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RexTse/archive/2009/03/14/1412125.html"/></entry><entry><id>http://www.cnblogs.com/RexTse/archive/2008/10/28/1320871.html</id><title type="text">招聘c#软件开发工程师[已截止]</title><summary type="text">招聘要求：1、精通C#2.0或以上2. 精通ASP.net及Winform开发，有一定相关项目开发经验；2、熟悉企业信息化应用项目开发,熟悉SOA应用；3、掌握MSSQL/Oracle、存储过程、触发器、视图的编写；4、工作踏实、敬业，具有良好的协作精神；5. 学历专科或以上(学历高者优先)6. 本公司属于该地区的龙头企业,各方面待遇均不错招聘信息已过期！欢迎关注</summary><published>2008-10-27T16:23:00Z</published><updated>2008-10-27T16:23:00Z</updated><author><name>RexTse</name><uri>http://www.cnblogs.com/RexTse/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RexTse/archive/2008/10/28/1320871.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RexTse/archive/2008/10/28/1320871.html"/></entry><entry><id>http://www.cnblogs.com/RexTse/archive/2008/06/13/WebService_WebConfig.html</id><title type="text">在WebService使用Web.Config中的参数</title><summary type="text">在WebService使用Web.Config中的参数的方法</summary><published>2008-06-13T01:42:00Z</published><updated>2008-06-13T01:42:00Z</updated><author><name>RexTse</name><uri>http://www.cnblogs.com/RexTse/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RexTse/archive/2008/06/13/WebService_WebConfig.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RexTse/archive/2008/06/13/WebService_WebConfig.html"/></entry></feed>
