1. Ctrl + G 输入要填充的区域(包含作为填充模板的那行)
2. Ctrl + D
using (ManualResetEvent waitHandle = new ManualResetEvent(false))
{
//若_timer.Dispose(waitHandle)已被调用过,则会返回false,可以防止重复调用
if (_timer.Dispose(waitHandle))
{
//等待排队中的和正在执行的回调完成,并设置超时
//回调结束时会自动调用waitHandle.Set()来解除阻塞
waitHandle.WaitOne(milliseconds);
}
}
try
{
_timer.Change(dueTime, period);
}
catch(ObjectDisposedException)
{
}
get router info routing-table static
get router info routing-table static | grep xxx.xxx.xxx.xxx
config route staticedit xx
diag sys session filter dst xxx.xxx.xxx.xxx
diag sys session filter proto 17 //proto number 17 为UDPdiag sys session filter proto 6 //proto number 6 为TCPdiag sys session filter dport 5000diag sys session filter negate dport //端口不为5000
diag sys session filter //查看当前过滤规则
diag sys session list //列出所有过滤出来的session
diag sys session clear //结束所有过滤出来的session
Windows系统安装界面认不到硬盘,加载RST驱动: https://iknow.lenovo.com.cn/detail/419926.html 纯净版Flash: https://gitlab.com/cleanflash/installer/-/releases ...