Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - devhc.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Connection: keep-alive
Content-Length: 162
Server: GitHub.com
Content-Type: text/html
Location: https://devhc.com/
X-GitHub-Request-Id: 27C9:21B8CF:120C6C:123141:6811FBF6
Accept-Ranges: bytes
Age: 0
Date: Wed, 30 Apr 2025 10:31:18 GMT
Via: 1.1 varnish
X-Served-By: cache-hel1410032-HEL
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1746009079.633260,VS0,VE124
Vary: Accept-Encoding
X-Fastly-Request-ID: c0946908912837460dfac8d807cb9038e0bd3bb3

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://devhc.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Connection: keep-alive
Content-Length: 28115
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Tue, 09 Jul 2024 09:05:39 GMT
Access-Control-Allow-Origin: *
ETag: "668cfd63-6dd3"
expires: Wed, 30 Apr 2025 10:41:19 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 710A:3592E:119F72:11C40D:6811FBF7
Accept-Ranges: bytes
Age: 0
Date: Wed, 30 Apr 2025 10:31:19 GMT
Via: 1.1 varnish
X-Served-By: cache-hel1410024-HEL
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1746009079.364575,VS0,VE139
Vary: Accept-Encoding
X-Fastly-Request-ID: 5149815cef08a7a945d0125b0cc5a3de324d15c8

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: devhc.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<head>
    

    

    



    <meta charset="utf-8">
    
    
    
    <meta name="baidu-site-verification" content="O0qt9Gkm8L" />
    
    
    
    <title>all3n&#39;s blog | coding like r&amp;b</title>
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    
    <meta name="theme-color" content="#3F51B5">
    
    
    <meta name="keywords" content="">
    <meta property="og:type" content="website">
<meta property="og:title" content="all3n&#39;s blog">
<meta property="og:url" content="http://devhc.com/index.html">
<meta property="og:site_name" content="all3n&#39;s blog">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="all3n">
<meta name="twitter:card" content="summary">
    
        <link rel="alternate" type="application/atom+xml" title="all3n&#39;s blog" href="/atom.xml">
    
    <link rel="shortcut icon" href="/favicon.ico">
    <link rel="stylesheet" href="/css/style.css?v=1.7.2">
    <script>window.lazyScripts=[]</script>

    <!-- custom head -->
    


<meta name="generator" content="Hexo 7.3.0"></head>

<body>
    <div id="loading" class="active"></div>

    <aside id="menu"  >
  <div class="inner flex-row-vertical">
    <a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menu-off">
        <i class="icon icon-lg icon-close"></i>
    </a>
    <div class="brand-wrap" style="background-image:url(/img/brand.jpg)">
      <div class="brand">
        <a href="/" class="avatar waves-effect waves-circle waves-light">
          <img src="/img/avatar.jpg">
        </a>
        <hgroup class="introduce">
          <h5 class="nickname">all3n</h5>
          <a href="mailto:[email protected]" title="[email protected]" class="mail">[email protected]</a>
        </hgroup>
      </div>
    </div>
    <div class="scroll-wrap flex-col">
      <ul class="nav">
        
            <li class="waves-block waves-effect active">
              <a href="/"  >
                <i class="icon icon-lg icon-home"></i>
                主页
              </a>
            </li>
        
            <li class="waves-block waves-effect">
              <a href="/archives"  >
                <i class="icon icon-lg icon-archives"></i>
                Archives
              </a>
            </li>
        
            <li class="waves-block waves-effect">
              <a href="/tags"  >
                <i class="icon icon-lg icon-tags"></i>
                Tags
              </a>
            </li>
        
            <li class="waves-block waves-effect">
              <a href="/categories"  >
                <i class="icon icon-lg icon-th-list"></i>
                Categories
              </a>
            </li>
        
            <li class="waves-block waves-effect">
              <a href="/resource"  >
                <i class="icon icon-lg icon-book"></i>
                Resource
              </a>
            </li>
        
            <li class="waves-block waves-effect">
              <a href="https://github.com/all3n" target="_blank" >
                <i class="icon icon-lg icon-github"></i>
                Github
              </a>
            </li>
        
            <li class="waves-block waves-effect">
              <a href="/about"  >
                <i class="icon icon-lg icon-link"></i>
                About Me
              </a>
            </li>
        
      </ul>
    </div>
  </div>
</aside>

    <main id="main">
        <header class="top-header" id="header">
    <div class="flex-row">
        <a href="javascript:;" class="header-icon waves-effect waves-circle waves-light on" id="menu-toggle">
          <i class="icon icon-lg icon-navicon"></i>
        </a>
        <div class="flex-col header-title ellipsis">all3n&#39;s blog</div>
        
        <div class="search-wrap" id="search-wrap">
            <a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="back">
                <i class="icon icon-lg icon-chevron-left"></i>
            </a>
            <input type="text" id="key" class="search-input" autocomplete="off" placeholder="输入感兴趣的关键字">
            <a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="search">
                <i class="icon icon-lg icon-search"></i>
            </a>
        </div>
        
        
        <a href="javascript:;" class="header-icon waves-effect waves-circle waves-light" id="menuShare">
            <i class="icon icon-lg icon-share-alt"></i>
        </a>
        
    </div>
</header>
<header class="content-header index-header">

    <div class="container fade-scale">
        <h1 class="title">all3n&#39;s blog</h1>
        <h5 class="subtitle">
            
                coding like r&b
            
        </h5>
    </div>

    


</header>

<div class="container body-wrap">

    <ul class="post-list">
    
        <li class="post-list-item fade">
            <article id="post-cpp-stringview"
  class="article-card article-type-post" itemprop="blogPost">

    <div class="post-meta">
        <time class="post-time" title="2023-05-23 11:38:25" datetime="2023-05-23T03:38:25.000Z"  itemprop="datePublished">2023-05-23</time>

        
	<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/cpp/">cpp</a><ul class="article-category-list-child"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/cpp/lang/">lang</a></li></ul></li></ul>



    </div>

    


  
    <h3 class="post-title" itemprop="name">
      <a class="post-title-link" href="/cpp/lang/cpp-stringview/">c++ stringview</a>
    </h3>
  




    <div class="post-content" id="post-content" itemprop="postContent">

    
        C++ StringView在 C++17 中,引入了 std::string_view 类型,它是一个轻量级的、不可变的字符串视图,可以用来代替 const char* 和 const std::string&amp;,并且提供了许多方便的方法来操作字符串。比如在一些新兴语言 rust 设计就直接支持&amp;str 切片
创建 StringView可以通过以下方式来创建 std::str...
    

        <a href="/cpp/lang/cpp-stringview/" class="post-more waves-effect waves-button">
            阅读全文…
        </a>
    </div>
    
    <div class="post-footer">
        
	<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/cpp/" rel="tag">cpp</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/string/" rel="tag">string</a></li></ul>

    </div>
    
</article>

        </li>
    
        <li class="post-list-item fade">
            <article id="post-mac-mac-upgrade-a1398"
  class="article-card article-type-post" itemprop="blogPost">

    <div class="post-meta">
        <time class="post-time" title="2023-05-13 19:30:00" datetime="2023-05-13T11:30:00.000Z"  itemprop="datePublished">2023-05-13</time>

        
	<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/mac/">mac</a></li></ul>



    </div>

    


  
    <h3 class="post-title" itemprop="name">
      <a class="post-title-link" href="/mac/mac-mac-upgrade-a1398/">mac a1398 升级ssd更换电池 添加变相片</a>
    </h3>
  




    <div class="post-content" id="post-content" itemprop="postContent">

    
        家里一台老的mac book pro 由于时间旧发热严重,电池基本持续一个小时,循环次数600多,升级一下配件当做备用机
准备工作
电脑背面 确定A1398 ,关于本机 2013 latest mbp
准备usb 128
在淘宝购买 不到1k
三星980 1T
m.2 nvme ssd 转接头
A1398 电池
拆机套装工具包 可选,电池一般会送螺丝刀



系统文件准备
download ...
    

        <a href="/mac/mac-mac-upgrade-a1398/" class="post-more waves-effect waves-button">
            阅读全文…
        </a>
    </div>
    
    <div class="post-footer">
        
	<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/mac/" rel="tag">mac</a></li></ul>

    </div>
    
</article>

        </li>
    
        <li class="post-list-item fade">
            <article id="post-tools-i3"
  class="article-card article-type-post" itemprop="blogPost">

    <div class="post-meta">
        <time class="post-time" title="2023-05-11 19:45:00" datetime="2023-05-11T11:45:00.000Z"  itemprop="datePublished">2023-05-11</time>

        
	<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/linux/">linux</a><ul class="article-category-list-child"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/linux/i3/">i3</a></li></ul></li></ul>



    </div>

    


  
    <h3 class="post-title" itemprop="name">
      <a class="post-title-link" href="/linux/i3/tools-i3/">i3</a>
    </h3>
  




    <div class="post-content" id="post-content" itemprop="postContent">

    
        I3 WM 使用I3 WM是一个非常轻量平铺式linux桌面管理器,可自由定制可以几乎不需要鼠标在workspace,terminal 之间来回切换
OS: Ubuntu 22.04
1apt-get install i3

注销退出,在登录界面选择桌面 I3
进入提示生成默认配置,绑定Key 比如Win,配置生成 ~&#x2F;.config&#x2F;i3&#x2F;config大部分k...
    

        <a href="/linux/i3/tools-i3/" class="post-more waves-effect waves-button">
            阅读全文…
        </a>
    </div>
    
    <div class="post-footer">
        
	<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/linux/" rel="tag">linux</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/tools/" rel="tag">tools</a></li></ul>

    </div>
    
</article>

        </li>
    
        <li class="post-list-item fade">
            <article id="post-tools-pycharm"
  class="article-card article-type-post" itemprop="blogPost">

    <div class="post-meta">
        <time class="post-time" title="2019-12-15 14:10:11" datetime="2019-12-15T06:10:11.000Z"  itemprop="datePublished">2019-12-15</time>

        
	<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/tensorflow/">tensorflow</a><ul class="article-category-list-child"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/tensorflow/pycharm/">pycharm</a></li></ul></li></ul>



    </div>

    


  
    <h3 class="post-title" itemprop="name">
      <a class="post-title-link" href="/tensorflow/pycharm/tools-pycharm/">pycharm 支持tensorflow提示</a>
    </h3>
  




    <div class="post-content" id="post-content" itemprop="postContent">

    
        pycharm 支持tensorflow提示默认tensorflow package keras是通过_LazyLoader 方式延迟加载 导致pycharm 不能正常提示可以通过_typing.TYPE_CHECKING 判断是否类型检查直接import keras
site-packages&#x2F;tensorflow&#x2F;init.py near line 387 左右
12...
    

        <a href="/tensorflow/pycharm/tools-pycharm/" class="post-more waves-effect waves-button">
            阅读全文…
        </a>
    </div>
    
    <div class="post-footer">
        
	<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/pycharm/" rel="tag">pycharm</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/tensorflow/" rel="tag">tensorflow</a></li></ul>

    </div>
    
</article>

        </li>
    
        <li class="post-list-item fade">
            <article id="post-cpp-libs-jsoncpp"
  class="article-card article-type-post" itemprop="blogPost">

    <div class="post-meta">
        <time class="post-time" title="2019-10-11 10:06:12" datetime="2019-10-11T02:06:12.000Z"  itemprop="datePublished">2019-10-11</time>

        
	<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/cpp/">cpp</a><ul class="article-category-list-child"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/cpp/libs/">libs</a></li></ul></li></ul>



    </div>

    


  
    <h3 class="post-title" itemprop="name">
      <a class="post-title-link" href="/cpp/libs/cpp-libs-jsoncpp/">JsonCpp Guide</a>
    </h3>
  




    <div class="post-content" id="post-content" itemprop="postContent">

    
        Github
Documentation
Official ApiDoc 新版用法
jsoncpp WikiBook 该文档是老版本写法

Install
Build From Source12345mkdir buildcd buildcmake -DCMAKE_INSTALL_PREFIX=/opt/cpplibs ..makemake install
使用包管理工具 缺点不能灵活控制版...
    

        <a href="/cpp/libs/cpp-libs-jsoncpp/" class="post-more waves-effect waves-button">
            阅读全文…
        </a>
    </div>
    
    <div class="post-footer">
        
	<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/cpp/" rel="tag">cpp</a></li></ul>

    </div>
    
</article>

        </li>
    
        <li class="post-list-item fade">
            <article id="post-tensorflow-tf-print"
  class="article-card article-type-post" itemprop="blogPost">

    <div class="post-meta">
        <time class="post-time" title="2019-09-27 19:39:10" datetime="2019-09-27T11:39:10.000Z"  itemprop="datePublished">2019-09-27</time>

        
	<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/tensorflow/">tensorflow</a><ul class="article-category-list-child"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/tensorflow/framework/">framework</a></li></ul></li></ul>



    </div>

    


  
    <h3 class="post-title" itemprop="name">
      <a class="post-title-link" href="/tensorflow/framework/tensorflow-tf-print/">Tensorflow print</a>
    </h3>
  




    <div class="post-content" id="post-content" itemprop="postContent">

    
        tf.Print 该op已经deprecated,目前已经不建议使用 以前大部分使用tf.Print 打印变量类似一下代码 1234some_op = ...some_op = tf.Print(some_op, [tf.shape(some_op), &quot;some_op:&quot;])...sess.run(some_op) 这个API已经在新的里面被移除了,使用小写tf.pri...
    

        <a href="/tensorflow/framework/tensorflow-tf-print/" class="post-more waves-effect waves-button">
            阅读全文…
        </a>
    </div>
    
    <div class="post-footer">
        
	<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/tensorflow/" rel="tag">tensorflow</a></li></ul>

    </div>
    
</article>

        </li>
    
        <li class="post-list-item fade">
            <article id="post-math-2019-09-26-calculas"
  class="article-card article-type-post" itemprop="blogPost">

    <div class="post-meta">
        <time class="post-time" title="2019-09-26 23:14:54" datetime="2019-09-26T15:14:54.000Z"  itemprop="datePublished">2019-09-26</time>

        
	<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/math/">math</a></li></ul>



    </div>

    


  
    <h3 class="post-title" itemprop="name">
      <a class="post-title-link" href="/math/math-2019-09-26-calculas/">微积分</a>
    </h3>
  




    <div class="post-content" id="post-content" itemprop="postContent">

    
        微积分3Blue1Brown 微积分的本质bilibili
极限和无穷小导数一个函数在某一点的导数描述了这个函数在这一点附近的变化率导数的本质是通过极限的概念对函数进行局部的线性逼近。当函数 ${\displaystyle f}$ 的自变量在一点 ${\displaystyle x_{0}} $上产生一个增量 ${\displaystyle h}$ 时,函数输出值的增量与自变量增量 ${\d...
    

        <a href="/math/math-2019-09-26-calculas/" class="post-more waves-effect waves-button">
            阅读全文…
        </a>
    </div>
    
    <div class="post-footer">
        
	<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/math/" rel="tag">math</a></li></ul>

    </div>
    
</article>

        </li>
    
        <li class="post-list-item fade">
            <article id="post-k8s-install-k8s"
  class="article-card article-type-post" itemprop="blogPost">

    <div class="post-meta">
        <time class="post-time" title="2019-09-09 10:41:21" datetime="2019-09-09T02:41:21.000Z"  itemprop="datePublished">2019-09-09</time>

        
	<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/container/">container</a><ul class="article-category-list-child"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/container/kubernetes/">kubernetes</a></li></ul></li></ul>



    </div>

    


  
    <h3 class="post-title" itemprop="name">
      <a class="post-title-link" href="/container/kubernetes/k8s-install-k8s/">install kubernetes in china</a>
    </h3>
  




    <div class="post-content" id="post-content" itemprop="postContent">

    
        install kubernets in china官方文档
1. 环境相关设置
关闭swap然后需要禁用swap文件,这是Kubernetes的强制步骤。实现它很简单,编辑&#x2F;etc&#x2F;fstab文件,注释掉引用swap的行 去掉开机挂载swap如果不重启 可以sudo swapoff -a 可以直接关掉对于禁用swap内存,主要是为了性能考虑,具体原因可以查看Github...
    

        <a href="/container/kubernetes/k8s-install-k8s/" class="post-more waves-effect waves-button">
            阅读全文…
        </a>
    </div>
    
    <div class="post-footer">
        
	<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/kubernetes/" rel="tag">kubernetes</a></li></ul>

    </div>
    
</article>

        </li>
    
        <li class="post-list-item fade">
            <article id="post-tools-git"
  class="article-card article-type-post" itemprop="blogPost">

    <div class="post-meta">
        <time class="post-time" title="2019-03-20 16:31:22" datetime="2019-03-20T08:31:22.000Z"  itemprop="datePublished">2019-03-20</time>

        
	<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/linux/">linux</a><ul class="article-category-list-child"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/linux/tools/">tools</a><ul class="article-category-list-child"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/linux/tools/git/">git</a></li></ul></li></ul></li></ul>



    </div>

    


  
    <h3 class="post-title" itemprop="name">
      <a class="post-title-link" href="/linux/tools/git/tools-git/">Git</a>
    </h3>
  




    <div class="post-content" id="post-content" itemprop="postContent">

    
        Git 技巧不同域名使用不同秘钥修改~&#x2F;.ssh&#x2F;config
12345Host example.com    IdentityFile ~/.ssh/id_rsa_exampleHost github.com    IdentityFile ~/.ssh/id_rsa_github

git 多commit 支持区分公司commit信息和个人commit信息单独每次用...
    

        <a href="/linux/tools/git/tools-git/" class="post-more waves-effect waves-button">
            阅读全文…
        </a>
    </div>
    
    <div class="post-footer">
        
	<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/git/" rel="tag">git</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/linux/" rel="tag">linux</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/tools/" rel="tag">tools</a></li></ul>

    </div>
    
</article>

        </li>
    
        <li class="post-list-item fade">
            <article id="post-spring-jpa"
  class="article-card article-type-post" itemprop="blogPost">

    <div class="post-meta">
        <time class="post-time" title="2019-03-08 18:10:00" datetime="2019-03-08T10:10:00.000Z"  itemprop="datePublished">2019-03-08</time>

        
	<ul class="article-category-list"><li class="article-category-list-item"><a class="article-category-list-link" href="/categories/spring/">spring</a></li></ul>



    </div>

    


  
    <h3 class="post-title" itemprop="name">
      <a class="post-title-link" href="/spring/spring-jpa/">JPA JOIN</a>
    </h3>
  




    <div class="post-content" id="post-content" itemprop="postContent">

    
        JPA中的Join操作在使用JPA进行数据查询时,经常需要使用到Join操作,以获取相关联的数据。JPA中提供了三种Join类型:INNER JOIN、LEFT JOIN和RIGHT JOIN。本文将介绍这三种Join类型的语法,以及在Spring中如何使用JPA进行Join操作。
Join类型INNER JOININNER JOIN是最常用的Join类型,它只返回两个表中都存在的数据。语法...
    

        <a href="/spring/spring-jpa/" class="post-more waves-effect waves-button">
            阅读全文…
        </a>
    </div>
    
    <div class="post-footer">
        
	<ul class="article-tag-list" itemprop="keywords"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/jpa/" rel="tag">jpa</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/spring/" rel="tag">spring</a></li></ul>

    </div>
    
</article>

        </li>
    
    </ul>

    
<nav id="page-nav">
    <div class="inner">
    <span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="page-number" href="/page/3/">3</a><a class="page-number" href="/page/4/">4</a><a class="extend next" rel="next" href="/page/2/">下一页</a>
    </div>
</nav>


</div>

        <footer class="footer">
    <div class="top">
        
<p>
    <span id="busuanzi_container_site_uv" style='display:none'>
        站点总访客数:<span id="busuanzi_value_site_uv"></span>
    </span>
    <span id="busuanzi_container_site_pv" style='display:none'>
        站点总访问量:<span id="busuanzi_value_site_pv"></span>
    </span>
</p>


        <p>
            
                <span><a href="/atom.xml" target="_blank" class="rss" title="rss"><i class="icon icon-lg icon-rss"></i></a></span>
            
            <span>博客内容遵循 <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh">知识共享 署名 - 非商业性 - 相同方式共享 4.0 国际协议</a></span>
        </p>
    </div>
    <div class="bottom">
        <p><span>all3n &copy; 2015 - 2024</span>
            <span>
                
                Power by <a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/yscoder/hexo-theme-indigo" target="_blank">indigo</a>
            </span>
        </p>
    </div>
</footer>

    </main>
    <div class="mask" id="mask"></div>
<a href="javascript:;" id="gotop" class="waves-effect waves-circle waves-light"><span class="icon icon-lg icon-chevron-up"></span></a>



<div class="global-share" id="globalShare">
    <ul class="reset share-icons">
      <li>
        <a class="weibo share-sns" target="_blank" href="http://service.weibo.com/share/share.php?url=http://devhc.com/&title=all3n's blog&pic=http://devhc.com/img/avatar.jpg" data-title="微博">
          <i class="icon icon-weibo"></i>
        </a>
      </li>
      <li>
        <a class="weixin share-sns wxFab" href="javascript:;" data-title="微信">
          <i class="icon icon-weixin"></i>
        </a>
      </li>
      <li>
        <a class="qq share-sns" target="_blank" href="http://connect.qq.com/widget/shareqq/index.html?url=http://devhc.com/&title=all3n's blog&source=" data-title=" QQ">
          <i class="icon icon-qq"></i>
        </a>
      </li>
      <li>
        <a class="facebook share-sns" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=http://devhc.com/" data-title=" Facebook">
          <i class="icon icon-facebook"></i>
        </a>
      </li>
      <li>
        <a class="twitter share-sns" target="_blank" href="https://twitter.com/intent/tweet?text=all3n's blog&url=http://devhc.com/&via=http://devhc.com" data-title=" Twitter">
          <i class="icon icon-twitter"></i>
        </a>
      </li>
      <li>
        <a class="google share-sns" target="_blank" href="https://plus.google.com/share?url=http://devhc.com/" data-title=" Google+">
          <i class="icon icon-google-plus"></i>
        </a>
      </li>
    </ul>
 </div>


<div class="page-modal wx-share" id="wxShare">
    <a class="close" href="javascript:;"><i class="icon icon-close"></i></a>
    <p>扫一扫,分享到微信</p>
    <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAAAAAAZai4+AAABXklEQVR42u3aMQ6DMAxAUe5/aSp1oiqEbzsMxD8Tqih6DHGM7W3Da/+u4/Xxl/97yO8TlixZC7H24bpijbn8nquXlCWrJ4sEBXI/f70bgyxZssDxzLe6LFmynggQ46DAj21ZsmTljlgSCHLPkSVLVq6QlLt+vL4lS9YLWXt51dPrk2fKktWMNW6W5Bot5CBHgUOWrDYs0qqMHrSVA/snbsmS1YzFPyNzRdvwM2XJaszif8u1UibnDrJkLcSaW1TiyfG0kq4sWQuxyCYPFIBSrdATiSxZzVg8LSaUythBOKeQJWshFhnr4Vudf77eQGXJaszizUsCikaAywxClqylWZXxApIoJ5NmWbKasZ4oHpHBoMq4gyxZq7IqY3ZkeycDjSxZLVnhz8tJDctAc0WWLFm43cI/d1FDRZYsWcHjOTqKh+aSZMlqxopu+LnFJlmyZOUKSZXRn+gLyJK1NOsD0sVU7HLFWS8AAAAASUVORK5CYII=" alt="微信分享二维码">
</div>




    <script src="//cdn.bootcss.com/node-waves/0.7.4/waves.min.js"></script>
<script>
var BLOG = { ROOT: '/', SHARE: true, REWARD: false };


</script>

<script src="/js/main.js?v=1.7.2"></script>


<div class="search-panel" id="search-panel">
    <ul class="search-result" id="search-result"></ul>
</div>
<template id="search-tpl">
<li class="item">
    <a href="{path}" class="waves-block waves-effect">
        <div class="title ellipsis" title="{title}">{title}</div>
        <div class="flex-row flex-middle">
            <div class="tags ellipsis">
                {tags}
            </div>
            <time class="flex-col time">{date}</time>
        </div>
    </a>
</li>
</template>

<script src="/js/search.js?v=1.7.2" async></script>




<script type="text/x-mathjax-config">
MathJax.Hub.Config({
    showProcessingMessages: false, //关闭js加载过程信息
    messageStyle: "none", //不显示信息
    extensions: ["tex2jax.js"],
    jax: ["input/TeX", "output/HTML-CSS"],
    tex2jax: {
        inlineMath:  [ ["$", "$"] ], //行内公式选择$
        displayMath: [ ["$$","$$"] ], //段内公式选择$$
        skipTags: ['script', 'noscript', 'style', 'textarea', 'pre','code','a'], //避开某些标签
        ignoreClass:"comment-content" //避开含该Class的标签
    },
    "HTML-CSS": {
        availableFonts: ["STIX","TeX"], //可选字体
        showMathMenu: false //关闭右击菜单显示
    }
});
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
</script>
<script src="//cdn.bootcss.com/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>





<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>



<script>
(function() {
    var OriginTitile = document.title, titleTime;
    document.addEventListener('visibilitychange', function() {
        if (document.hidden) {
            document.title = '死鬼去哪里了!';
            clearTimeout(titleTime);
        } else {
            document.title = '(つェ⊂)咦!又好了!';
            titleTime = setTimeout(function() {
                document.title = OriginTitile;
            },2000);
        }
    });
})();
</script>



</body>
</html>
                               

Whois info of domain

Domain Name: DEVHC.COM
Registry Domain ID: 1793883832_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2025-02-20T07:35:12Z
Creation Date: 2013-04-15T07:00:49Z
Registry Expiry Date: 2026-04-15T07:00:49Z
Registrar: Alibaba Cloud Computing (Beijing) Co., Ltd.
Registrar IANA ID: 420
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: DNS19.HICHINA.COM
Name Server: DNS20.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-30T10:31:02Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass