2011年11月23日

异步正则

摘要: private MatchCollection mc; private int _timeout; // 最长休眠时间(超时),毫秒 private int sleepCounter; private int sleepInterval; // 休眠间隔,毫秒 private bool _isTimeout; public bool IsTimeout { get { return this._isTimeout; } } public AsynchronousRegex(int timeout) { this._timeout = timeout; this.sleepC... 阅读全文

posted @ 2011-11-23 13:50 雨渐渐 阅读(211) 评论(0) 推荐(0)

导航