随笔 - 84  文章 - 0  评论 - 3  阅读 - 71507
  2014年2月26日
摘要: 参考文档:http://blog.csdn.net/bitfan/article/details/17260775http://www.cnblogs.com/Mainz/archive/2012/03/06/2382653.html#!commentshttp://www.cnblogs.com/wediscuss/p/3486062.html 阅读全文
posted @ 2014-02-26 13:29 顺风车 阅读(203) 评论(0) 推荐(0)
  2014年2月21日
摘要: vs2010 更新jQuery只能提示包时,可以直接在NuGet中更新jquery-2.1.0-vsdoc.jsjquery-2.1.0.jsjquery-2.1.0.min.jsjquery-2.1.0.min.map 阅读全文
posted @ 2014-02-21 17:05 顺风车 阅读(473) 评论(3) 推荐(0)
摘要: http://www.cnblogs.com/xishuai/p/3558979.html 阅读全文
posted @ 2014-02-21 16:03 顺风车 阅读(111) 评论(0) 推荐(0)
  2014年2月19日
摘要: http://www.csdn.net/article/2014-02-18/2818443-15-best-bootstrap-tools-for-designers 阅读全文
posted @ 2014-02-19 09:39 顺风车 阅读(170) 评论(0) 推荐(0)
  2014年2月13日
摘要: 主要使用:ConfigurationSectionIConfigurationSectionHandler已被否决http://technet.microsoft.com/zh-cn/library/2tw134k3(v=vs.85).aspxhttp://www.cnblogs.com/aspnethot/articles/1408689.html 阅读全文
posted @ 2014-02-13 17:17 顺风车 阅读(880) 评论(0) 推荐(0)
摘要: 提供一种将值的类型转换为其他类型以及访问标准值和子属性的统一方法。自定义Converter:public class GenericListTypeConverter : TypeConverter { protected readonly TypeConverter typeConverter; public GenericListTypeConverter() { typeConverter = TypeDescriptor.GetConverter(typeof(T)); if (typeConv... 阅读全文
posted @ 2014-02-13 16:42 顺风车 阅读(7186) 评论(0) 推荐(0)
摘要: 在泛型类和泛型方法中产生的一个问题是,在预先未知以下情况时,如何将默认值分配给参数化类型 T:T 是引用类型还是值类型。 如果 T 为值类型,则它是数值还是结构http://msdn.microsoft.com/zh-cn/library/xwth0h0d.aspx //T a = default(T); int i = default(int); Console.WriteLine(i); Console.WriteLine(default(int)); Console.WriteL... 阅读全文
posted @ 2014-02-13 10:22 顺风车 阅读(296) 评论(0) 推荐(0)
  2014年2月12日
摘要: namespace Nop.Core.Caching{ /// /// Cache manager interface /// public interface ICacheManager { /// /// Gets or sets the value associated with the specified key. /// /// Type /// The key of the value to get. /// The value associated with ... 阅读全文
posted @ 2014-02-12 18:04 顺风车 阅读(338) 评论(0) 推荐(0)
摘要: 1.使用公用类库来实现转换. LckLib.Character.PinYin2.微软国际化语言的互转 http://www.cnblogs.com/LonelyShadow/p/3543798.html 阅读全文
posted @ 2014-02-12 13:12 顺风车 阅读(198) 评论(0) 推荐(0)
  2014年2月11日
摘要: http://www.cnblogs.com/qiuliang/archive/2011/12/01/2270909.html 阅读全文
posted @ 2014-02-11 16:39 顺风车 阅读(136) 评论(0) 推荐(0)
< 2025年6月 >
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
6 7 8 9 10 11 12

点击右上角即可分享
微信分享提示