• 湮汐
    2019-09-25
    老师,bash执行命令和sh执行命令是不是一样的?二者有没有不同?

    作者回复: 执行 ls -l /usr/bin/sh 你就找到答案了

    
     1
  • fy
    2019-08-12
    老师,安装好那虚拟机,虚拟机切换到本地电脑的按键是啥?我查了半天按了没反应什么情况

    Press and release the right Ctrl key;
    Hold down the Alt key;
    Press the Tab key at least twice;
    Release the Alt key
    展开
     1
     1
  • SunRich
    2019-09-17
    第一次接触,还有这种方式
    
    
  • 李晓东
    2019-08-10
    老师您好 请教下 cd /tmp 和cd /tmp/ 的有什么区别呀?分别试用什么场景呢?在shell编程中有什么注意事项么?

    作者回复: 从命令单独使用来讲没有区别,但是在脚本里面经常用/tmp/,拼接变量更方便 ,如: /tmp/${next_path}

    
    
  • 面向对象
    2019-08-10
    怎样手动部署后台.war包?具体的操作?

    作者回复: 是指如何在后台运行war包吗?
    nohup java -jar target.war &

     1
    
我们在线,来聊聊吧