mystep.sh

来自「达内老师写的考勤管理系统~~比较适合初学者去看~」· Shell 代码 · 共 24 行

SH
24
字号
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 + =
减小字号Ctrl + -
显示快捷键?