📄 mystep.sh
字号:
mkdir ~/importantmv ~/kq.jar ~/important/kq.jarecho 'CLASSPATH=~/important/kq.jar:.' >>~/.bash_profileecho 'export CLASSPATH' >> ~/.bash_profileecho 'java test.RegisterDemo' > ~/important/registerchmod a+x ~/important/registerecho 'java test.CheckingDemo' > ~/important/checkingchmod a+x ~/important/checkingecho 'PATH=$PATH:~/important' >> ~/.bash_profileecho 'export PATH' >> ~/.bash_profileecho 'oracle_driver=oracle.jdbc.driver.OracleDriver' >> ~/.bash_profileecho 'oracle_url=jdbc:oracle:thin:@192.168.1.240:1521:tarena' >> ~/.bash_profileecho 'oracle_username=zjtarena' >> ~/.bash_profileecho 'oracle_password=zjtarena' >> ~/.bash_profileecho 'export oracle_driver oracle_url' >> ~/.bash_profile echo 'export oracle_username oracle_password' >> ~/.bash_profileecho '#让我们的文件能保存汉字' >> ~/important/.bash_profilecat ~/.bash_profile >> ~/important/.bash_profileecho 'tarena_id=换成你的学号' >> ~/important/.bash_profileecho 'tarena_name=你自己的真实姓名' >> ~/important/.bash_profileecho 'export tarena_id tarena_name' >> ~/important/.bash_profilemv ~/important/.bash_profile ~/.bash_profile
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -