别名设置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了别名设置相关的知识,希望对你有一定的参考价值。
alias sslocalss="nohup sslocal -s x.x.x.x -p 8989 -k "109097" -l 1080 - t 600 -m aes-256-cfb &"
ssh-keygen
ssh-copy-id [email protected]
alias ssh3="ssh ‘[email protected]‘"
alias sshfs3="sshfs -o IdentityFile=~/.ssh/id_rsa [email protected]:/ /home/labu laka/centos/
以上是关于别名设置的主要内容,如果未能解决你的问题,请参考以下文章
SSM-MyBatis-05:Mybatis中别名,sql片段和模糊查询加getMapper
C 语言数据类型本质 ( 数据类型别名 | typedef 关键字 | 为复杂数据类型设置别名 | 为简单数据类型设置别名 )