摘要: using System;using System.Text.RegularExpressions;public class RegexClass { private RegexClass() { } private static RegexClass instance = null; /// /// 静态实例化单体模式 /// 保证应用程序操作某一全局对象,让其保持一致而产生的对象 /// /// public static RegexClass GetInstance() ... 阅读全文
posted @ 2013-12-06 16:25 liyx0618 阅读(336) 评论(0) 推荐(0) 编辑
摘要: Protocol Buffer 阅读全文
posted @ 2013-12-06 10:38 liyx0618 阅读(7744) 评论(0) 推荐(1) 编辑