分类 IDEA 下的文章

IntelliJ IDEA License Server v1.6

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

v1.1版在这里:http://blog.lanyus.com/archives/189.html

v1.2版在这里:http://blog.lanyus.com/archives/228.html

v1.3版在这里:http://blog.lanyus.com/archives/231.html

v1.4版在这里:http://blog.lanyus.com/archives/305.html

v1.5版在这里:http://blog.lanyus.com/archives/314.html

更新说明:

修改默认端口为1027

- 阅读剩余部分 -

撸了个反代工具, 可用于激活JRebel

下载地址:
https://github.com/ilanyu/ReverseProxy/releases/latest

使用方法:

./ReverseProxy_[OS]_[ARCH] -h

Usage of ReverseProxy_[OS]_[ARCH]:
  -l string
        listen on ip:port (default "0.0.0.0:8888")
  -r string
        reverse proxy addr (default "http://idea.lanyus.com:80")
./ReverseProxy_windows_amd64.exe -l "0.0.0.0:8081" -r "https://www.baidu.com"

Listening on 0.0.0.0:8081, forwarding to https://www.baidu.com

默认反代idea.lanyus.com, 运行起来后, http://127.0.0.1:8888/JRebel用户名 就是激活地址了, 邮箱随意填写, 当然, 也可用于idea

也可以在Docker中使用

docker pull ilanyu/golang-reverseproxy

docker run -d -p 8888:8888 ilanyu/golang-reverseproxy

IntelliJ IDEA License Server v1.5

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

v1.1版在这里:http://blog.lanyus.com/archives/189.html

v1.2版在这里:http://blog.lanyus.com/archives/228.html

v1.3版在这里:http://blog.lanyus.com/archives/231.html

v1.4版在这里:http://blog.lanyus.com/archives/305.html

更新说明:

  1. 升级到 Golang 1.9
  2. 解决 mac os 10.13 无法使用的问题

- 阅读剩余部分 -