Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
308 Permanent Redirect - uzz5.com
HTTP Status: 308
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/plain
Location: https://uzz5.com/
Refresh: 0;url=https://uzz5.com/
server: Vercel

HTTP Code 308 Permanent Redirect

http status code 308 is a permanent redirect that, unlike 301, ensures the request method remains unchanged.

When is Code 308 used?

  • When a resource is permanently moved while preserving the request method
  • When enforcing HTTPS without changing form submission behavior

What does Code 308 mean for the user?

The user is permanently redirected to the new URL, and the request method remains the same.

301 Moved Permanently - https://uzz5.com/
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: public, max-age=0, must-revalidate
Content-Type: text/plain
Date: Tue, 06 May 2025 18:36:31 GMT
Location: https://www.uzz5.com/
Server: Vercel
Strict-Transport-Security: max-age=63072000
X-Vercel-Id: arn1::d6v7b-1746556591137-8a478717b4a9

HTTP Code 301 Moved Permanently

http status code 301 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://www.uzz5.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
Age: 83284
Cache-Control: public, max-age=0, must-revalidate
Content-Disposition: inline
Content-Length: 36967
Content-Type: text/html; charset=utf-8
Date: Tue, 06 May 2025 18:36:31 GMT
Etag: "88980b7ed8c818d24938c3bc13e6c0dc"
Last-Modified: Mon, 05 May 2025 19:28:27 GMT
Server: Vercel
Strict-Transport-Security: max-age=63072000
X-Vercel-Cache: HIT
X-Vercel-Id: arn1::4rvkf-1746556591498-61cd6e50d385

HTTP Code 200 OK

http status code 200 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: uzz5.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" />

    

    
    <title>悠哉哉</title>
    
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    
    <meta name="description" content="分享介绍一些自己认为有趣的软件,源码以及各类项目,比较杂也很随性,但分享乐趣,兴趣所致.">
<meta property="og:type" content="website">
<meta property="og:title" content="悠哉哉">
<meta property="og:url" content="https://www.uzz5.com/index.html">
<meta property="og:site_name" content="悠哉哉">
<meta property="og:description" content="分享介绍一些自己认为有趣的软件,源码以及各类项目,比较杂也很随性,但分享乐趣,兴趣所致.">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="deicol">
<meta property="article:tag" content="软件,工具,经验,开源,主题">
<meta name="twitter:card" content="summary">
    

    
        <link rel="alternate" href="/atom.xml" title="悠哉哉" type="application/atom+xml" />
    

    
        <link rel="icon" href="/css/images/favicon.webp" />
    

    
<link rel="stylesheet" href="/libs/font-awesome/css/font-awesome.min.css">

    
<link rel="stylesheet" href="/libs/titillium-web/styles.css">

    
<link rel="stylesheet" href="/libs/source-code-pro/styles.css">


    
<link rel="stylesheet" href="/css/style.css">


    
<script src="/libs/jquery/3.5.0/jquery.min.js"></script>

    
    
        
<link rel="stylesheet" href="/libs/lightgallery/css/lightgallery.min.css">

    
    
        
<link rel="stylesheet" href="/libs/justified-gallery/justifiedGallery.min.css">

    
    
    
        <script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "//hm.baidu.com/hm.js?969714c5004c342ebb560dd178226608";
  var s = document.getElementsByTagName("script")[0];
  s.parentNode.insertBefore(hm, s);
})();
</script>

    
    


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

<body>
    <div id="wrap">
        <header id="header">
    <div id="header-outer" class="outer">
        <div class="container">
            <div class="container-inner">
                <div id="header-title">
                    <h1 class="logo-wrap">
                        <a href="/" class="logo"></a>
                    </h1>
                        <h2 class="subtitle-wrap">
                            <p class="subtitle">分享乐趣</p>
                        </h2>
                </div>
                <div id="header-inner" class="nav-container">
                    <a id="main-nav-toggle" class="nav-icon fa fa-bars"></a>
                    <div class="nav-container-inner">
                        <ul id="main-nav">
                            
                                        <li class="main-nav-list-item" ><a class="main-nav-list-link" href="/">Home</a></li>
                            
                                        <li class="main-nav-list-item" ><a class="main-nav-list-link" href="/categories/Win/">Win</a></li>
                            
                                        <li class="main-nav-list-item" ><a class="main-nav-list-link" href="/categories/Web/">Web</a></li>
                            
                                        <li class="main-nav-list-item" ><a class="main-nav-list-link" href="/categories/App/">App</a></li>
                            
                                        <li class="main-nav-list-item" ><a class="main-nav-list-link" href="/categories/Other/">Other</a></li>
                            
                                        <li class="main-nav-list-item" ><a class="main-nav-list-link" href="/about/index.html">About</a></li>
                            
                        </ul>
                        <nav id="sub-nav">
                            <div id="search-form-wrap">

    <form class="search-form">
        <input type="text" class="ins-search-input search-form-input" placeholder="搜索" />
        <button type="submit" class="search-form-submit"></button>
    </form>
    <div class="ins-search">
    <div class="ins-search-mask"></div>
    <div class="ins-search-container">
        <div class="ins-input-wrapper">
            <input type="text" class="ins-search-input" placeholder="想要查找什么..." />
            <span class="ins-close ins-selectable"><i class="fa fa-times-circle"></i></span>
        </div>
        <div class="ins-section-wrapper">
            <div class="ins-section-container"></div>
        </div>
    </div>
</div>
<script>
(function (window) {
    var INSIGHT_CONFIG = {
        TRANSLATION: {
            POSTS: '文章',
            PAGES: '页面',
            CATEGORIES: '分类',
            TAGS: '标签',
            UNTITLED: '(未命名)',
        },
        ROOT_URL: '/',
        CONTENT_URL: '/content.json',
    };
    window.INSIGHT_CONFIG = INSIGHT_CONFIG;
})(window);
</script>

<script src="/js/insight.js"></script>


</div>
                        </nav>
                    </div>
                </div>
            </div>
        </div>
    </div>
</header>
        <div class="container">
            <div class="main-body container-inner">
                <div class="main-body-inner">
                    <section id="main">
                        <div class="main-body-header">
    <h1 class="header">
    
    <em class="page-title-link" data-url="home">主页</em>
    </h1>
</div>

                        <div class="main-body-content">
                            

    
    
        
        
        <section class="archives-wrap">
            <div class="archive-year-wrap">
                <a href="/archives/2022" class="archive-year"><i class="icon fa fa-calendar-o"></i>2022</a>
            </div>
            <div class="archives">
    
    
    
        <div class="article-row">
    
        <article class="article article-summary">
    <div class="article-summary-inner">
        
        <a href="/post/ccf.html" class="thumbnail">
    
    
        <span style="background-image:url(https://static.uzz5.com/i/2022/01/12/950ad09d10886.jpg)" alt="Playbob: 简单的视频共享 视频床" class="thumbnail-image"></span>
    
    
        
<span class="comment-counter">
    <i class="fa fa-comments-o"></i>
    
        <span class="disqus-comment-count" data-disqus-identifier="" data-disqus-url="https://www.uzz5.com/post/ccf.html">0</span>
    
</span>


    
</a>

        
        <div class="article-meta">
            <div class="category">
            <a class="article-category-link" href="/categories/Web/">Web</a>
            </div>
            <div class="date"><time datetime="2022-01-12T15:00:00.000Z" itemprop="datePublished">2022-01-12</time></div>
        </div>
        
    
        <h1 class="article-title" itemprop="name">
        <a href="/post/ccf.html">Playbob: 简单的视频共享 视频床</a>
        </h1>
    

        <p class="article-excerpt">
            Playbob ,这是一个脚本,使您可以简单地在网络上上传和共享视频。它会阻止您使用有图比发送您以后要删除的视频。它还具有嵌入功能,如果您拥有个人网站或博客,则可以使用该功能。​
预览演示站: https://file.zyku.me/

特点
3 种存储选项
支持大型视频
嵌入功能
用户帐户
谷歌分析准备就绪
广告支持就绪
完整的管理面板
漂亮的用户界面

安装要求
PHP 7.3x
MySql
        </p>
    </div>
</article>
    

    
    
    
    
        <article class="article article-summary">
    <div class="article-summary-inner">
        
        <a href="/post/9b2b.html" class="thumbnail">
    
    
        <span style="background-image:url(https://static.uzz5.com/i/2022/01/12/5deef58f49b43.jpg)" alt="LoLiMeow : 二次元风WordPress博客主题" class="thumbnail-image"></span>
    
    
        
<span class="comment-counter">
    <i class="fa fa-comments-o"></i>
    
        <span class="disqus-comment-count" data-disqus-identifier="" data-disqus-url="https://www.uzz5.com/post/9b2b.html">0</span>
    
</span>


    
</a>

        
        <div class="article-meta">
            <div class="category">
            <a class="article-category-link" href="/categories/Web/">Web</a><i class="icon fa fa-angle-right"></i><a class="article-category-link" href="/categories/Web/Wordpress/">Wordpress</a>
            </div>
            <div class="date"><time datetime="2022-01-12T14:00:00.000Z" itemprop="datePublished">2022-01-12</time></div>
        </div>
        
    
        <h1 class="article-title" itemprop="name">
        <a href="/post/9b2b.html">LoLiMeow : 二次元风WordPress博客主题</a>
        </h1>
    

        <p class="article-excerpt">
            作者网站
主题介绍
特点
侧栏/无侧栏切换!
会员中心(配套Erphpdown插件使用),可以做到收费下载/查看/会员中心/在线充值积分等等都齐全!
pjax页面加载


更多请访问 https://www.boxmoe.com/468.html 查看

预览


下载使用本文仅作引介,详情访问 https://www.boxmoe.com/468.html 查看

        </p>
    </div>
</article>
    
        </div>
    

    
    
    
    
        <div class="article-row">
    
        <article class="article article-summary">
    <div class="article-summary-inner">
        
        <a href="/post/fe3b.html" class="thumbnail">
    
    
        <span style="background-image:url(https://static.uzz5.com/i/2022/01/12/0e013a5d26ada.jpg)" alt="Bearsimple: 简洁大方的Typecho主题" class="thumbnail-image"></span>
    
    
        
<span class="comment-counter">
    <i class="fa fa-comments-o"></i>
    
        <span class="disqus-comment-count" data-disqus-identifier="" data-disqus-url="https://www.uzz5.com/post/fe3b.html">0</span>
    
</span>


    
</a>

        
        <div class="article-meta">
            <div class="category">
            <a class="article-category-link" href="/categories/Web/">Web</a><i class="icon fa fa-angle-right"></i><a class="article-category-link" href="/categories/Web/Typecho/">Typecho</a>
            </div>
            <div class="date"><time datetime="2022-01-12T13:00:00.000Z" itemprop="datePublished">2022-01-12</time></div>
        </div>
        
    
        <h1 class="article-title" itemprop="name">
        <a href="/post/fe3b.html">Bearsimple: 简洁大方的Typecho主题</a>
        </h1>
    

        <p class="article-excerpt">
            开源地址
演示站
详细介绍
主题功能主题功能
支持Pjax加载
Diy模式
评论过滤,支持限制一些评论内容
评论表情,支持QQ等个性表情
支持短代码,支持回复可见、字体颜色、已完成/未完成列表[todolist]等
编辑器支持一键插入全部附件
HTML压缩
灯箱功能,可以将文章内的图片聚集到灯箱查看
图片水印,支持文字水印和图片水印功能
幻灯片功能
弹窗功能
打赏功能
缓存功能
多种导航菜单样式

        </p>
    </div>
</article>
    

    
    
    
    
        <article class="article article-summary">
    <div class="article-summary-inner">
        
        <a href="/post/gi66.html" class="thumbnail">
    
    
        <span style="background-image:url(https://static.uzz5.com/i/2021/03/10/jF6wzA30.webp)" alt="GitHubDesktop_Zh: GitHubDesktop 汉化版" class="thumbnail-image"></span>
    
    
        
<span class="comment-counter">
    <i class="fa fa-comments-o"></i>
    
        <span class="disqus-comment-count" data-disqus-identifier="" data-disqus-url="https://www.uzz5.com/post/gi66.html">0</span>
    
</span>


    
</a>

        
        <div class="article-meta">
            <div class="category">
            <a class="article-category-link" href="/categories/Win/">Win</a>
            </div>
            <div class="date"><time datetime="2022-01-11T08:00:00.000Z" itemprop="datePublished">2022-01-11</time></div>
        </div>
        
    
        <h1 class="article-title" itemprop="name">
        <a href="/post/gi66.html">GitHubDesktop_Zh: GitHubDesktop 汉化版</a>
        </h1>
    

        <p class="article-excerpt">
            其他因为本项目更新速度较慢,推荐另外一个 https://github.com/Asdrt852/GitHubDesktop_Zh 手动替换即可.2.7.1汉化便携版蓝奏云: https://z0x.lanzoup.com/ixWl8ymor6d以下为原文
介绍对于小白来说,Github Desktop 简直是 Git 福音, 图形化操作更是方便,可没有官方中文,虽然英文不多,但还是习惯中文,毕竟
        </p>
    </div>
</article>
    
        </div>
    

    
    
    
    
        <div class="article-row">
    
        <article class="article article-summary">
    <div class="article-summary-inner">
        
        <a href="/post/h4mh.html" class="thumbnail">
    
    
        <span style="background-image:url(https://static.uzz5.com/i/2021/02/28/kqr7LbG1.webp)" alt="哔哩哔哩UWP V4.3.5" class="thumbnail-image"></span>
    
    
        
<span class="comment-counter">
    <i class="fa fa-comments-o"></i>
    
        <span class="disqus-comment-count" data-disqus-identifier="" data-disqus-url="https://www.uzz5.com/post/h4mh.html">0</span>
    
</span>


    
</a>

        
        <div class="article-meta">
            <div class="category">
            <a class="article-category-link" href="/categories/Win/">Win</a>
            </div>
            <div class="date"><time datetime="2022-01-09T21:00:00.000Z" itemprop="datePublished">2022-01-09</time></div>
        </div>
        
    
        <h1 class="article-title" itemprop="name">
        <a href="/post/h4mh.html">哔哩哔哩UWP V4.3.5</a>
        </h1>
    

        <p class="article-excerpt">
            欢迎使用哔哩哔哩第三方UWP V4 4.0版本对代码进行的完全的重构,完全重新设计了UI,可以给大家带来更美观、更流畅、更稳定的体验。 新版本设计将以电脑/平板为主,支持Windows ARM设备,但不支持Windows Phone。
开源地址https://github.com/xiaoyaocz/biliuwp-lite
预览 
版本哔哩哔哩UWP4.3.5系统支持:Windows 10 17
        </p>
    </div>
</article>
    

    
    
    
    
        <article class="article article-summary">
    <div class="article-summary-inner">
        
        <a href="/post/xkav.html" class="thumbnail">
    
    
        <span style="background-image:url(https://static.uzz5.com/i/2021/03/01/NvfgSjmE.webp)" alt="Internet Download Manager 6.40.2 毛子大神修改版" class="thumbnail-image"></span>
    
    
        
<span class="comment-counter">
    <i class="fa fa-comments-o"></i>
    
        <span class="disqus-comment-count" data-disqus-identifier="" data-disqus-url="https://www.uzz5.com/post/xkav.html">0</span>
    
</span>


    
</a>

        
        <div class="article-meta">
            <div class="category">
            <a class="article-category-link" href="/categories/Win/">Win</a>
            </div>
            <div class="date"><time datetime="2022-01-09T13:53:20.000Z" itemprop="datePublished">2022-01-09</time></div>
        </div>
        
    
        <h1 class="article-title" itemprop="name">
        <a href="/post/xkav.html">Internet Download Manager 6.40.2 毛子大神修改版</a>
        </h1>
    

        <p class="article-excerpt">
            IDM 全名Internet Download Manager 是一款国外的多线程下载神器(简称IDM) Internet Download Manager 支持多媒体下载、自动捕获链接、自动识别文件名、静默下载、批量下载、计划下载任务、站点抓取、队列等等是一款国外的老牌下载工具。 唯一不足的是:不能下载bt和磁力,老司机流泪
预览
使用说明下载压缩包之后,全部解压出来  
选好路径一路next即
        </p>
    </div>
</article>
    
        </div>
    

    
    
        
            </div></section>
        
        
        <section class="archives-wrap">
            <div class="archive-year-wrap">
                <a href="/archives/2021" class="archive-year"><i class="icon fa fa-calendar-o"></i>2021</a>
            </div>
            <div class="archives">
    
    
    
        <div class="article-row">
    
        <article class="article article-summary">
    <div class="article-summary-inner">
        
        <a href="/post/ooz4.html" class="thumbnail">
    
    
        <span style="background-image:url(https://static.uzz5.com/i/2021/04/24/4FpEXObs.webp)" alt="WebStack: typecho 导航主题" class="thumbnail-image"></span>
    
    
        
<span class="comment-counter">
    <i class="fa fa-comments-o"></i>
    
        <span class="disqus-comment-count" data-disqus-identifier="" data-disqus-url="https://www.uzz5.com/post/ooz4.html">0</span>
    
</span>


    
</a>

        
        <div class="article-meta">
            <div class="category">
            <a class="article-category-link" href="/categories/Web/">Web</a><i class="icon fa fa-angle-right"></i><a class="article-category-link" href="/categories/Web/Typecho/">Typecho</a>
            </div>
            <div class="date"><time datetime="2021-05-23T23:48:03.000Z" itemprop="datePublished">2021-05-23</time></div>
        </div>
        
    
        <h1 class="article-title" itemprop="name">
        <a href="/post/ooz4.html">WebStack: typecho 导航主题</a>
        </h1>
    

        <p class="article-excerpt">
            开源地址|演示Demo|下载地址
在 webstack.cc 基础上精简了80%无用js,css。添加typecho 插件,整合友情链接,不用再修改 typecho 源码。
特点:
精简了80%以上无用css和js
支持大量自定设置
黑夜模式
支持导航排序
更快速的懒加载

预览   

  
使用方法下载 github 最新 release分别安装包里的 插件和主题
如何对分类排序?typech
        </p>
    </div>
</article>
    

    
    
    
    
        <article class="article article-summary">
    <div class="article-summary-inner">
        
        <a href="/post/haikei.html" class="thumbnail">
    
    
        <span style="background-image:url(https://static.uzz5.com/i/2021/05/22/mzPCI1Md.webp)" alt="Haikei · 快速生成独特的背景设计" class="thumbnail-image"></span>
    
    
        
<span class="comment-counter">
    <i class="fa fa-comments-o"></i>
    
        <span class="disqus-comment-count" data-disqus-identifier="" data-disqus-url="https://www.uzz5.com/post/haikei.html">0</span>
    
</span>


    
</a>

        
        <div class="article-meta">
            <div class="category">
            <a class="article-category-link" href="/categories/Web/">Web</a>
            </div>
            <div class="date"><time datetime="2021-05-22T02:37:52.000Z" itemprop="datePublished">2021-05-22</time></div>
        </div>
        
    
        <h1 class="article-title" itemprop="name">
        <a href="/post/haikei.html">Haikei · 快速生成独特的背景设计</a>
        </h1>
    

        <p class="article-excerpt">
            官网|在线工具
预览
特点
操作简单,极容易上手
多种实用的设计样式(目前 15 种)
多种图片尺寸
SVG 和 PNG 格式导出(据说会有更多的格式支持)
图片元素随机化处理

制作流程
选择喜欢的设计风格
调整视觉参数:配色、形状
掷骰子,让 Haikei 随机调整图片样式
下载自己喜欢的视觉效果(SVG, PNG)

写博文制作封面图经常有选背景的困难,Haikei 简直是我的救星。
Hai
        </p>
    </div>
</article>
    
        </div>
    

    
    
    
    
        <div class="article-row">
    
        <article class="article article-summary">
    <div class="article-summary-inner">
        
        <a href="/post/v5za.html" class="thumbnail">
    
    
        <span style="background-image:url(https://static.uzz5.com/i/2021/04/22/ibGDZUxU.webp)" alt="lsky-pro: 免费简洁但功能强大,支持多家对象储存的图床程序" class="thumbnail-image"></span>
    
    
        
<span class="comment-counter">
    <i class="fa fa-comments-o"></i>
    
        <span class="disqus-comment-count" data-disqus-identifier="" data-disqus-url="https://www.uzz5.com/post/v5za.html">0</span>
    
</span>


    
</a>

        
        <div class="article-meta">
            <div class="category">
            <a class="article-category-link" href="/categories/Web/">Web</a>
            </div>
            <div class="date"><time datetime="2021-04-22T19:33:26.000Z" itemprop="datePublished">2021-04-22</time></div>
        </div>
        
    
        <h1 class="article-title" itemprop="name">
        <a href="/post/v5za.html">lsky-pro: 免费简洁但功能强大,支持多家对象储存的图床程序</a>
        </h1>
    

        <p class="article-excerpt">
            
Your photo album on the cloud.

开源地址|详细文档|演示Demo|浏览器扩展
下载地址|问题建议|TG群组
预览
特点
 支持第三方云储存,本地、阿里云 OSS、腾讯云 COS、七牛云、又拍云、FTP
 多图上传、拖拽上传、粘贴上传、上传预览、全屏预览、页面响应式布局
 简洁的图片管理功能,支持鼠标右键、单选多选、重命名等操作
 全局配置用户初始剩余储存空间、设置
        </p>
    </div>
</article>
    

    
    
    
    
        <article class="article article-summary">
    <div class="article-summary-inner">
        
        <a href="/post/v1xv.html" class="thumbnail">
    
    
        <span style="background-image:url(https://static.uzz5.com/i/2021/03/10/q8ANFx9Y.webp)" alt="PicUploader: 一款优秀的自用图床程序" class="thumbnail-image"></span>
    
    
        
<span class="comment-counter">
    <i class="fa fa-comments-o"></i>
    
        <span class="disqus-comment-count" data-disqus-identifier="" data-disqus-url="https://www.uzz5.com/post/v1xv.html">0</span>
    
</span>


    
</a>

        
        <div class="article-meta">
            <div class="category">
            <a class="article-category-link" href="/categories/Web/">Web</a>
            </div>
            <div class="date"><time datetime="2021-04-22T19:30:23.000Z" itemprop="datePublished">2021-04-22</time></div>
        </div>
        
    
        <h1 class="article-title" itemprop="name">
        <a href="/post/v1xv.html">PicUploader: 一款优秀的自用图床程序</a>
        </h1>
    

        <p class="article-excerpt">
            我现在正在使用, 之前是利用程序中专上传到 github 做图床, 现在是上传到又拍云,因为之前提过建议,使用MD5验证文件,避免重复上传文件,很有用~ 
作者反馈特别及时详细,特别推荐,有好的建议或者反馈可直接前往开源地址提 issues 
一个还不错的图床工具,支持Mac/Win/Linux服务器、支持压缩后上传、添加图片或文字水印、多文件同时上传、同时上传到多个云、右击任意文件上传、快捷键上
        </p>
    </div>
</article>
    
        </div>
    


    </div></section>


    <nav id="page-nav">
        <span class="pages">第 1 页,共 11 页</span>
        <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><span class="space">&hellip;</span><a class="page-number" href="/page/11/">11</a><a class="extend next" rel="next" href="/page/2/">&raquo;</a>
    </nav>


                        </div>
                    </section>
                    <aside id="sidebar">
    <a class="sidebar-toggle" title="Expand Sidebar"><i class="toggle icon"></i></a>
    <div class="sidebar-top">
        <p>关注我 :</p>
        <ul class="social-links">
            
                
                <li>
                    <a class="social-tooltip" title="envelope" href="mailto:[email protected]" target="_blank" rel="noopener">
                        <i class="icon fa fa-envelope"></i>
                    </a>
                </li>
                
            
                
                <li>
                    <a class="social-tooltip" title="rss" href="/atom.xml" target="_blank" rel="noopener">
                        <i class="icon fa fa-rss"></i>
                    </a>
                </li>
                
            
                
                <li>
                    <a class="social-tooltip" title="steam" href="https://steamcommunity.com/profiles/76561199040778840" target="_blank" rel="noopener">
                        <i class="icon fa fa-steam"></i>
                    </a>
                </li>
                
            
        </ul>
    </div>
    
    <div class="widgets-container">
        
            
                
    <div class="widget-wrap">
        <h3 class="widget-title">最新文章</h3>
        <div class="widget">
            <ul id="recent-post" class="">
                
                    <li>
                        
                        <div class="item-thumbnail">
                            <a href="/post/ccf.html" class="thumbnail">
    
    
        <span style="background-image:url(https://static.uzz5.com/i/2022/01/12/950ad09d10886.jpg)" alt="Playbob: 简单的视频共享 视频床" class="thumbnail-image"></span>
    
    
</a>

                        </div>
                        
                        <div class="item-inner">
                            <p class="item-category"><a class="article-category-link" href="/categories/Web/">Web</a></p>
                            <p class="item-title"><a href="/post/ccf.html" class="title">Playbob: 简单的视频共享 视频床</a></p>
                            <p class="item-date"><time datetime="2022-01-12T15:00:00.000Z" itemprop="datePublished">2022-01-12</time></p>
                        </div>
                    </li>
                
                    <li>
                        
                        <div class="item-thumbnail">
                            <a href="/post/9b2b.html" class="thumbnail">
    
    
        <span style="background-image:url(https://static.uzz5.com/i/2022/01/12/5deef58f49b43.jpg)" alt="LoLiMeow : 二次元风WordPress博客主题" class="thumbnail-image"></span>
    
    
</a>

                        </div>
                        
                        <div class="item-inner">
                            <p class="item-category"><a class="article-category-link" href="/categories/Web/">Web</a><i class="icon fa fa-angle-right"></i><a class="article-category-link" href="/categories/Web/Wordpress/">Wordpress</a></p>
                            <p class="item-title"><a href="/post/9b2b.html" class="title">LoLiMeow : 二次元风WordPress博客主题</a></p>
                            <p class="item-date"><time datetime="2022-01-12T14:00:00.000Z" itemprop="datePublished">2022-01-12</time></p>
                        </div>
                    </li>
                
                    <li>
                        
                        <div class="item-thumbnail">
                            <a href="/post/fe3b.html" class="thumbnail">
    
    
        <span style="background-image:url(https://static.uzz5.com/i/2022/01/12/0e013a5d26ada.jpg)" alt="Bearsimple: 简洁大方的Typecho主题" class="thumbnail-image"></span>
    
    
</a>

                        </div>
                        
                        <div class="item-inner">
                            <p class="item-category"><a class="article-category-link" href="/categories/Web/">Web</a><i class="icon fa fa-angle-right"></i><a class="article-category-link" href="/categories/Web/Typecho/">Typecho</a></p>
                            <p class="item-title"><a href="/post/fe3b.html" class="title">Bearsimple: 简洁大方的Typecho主题</a></p>
                            <p class="item-date"><time datetime="2022-01-12T13:00:00.000Z" itemprop="datePublished">2022-01-12</time></p>
                        </div>
                    </li>
                
                    <li>
                        
                        <div class="item-thumbnail">
                            <a href="/post/gi66.html" class="thumbnail">
    
    
        <span style="background-image:url(https://static.uzz5.com/i/2021/03/10/jF6wzA30.webp)" alt="GitHubDesktop_Zh: GitHubDesktop 汉化版" class="thumbnail-image"></span>
    
    
</a>

                        </div>
                        
                        <div class="item-inner">
                            <p class="item-category"><a class="article-category-link" href="/categories/Win/">Win</a></p>
                            <p class="item-title"><a href="/post/gi66.html" class="title">GitHubDesktop_Zh: GitHubDesktop 汉化版</a></p>
                            <p class="item-date"><time datetime="2022-01-11T08:00:00.000Z" itemprop="datePublished">2022-01-11</time></p>
                        </div>
                    </li>
                
                    <li>
                        
                        <div class="item-thumbnail">
                            <a href="/post/h4mh.html" class="thumbnail">
    
    
        <span style="background-image:url(https://static.uzz5.com/i/2021/02/28/kqr7LbG1.webp)" alt="哔哩哔哩UWP V4.3.5" class="thumbnail-image"></span>
    
    
</a>

                        </div>
                        
                        <div class="item-inner">
                            <p class="item-category"><a class="article-category-link" href="/categories/Win/">Win</a></p>
                            <p class="item-title"><a href="/post/h4mh.html" class="title">哔哩哔哩UWP V4.3.5</a></p>
                            <p class="item-date"><time datetime="2022-01-09T21:00:00.000Z" itemprop="datePublished">2022-01-09</time></p>
                        </div>
                    </li>
                
            </ul>
        </div>
    </div>

            
                
    <div class="widget-wrap widget-list">
        <h3 class="widget-title">分类</h3>
        <div class="widget">
            <ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/App/">App</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/Other/">Other</a><span class="category-list-count">11</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/Web/">Web</a><span class="category-list-count">68</span><ul class="category-list-child"><li class="category-list-item"><a class="category-list-link" href="/categories/Web/Typecho/">Typecho</a><span class="category-list-count">17</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/Web/Wordpress/">Wordpress</a><span class="category-list-count">16</span></li></ul></li><li class="category-list-item"><a class="category-list-link" href="/categories/Win/">Win</a><span class="category-list-count">26</span></li></ul>
        </div>
    </div>


            
                
    <div class="widget-wrap widget-float">
        <h3 class="widget-title">标签云</h3>
        <div class="widget tagcloud">
            <a href="/tags/Blog/" style="font-size: 16.92px;">Blog</a> <a href="/tags/Cdn/" style="font-size: 10px;">Cdn</a> <a href="/tags/Coudflare/" style="font-size: 10px;">Coudflare</a> <a href="/tags/Docker/" style="font-size: 12.31px;">Docker</a> <a href="/tags/Git/" style="font-size: 10px;">Git</a> <a href="/tags/Github/" style="font-size: 19.23px;">Github</a> <a href="/tags/Githun/" style="font-size: 10px;">Githun</a> <a href="/tags/Linux/" style="font-size: 10.77px;">Linux</a> <a href="/tags/Liunx/" style="font-size: 10px;">Liunx</a> <a href="/tags/Sharex/" style="font-size: 11.54px;">Sharex</a> <a href="/tags/Steam/" style="font-size: 10px;">Steam</a> <a href="/tags/Telegram/" style="font-size: 10px;">Telegram</a> <a href="/tags/Typecho/" style="font-size: 13.85px;">Typecho</a> <a href="/tags/VPS/" style="font-size: 10.77px;">VPS</a> <a href="/tags/Win/" style="font-size: 10.77px;">Win</a> <a href="/tags/Wordpres/" style="font-size: 10px;">Wordpres</a> <a href="/tags/Wordpress/" style="font-size: 14.62px;">Wordpress</a> <a href="/tags/bilibili/" style="font-size: 10px;">bilibili</a> <a href="/tags/hexo/" style="font-size: 11.54px;">hexo</a> <a href="/tags/%E4%B8%BB%E9%A2%98/" style="font-size: 17.69px;">主题</a> <a href="/tags/%E4%BC%98%E5%8C%96/" style="font-size: 10px;">优化</a> <a href="/tags/%E4%BF%AE%E6%94%B9%E7%89%88/" style="font-size: 11.54px;">修改版</a> <a href="/tags/%E5%85%8D%E8%B4%B9/" style="font-size: 16.92px;">免费</a> <a href="/tags/%E5%86%99%E4%BD%9C/" style="font-size: 10px;">写作</a> <a href="/tags/%E5%88%86%E4%BA%AB/" style="font-size: 16.15px;">分享</a> <a href="/tags/%E5%9B%BE%E5%BA%8A/" style="font-size: 13.85px;">图床</a> <a href="/tags/%E5%9B%BE%E7%89%87/" style="font-size: 15.38px;">图片</a> <a href="/tags/%E5%A8%B1%E4%B9%90/" style="font-size: 11.54px;">娱乐</a> <a href="/tags/%E5%B0%81%E9%9D%A2/" style="font-size: 10px;">封面</a> <a href="/tags/%E5%B7%A5%E5%85%B7/" style="font-size: 18.46px;">工具</a> <a href="/tags/%E5%BA%94%E7%94%A8/" style="font-size: 13.08px;">应用</a> <a href="/tags/%E5%BB%BA%E7%AB%99/" style="font-size: 10px;">建站</a> <a href="/tags/%E5%BC%80%E5%8F%91/" style="font-size: 11.54px;">开发</a> <a href="/tags/%E5%BC%80%E6%BA%90/" style="font-size: 20px;">开源</a> <a href="/tags/%E6%8F%92%E4%BB%B6/" style="font-size: 11.54px;">插件</a> <a href="/tags/%E6%95%99%E7%A8%8B/" style="font-size: 10px;">教程</a> <a href="/tags/%E6%B2%B9%E7%8C%B4/" style="font-size: 10px;">油猴</a> <a href="/tags/%E6%BA%90%E7%A0%81/" style="font-size: 13.08px;">源码</a> <a href="/tags/%E7%99%BD%E5%AB%96/" style="font-size: 12.31px;">白嫖</a> <a href="/tags/%E7%A8%8B%E5%BA%8F/" style="font-size: 10px;">程序</a> <a href="/tags/%E7%B3%BB%E7%BB%9F/" style="font-size: 11.54px;">系统</a> <a href="/tags/%E7%BB%8F%E9%AA%8C/" style="font-size: 13.85px;">经验</a> <a href="/tags/%E7%BD%91%E7%9B%98/" style="font-size: 10.77px;">网盘</a> <a href="/tags/%E7%BD%91%E7%AB%99/" style="font-size: 10.77px;">网站</a> <a href="/tags/%E7%BD%91%E9%A1%B5/" style="font-size: 10px;">网页</a> <a href="/tags/%E8%B4%B4%E5%90%A7/" style="font-size: 10px;">贴吧</a> <a href="/tags/%E8%BD%AF%E4%BB%B6/" style="font-size: 13.85px;">软件</a> <a href="/tags/%E9%98%BF%E9%87%8C%E4%BA%91/" style="font-size: 10px;">阿里云</a>
        </div>
    </div>


            
                
    <div class="widget-wrap widget-list">
        <h3 class="widget-title">链接</h3>
        <div class="widget">
            <ul>
                
                    <li>
                        <a target="_blank" rel="noopener" href="https://bref.life">bref</a>
                    </li>
                
            </ul>
        </div>
    </div>


            
        
    </div>
</aside>

                </div>
            </div>
        </div>
        <footer id="footer">
    <div class="container">
        <div class="container-inner">
            <a id="back-to-top" href="javascript:;"><i class="icon fa fa-angle-up"></i></a>
            <div class="credit">
                <h1 class="logo-wrap">
                    <a href="/" class="logo"></a>
                </h1>
                <p>&copy; 2022 deicol</p>
				<p><a href="https://beian.miit.gov.cn/" target="_blank">鲁ICP备19028669号-2</a></p>
                
            </div>
            <div class="footer-plugins">
              
    


            </div>
        </div>
    </div>
</footer>

    </div>
    
    
    <script>
    var disqus_shortname = 'uzz5';
    
    
    (function() {
    var dsq = document.createElement('script');
    dsq.type = 'text/javascript';
    dsq.async = true;
    dsq.src = '//' + disqus_shortname + '.disqus.com/count.js';
    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
    })();
    </script>





    
        
<script src="/libs/lightgallery/js/lightgallery.min.js"></script>

        
<script src="/libs/lightgallery/js/lg-thumbnail.min.js"></script>

        
<script src="/libs/lightgallery/js/lg-pager.min.js"></script>

        
<script src="/libs/lightgallery/js/lg-autoplay.min.js"></script>

        
<script src="/libs/lightgallery/js/lg-fullscreen.min.js"></script>

        
<script src="/libs/lightgallery/js/lg-zoom.min.js"></script>

        
<script src="/libs/lightgallery/js/lg-hash.min.js"></script>

        
<script src="/libs/lightgallery/js/lg-share.min.js"></script>

        
<script src="/libs/lightgallery/js/lg-video.min.js"></script>

    
    
        
<script src="/libs/justified-gallery/jquery.justifiedGallery.min.js"></script>

    
    

    
    
    



<!-- Custom Scripts -->

<script src="/js/main.js"></script>


</body>
</html>
                               

Whois info of domain

Domain Name: UZZ5.COM
Registry Domain ID: 2401063711_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.west.cn
Registrar URL: http://www.west.cn/
Updated Date: 2024-05-29T05:59:31Z
Creation Date: 2019-06-11T18:14:07Z
Registry Expiry Date: 2025-06-11T18:14:07Z
Registrar: Chengdu West Dimension Digital Technology Co., Ltd.
Registrar IANA ID: 1556
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 86.28.62778877
Domain Status: ok https://icann.org/epp#ok
Name Server: POINT.DNSPOD.NET
Name Server: STORMY.DNSPOD.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-06T18:36:18Z <<<
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