上一页 1 ··· 3 4 5 6 7
摘要: using System;using System.Collections.Generic;using System.IO;using System.Text; namespace Manjinba.Communication.Common.Utils{ /// <summary> /// 文件辅助 阅读全文
posted @ 2019-03-16 09:02 Nine4酷 阅读(186) 评论(0) 推荐(0) 编辑
摘要: /****************************************************************************************** 作者: Eddie Xu ** 时间: 2018/11/29 10:34:53 ** 版本: V1.0.0 ** C 阅读全文
posted @ 2019-03-16 09:01 Nine4酷 阅读(176) 评论(0) 推荐(0) 编辑
摘要: /****************************************************************************************** 作者: 许丽勤 ** 时间: 2017/12/1 15:22:59 ** 版本: V1.0.0 ** CLR: 4. 阅读全文
posted @ 2019-03-16 08:59 Nine4酷 阅读(667) 评论(0) 推荐(0) 编辑
摘要: using Manjinba.Communication.Common.Caching;using Manjinba.Communication.Common.Logging;using Manjinba.Communication.Common.Utils;using Manjinba.Commu 阅读全文
posted @ 2019-03-16 08:52 Nine4酷 阅读(393) 评论(0) 推荐(0) 编辑
摘要: using Manjinba.Communication.Common.Logging;using System;using System.Collections.Concurrent;using System.Collections.Generic;using System.Linq;using 阅读全文
posted @ 2019-03-07 18:38 Nine4酷 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 所谓泛型是指将类型参数化以达到代码复用提高软件开发工作效率的一种数据类型。一种类型占位符,或称之为类型参数。我们知道一个方法中,一个变量的值可以作为参数,但其实这个变量的类型本身也可以作为参数。泛型允许我们在调用的时候再指定这个类型参数是什么。在.net中,泛型能够给我们带来的两个明显好处是——类型 阅读全文
posted @ 2015-01-25 23:04 Nine4酷 阅读(149) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7