网创优客建站品牌官网
为成都网站建设公司企业提供高品质网站建设
热线:028-86922220
成都专业网站建设公司

定制建站费用3500元

符合中小企业对网站设计、功能常规化式的企业展示型网站建设

成都品牌网站建设

品牌网站建设费用6000元

本套餐主要针对企业品牌型网站、中高端设计、前端互动体验...

成都商城网站建设

商城网站建设费用8000元

商城网站建设因基本功能的需求不同费用上面也有很大的差别...

成都微信网站建设

手机微信网站建站3000元

手机微信网站开发、微信官网、微信商城网站...

建站知识

当前位置:首页 > 建站知识

使用java对screen进行配置时需要注意哪些事项-创新互联

这篇文章将为大家详细讲解有关使用java对screen进行配置时需要注意哪些事项,文章内容质量较高,因此小编分享给大家做个参考,希望大家阅读完这篇文章后对相关知识有一定的了解。

目前成都创新互联公司已为上1000+的企业提供了网站建设、域名、虚拟主机、网站托管维护、企业网站设计、王屋网站维护等服务,公司将坚持客户导向、应用为本的策略,正道将秉承"和谐、参与、激情"的文化,与客户和合作伙伴齐心协力一起成长,共同发展。

java screen的配置详解及注意事项

# Set default encoding using utf8 
defutf8 on 
 
## 解决中文乱码,这个要按需配置 
defencoding utf8 
encoding utf8 utf8 
  
#兼容shell 使得.bashrc .profile /etc/profile等里面的别名等设置生效 
shell -$SHELL 
 
#set the startup message 
startup_message off 
#term linux 
 
## 解决无法滚动 
termcapinfo xterm|xterms|xs ti@:te=\E[2J 
  
# 屏幕缓冲区行数 
defscrollback 10000 
  
# 下标签设置 
caption always "%{=u .G} %-w%<%{=ub .y}%n %t%{=u .G}%+w " 
hardstatus alwaysignore 
hardstatus alwayslastline "%{= .K} [%l]%<%=%{= .W}@%H %=%{= .y} %Y/%m/%d%{= .m} %C %A" 
#关闭闪屏 
vbell off 
  
#Keboard binding 
bindkey ^[d prev 
bindkey ^[f next 
 
# bind Alt`~= to screen0~12 
bindkey "^[`" select 0 
bindkey "^[1" select 1 
bindkey "^[2" select 2 
bindkey "^[3" select 3 
bindkey "^[4" select 4 
bindkey "^[5" select 5 
bindkey "^[6" select 6 
bindkey "^[7" select 7 
bindkey "^[8" select 8 
bindkey "^[9" select 9 
bindkey "^[0" select 10 
bindkey "^[-" select 11 
bindkey "^[=" select 12 
# bind F5 to create a new screen 
bindkey ^[n screen 
# bind F6 to detach screen session (to background) 
bindkey -k k6 detach 
# bind F7 to kill current screen window 
bindkey -k k7 kill 
# bind F8 to rename current screen window 
bindkey -k k8 title 
 

本文名称:使用java对screen进行配置时需要注意哪些事项-创新互联
链接URL:http://bjjierui.cn/article/dddjdp.html

其他资讯