zoukankan      html  css  js  c++  java
  • DVT JetBrains License Server(JetBrains授权服务器)2018 v1.1 最新版 含32位/64位

    DVT JetBrains License Server是JetBrains系列软件授权服务器,支持2017版本得jetbrains pycharm,JetBrainswebstorm,JetBrains CLion,JetBrains dotTrace,JetBrains ToolBox,JetBrains GoLand,Jetbrains dotMemory,JetBrains DataGrip,JetBrains PyCharm,JetBrains dotCover, JetBrains YouTrack,JetBrains RubyMine等得激活,并且支持  - ./darwin - MacOSX(x86,x64) - ./freebsd - FreeBSD(x86,x64,arm)   - ./linux - Linux(x86,x64,arm,arm64)     - ./windows - Windows(x86,x64)。小编亲测,再win10得64位系统上完美激活JetBrainswebstorm。

    使用方法

    1) Unpack & Install the software.
     2) Chose the license server for your desired platform:
     
        - ./darwin  - MacOSX  ( x86, x64 )
        - ./freebsd - FreeBSD ( x86, x64, arm )
        - ./linux   - Linux   ( x86, x64, arm, arm64 )
        - ./windows - Windows ( x86, x64 )
     
        You can either run the license server on your pc,
        or on a (dedicated) server. Independently of the
        platform, the license server can license clients
        of any platform.
     
     3) Copy the binary of the license server to a permanent
        directory, such as C:dvt-jb-lic-server or 
        /opt/dvt-jb-lic-server/
     
     4.1) Windows:
        - Start a command prommpt as an Administrator.
        - Go to the directory, where you put the license
          server, using "cd".
        - Install the license server:
     
          x64: dvt-jb_licsrv.386.exe -mode install
          x64: dvt-jb_licsrv.amd64.exe -mode install
     
          This will install the license server as a 
          windows service. If you want to remove it
          again, use "-mode uninstall".
     
        - Open services.msc and start the service.
          Alternatively, use "net start" or reboot
          your pc/server.
     
     4.2) *nix:
       - Go to the directory, where you put the license
         server.
     
       - Execute, either as root or using sudo:
     
         dvt-jb_licsrv.[platform].[arch] -mode install
     
         where platform is your OS and arch is your system
         architecture. To uninstall, you can use -mode uninstall.
         This will install (depending on your service system)
         a new service.
     
       - Start this service using your standard service
         tools.
     
      5) Start the application and point it to the license server.
         If you are running the license server on the same host,
         you can point it to "http://127.0.0.1:1337". Otherwise, 
         use the ip or hostname of your license server.
     
      6) Enjoy!
    本站以JetBrainswebstorm为例,安装完成后,回到压缩包,解压DVT.rar,可以获取各个平台得激活文件,我们选择windows平台得64位文件dvt-jb_licsrv.amd64并运行,http://127.0.0.1:1337


    打开桌面快捷方式,弹出注册窗口选择Activate》License Server》输入“http://127.0.0.1:1337”,然后点击“Activete”完成认证即可

  • 相关阅读:
    Leetcode Spiral Matrix
    Leetcode Sqrt(x)
    Leetcode Pow(x,n)
    Leetcode Rotate Image
    Leetcode Multiply Strings
    Leetcode Length of Last Word
    Topcoder SRM 626 DIV2 SumOfPower
    Topcoder SRM 626 DIV2 FixedDiceGameDiv2
    Leetcode Largest Rectangle in Histogram
    Leetcode Set Matrix Zeroes
  • 原文地址:https://www.cnblogs.com/micro-chen/p/12003778.html
Copyright © 2011-2022 走看看