本文主要是介绍SecureCRT按Ctrl+S后假死问题,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
CTRL-S和CTRL-Q称为流控制字符。它们代表了停止和重新启动从一个设备到另一个设备(例如,从计算机到终端)的输出流的过时方式,当这种输出的速度很低时,这种方式很有用。在高速网络的这些日子里,它们已经过时了。事实上,在后一种情况下,CTRL-S和CTRL-Q基本上是一种麻烦。你真正需要知道的唯一一件事是,如果你的屏幕输出变得“卡住”,那么你可能会意外地击中CTRL-S。键入CTRL-Q以重新启动输出;您之间可能遇到的任何键都将生效。
CTRL-S and CTRL-Q are called flow-control characters. They represent an antiquated way of stopping and restarting the flow of output from one device to another (e.g., from the computer to your terminal) that was useful when the speed of such output was low. They are rather obsolete in these days of high-speed networks. In fact, under the latter conditions, CTRL-S and CTRL-Q are basically a nuisance. The only thing you really need to know about them is that if your screen output becomes “stuck,” then you may have hit CTRL-S by accident. Type CTRL-Q to restart the output; any keys you may have hit in between will then take effect.
这篇关于SecureCRT按Ctrl+S后假死问题的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!