Win10 开发环境搭建
2018-06-27 本文已影响180人
tianwen01
Scoop
-
命令:scoop
-
安装
#打开powershell,win+r,然后输入powershell #更改策略 Set-ExecutionPolicy RemoteSigned -scope CurrentUser #安装 iex (new-object net.webclient).downloadstring('https://get.scoop.sh') #安装git scoop install git #开启extras库 scoop bucket add extras #开启java库 scoop bucket add java #更新 scoop update #查看安装软件列表 scoop list #搜索某软件 scoop search xxx #打开某软件官网 scoop home xxx #查看某软件安装信息 scoop info xxx #查看某软件执行命令位置 scoop which xxx #查看某软件当前状态,是否有更新等信息 scoop status xxx #更新某软件 scoop update xxx #卸载某软件,以xxx为例 scoop uninstall xxx
Git
JDK
Maven
IDEA
-
命令: idea
-
插件
-
安装
#旗舰版 scoop install idea-ultimate #社区版 scoop install idea