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”完成认证即可

  • 相关阅读:
    Chapter1-data access reloaded:Entity Framework(上)
    Part1-Redefining your data-access strategy 重新定义你的数据访问策略
    ora-12541无监听的一种场景
    GridView根据一列自动计算(转载)
    百度Fex webuploader.js上传大文件失败
    JS文件中引用另一个JS文件
    连接虚拟机的SQLServer
    Spring中Bean的生命周期
    Spring中Bean的作用范围调整
    Spring中三种创建Bean对象的方式
  • 原文地址:https://www.cnblogs.com/micro-chen/p/12003778.html
Copyright © 2011-2022 走看看