上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: string i = Console.ReadLine(); int a=0; if (int.TryParse(i, out a) == false) //判断是否可以转换为整型 { Console.WriteLine("False"); } else { Console.WriteLine("T... 阅读全文
posted @ 2014-06-04 17:47 随心所意 阅读(1989) 评论(0) 推荐(0) 编辑
摘要: http://www.jb51.net/article/24694.htmhttp://www.sunsean.com/idTabs/#t1http://www.cnblogs.com/sskset/p/3274380.html例子 阅读全文
posted @ 2014-05-30 12:56 随心所意 阅读(201) 评论(0) 推荐(0) 编辑
摘要: SELECT DateDiff(DAY,T.ActualEndDate,GetDate()) FROM JCW_CheckTask T WHERE T.status = 2 阅读全文
posted @ 2014-05-28 17:39 随心所意 阅读(969) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2014-05-25 11:40 随心所意 阅读(164) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/howDo/archive/2011/04/27/2031084.html 下载地址:http://www.ext.net/download/ 示例地址:http://examples.ext.net/自定义下拉框树:http://www.shaoq... 阅读全文
posted @ 2014-05-23 18:21 随心所意 阅读(160) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/wumin97136/archive/2007/12/24/1012720.htmlhttp://examples.ext.net/http://examples.ext.net/#/Combination_Samples/Applications/Si... 阅读全文
posted @ 2014-05-21 16:03 随心所意 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 在Silverlight中实施RESTful调用: http://book.51cto.com/art/201006/206314.htm http://bbs.csdn.net/topics/320039569http://www.cyqdata.com/cnblogs/article-detai... 阅读全文
posted @ 2014-05-05 17:11 随心所意 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1 UriTemplate uri = WebOperationContext.Current.GetUriTemplate("DownloadFile"); 阅读全文
posted @ 2014-04-30 09:04 随心所意 阅读(661) 评论(0) 推荐(0) 编辑
摘要: public void DownloadFile(string fileId) { //Stream fileStream = null; try { int fileID = Conve... 阅读全文
posted @ 2014-04-29 14:28 随心所意 阅读(2067) 评论(0) 推荐(0) 编辑
摘要: 文件上传时传过来一个stream代码如下: 1 /// 2 /// 上传文件 3 /// 4 /// 文件名 5 /// 文件流 6 /// 7 public ResponseType Uploa... 阅读全文
posted @ 2014-04-29 14:21 随心所意 阅读(1415) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页