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
博主自己逆向玩破解?
博主你好,我在ubuntu下尝试用nginx对服务器进行方向代理,不过返回的总是remote call:not found
请问我要进行反向代理要加一些什么参数设置呢
@Alcanderian
不需要加参数的啊,目测nginx配置文件没写好
我是这样写的,我其他反代网站都是这个写法,并没有什么问题,太奇怪了
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; } }
啊,我把
try_files $uri $uri/ =404;
去掉就没事了,,谢谢博主
-prolongationPeriod参数应该是一个授权延时,按毫秒数计算的时间。如果没有指定这个参数,在授权服务器因为网络问题无法访问的时候,idea会马上要求你注册,如果有指定这个延时,授权会延后,而且期间你手动点击注册,即便授权服务器当前无法访问,因为有授权延时的存在,也依然会报告注册成功!
@Leo
简单点说的话,就是如果自己的授权服务器网络不太好,容易断,或者自己所在的网络不太好,也容易断的情况下,指定一个长达小时级别的参数,可以防止断网就没法用idea了
命令行里面无法输入,请问能具体点吗?谢谢
@zhang
就是参数啊
命令里不能输入啊
怎么更改参数?
Can you please support Resharper 2016.1.1. Thanks a lot.
linux下的文件怎么使用?
@BBBOND
chmod添加权限后运行
@ilanyu谢谢!解决了!
Should be possible to add the source code?
I would like to deploy it a a windows service :)
Thanks in advance!
@Source code available
I too would like to run this as a service or as a background app on Windows. Any advice?
@GeeManSearch about Instsrv.exe Srvany.exe
博主你好,能否给个launchd的例子呢?在10.11下测试了很久,一直提示
Service exited with abnormal code: 2
也不知道是个啥情况,多谢多谢!ps,直接运行是没有问题的。
@Bronco
我身边没有MAC
@ilanyu
嗯嗯,已经搞定了,也是初学launchd,哈哈......
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 是没有输出么?
@灰太狼
没有输出
@ilanyu
已经搭建好了
http://idea.wolffy.cn
-prolongationPeriod参数应该是一个授权延时????
如果是 单位是 毫秒么?
@灰太狼
启动idea时,idea会立即进行认证,使用X秒时长后,又会认证,这个值和X有关,和X的关系是500倍
最新版的不支持了麽?
服务器 好像是golang写的
@Regan
是的
非常感谢 lanyus 提供这么好的工具
吾乐吧软件站,已转载分享~~
ssh登录linux服务器运行脚本后,关闭ssh连接后license server也关了,必须要一直开着ssh连接吗?
@painerch
不是啊,这不是Linux的基础知识么?
Hello
how i can register Resharper 2016.1.2 ?????
thanks
PhpStorm 2016.2 works fine with this activation
您好,不能下载了
@zzz
谷歌的没问题,传其他地方的都会被删,懒得弄了
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
@Andreaem
darwin x64
macOS Sierra下都不能运行了,直接被系统kill掉
@agateriver
upx脱掉
@ilanyugotcha! Thanks.
大神求,如何在win服务器上 注册服务启动