摘要:
string i = Console.ReadLine(); int a=0; if (int.TryParse(i, out a) == false) //判断是否可以转换为整型 { Console.WriteLine("False"); } else { Console.WriteLine("T... 阅读全文
摘要:
http://www.jb51.net/article/24694.htmhttp://www.sunsean.com/idTabs/#t1http://www.cnblogs.com/sskset/p/3274380.html例子 阅读全文
摘要:
SELECT DateDiff(DAY,T.ActualEndDate,GetDate()) FROM JCW_CheckTask T WHERE T.status = 2 阅读全文
摘要:
http://www.cnblogs.com/yank/archive/2008/08/14/1267746.htmlhttp://code.google.com/p/lhgcalendar/downloads/detail?name=lhgcalendar-3.0.0.rar&can=2&qlhg... 阅读全文
摘要:
http://www.cnblogs.com/howDo/archive/2011/04/27/2031084.html 下载地址:http://www.ext.net/download/ 示例地址:http://examples.ext.net/自定义下拉框树:http://www.shaoq... 阅读全文
摘要:
http://www.cnblogs.com/wumin97136/archive/2007/12/24/1012720.htmlhttp://examples.ext.net/http://examples.ext.net/#/Combination_Samples/Applications/Si... 阅读全文
摘要:
在Silverlight中实施RESTful调用: http://book.51cto.com/art/201006/206314.htm http://bbs.csdn.net/topics/320039569http://www.cyqdata.com/cnblogs/article-detai... 阅读全文
摘要:
1 UriTemplate uri = WebOperationContext.Current.GetUriTemplate("DownloadFile"); 阅读全文