IntelliJ IDEA License Server 更新

使用说明详见:http://blog.lanyus.com/archives/174.html

更新说明:
1、添加-p参数,用于指定监听的端口

2、添加-u参数,用于指定用户名

3、添加-prolongationPeriod参数,具体干嘛的我也不知道

下载地址:

http://download.csdn.net/detail/lanyu19950216/9467411
https://drive.google.com/file/d/0Bx7wGDIg2K-7MlA3RndvanJKaTQ/view?usp=sharing
http://pan.baidu.com/s/1i3YAuqT 密码: e7c7

标签: none

已有 112 条评论

  1. FatBeats FatBeats

    博主自己逆向玩破解?

  2. 博主你好,我在ubuntu下尝试用nginx对服务器进行方向代理,不过返回的总是remote call:not found
    请问我要进行反向代理要加一些什么参数设置呢

    1. @Alcanderian
      不需要加参数的啊,目测nginx配置文件没写好

      1. 我是这样写的,我其他反代网站都是这个写法,并没有什么问题,太奇怪了
        server { listen 80; # Make site accessible from http://localhost/ server_name jet.alau.top; location / { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_pass http://127.0.0.1:1017; proxy_redirect http://127.0.0.1:1017 http://jet.alau.top; try_files $uri $uri/ =404; } }

      2. 啊,我把
        try_files $uri $uri/ =404;
        去掉就没事了,,谢谢博主

  3. Leo Leo

    -prolongationPeriod参数应该是一个授权延时,按毫秒数计算的时间。如果没有指定这个参数,在授权服务器因为网络问题无法访问的时候,idea会马上要求你注册,如果有指定这个延时,授权会延后,而且期间你手动点击注册,即便授权服务器当前无法访问,因为有授权延时的存在,也依然会报告注册成功!

    1. Leo Leo

      @Leo
      简单点说的话,就是如果自己的授权服务器网络不太好,容易断,或者自己所在的网络不太好,也容易断的情况下,指定一个长达小时级别的参数,可以防止断网就没法用idea了

  4. zhang zhang

    命令行里面无法输入,请问能具体点吗?谢谢

    1. @zhang
      就是参数啊

      1. zhang zhang

        命令里不能输入啊

  5. 123 123

    怎么更改参数?

  6. rfadown rfadown

    Can you please support Resharper 2016.1.1. Thanks a lot.

  7. BBBOND BBBOND

    linux下的文件怎么使用?

    1. @BBBOND
      chmod添加权限后运行

      1. BBBOND BBBOND

        @ilanyu谢谢!解决了!

  8. Source code available Source code available

    Should be possible to add the source code?
    I would like to deploy it a a windows service :)

    Thanks in advance!

    1. GeeMan GeeMan

      @Source code available

      I too would like to run this as a service or as a background app on Windows. Any advice?

      1. young young

        @GeeManSearch about Instsrv.exe Srvany.exe

  9. Bronco Bronco

    博主你好,能否给个launchd的例子呢?在10.11下测试了很久,一直提示
    Service exited with abnormal code: 2
    也不知道是个啥情况,多谢多谢!ps,直接运行是没有问题的。

    1. @Bronco
      我身边没有MAC

      1. Bronco Bronco

        @ilanyu
        嗯嗯,已经搞定了,也是初学launchd,哈哈......

  10. 灰太狼 灰太狼

    root@my-pc:/opt# ./IntelliJIDEALicenseServer_linux_amd64 -u username -p 9898
    2016/06/13 17:59:27 *************************************************************
    2016/06/13 17:59:27 ** IntelliJ IDEA License Server **
    2016/06/13 17:59:27 ** by: ilanyu **
    2016/06/13 17:59:27 ** http://www.lanyus.com/ **
    2016/06/13 17:59:27 ** Alipay donation: [email protected] **
    2016/06/13 17:59:27 ** Please support genuine!!! **
    2016/06/13 17:59:27 ** listen on 0.0.0.0:9898... **
    2016/06/13 17:59:27 ** You can use http://127.0.0.1:9898 as license server **
    2016/06/13 17:59:27 *************************************************************

    username 是没有输出么?

    1. @灰太狼
      没有输出

      1. 灰太狼 灰太狼

        @ilanyu
        已经搭建好了
        http://idea.wolffy.cn

        -prolongationPeriod参数应该是一个授权延时????
        如果是 单位是 毫秒么?

        1. @灰太狼
          启动idea时,idea会立即进行认证,使用X秒时长后,又会认证,这个值和X有关,和X的关系是500倍

  11. jeffiy jeffiy

    最新版的不支持了麽?

  12. Regan Regan

    服务器 好像是golang写的

  13. 非常感谢 lanyus 提供这么好的工具
    吾乐吧软件站,已转载分享~~

  14. painerch painerch

    ssh登录linux服务器运行脚本后,关闭ssh连接后license server也关了,必须要一直开着ssh连接吗?

    1. @painerch
      不是啊,这不是Linux的基础知识么?

  15. Masterwishx Masterwishx

    Hello
    how i can register Resharper 2016.1.2 ?????
    thanks

  16. Poor progук Poor progук

    PhpStorm 2016.2 works fine with this activation

  17. zzz zzz

    您好,不能下载了

    1. @zzz
      谷歌的没问题,传其他地方的都会被删,懒得弄了

  18. Andreaem Andreaem

    Hi, I've just pick the package, but can't see OSX version, just tried to load the linux version but naturally don't work. Can you please prepare an OSX versione for the server? wold be very appreciated. thanks a lot for your fantastic work

  19. agateriver agateriver

    macOS Sierra下都不能运行了,直接被系统kill掉

    1. @agateriver
      upx脱掉

      1. agateriver agateriver

        @ilanyugotcha! Thanks.

  20. Eric Eric

    大神求,如何在win服务器上 注册服务启动

评论已关闭