01 2017 档案

摘要:1、First we need to register the AJAX Control Toolkit on the page 2、 使用 即可 阅读全文
posted @ 2017-01-20 13:22 jason_LSZ 阅读(309) 评论(0) 推荐(0)
摘要:一、基元类型 、 引用类型 和 值类型的区别; 1、基元类型(primitive type):编译器直接支持的数据类型; 基元类型 直接映射到 FCL 中存在的类型。 C# 小写是基元类型,例如:string , 大写是FCL类型,例如String, 基元类型直接映射到FCL类型,所以这两者之间没有 阅读全文
posted @ 2017-01-15 18:48 jason_LSZ 阅读(189) 评论(0) 推荐(0)
摘要:查找 FooterTemplate中 的DIV , 这个div 要有runat="server"属性: 阅读全文
posted @ 2017-01-12 14:59 jason_LSZ 阅读(263) 评论(0) 推荐(0)
摘要:double days = timespan.TotalDays; /// 天数 double hours = timespan.TotalHours; // 小时 double minutes = timespan.TotalMinutes; /// 分钟 double milliseconds 阅读全文
posted @ 2017-01-09 15:53 jason_LSZ 阅读(265) 评论(0) 推荐(0)
摘要:方法1: 方法2:(已经过时) 阅读全文
posted @ 2017-01-09 15:37 jason_LSZ 阅读(238) 评论(0) 推荐(0)