摘要: 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 阅读(346) 评论(0) 推荐(0)
摘要: Protocol Buffer 阅读全文
posted @ 2013-12-06 10:38 liyx0618 阅读(7781) 评论(0) 推荐(1)