<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_VitoriaTang</title><subtitle type="text">我关注一切新鲜的事物，我希望能有一片自由翱翔的天空 </subtitle><id>http://feed.cnblogs.com/blog/u/13654/rss</id><updated>2007-10-31T06:16:50Z</updated><author><name>Vitoria</name><uri>http://www.cnblogs.com/VitoriaTang/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/VitoriaTang/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/13654/rss"/><entry><id>http://www.cnblogs.com/VitoriaTang/archive/2007/10/31/282201.html</id><title type="text">InternalsVisibleToAttribute，友元程序集访问属性</title><summary type="text">在工作中经常会碰到类似的情况：我写了个功能模块，现在需要对它进行单元测试，功能模块在某个程序集中，而我的单元测试却在另外一个程序集中。功能模块是对外的，接口上当然是有很严整的访问权限，而单元测试也许需要调用到一些Internal的类或者方法。我们会怎么做呢？VS2003之前，我只好用type.InvokeMember来做。但是也存在很多的问题，当功能模块中的接口发生了变化(要知道，对内接口可是很容...</summary><published>2007-10-31T06:17:00Z</published><updated>2007-10-31T06:17:00Z</updated><author><name>Vitoria</name><uri>http://www.cnblogs.com/VitoriaTang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/VitoriaTang/archive/2007/10/31/282201.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/VitoriaTang/archive/2007/10/31/282201.html"/></entry><entry><id>http://www.cnblogs.com/VitoriaTang/archive/2007/07/26/831955.html</id><title type="text">My Tips: 创建Team Build Type时遇到的问题</title><summary type="text">先说我碰到的问题，装好了Team Foundation Server，装好了Build server，也装好了VS2005 的Team suite，也以Team Foundation Server的Administrator身份登录并创建了一个Team Project，也往Source Control中加了Workspace和放入了一个solution。然后在创建Team Build type的时候死活就是找不到Workspace下的solution。</summary><published>2007-07-26T03:17:00Z</published><updated>2007-07-26T03:17:00Z</updated><author><name>Vitoria</name><uri>http://www.cnblogs.com/VitoriaTang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/VitoriaTang/archive/2007/07/26/831955.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/VitoriaTang/archive/2007/07/26/831955.html"/></entry><entry><id>http://www.cnblogs.com/VitoriaTang/archive/2007/07/25/830963.html</id><title type="text">My Tips: Team Foundation Server的学习过程</title><summary type="text">Team Foundation Server是微软用以管理团队的工具，其核心思想应该是MSF。于是我从MSF开始了第一步。</summary><published>2007-07-25T08:10:00Z</published><updated>2007-07-25T08:10:00Z</updated><author><name>Vitoria</name><uri>http://www.cnblogs.com/VitoriaTang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/VitoriaTang/archive/2007/07/25/830963.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/VitoriaTang/archive/2007/07/25/830963.html"/></entry><entry><id>http://www.cnblogs.com/VitoriaTang/archive/2007/02/06/641731.html</id><title type="text">SQL 2005 札记 (1) -- SQL 2005 远程连接的问题</title><summary type="text">SQL Server 2005 使用得有阵子了,写些笔记,好记性不如烂笔头.&#xD;&#xD;        安装就不用说了,Google自然是可以找到相当全面的安装教程的. 只说些远程连接的问题,因为自己也实在是被这些诡异的问题困扰了很久的.&#xD;&#xD;        问题描述:&#xD;&#xD;        服务器机器配置: Windows XP SP2 + SQL Server 2005开发版 SP1&#xD;&#xD;        客户端用SQL Server Management Studio连接服务器的SQL Server 2005 时,提示连接不上.&#xD;&#xD;        错误信息: An error has occurred while establishing a connection to the server. When connecting to SQL Server allow remote connections.(provider: SQL Network Interfaces, error:26-Error Locating </summary><published>2007-02-06T02:36:00Z</published><updated>2007-02-06T02:36:00Z</updated><author><name>Vitoria</name><uri>http://www.cnblogs.com/VitoriaTang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/VitoriaTang/archive/2007/02/06/641731.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/VitoriaTang/archive/2007/02/06/641731.html"/></entry><entry><id>http://www.cnblogs.com/VitoriaTang/archive/2006/08/04/467765.html</id><title type="text">C#操作存储过程，输入参数，返回结果</title><summary type="text">SQL存储过程显然是非常强大的，.NET也支持对存储过程的调用，自己尝试着写了个小Sample，因为在SQL的学习中，只是笔记一篇。 环境：WindowXP SP2， VS2005， SQL2005 假定在SQL server上已经存在了NWind数据库，同时有如下的存储过程:(存储过程的功能是根据输入的起始日期和结束日期，返回这个时间段内的销售记录和总销售值，并非本文重点)1setANSI_NU...</summary><published>2006-08-04T06:45:00Z</published><updated>2006-08-04T06:45:00Z</updated><author><name>Vitoria</name><uri>http://www.cnblogs.com/VitoriaTang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/VitoriaTang/archive/2006/08/04/467765.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/VitoriaTang/archive/2006/08/04/467765.html"/></entry><entry><id>http://www.cnblogs.com/VitoriaTang/archive/2006/01/14/317173.html</id><title type="text">2月上的期刊主题征集</title><summary type="text">1月下的期刊已经初步制作完成，等待后续工作结束就可以与大家见面了。这次的期刊选稿和整理编纂工作主要由FireDoom完成的。辛苦了。接下来，希望大家能踊跃提出下一期的主题。上期FireDoom提出了2005 TOP50，由于工作量很大，且已经在1月上给出了链接页面，所以最终没有采纳。同时Frederick提出了NHibernate,我已经约稿DLL，他在完成写作后我们将制作NHibernate专题...</summary><published>2006-01-14T04:15:00Z</published><updated>2006-01-14T04:15:00Z</updated><author><name>Vitoria</name><uri>http://www.cnblogs.com/VitoriaTang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/VitoriaTang/archive/2006/01/14/317173.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/VitoriaTang/archive/2006/01/14/317173.html"/></entry><entry><id>http://www.cnblogs.com/VitoriaTang/archive/2005/12/26/305203.html</id><title type="text">请各位编辑准备1月下半期的主题</title><summary type="text">1月下半期的主题还没定下来，现从各位编辑中征集，同时本期的主要编纂由最终确定的主题的提出者负责。主题的选定由编辑们共同决定。之后的工作将交由该期的负责编辑，所有的编辑需要协助负责编辑收集稿件。负责编辑需要在发布前出预览版由主编审定。这样既可以提升大家的积极性也可以扩大我们期刊的视野。本期的征集至1月3日止。大家可以回复，提出自己的意见和1月下半期主题。多谢多谢！</summary><published>2005-12-26T15:07:00Z</published><updated>2005-12-26T15:07:00Z</updated><author><name>Vitoria</name><uri>http://www.cnblogs.com/VitoriaTang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/VitoriaTang/archive/2005/12/26/305203.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/VitoriaTang/archive/2005/12/26/305203.html"/></entry><entry><id>http://www.cnblogs.com/VitoriaTang/archive/2005/12/21/301579.html</id><title type="text">Interesting Sentences…(转贴每日英语)</title><summary type="text">1. We must hang together, or we'll be hanged separately. 我们必须团结在一起，否则我们将被一个个绞死。 　　这是一句双关语。前面的hang together是&amp;#8220;团结一致&amp;#8221;的意思，后面的hanged是&amp;#8220;绞死&amp;#8221;的意思。 　　2. The quick brown fox jumps over a la...</summary><published>2005-12-21T05:36:00Z</published><updated>2005-12-21T05:36:00Z</updated><author><name>Vitoria</name><uri>http://www.cnblogs.com/VitoriaTang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/VitoriaTang/archive/2005/12/21/301579.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/VitoriaTang/archive/2005/12/21/301579.html"/></entry><entry><id>http://www.cnblogs.com/VitoriaTang/archive/2005/12/19/300469.html</id><title type="text">给自定义Control加上Smart Tag</title><summary type="text">智能标签，提供快捷的控件属性编辑。毋庸多说，见下图1: 如何在自定义的控件里也添加上SmartTag呢？本文作简单描述。秘密就在自定义控件的Designer里面。ControlDesigner. ActionLists 属性用以实现具体的SmartTag。首先需要写一个从DesignerActionList派生的类用来实现我们的SmartTag，本文只在SmartTag上放了一个TextBoxpu...</summary><published>2005-12-19T13:44:00Z</published><updated>2005-12-19T13:44:00Z</updated><author><name>Vitoria</name><uri>http://www.cnblogs.com/VitoriaTang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/VitoriaTang/archive/2005/12/19/300469.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/VitoriaTang/archive/2005/12/19/300469.html"/></entry><entry><id>http://www.cnblogs.com/VitoriaTang/archive/2005/12/19/300453.html</id><title type="text">给自定义Control加上SnapLine（VS2005新特性）</title><summary type="text">简单介绍：VS2005提供了一种新的Layout设计方式：基准线(Snaplines)。其中包括 Text baseline和margin / padding snaplines.当拖动控件或者调整控件的大小，都可以看到这些基准线。同时用Ctrl+方向键也可以看到这些基准线。如图1 图1如果是自定义Control，怎么让它在拖动的时候也出现这样漂亮的基准线呢，本文为你介绍。首先当然是需要写一个Co...</summary><published>2005-12-19T13:22:00Z</published><updated>2005-12-19T13:22:00Z</updated><author><name>Vitoria</name><uri>http://www.cnblogs.com/VitoriaTang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/VitoriaTang/archive/2005/12/19/300453.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/VitoriaTang/archive/2005/12/19/300453.html"/></entry></feed>
