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