摘要: View Code 1usingSystem;2usingSystem.Collections.Generic;3usingSystem.Linq;4usingSystem.Text;5usingSystem.IO;6usingSystem.Runtime.Serialization.Json;78namespaceEsint.Common9{10///<summary>11///JSON序列化和反序列化辅助类12///</summary>13publicclassJsonHelper14{15///<summary>16///JSON序列化17///< 阅读全文
posted @ 2012-09-17 14:21 刘伟通 阅读(171) 评论(0) 推荐(0)
摘要: 1.建立表空间create tablespace 表空间名datafile '数据库文件路径\**.dbf ' size *M 阅读全文
posted @ 2010-03-27 16:32 刘伟通 阅读(151) 评论(0) 推荐(0)
摘要: 一.泛型概述 所谓泛型,即通过参数化类型来实现在同一份代码上操作多种数据类型,泛型编程是一种编程范式,它利用“参数化类型”将类型抽象化,从而实现更为灵活的复用。二.泛型的特点 类型安全,代码的复用,更高的效率,更清晰的约束三.泛型示例 1) 不使用泛型的情况:[代码] 2)使用泛型[代码] 阅读全文
posted @ 2009-08-25 22:53 刘伟通 阅读(197) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示