• 自己搭建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>
  • 相关阅读:
    Android项目实战(四):ViewPager切换动画(3.0版本以上有效果)
    安卓开发_浅谈ListView(SimpleAdapter数组适配器)
    ADB server didn't ACK 解决方法
    安卓开发_浅谈自定义组件
    Go语言基础之指针
    Go语言基础之接口
    Go语言标准库之fmt
    Go语言基础之函数
    LeetCode go
    Go语言基础之变量和常量
  • 原文地址:https://www.cnblogs.com/songanwei/p/9316012.html
Copyright © 2020-2023  润新知