timeArray = new Array(); //临时数组变量 var timeStatusBar = new Ext.ux.StatusBar({ id: 'statusbar', defaultText: '选择时间列表', }); var timeSelectModel = new Ext.grid.CheckboxSelectionModel({ checkOnly:true, singleSelect:false, listeners:{ rowselect:function(sm…
最近用mosh替换了ssh作为连接开发机的工具,发现另外一个问题,ls cat随便什么命令输出结果超过一行的,向上翻页就没有了,找了下官网的FAQ也提到了这个问题,目前解决方案是使用tmux或者screen... Q: Why is my terminal's scrollback buffer incomplete? Mosh synchronizes only the visible state of the terminal. We are tracking this issue; see…