08 2009 档案

Caclulate Weekdays between two dates
摘要: A way to calculate how many weekdays are there between two dates. 1: public static int GetWeekDays(DateTime startDate, DateTime endDate) 2: { 3: startDate = startDate.Date; 4: endDate = endDate.Date; ...阅读全文

posted @ 2009-08-21 15:59 BFL 阅读(117) | 评论 (0) 编辑

Use your own file compare tool in Visual Studio
摘要: Which file compare software are you using for comparing files and folders? How do you like it?I ever tried several ones, include: WinDiff: comes along with the Windows SDK, I think it is the build in ...阅读全文

posted @ 2009-08-13 12:47 BFL 阅读(2065) | 评论 (10) 编辑

http://www.cnblogs.com/BFLForever/