zoukankan      html  css  js  c++  java
  • IntelliJ IDEA License Server 本地搭建教程

    简介

    IntelliJ IDEA是JetBrains公司的一款IDE,主要用于java。
    同系列有用于Ruby的RubyMine、Python的PyCharm、JavaScript的WebStorm、PHP的PhpStorm等,而且都非常优秀,如果你打算采用的话可以给个小提示:idea+php插件即可变为PhpStorm、+python插件即可变为PyCharm等,装一个idea,再把需要的插件装上,可以在一个项目中同时支持多种开发语言。

    下载

    IntelliJ IDEA License Server v1.6 的下载地址:https://pan.baidu.com/s/1dFS9DaL

    提取码:xxc2

    下载完以后解压,然后可以看到如下:

    这里写图片描述

    服务器为 windows

    如果你的服务器为 windows ,你可以双击 IntelliJIDEALicenseServer_windows_amd64.exe 文件,效果如下图所示:

    这里写图片描述

    idea注册界面选择授权服务器,填写http://服务器地址:1027,然后点击“OK”,如图

    这里写图片描述

    服务器为 centos

    上传 IntelliJIDEALicenseServer1.6.zip 压缩包到centos 服务器 ,然后解压,解压完成后,进入解压目录,看到

    这里写图片描述

    1、先运行 chmod a+x IntelliJIDEALicenseServer_linux_amd64
    2、然后运行 ./IntelliJIDEALicenseServer_linux_amd64

    效果如下

    这里写图片描述

    idea注册界面选择授权服务器,填写http://服务器地址:1027,然后点击“OK”,如图

    这里写图片描述


    个人微信号:zhaoyanjun125 , 欢迎关注

  • 相关阅读:
    单个 js 文件禁用 ESLint 语法校验
    meta标签整合
    安装es6编译babel
    JSON.parse()和JSON.stringify()的区别
    preventDefault()、stopPropagation()、return false 的区别
    excel 表格内容读取
    redis 小例
    多文件打包下载
    随笔
    js数组删除元素
  • 原文地址:https://www.cnblogs.com/xiang--liu/p/13883523.html
Copyright © 2011-2022 走看看