Java学习路线——在下小赵

基础知识

一、常用DOS命令

  0、鼠标右键即为粘贴

  1、盘符切换: E: 或 D:        

  2、查看当前目录下的所有文件:dir  (director)

  3、切换目录:cd  (change director)  

    cd  /d      #跨盘符切换  如cd  /d  D:\Environment

    cd  ..      #返回上一级

    cd  tmp     #进入下一级

  4、清理屏幕:cls  (clear screen)

  5、退出终端:exit

  6、查看电脑IP:ipconfig  (IP config)

  7、打开软件  

    calc      #计算器

    notepad    #记事本

    mspaint    #画图工具

  8、ping 命令  

  9、文件操作  

    md text   #创建text文件夹 / 创建目录

    cd>a.txt   #创建a.txt

    del a.txt   #删除a.txt

    rd text    #移除目录 / 删除文件夹

 

  

 

上一篇:解决 git clone fatal: unable to access ‘https://github.com...‘: 的一种方法


下一篇:Couldn‘t upload helpers for remote interpreter: File D:\Softmare\Pycharm_pro\PyCharm 2020.2.3\pl