摘要:
1public static string FormatUbb(string text) 2 { 3 4 text=Regex.Replace(text,"\\[br\\]","",RegexOptions.IgnoreCase); 5 /**//*title*/ 6 text=Reg... 阅读全文
posted @ 2006-04-12 12:41
Robin Zhang
阅读(691)
评论(1)
推荐(0)
摘要:
1public static int WeekOfTheYear() 2 { 3 //获取 4 CultureInfo myCI = new CultureInfo("zh-CN"); 5 System.Globalization.Calendar myCal = myCI.Calendar;... 阅读全文
posted @ 2006-04-12 12:37
Robin Zhang
阅读(4513)
评论(4)
推荐(0)
摘要:
style="cursor:hand"在ie里面可以显示手形光标,但在firefo中无效,style="cursor:pointer"在ie和firefox中均有效! 阅读全文
posted @ 2006-04-12 11:19
Robin Zhang
阅读(709)
评论(0)
推荐(0)
摘要:
由于网络中断或者误操作等,造成vss项目与服务器断开绑定得时候,临床表现为文件得check-in全部消失,如何进行重新绑定file-source control -change source control-connect运行完毕,项目就重新绑定了! 阅读全文
posted @ 2006-04-12 10:25
Robin Zhang
阅读(2158)
评论(1)
推荐(0)