11
This commit is contained in:
parent
2f692068d5
commit
e88cf0e160
@ -43,7 +43,7 @@ namespace FlyDockTool
|
||||
_tcpResult = new System.Threading.Timer(obj => tcpResultTick(), null, -1, 10);//调用方法TResultTick 作为定时执行的方法 处于暂停状态
|
||||
_AccessResult = new System.Threading.Timer(obj => accessResultTick(), null, -1, 10000);//调用方法TResultTick 作为定时执行的方法 处于暂停状态
|
||||
}
|
||||
//赖浩
|
||||
//赖浩1
|
||||
/// <summary>
|
||||
/// 查找某个字符小串在 字符大串中出现的位置数组
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user