Skip to content

Latest commit

 

History

History
454 lines (346 loc) · 14.6 KB

first.md

File metadata and controls

454 lines (346 loc) · 14.6 KB

<!doctype html>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta name="referrer" content="no-referrer-when-downgrade">


<title>记录早期爱狂热blog简介记录 | 爱狂热博客</title>
<meta property="og:title" content="记录早期爱狂热blog简介记录 - 爱狂热博客">
<meta property="og:type" content="article">
    
<meta property="article:published_time" content='2020-11-22T09:15:46&#43;08:00'>
    
    
<meta property="article:modified_time" content='2020-11-22T09:15:46&#43;08:00'>
    
<meta name="Keywords" content="golang,go语言,PHP,爱狂热,php,python,博客,项目管理,软件架构,公众号,小程序">
<meta name="description" content="记录早期爱狂热blog简介记录">
    
<meta name="author" content="爱狂热">
<meta property="og:url" content="http://hmx224.github.io/first.md">
<link rel="shortcut icon" href='/favicon.ico'  type="image/x-icon">

<link rel="stylesheet" href='/css/normalize.css'>
<link rel="stylesheet" href='/css/style.css'>
<script type="text/javascript" src="//cdn.bootcdn.net/ajax/libs/jquery/3.4.1/jquery.min.js"></script>







    <link rel="stylesheet" href='/css/douban.css'>

    <link rel="stylesheet" href='/css/other.css'>
                <a id="logo" href="http://hmx224.github.io/">
                    爱狂热博客
                </a>
            
            <p class="description">专注于PHP、Python、Go语言(golang)、项目管理、软件架构、服务运维</p>
        </div>
        <div>
            <nav id="nav-menu" class="clearfix">
                <a class="current" href="http://hmx224.github.io/">首页</a>
                
                <a  href="http://hmx224.github.io/tools/" title="工具">工具</a>
                
                <a  href="http://hmx224.github.io/categories/" title="分类">分类</a>
                
                <a  href="http://hmx224.github.io/archives/" title="归档">归档</a>
                
                <a  href="http://hmx224.github.io/about/" title="关于">关于</a>
                
            </nav>
        </div>
    </div>
</div>
<div id="body">
    <div class="container">
        <div class="col-group">

            <div class="col-8" id="main">
<style type="text/css"> .post-toc { position: fixed; width: 200px; margin-left: -210px; padding: 5px 10px; font-family: Athelas, STHeiti, Microsoft Yahei, serif; font-size: 12px; border: 1px solid rgba(0, 0, 0, .07); border-radius: 5px; background-color: rgba(255, 255, 255, 0.98); background-clip: padding-box; -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .125); box-shadow: 1px 1px 2px rgba(0, 0, 0, .125); word-wrap: break-word; white-space: nowrap; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 999; cursor: pointer; max-height: 70%; overflow-y: auto; overflow-x: hidden; }
.post-toc .post-toc-title {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.post-toc .post-toc-content {
    font-size: 15px;
}

.post-toc .post-toc-content>nav>ul {
    margin: 10px 0;
}

.post-toc .post-toc-content ul {
    padding-left: 20px;
    list-style: square;
    margin: 0.5em;
    line-height: 1.8em;
}

.post-toc .post-toc-content ul ul {
    padding-left: 15px;
    display: none;
}

@media print,
screen and (max-width:1057px) {
    .post-toc {
        display: none;
    }
}
</style> <script type="text/javascript"> $(document).ready(function () { var postToc = $(".post-toc"); if (postToc.length) { var leftPos = $("#main").offset().left; if(leftPos<220){ postToc.css({"width":leftPos-10,"margin-left":(0-leftPos)}) }
        var t = postToc.offset().top - 20,
            a = {
                start: {
                    position: "absolute",
                    top: t
                },
                process: {
                    position: "fixed",
                    top: 20
                },
            };
        $(window).scroll(function () {
            var e = $(window).scrollTop();
            e < t ? postToc.css(a.start) : postToc.css(a.process)
        })
    }
})
</script>

记录早期爱狂热blog简介记录

2020年11月22日
    <div class="post-meta">
        <span>|</span>
        
        <span class="meta-category"><a href='/categories/jobs'>jobs</a></span>
        
    </div>
    
    
    <div class="post-meta">
        <span id="busuanzi_container_page_pv">|<span id="busuanzi_value_page_pv"></span><span>
                阅读</span></span>
    </div>
    
    
    <div class="clear" style="display: none">
        <div class="toc-article">
            <div class="toc-title">文章目录</div>
        </div>
    </div>
    
    <div class="post-content">
        <h1 id="知识图谱引导">知识图谱引导</h1>

记录起来,加油,奋进,努力!

工具

  • pycharm 2018.03,有效期到:2100年,主要是注意流程点击这里
  • pycharm 破解流程,点击这里
  • phpstorm 2016.3.2,可使用百度云中的下载使用
  • goland 2019.01/2018.03(这个版本可以用),百度云下载使用
  • php校验身份证号,点击这里
  • html代码压缩,点击这里

Go语言

PHP语言

  • php中安装swoole扩展点击这里 “说明:1. 停止命令 pkill php-fpm 2.重启或启动命令 php-fpm -R 3.php –ri swoole 查看swoole安装情况”
  • easySwoole文档点击这里
  • php包仓库点击这里

Python语言

ssl证书

  • acme.sh 非常简单的 从 letsencrypt 生成 ssl 证书的中文说明点击这里
  • ssl证书信息查询
  • https时效查询点击这里
  • https证书查询,更准确点点击这里

GIT工具

  • Git知识总览(一) 从 git clone 和 git status 谈起点击这里

前端

其他

    </div>

See Also

        <li><a href="/about/">关于我</a></li>
        
        <li><a href="/tools/">工具</a></li>
        
        <li><a href="/archives/">归档</a></li>
        
        <li><a href="/search/">搜索</a></li>
        
    </ul>
    
    <div class="post-meta meta-tags">
        
        <ul class="clearfix">
            
            <li><a href='/tags/jobs'>jobs</a></li>
            
        </ul>
        
    </div>
</article>

<div id="disqus_thread"></div>
<script type="application/javascript"> var disqus_config = function () { }; (function() { if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) { document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.'; return; } var d = document, s = d.createElement('script'); s.async = true; s.src = '//' + "yourdiscussshortname" + '.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script>

Please enable JavaScript to view the comments powered by Disqus. comments powered by Disqus

<div class="post bg-white">
  <script src="https://utteranc.es/client.js"
        repo= "your github repo"
        issue-term="pathname"
        theme="github-light"
        crossorigin="anonymous"
        async>
  </script>
</div>
                <footer id="footer">
<div>
    &copy; 2017-2020 <a href="http://hmx224.github.io/">爱狂热博客 By 爱狂热 </a>
    | 版权所有 - <a href="http://www.beian.miit.gov.cn" target="_blank">京ICP备16009734号-2 </a>

    
</div>
<br />
<div>
    <div class="github-badge">
        <a href="https://gohugo.io/" target="_black" rel="nofollow"><span class="badge-subject">Powered by</span><span class="badge-value bg-blue">Hugo</span></a>
    </div>
    <div class="github-badge">
        <a href="https://www.ifanatic.cn/" target="_black"><span class="badge-subject">Design by</span><span class="badge-value bg-brightgreen">爱狂热</span></a>
    </div>
    <div class="github-badge">
        <a href="https://github.com/flysnow-org/maupassant-hugo" target="_black"><span class="badge-subject">Theme</span><span class="badge-value bg-yellowgreen">Maupassant</span></a>
    </div>
</div>
<script type="text/javascript">
    window.MathJax = {
        tex2jax: {
            inlineMath: [['$', '$']],
            processEscapes: true
            }
        };
</script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML' async></script>

<script type="text/javascript" src='/js/totop.js?v=0.0.0' async=""></script>
<script type="text/javascript" src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js" async></script>




<script src='/js/douban.js'></script>

            </div>

            <div id="secondary">
<section class="widget">
    <form id="search" action='http://hmx224.github.io/search/' method="get" accept-charset="utf-8" target="_blank" _lpchecked="1">
  
  <input type="text" name="q" maxlength="20" placeholder="Search">
  <input type="hidden" name="sitesearch" value="http://hmx224.github.io/">
  <button type="submit" class="submit icon-search"></button>
<section class="widget">
    <h3 class="widget-title">最近文章</h3>
    <li>
        <a href="http://hmx224.github.io/first.md" title="记录早期爱狂热blog简介记录">记录早期爱狂热blog简介记录</a>
    </li>
    
<section class="widget">
    <h3 class="widget-title"><a href='/categories/'>分类</a></h3>
    <li><a href="http://hmx224.github.io/categories/jobs/">jobs (1)</a></li>
    
<section class="widget">
    <h3 class="widget-title"><a href='/tags/'>标签</a></h3>
<a href="http://hmx224.github.io/tags/jobs/">jobs</a>

友情链接

        <li>
            <a target="_blank" href="https://www.ifanatic.cn/" title="爱狂热的博客">爱狂热的博客</a>
        </li>
        
        <li>
            <a target="_blank" href="http://www.humengxu.com" title="胡梦旭博客">胡梦旭博客</a>
        </li>
        
    </ul>
    
<section class="widget">
    <h3 class="widget-title">其它</h3>
    <ul class="widget-list">
        <li><a href="http://hmx224.github.io/index.xml">文章 RSS</a></li>
    </ul>
</section>