zoukankan      html  css  js  c++  java
  • IntelliJIDEA永久注册使用

    1. 首先下载本地IntelliJIDEA注册服务机(没有密码哦)

      http://pan.baidu.com/s/1hsyZp0C

    2、解压后进入解压的文件夹,找到自己操作系统对应的版本,我这里使用 IntelliJIDEALicenseServer_windows_amd64.exe,双击打开运行,如下图所示:

      

      就让它这样运行即可,不用做任何处理,选择你安装的idea应用打开,界面提示过期需要输入秘钥

    3、在idea注册界面选择授权服务器,填写 http://127.0.0.1:1017,然后点击“OK”,如图

      

      点击OK即可进入idea,可以直接使用idea了,是不是很简单哦!!!

      注意:以后每次使用Idea的时候需要将本地该服务同步启动,故最好在公司内部搭建一套公有的服务,这样方便大家也方便自己,具体可以继续参看下面的讲解过程。

    2017-03-07 10:42:17 为公司搭建一套免费的永久激活服务,具体操作过程如下:

      1. 申明

        服务器版本为 CentOS6.4 Intel(R) Xeon(R) CPU E5-2640 0 @ 2.50GHz

      2. 从网上下载对应最新版本服务:

        wget --no-check-certificate https://coding.net/u/ilanyu/p/IntelliJIDEALicenseServer/git/raw/master/IntelliJIDEALicenseServer_linux_amd64

        或者从我的网盘上下载:

        http://pan.baidu.com/s/1jIBgPds

      3. 赋予当前下载文件的执行权限

        chmod +x IntelliJIDEALicenseServer_linux_amd64

      4. 最后执行该服务指令:

        ./IntelliJIDEALicenseServer_linux_amd64 &

        生成如下图所示界面证明安装成功:

        

        可以通过命令查看监听1017端口服务是否存在:

        netstat -nlap | grep 1017

        

      5. 修改idea中LicenseServer注册服务地址

        

      这样,以后你的IntelliJIDEA就可以永久使用了,除非你部署服务的这台服务器挂了。

  • 相关阅读:
    [Web Security] Create a hash salt password which can stored in DB
    [Angular] Stagger animation v4.3.3
    [D3] Make D3 v4 Charts Responsive with the viewBox attribute
    [D3] Create Chart Axes with D3 v4
    [D3] Margin Convention with D3 v4
    [D3] Better Code Organization with selection.call() with D3 v4
    [D3] Basic Interactivity with D3 v4
    [Angular] Reactive Store and AngularFire Observables
    Google Play和基于Feature的过滤
    Three Swaps DFS
  • 原文地址:https://www.cnblogs.com/liang1101/p/6472961.html
Copyright © 2011-2022 走看看