自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Tommy Wang

My thoughts

  • 博客(5)
  • 收藏
  • 关注

原创 Some TFS notes & CI

TFS source control best practices: Always have a main build that can be compiled successfully Use shared checkout instead of exclusive checkout, update code from TFS constantly avoiding conflicts Hav

2007-12-18 13:49:00 331

原创 Rules deploy tool

The project I am working on involves using rules engine, and as time evolves, we tend to build several versions and have to maintain them in production from time to time. There are only two available

2007-12-07 12:35:00 295

原创 Kerberos authentication may problem with IIS

Kerbos authentication may be used for integrated authentication, - Get setspn.exe from windows support tool - Run it against the account that will host the application pool

2007-12-05 17:07:00 358

原创 P/Invoke to create ODBC system DSN

public class AddLocalDSN    {        public static void Add()        {            string DSName = ConfigurationSettings.AppSettings["DSName"] as String;            string serverName = ConfigurationSe

2007-12-05 03:57:00 371

原创 Disabling source control integration completely

In VisualStudio 2005, go File->Source Control->Change Source Control and unbind projects...

2007-12-04 17:02:00 334

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除