zoukankan      html  css  js  c++  java
  • 自己搭建IntelliJ IDEA授权服务器

    https://github.com/Jrohy/Idea_LicenseServer_onekey
    

      运行

    bash <(curl -L -s https://raw.githubusercontent.com/Jrohy/Idea_LicenseServer_onekey/master/install.sh)
    

      按着提示操作就可以了

    安装完后 

    在 

    /usr/local/Idea_LicenseServer_onekey/lanyus_src

    这个目录下 创建 

    IntelliJIDEALicenseServer.html
    <!DOCTYPE html>
    
    <html>
    <head>
        <meta charset="utf-8">
        <link rel="stylesheet" href="//dn-lbstatics.qbox.me/pintuer/1.0/pintuer.mini.css">
        <title>安伟idea服务器</title>
        <script>
            var _hmt = _hmt || [];
            (function() {
                var hm = document.createElement("script");
                hm.src = "https://hm.baidu.com/hm.js?0de7e180ed0f898071676dd6e10d803f";
                var s = document.getElementsByTagName("script")[0];
                s.parentNode.insertBefore(hm, s);
            })();
        </script>
    </head>
    <body>
    服务器正常使用中。。。<br/>
    (如果条件允许,请支持正版)<br/>
    自助搭建完整教程请见:<a href='https://www.cnblogs.com/songanwei/p/9316012.html'>自己搭建IntelliJ IDEA授权服务器</a><br/>
    <script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
    <div class="line text-big">
        <div class="x2 x1-move" style="margin-top:100px;margin-left:38%;">
                    <span id="busuanzi_container_site_pv" style="display: inline;">
                        <div class="padding border border-sub border-dotted fadein-bottom">
                <span id="busuanzi_container_site_pv2">本站总访问量<span id="busuanzi_value_site_pv">0</span>次</span>
                        </div>
                    </span>
        </div>
    </div>
    
    
    </body>
    </html>
  • 相关阅读:
    003.Heartbeat MySQL双主复制
    001.常见监控简介
    微服务探索与实践—服务注册与发现
    设计模式之建造者模式
    .NET Core 3.0之深入源码理解Startup的注册及运行
    【译】.NET Core 3.0 Preview 3中关于ASP.NET Core的更新内容
    C#并发编程之异步编程(三)
    设计模式之中介者模式
    设计模式之单例模式
    设计模式之装饰器模式
  • 原文地址:https://www.cnblogs.com/songanwei/p/9316012.html
Copyright © 2011-2022 走看看