200 http 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.
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: wlbk.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html> <html lang="en" > <head> <title>武陵博客</title> <meta charset="utf-8" /> <meta name="renderer" content="webkit" /> <meta name="format-detection" content="telephone=no" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Cache-Control" content="no-siteapp" /> <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" /> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, shrink-to-fit=no, viewport-fit=cover" /> <meta name="author" content="admin" /> <meta http-equiv="x-dns-prefetch-control" content="on" /> <meta name="site" content="http://www.wlbk.com" /> <!-- OG --> <meta property="og:image" content="/upload/ztzy/Favicon.ico" /> <meta property="og:description" content="site.seo.description" /> <meta property="og:type" content="website" /> <meta property="og:locale" content="zh_CN" /> <meta property="og:site_name" content="武陵博客-武陵博客_个人网络博客。。。" /> <meta property="og:url" content="http://www.wlbk.com" /> <meta property="og:title" content="武陵博客" /> <meta property="twitter:partner" content="ogwp" /> <!-- /OG --> <script id="theme-config-getter"> const ThemeConfig = { theme_mode: "user", enable_loading_bar: true, enable_footer: true, footer_position: "none", check_baidu_collect: false, baidu_token: "", enable_back2top: true, enable_back2top_smooth: true, enable_weather: false, weather_key: "", link_behavior: "default", enable_tag_cloud: true, tag_cloud_type: document.getElementById('tags-3d') ? '3d' : 'list', enable_fixed_header: true, enable_clean_mode: false, cursor_effect: "off", enable_offscreen_tip: false, enable_birthday: true, birthday: "2024\/11\/11 06:30", light_time_scope: "5:00~19:00", enable_console_theme: false, version: "1.4.0", enable_big_banner: false, enable_banner: true, banner_direction: "horizontal", enable_banner_loop: true, banner_effect: "slide", banner_speed: 500, enable_banner_handle: true, enable_banner_autoplay: true, banner_delay: "3500", enable_banner_switch_button: true, enable_banner_pagination: true, enable_index_list_ajax: false, post_index_page_size: false, backdrop: "off", favicon: "", enable_index_list_effect: true, index_list_effect_class: "fadeInUp", show_loaded_time: false, enable_debug: false, access_key: false, enable_copy: true, enable_share: true, enable_share_link: true, enable_share_weixin: false, enable_like: true, enable_toc: true, enable_progress_bar: true, enable_code_expander: false, enable_fold_long_code: false, enable_comment: true, toc_depth: "0", enable_code_title: true, enable_code_hr: true, enable_code_macdot: true, enable_code_line_number: false, enable_code_newline: false, show_tools_when_hover: true, enable_code_copy: true, enable_copy_right_text: false, copy_right_text: "", offscreen_title_leave: "\u6B6A\uFF0C\u4F60\u53BB\u54EA\u91CC\u4E86\uFF1F", offscreen_title_back: "(\u3064\u30A7\u2282)\u54A6\uFF0C\u53C8\u56DE\u6765\u4E86!", enable_journal_effect: true, enable_friend_effect: true, // prettier-ignore journal_list_effect_class: "fadeInUp", friend_list_effect_class: "fadeInUp", enable_like_journal: true, enable_comment_journal: true, journal_block_height: "300", long_code_height: "800", lazyload_avatar: "\/themes\/theme-Joe3\/assets\/svg\/spinner-preloader.svg", photos_layout: 'waterfall', // prettier-ignore blog_url: "http:\/\/www.wlbk.com", blog_title: "\u6B66\u9675\u535A\u5BA2", // prettier-ignore BASE_RES_URL: "\/themes\/theme-Joe3", BASE_URL: 'https://bbchin.com', }; //转数字 ThemeConfig.banner_speed = parseInt(ThemeConfig.banner_speed); ThemeConfig.banner_delay = parseInt(ThemeConfig.banner_delay); ThemeConfig.toc_depth = parseInt(ThemeConfig.toc_depth); ThemeConfig.journal_block_height = parseInt(ThemeConfig.journal_block_height); ThemeConfig.long_code_height = parseInt(ThemeConfig.long_code_height); ThemeConfig.photos_gap = 10; ThemeConfig.enable_photos_effect = true; </script> <script id="compatiable-checker"> // 兼容性检查 function detectIE() { var n = window.navigator.userAgent, e = n.indexOf('MSIE '); if (e > 0) { return parseInt(n.substring(e + 5, n.indexOf('.', e)), 10); } if (n.indexOf('Trident/') > 0) { var r = n.indexOf('rv:'); return parseInt(n.substring(r + 3, n.indexOf('.', r)), 10); } var i = n.indexOf('Edge/'); return i > 0 && parseInt(n.substring(i + 5, n.indexOf('.', i)), 10); } detectIE() && (alert('当前站点不支持IE浏览器或您开启了兼容模式,请使用其他浏览器访问或关闭兼容模式。'), (location.href = 'https://www.baidu.com')); </script> <script id="theme-config-getter" type="text/javascript"> if (window.location.hostname === 'localhost' || window.location.hostname === '127.0.0.1') { ThemeConfig['mode'] = 'development'; console.log(ThemeConfig.mode); } if (ThemeConfig.mode === 'development') { console.log('Joe3主题配置:', ThemeConfig); console.log('资源根路径:', ThemeConfig.BASE_RES_URL); } // 读取主题模式 var initThemeMode = function () { try { var curMode = ''; if (ThemeConfig.theme_mode === 'auto') { var light_scope = ThemeConfig.light_time_scope.split('~'); var now = new Date(); var today = now.toLocaleString().split(' ')[0]; var curMode = now >= new Date(today + ' ' + light_scope[0]) && now <= new Date(today + ' ' + light_scope[1]) ? 'light' : 'dark'; localStorage.removeItem('data-mode'); } else if (ThemeConfig.theme_mode === 'user') { // 用户模式下优先从本地取主题模式,默认为浅色 curMode = localStorage.getItem('data-mode') || 'light'; localStorage.setItem('data-mode', curMode); } else { // 非用户模式下直接取后台配置的模式 curMode = ThemeConfig.theme_mode; localStorage.removeItem('data-mode'); } document.querySelector('html').setAttribute('data-mode', curMode); } catch (e) { console.log(e); } }; initThemeMode(); window.Joe = { BASE_API: '', isMobile: /windows phone|iphone|android/gi.test(window.navigator.userAgent), bloggerGenerateAvatarOpts: (function () { let generateAvatarOpts = {}; let generate_avatar_opts_str = '{bgColor:'',textColor:'',useTextGradient:false}'; if (generate_avatar_opts_str) { // generate_avatar_opts_str 示例:{bgColor:'',textColor:'',useTextGradient:false}, 解析 generate_avatar_opts 配置 try { // 防止 ' 等特殊字符导致 JSON 解析失败 const eleTmp = document.createElement('div'); eleTmp.innerHTML = generate_avatar_opts_str; // key 自动加上 "" 防止报错,’ 自动转成 “ generate_avatar_opts_str = eleTmp.innerHTML .replace(/'/g, '"') .replace(/([\w]+):/g, '"$1":'); generateAvatarOpts = JSON.parse(generate_avatar_opts_str); } catch (e) { console.error( 'Joe3主题配置:生成文字性头像的配置解析失败,使用默认配置。generate_avatar_opts_str:', generate_avatar_opts_str, ' ,error:', e ); } } return generateAvatarOpts; })(), errorImg: function (target, src) { const targetSrc = target.getAttribute('src'); console.log( '加载图片失败', ' ,srcArg:', src, ' .target.src:', targetSrc, ' ,target.alt:', target.getAttribute('alt'), ' ,target.dataset.errSrc:', target.dataset.errSrc, ' ,target.dataset.textAvatar:', target.dataset.textAvatar ); let generatedTextAvatar; let generatedTextAvatarBase64; switch (src) { case 'HomeErrImg': { // 如果 src 是 HomeErrImg 则使用首页配置里配置的文章错误缺省图 src = '/themes/theme-Joe3/assets/img/default_thumbnail.png'; break; } case 'LinksErrImg': { // 如果 src 是 LinksErrImg 则使用友链配置里配置的友链默认 logo src = target.dataset.errSrc || '/themes/theme-Joe3/assets/img/default_links_logo.png'; if ( !src || src === targetSrc || (targetSrc && targetSrc.indexOf('/assets/img/transparent-placeholder.png') !== -1) ) { if (target.dataset.textAvatar || target.getAttribute('alt')) { generatedTextAvatar = target.dataset.textAvatar || target.getAttribute('alt'); generatedTextAvatarBase64 = Joe.generateTextAvatarImage(generatedTextAvatar); src = generatedTextAvatarBase64; } else { src = '/themes/theme-Joe3/assets/img/default_links_logo.png'; } } break; } case 'ErrAvatarImg': { // 如果 src 是 ErrAvatarImg 则使用博主配置里配置的默认头像 src = target.dataset.errSrc || '/themes/theme-Joe3/assets/img/peeps-avatar.png'; if ( !src || src === targetSrc || (targetSrc && targetSrc.indexOf('/assets/img/transparent-placeholder.png') !== -1) ) { if (target.dataset.textAvatar || target.getAttribute('alt')) { generatedTextAvatar = target.dataset.textAvatar || target.getAttribute('alt'); generatedTextAvatarBase64 = Joe.generateTextAvatarImage(generatedTextAvatar); src = generatedTextAvatarBase64; } else { src = '/themes/theme-Joe3/assets/img/peeps-avatar.png'; } } break; } case 'LoadFailedImg': { // 如果 src 是 LoadFailedImg 则使用加载失败的图片 src = target.dataset.errSrc || '/themes/theme-Joe3/assets/img/img_load_failed.jpg'; break; } } const nowSrc = src || target.dataset.errSrc || '/themes/theme-Joe3/assets/img/Joe3.png'; if (targetSrc === nowSrc) return; if ( generatedTextAvatarBase64 && generatedTextAvatar && nowSrc === generatedTextAvatarBase64 ) { target.setAttribute('data-generated-text-avatar', generatedTextAvatar); } else if (target.getAttribute('data-generated-text-avatar')) { target.removeAttribute('data-generated-text-avatar'); } console.log( '加载图片失败,使用默认图片:', nowSrc, ' ,oldSrc:', targetSrc, ' ,target.alt:', target.getAttribute('alt') ); target.setAttribute('onerror', null); target.setAttribute('src', nowSrc); }, // 已经加载 transparent-placeholder.png 后替换图片 loadedPlaceholderReplaceImg: function (target, src) { const targetSrc = target.getAttribute('src'); if ( !targetSrc || src === targetSrc || targetSrc.indexOf('/assets/img/transparent-placeholder.png') === -1 ) { return; } console.log( '加载图片 transparent-placeholder.png 后替换图片', ' ,srcArg:', src, ' ,target.alt:', target.getAttribute('alt'), ' ,target.dataset.replaceSrc:', target.dataset.replaceSrc, ' ,target.dataset.textAvatar:', target.dataset.textAvatar ); let generatedTextAvatar; let generatedTextAvatarBase64; switch (src) { case 'LinksImg': { // 如果 src 是 LinksImg 则使用友链配置里配置的友链默认 logo src = target.dataset.replaceSrc || '/themes/theme-Joe3/assets/img/default_links_logo.png'; if (!src || src === targetSrc) { if (target.dataset.textAvatar || target.getAttribute('alt')) { generatedTextAvatar = target.dataset.textAvatar || target.getAttribute('alt'); generatedTextAvatarBase64 = Joe.generateTextAvatarImage(generatedTextAvatar); src = generatedTextAvatarBase64; } else { src = '/themes/theme-Joe3/assets/img/default_links_logo.png'; } } break; } case 'AvatarImg': { // 如果 src 是 AvatarImg 则使用博主配置里配置的默认头像 src = target.dataset.replaceSrc || '/themes/theme-Joe3/assets/img/peeps-avatar.png'; if (!src || src === targetSrc) { if (target.dataset.textAvatar || target.getAttribute('alt')) { generatedTextAvatar = target.dataset.textAvatar || target.getAttribute('alt'); target.setAttribute('data-generated-text-avatar', generatedTextAvatar); generatedTextAvatarBase64 = Joe.generateTextAvatarImage(generatedTextAvatar); src = generatedTextAvatarBase64; } else { src = '/themes/theme-Joe3/assets/img/peeps-avatar.png'; } } break; } } const nowSrc = src || target.dataset.replaceSrc || '/themes/theme-Joe3/assets/img/Joe3.png'; if (targetSrc === nowSrc) return; if ( generatedTextAvatarBase64 && generatedTextAvatar && nowSrc === generatedTextAvatarBase64 ) { target.setAttribute('data-generated-text-avatar', generatedTextAvatar); } else if (target.getAttribute('data-generated-text-avatar')) { target.removeAttribute('data-generated-text-avatar'); } console.log('加载替换后的图片:', nowSrc, ' ,target.alt:', target.getAttribute('alt')); target.setAttribute('onload', null); target.setAttribute('src', nowSrc); }, replaceAllTextAvatarImage: function () { console.log('call replaceAllTextAvatarImage'); const generatedEles = document.querySelectorAll('img[data-generated-text-avatar]'); generatedEles.forEach(function (ele) { const generatedTextAvatar = ele.getAttribute('data-generated-text-avatar'); const generatedTextAvatarBase64 = Joe.generateTextAvatarImage(generatedTextAvatar); ele.setAttribute('src', generatedTextAvatarBase64); }); }, // 生成随机颜色函数 getRandomColor: function (alpha) { const letters = '0123456789ABCDEF'; let color = '#'; for (let i = 0; i < 6; i++) { color += letters[Math.floor(Math.random() * 16)]; } if (alpha !== undefined) { return color + (alpha >= 0 && alpha <= 1 ? Math.round(alpha * 255).toString(16) : 'FF'); } return color; }, // 生成随机颜色的文字性头像 generateTextAvatarImage: function (text, opts) { opts = Object.assign({}, Joe.bloggerGenerateAvatarOpts, opts || {}); opts.fontSize = opts.fontSize || 50; opts.font = opts.font || 'Great Vibes'; opts.canvasRadius = opts.canvasWidth || 1.5 * opts.fontSize; // 如果是 var(--xxxx),则说明是 css 配置的变量,需要从html样式中解析成具体值 if (opts.textColor && /var\(--([\w-]+)\)/.test(opts.textColor)) { const match = opts.textColor.match(/var\(--([\w-]+)\)/); if (match) { let cssVar = getComputedStyle(document.documentElement) .getPropertyValue('--' + match[1]) .trim() || getComputedStyle(document.body) .getPropertyValue('--' + match[1]) .trim(); if (cssVar) { opts.textColor = cssVar; } } } // 如果是 var(--xxxx),则说明是 css 配置的变量,需要从html样式中解析成具体值 if (opts.bgColor && /var\(--([\w-]+)\)/.test(opts.bgColor)) { const match = opts.bgColor.match(/var\(--([\w-]+)\)/); if (match) { let cssVar = getComputedStyle(document.documentElement) .getPropertyValue('--' + match[1]) .trim() || getComputedStyle(document.body) .getPropertyValue('--' + match[1]) .trim(); if (cssVar) { opts.bgColor = cssVar; } } } // 创建一个新的 Canvas 元素 const canvas = document.createElement('canvas'); const ctx = canvas.getContext('2d'); // 设置 Canvas 的尺寸 canvas.width = opts.canvasRadius; canvas.height = opts.canvasRadius; if (opts.bgColor) { ctx.fillStyle = opts.bgColor; } else { // 生成随机颜色的渐变背景 const gradient = ctx.createRadialGradient( canvas.width / 2, canvas.height / 2, 0, canvas.width / 2, canvas.height / 2, canvas.width / 2 ); gradient.addColorStop(0, Joe.getRandomColor(0.7)); gradient.addColorStop(1, Joe.getRandomColor(0.7)); // 绘制渐变背景 ctx.fillStyle = gradient; } ctx.beginPath(); ctx.arc(canvas.width / 2, canvas.height / 2, canvas.width / 2, 0, Math.PI * 2); ctx.fill(); // 设置文本样式 ctx.font = `${opts.fontSize}px ${opts.font}`; if (opts.textColor) { ctx.fillStyle = opts.textColor; } else if (opts.useTextGradient) { // 生成文字的线性渐变 const textGradient = ctx.createLinearGradient(0, 0, canvas.width, canvas.height); textGradient.addColorStop(0, Joe.getRandomColor(0.9)); // 文字的渐变色 textGradient.addColorStop(1, Joe.getRandomColor(0.9)); // 文字的渐变色 ctx.fillStyle = textGradient; } else if (opts.bgColor) { // 设置了背景色,但是没有设置文字颜色,则需要设置默认文字颜色为黑色,防止文字颜色和背景色一致【注;背景色为渐变色,文字能显示出来,因此不需要设置文字颜色】 // 如果 bgColor 为黑色,则文字颜色设置为白色,否则设置为黑色 ctx.fillStyle = /(#000000|#000|black)/.test(opts.bgColor) ? '#fff' : '#000'; } ctx.textAlign = 'center'; ctx.textBaseline = 'middle'; // 在 Canvas 上绘制文本 ctx.fillText(text.charAt(0), canvas.width / 2, canvas.height / 2); // 返回生成的图片对象 base64 编码 return canvas.toDataURL(); }, }; ThemeConfig.enable_console_theme && console.log( '%cTheme By Jiewen' + ' | 版本 V' + ThemeConfig.version, 'padding: 8px 15px;color:#fff;background: linear-gradient(270deg, #986fee, #8695e6, #68b7dd, #18d7d3);border-radius: 0 15px 0 15px;' ); </script> <!-- <th:block th:replace="~{modules/themeSettingVariable :: themeSetting}" />--> <!-- <th:block th:if="${htmlType == 'post'}">--> <!-- <th:block th:replace="~{modules/postMetaVariable :: postSetting}" />--> <!-- </th:block>--> <link rel="shortcut icon" size="32x32" href="/upload/ztzy/Favicon.ico" /> <link rel="canonical" href="http://www.wlbk.com" /> <link rel="apple-touch-icon" sizes="180x180" href="/upload/ztzy/Favicon.ico" /> <style> @font-face { font-family: "Joe Font"; font-weight: 400; font-style: normal; font-display: swap; } html body { --waline-avatar-size: 2.25rem; --waline-m-avatar-size: calc(var(--waline-avatar-size) * 9 / 13); --waline-theme-color:#fb6c28; --waline-active-color: #fb6c28; --theme: #fb6c28; --wave-color: #fff; --scroll-bar: #c0c4cc; --loading-bar: var(--theme); --img-max-width: 100%; font-family: "Joe Font", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, "sans-serif"; --halo-comment-widget-base-font-family: "Joe Font", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, "sans-serif"; --halo-search-widget-base-font-family: "Joe Font", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, "sans-serif"; --halo-comment-widget-base-color: var(--main); --halo-comment-widget-base-info-color:var(--routine); } html[data-mode='dark'] body { --waline-theme-color:#9999ff; --waline-active-color: #9999ff; --theme: #9999ff; --wave-color: #fff; --scroll-bar: #c0c4cc; --loading-bar: var(--theme); --halo-search-widget-color-modal-layer: rgba(10, 11, 12, 0.8); --halo-search-widget-color-modal-content-bg: rgb(27, 27, 30); --halo-search-widget-color-form-input: rgb(255, 255, 255); --halo-search-widget-color-form-input-placeholder: #868686; --halo-search-widget-color-form-input-bg: rgb(27, 27, 30); --halo-search-widget-color-form-divider: #292929; --halo-search-widget-color-result-item-bg: #232323; --halo-search-widget-color-result-item-hover-bg: #2b3033; --halo-search-widget-color-result-item-title: rgb(255 255 255); --halo-search-widget-color-result-item-content: #868686; --halo-search-widget-color-command-kbd-item: #868686; --halo-search-widget-color-command-kbd-border: #868686; --halo-search-widget-color-result-empty: #868686; --halo-comment-widget-component-form-input-bg-color: #475569; --halo-comment-widget-component-form-input-color: #ffffff; --halo-comment-widget-component-form-input-border-color: #495056; --halo-comment-widget-component-form-input-border-color-focus: #65a3ff; --halo-comment-widget-component-form-input-box-shadow-focus: 0 0 0 0.15em #1c3966; --halo-comment-widget-component-form-button-login-bg-color: #334155; --halo-comment-widget-component-form-button-login-bg-color-hover: #475569; --halo-comment-widget-component-form-button-login-border-color: #475569; --halo-comment-widget-component-form-button-submit-border-color: #475569; --halo-comment-widget-component-form-button-submit-border-color-hover: #64748b; --halo-comment-widget-component-form-button-emoji-color: #cbd5e1; --halo-comment-widget-component-comment-item-action-bg-color-hover: #475569; --halo-comment-widget-component-comment-item-action-color: #64748b; --halo-comment-widget-component-comment-item-action-color-hover: #94a3b8; --halo-comment-widget-component-pagination-button-bg-color-hover: #475569; --halo-comment-widget-component-pagination-button-bg-color-active: #475569; --halo-comment-widget-component-pagination-button-border-color-active: #475569; --halo-comment-widget-component-emoji-picker-rgb-color: 222, 222, 221; --halo-comment-widget-component-emoji-picker-rgb-accent: 58, 130, 247; --halo-comment-widget-component-emoji-picker-rgb-background: 21, 22, 23; --halo-comment-widget-component-emoji-picker-rgb-input: 0, 0, 0; --halo-comment-widget-component-emoji-picker-color-border: rgba(255, 255, 255, 0.1); --halo-comment-widget-component-emoji-picker-color-border-over: rgba(255, 255, 255, 0.2); } ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-thumb { background: var(--scroll-bar); } html[data-mode="dark"] body { background-repeat: no-repeat; background-size: cover; position: relative; } html[data-mode="dark"] body::before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: url(""); background-position: top center; background-size: cover; background-repeat: no-repeat; z-index: -1; /* 保证内容层在背景之上 */ } html[data-mode="dark"] body { background-image: none; } </style> <!-- 加载条 --> <link rel="stylesheet" href="/themes/theme-Joe3/assets/lib/nprogress/nprogress.min.css" /> <style> #nprogress .bar { height: 3px; background: var(--loading-bar); } #nprogress .peg { display: none; } </style> <script src="/themes/theme-Joe3/assets/lib/nprogress/nprogress.min.js"></script> <link rel="preload stylesheet" as="style" href="/themes/theme-Joe3/assets/css/min/normalize.min.css?v=1.4.0" /> <link rel="preload stylesheet" as="style" href="/themes/theme-Joe3/assets/lib/font-awesome/css/font-awesome.min.css" /> <link rel="preload stylesheet" as="style" href="//at.alicdn.com/t/font_2788564_crkap1ed9j5.css" /> <link rel="preload stylesheet" as="style" href="//at.alicdn.com/t/c/font_4198339_jcoci5bgy7.css" /> <link rel="preload stylesheet" as="style" href="/themes/theme-Joe3/assets/css/min/theme.min.css?v=1.4.0" /> <style> #Joe .joe_container { max-width: 1320px !important; } @media (max-width: 1360px) { #Joe .joe_container { max-width: initial !important; } } @media (max-width: 768px) { #Joe .joe_container { max-width: initial !important; } } </style> <link rel="stylesheet" href="/themes/theme-Joe3/assets/lib/qmsg/qmsg.css" /> <link rel="preload stylesheet" as="style" href="/themes/theme-Joe3/assets/lib/animate/animate.min.css" /> <link rel="stylesheet" href="/themes/theme-Joe3/assets/lib/swiper/swiper-bundle.min.css" /> <link rel="preload stylesheet" as="style" href="/themes/theme-Joe3/assets/css/min/global.min.css?v=1.4.0" /> <link rel="preload stylesheet" as="style" href="/themes/theme-Joe3/assets/css/min/index.min.css?v=1.4.0" /> <link rel="preload stylesheet" as="style" href="/themes/theme-Joe3/assets/css/min/responsive.min.css?v=1.4.0" /> <link rel="stylesheet" href="/themes/theme-Joe3/assets/lib/fancybox/jquery.fancybox.min.css" /> <link rel="preload stylesheet" as="style" href="/themes/theme-Joe3/assets/css/min/beauty.min.css?v=1.4.0" /> <script src="/themes/theme-Joe3/assets/lib/[email protected]/jquery.min.js"></script> <meta name="keywords" content="武陵博客" /> <meta name="description" content="_个人网络博客。。。" /> <link rel="stylesheet" href="https://at.alicdn.com/t/c/font_4764109_lvu4szmhx8a.css"> <meta name="generator" content="Halo 2.20.18"/><script src="/plugins/PluginLive2d/assets/static/js/live2d-autoload.min.js" defer></script> <script type="text/javascript"> document.addEventListener('DOMContentLoaded', () => { live2d.init("/plugins/PluginLive2d/assets/static/", { "loadTime" : "defer", "consoleShowStatu" : false, "live2dLocation" : "right", "photoName" : "live2d", "copyContent" : true, "backSite" : true, "backSiteTip" : "哇,你终于回来了~", "selectorTips" : [ ], "openConsole" : true, "copyContentTip" : "你都复制了些什么呀,转载要记得加上出处哦!", "openConsoleTip" : "你是想要看看我的小秘密吗?", "firstOpenSite" : true, "modelTexturesId" : 53, "isForceUseDefaultConfig" : false, "modelId" : 1, "tools" : [ "hitokoto", "asteroids", "switch-model", "switch-texture", "photo", "info", "quit" ], "isTools" : false, "isAiChat" : false, "aiChatBaseSetting" : { "timeout" : 10, "chunkTimeout" : 10, "showChatMessageTimeout" : 10 }, "apiPath" : "https://api.zsq.im/live2d/", "hitokotoApi" : "https://v1.hitokoto.cn", "showHitokoto" : true, "tips" : "/themes/theme-Joe3/assets/live2d/tips.json" }) }) </script> <!-- plugin-comment-widget start --> <script src="/plugins/PluginCommentWidget/assets/static/comment-widget.iife.js?version=2.5.1"></script> <link rel="stylesheet" href="/plugins/PluginCommentWidget/assets/static/style.css?version=2.5.1" /> <!-- plugin-comment-widget end --> <!-- PluginSearchWidget start --> <script src="/plugins/PluginSearchWidget/assets/static/search-widget.iife.js?version=1.6.2" async></script> <link rel="stylesheet" href="/plugins/PluginSearchWidget/assets/static/style.css?version=1.6.2" /> <!-- PluginSearchWidget end --> <link rel="icon" href="/upload/ztzy/Favicon.ico" /> </head> <!-- /OG --> <body> <div id="Joe"> <!-- navbar--> <header class="joe_header"> <div class="joe_header__above topInDown fixed glass" > <div class="joe_container joe_header_container" > <i class="joe-font joe-icon-caidan joe_header__above-slideicon"></i> <a title="武陵博客" class="joe_header__above-logo" href="https://www.wlbk.com" > <img style="border-radius:4px" src="/upload/ztzy/logo.png" alt="武陵博客" onerror="Joe.errorImg(this, 'ErrAvatarImg')" /> </a> <nav class="joe_header__above-nav active-shadow active-animate" > <!-- 自选导航--> <a class="item" href="/" title="首页" > <i class="m-icon iconfont icon-tubiao01" ></i> 首页 </a> <a class="item" href="/categories/default" target="_self" title="网络笔记" > <i class="m-icon iconfont icon-tubiao121" ></i> 网络笔记 </a> <a class="item" href="/categories/gong-xiang" target="_self" title="网络共享" > <i class="m-icon iconfont icon-tubiao35" ></i> 网络共享 </a> <a class="item" href="/about" title="关于网站" > <i class="m-icon jiewen joe-icon-zuzhijiagou" ></i> 关于网站 </a> </nav> <div class="joe_header__above-search"> <!-- <div class="nav_login">--> <!-- <th:block th:if="${#authentication.name == 'anonymousUser'}">--> <!-- <a href="/console" title="搜索"><i class="jiewen joe-icon-zhanghao"></i></a>--> <!-- </th:block>--> <!-- <th:block th:if="${#authentication.name != 'anonymousUser'}">--> <!-- <th:block th:with="contributor = ${contributorFinder.getContributor(#authentication.name)}">--> <!-- <img th:src="${contributor.avatar}" th:title="${contributor.displayName}" th:alt="${contributor.displayName}" onerror="Joe.errorImg(this, 'ErrAvatarImg')" >--> <!-- </th:block>--> <!-- </th:block>--> <!-- </div>--> <!-- <input maxlength="16" autocomplete="off" placeholder="请输入关键字..." name="keyword" value="" class="input" type="text">--> <button type="submit" id="halo-search" class="submit" style="border-radius: 17px 17px 17px 17px" aria-label="搜索按钮" > <i class="joe-font joe-icon-search"></i> </button> <!-- <span class="icon"></span>--> <div class="nav_login"> <a class="login_before" href="#" onclick="window.location.href='/console/login?redirect_uri='+window.location.href" title="登入" target="_self" ><i class="jiewen joe-icon-zhanghao" target="_self"></i ></a> </div> <!-- <nav class="result">--> <!-- <a href="archives/ce-shi-wen-zhang.html" title="测试文章" class="item">--> <!-- <span class="sort">1</span>--> <!-- <span class="text">测试文章</span>--> <!-- </a>--> <!-- <a href="archives/hello-halo.html" title="Hello Halo" class="item">--> <!-- <span class="sort">2</span>--> <!-- <span class="text">Hello Halo</span>--> <!-- </a>--> <!-- </nav>--> </div> <a href="javascript:SearchWidget.open()" title="搜索" ><i class="joe-font joe-icon-search joe_header__above-searchicon"></i ></a> </div> </div> <div class="joe_header__slideout"> <div class="joe_header__slideout-wrap"> <img width="100%" height="150" class="joe_header__slideout-image" src="/upload/ztzy/txtp.jpg" alt="侧边栏壁纸" onerror="Joe.errorImg(this)" /> <div class="joe_header__slideout-author"> <img width="50" height="50" class="avatar ls-is-cached lazyloaded" data-src="/themes/theme-Joe3/assets/svg/spinner-preloader.svg" src="/upload/yhcc/%5BIT-XIAOBIN%5D-1732781107811.png" alt="博主头像" data-text-avatar="武陵博客" onload="Joe.loadedPlaceholderReplaceImg(this, 'AvatarImg')" onerror="Joe.errorImg(this, 'ErrAvatarImg')" /> <div class="info"> <a class="link" href="http://www.wlbk.com" target="_blank" rel="noopener noreferrer nofollow" >武陵博客 <img class="level" src="/themes/theme-Joe3/assets/svg/level_1.svg" alt="博主等级" /> </a> <p class="motto joe_motto">一心一意,持之以恒</p> </div> </div> <ul class="joe_header__slideout-count"> <li class="item"> <i class="joe-font joe-icon-danganguanli"></i> <span>累计撰写 <strong>10</strong> 篇文章</span> </li> <li class="item"> <i class="joe-font joe-icon-remen"></i> <span>累计创建 <strong>11</strong> 个标签</span> </li> <li class="item"> <i class="joe-font joe-icon-message"></i> <span>累计收到 <strong>0</strong> 条评论</span> </li> </ul> <ul class="joe_header__slideout-menu panel-box"> <li> <a class="link panel in" href="#" rel="nofollow"> <span>栏目</span> <i class="joe-font joe-icon-arrow-right"></i> </a> <ul class="slides panel-body panel-box panel-side-menu" style="display: block"> <li> <a class="link" href="/" title="首页" >首页</a > </li> <li> <a class="link" href="/categories/default" target="_self" title="网络笔记" >网络笔记</a > </li> <li> <a class="link" href="/categories/gong-xiang" target="_self" title="网络共享" >网络共享</a > </li> <li> <a class="link" href="/about" title="关于网站" >关于网站</a > </li> </ul> </li> </ul> </div> </div> <div class="joe_header__searchout"> <a href="javascript:SearchWidget.open()" title="搜索"></a> <!-- <div class="joe_container">--> <!-- <div class="joe_header__searchout-inner">--> <!-- <form class="joe_header__above-search-mobile" method="get" action="http://localhost:8093/search">--> <!-- <input maxlength="16" autocomplete="off" placeholder="请输入关键字..." name="keyword" value="" class="input" type="text">--> <!-- <button type="submit" class="submit">搜索</button>--> <!-- </form>--> <!-- </div>--> <!-- </div>--> </div> <div class="joe_header__toc"> <div class="joe_header__toc-wrap"> <div class="toc_top"> <h3>目 录<span>CONTENT</span></h3> <img width="100%" height="150" src="/upload/ztzy/txtp.jpg" alt="文章目录" onerror="Joe.errorImg(this)" /> </div> <div id="js-toc-mobile" class="toc"></div> </div> </div> <div class="joe_header__mask"></div> </header> <!-- 首页大图--> <div class="joe_container joe_main_container page-index animated showInUp " > <div class="joe_main"> <div class="joe_index"> <!-- 轮播图--> <div class="joe_index__banner"> <div class="swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <a class="item clickable" href="/archives/Internet%20Download%20Manager" target="_blank" rel="noopener noreferrer nofollow" > <img width="100%" height="100%" class="thumbnail lazyload" data-src="https://img.ikwl.com/etxx/2024/12/02/06.jpg" srcset="https://img.ikwl.com/etxx/2024/12/02/06.jpg 400w, https://img.ikwl.com/etxx/2024/12/02/06.jpg 800w, https://img.ikwl.com/etxx/2024/12/02/06.jpg 1200w, https://img.ikwl.com/etxx/2024/12/02/06.jpg 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload_h.gif" alt="互联网下载管理器Internet Download Manager6.42.25(重新包装)俄罗斯大神版" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <div class="title-row"> <h3 class="title">互联网下载管理器Internet Download Manager6.42.25(重新包装)俄罗斯大神版</h3> <p class="subtitle">说明: 软件是从俄罗斯那边大神网站搬运过来的 Internet Download Manager 是一款比较火的下载工具,这里面提供的是(重新包装)版,所以图标 更改为 但是软件是不变的,只是大神把他重新打包更换了图标,并且直接安</p> </div> <i class="joe-font joe-icon-zhifeiji"></i> </a> </div> <div class="swiper-slide"> <a class="item clickable" href="/archives/wei-ming-ming-wen-zhang" target="_blank" rel="noopener noreferrer nofollow" > <img width="100%" height="100%" class="thumbnail lazyload" data-src="https://img.ikwl.com/wlbk/2024/12/14/2024121405.jpg" srcset="https://img.ikwl.com/wlbk/2024/12/14/2024121405.jpg 400w, https://img.ikwl.com/wlbk/2024/12/14/2024121405.jpg 800w, https://img.ikwl.com/wlbk/2024/12/14/2024121405.jpg 1200w, https://img.ikwl.com/wlbk/2024/12/14/2024121405.jpg 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload_h.gif" alt="各类公共 DNS 服务器 IP 地址" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <div class="title-row"> <h3 class="title">各类公共 DNS 服务器 IP 地址</h3> <p class="subtitle">阿里 Ali DNS 223.5.5.5 223.6.6.6 百度 Baidu DNS 180.76.76.76 2400:da00::6666 腾讯(DNSPod) DNS+ 119.29.29.29 119.28.28.28 182.254.116.116 182.254.1</p> </div> <i class="joe-font joe-icon-zhifeiji"></i> </a> </div> <div class="swiper-slide"> <a class="item clickable" href="/archives/heu-kms-activator-kmsji-huo-gong-ju-v42.3.2" target="_blank" rel="noopener noreferrer nofollow" > <img width="100%" height="100%" class="thumbnail lazyload" data-src="https://img.ikwl.com/wlbk/2025/01/04/2025010401.PNG" srcset="https://img.ikwl.com/wlbk/2025/01/04/2025010401.PNG 400w, https://img.ikwl.com/wlbk/2025/01/04/2025010401.PNG 800w, https://img.ikwl.com/wlbk/2025/01/04/2025010401.PNG 1200w, https://img.ikwl.com/wlbk/2025/01/04/2025010401.PNG 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload_h.gif" alt="HEU KMS Activator(KMS激活工具) v42.3.2" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <div class="title-row"> <h3 class="title">HEU KMS Activator(KMS激活工具) v42.3.2</h3> <p class="subtitle">软件介绍: HEU KMS Activator 是知彼而知己基于MDL论坛的KMS 服务端模拟环境“KMS Server Emulator”而制作的一款简洁高效的 KMS 激活工具。适用于 Windows、Office 及 VL 版本,无需联网即可一键激活,离线全自动激活软件。KMS 服务是微软公司</p> </div> <i class="joe-font joe-icon-zhifeiji"></i> </a> </div> <div class="swiper-slide"> <a class="item clickable" href="/archives/windows-dosming-ling-zong-jie-da-quan" target="_blank" rel="noopener noreferrer nofollow" > <img width="100%" height="100%" class="thumbnail lazyload" data-src="https://img.ikwl.com/wlbk/2024/12/21/2024122101.png" srcset="https://img.ikwl.com/wlbk/2024/12/21/2024122101.png 400w, https://img.ikwl.com/wlbk/2024/12/21/2024122101.png 800w, https://img.ikwl.com/wlbk/2024/12/21/2024122101.png 1200w, https://img.ikwl.com/wlbk/2024/12/21/2024122101.png 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload_h.gif" alt="Windows DOS命令总结大全" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <div class="title-row"> <h3 class="title">Windows DOS命令总结大全</h3> <p class="subtitle">输入以下命令,然后回车,即可打开相应界面 打开运行窗口【WIN键+R】 cal</p> </div> <i class="joe-font joe-icon-zhifeiji"></i> </a> </div> <div class="swiper-slide"> <a class="item clickable" href="/archives/1panel-shen-qing-he-zi-dong-xu-qian-fan-yu-ming-zheng-shu-jiao-cheng" target="_blank" rel="noopener noreferrer nofollow" > <img width="100%" height="100%" class="thumbnail lazyload" data-src="/upload/yhcc/1panel1.png" srcset="/upload/thumbnails/2024/w400/1panel1.png 400w, /upload/thumbnails/2024/w800/1panel1.png 800w, /upload/thumbnails/2024/w1200/1panel1.png 1200w, /upload/thumbnails/2024/w1600/1panel1.png 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload_h.gif" alt="1panel 申请和自动续签泛域名证书教程" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <div class="title-row"> <h3 class="title">1panel 申请和自动续签泛域名证书教程</h3> <p class="subtitle">序言 之前使用的证书一直是,每次有效期三个月,到期还需要手动申请或者续期, 最近使用1Panel 这个面板工具,我使用的域名在阿里云的,记录一下自动 SSL 证书申请的详细过程 创建 Acme 账户 打开 1panel 网站,点击 网站 -> 证书 -> <</p> </div> <i class="joe-font joe-icon-zhifeiji"></i> </a> </div> <div class="swiper-slide"> <a class="item clickable" href="/archives/wang-zhan-zi-dong-tiao-zhuan-dai-ma" target="_blank" rel="noopener noreferrer nofollow" > <img width="100%" height="100%" class="thumbnail lazyload" data-src="https://img.ikwl.com/wlbk/2024/12/16/2024121601.PNG" srcset="https://img.ikwl.com/wlbk/2024/12/16/2024121601.PNG 400w, https://img.ikwl.com/wlbk/2024/12/16/2024121601.PNG 800w, https://img.ikwl.com/wlbk/2024/12/16/2024121601.PNG 1200w, https://img.ikwl.com/wlbk/2024/12/16/2024121601.PNG 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload_h.gif" alt="网站自动跳转代码" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <div class="title-row"> <h3 class="title">网站自动跳转代码</h3> <p class="subtitle">1.HTML方式(可隐藏跳转后网址) <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>武陵博客</title> <frameset framespacing="0" </p> </div> <i class="joe-font joe-icon-zhifeiji"></i> </a> </div> <div class="swiper-slide"> <a class="item clickable" href="/archives/vpszhu-ji-zeng-jia-swapnei-cun-fang-fa" target="_blank" rel="noopener noreferrer nofollow" > <img width="100%" height="100%" class="thumbnail lazyload" data-src="https://img.ikwl.com/wlbk/2024/12/18/2024121801.jpg" srcset="https://img.ikwl.com/wlbk/2024/12/18/2024121801.jpg 400w, https://img.ikwl.com/wlbk/2024/12/18/2024121801.jpg 800w, https://img.ikwl.com/wlbk/2024/12/18/2024121801.jpg 1200w, https://img.ikwl.com/wlbk/2024/12/18/2024121801.jpg 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload_h.gif" alt="VPS主机增加Swap内存方法" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <div class="title-row"> <h3 class="title">VPS主机增加Swap内存方法</h3> <p class="subtitle">如果你是购买的小内存主机,那么经常遇到内存爆满,这时候增加Swap交换内存,可以提高你主机的性能。在使用搬瓦工VPS时遇到Swap分区爆满或者Swap分区太小的情况,可以通过以下步骤来增加Swap内存并解决相关问题: 1、查看VPS当前分区情况 free -m 2、关闭Swap分区 首先先禁用搬瓦工</p> </div> <i class="joe-font joe-icon-zhifeiji"></i> </a> </div> <div class="swiper-slide"> <a class="item clickable" href="/archives/windwos-server2019che-di-guan-bi-windows-defender" target="_blank" rel="noopener noreferrer nofollow" > <img width="100%" height="100%" class="thumbnail lazyload" data-src="https://img.ikwl.com/wlbk/2025/03/09/2025030903.PNG" srcset="https://img.ikwl.com/wlbk/2025/03/09/2025030903.PNG 400w, https://img.ikwl.com/wlbk/2025/03/09/2025030903.PNG 800w, https://img.ikwl.com/wlbk/2025/03/09/2025030903.PNG 1200w, https://img.ikwl.com/wlbk/2025/03/09/2025030903.PNG 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload_h.gif" alt="Windwos server2019彻底关闭Windows Defender 方法" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <div class="title-row"> <h3 class="title">Windwos server2019彻底关闭Windows Defender 方法</h3> <p class="subtitle">1.查看电脑Windows Defender 打开</p> </div> <i class="joe-font joe-icon-zhifeiji"></i> </a> </div> <div class="swiper-slide"> <a class="item clickable" href="/archives/ntoskrnl.exezhan-yong-80duan-kou-jie-jue-ban-fa" target="_blank" rel="noopener noreferrer nofollow" > <img width="100%" height="100%" class="thumbnail lazyload" data-src="https://img.ikwl.com/wlbk/2025/1/16/2025011601.png" srcset="https://img.ikwl.com/wlbk/2025/1/16/2025011601.png 400w, https://img.ikwl.com/wlbk/2025/1/16/2025011601.png 800w, https://img.ikwl.com/wlbk/2025/1/16/2025011601.png 1200w, https://img.ikwl.com/wlbk/2025/1/16/2025011601.png 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload_h.gif" alt="ntoskrnl.exe占用 80端口解决办法" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <div class="title-row"> <h3 class="title">ntoskrnl.exe占用 80端口解决办法</h3> <p class="subtitle">1. 在Windows系统中,可以使用netstat和taskkill命令来查找和关闭占用端口的进程。首先,使用netstat命令配合findstr来查找特定端口的状态和对应的进程ID(PID)。例如,如果要查找端口80的PID,可以使用以下命令: 运行 netstat -ano|findstr 8</p> </div> <i class="joe-font joe-icon-zhifeiji"></i> </a> </div> <div class="swiper-slide"> <a class="item clickable" href="/archives/windows-kong-zhi-mian-ban-de-chao-ji-mo-shi" target="_blank" rel="noopener noreferrer nofollow" > <img width="100%" height="100%" class="thumbnail lazyload" data-src="https://img.ikwl.com/wlbk/2024/12/14/2024121403.png" srcset="https://img.ikwl.com/wlbk/2024/12/14/2024121403.png 400w, https://img.ikwl.com/wlbk/2024/12/14/2024121403.png 800w, https://img.ikwl.com/wlbk/2024/12/14/2024121403.png 1200w, https://img.ikwl.com/wlbk/2024/12/14/2024121403.png 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload_h.gif" alt="Windows 控制面板的「超级模式」" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <div class="title-row"> <h3 class="title">Windows 控制面板的「超级模式」</h3> <p class="subtitle">介绍: 超级模式即「God Mode」,或称为「完全控制面板」。是Windows 7和windows Vista还有Windows10系统中隐藏的一个简单的文件夹窗口,但包含了几乎所有Windows系统的设置。 适用范围:Windows 7、Windows 8.1、Windows 10 、Windo</p> </div> <i class="joe-font joe-icon-zhifeiji"></i> </a> </div> <div class="swiper-slide"> <a class="item clickable" href="/archives/heu-kms-activator-kmsji-huo-gong-ju-v42.3.2" target="_blank" rel="noopener noreferrer nofollow" > <img width="100%" height="100%" class="thumbnail lazyload" data-src="https://img.ikwl.com/wlbk/2025/01/04/2025010401.PNG" srcset="https://img.ikwl.com/wlbk/2025/01/04/2025010401.PNG 400w, https://img.ikwl.com/wlbk/2025/01/04/2025010401.PNG 800w, https://img.ikwl.com/wlbk/2025/01/04/2025010401.PNG 1200w, https://img.ikwl.com/wlbk/2025/01/04/2025010401.PNG 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload_h.gif" alt="HEU KMS Activator(KMS激活工具) v42.3.2" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <div class="title-row"> <h3 class="title">HEU KMS Activator(KMS激活工具) v42.3.2</h3> <p class="subtitle">软件介绍: HEU KMS Activator 是知彼而知己基于MDL论坛的KMS 服务端模拟环境“KMS Server Emulator”而制作的一款简洁高效的 KMS 激活工具。适用于 Windows、Office 及 VL 版本,无需联网即可一键激活,离线全自动激活软件。KMS 服务是微软公司</p> </div> <i class="joe-font joe-icon-zhifeiji"></i> </a> </div> <div class="swiper-slide"> <a class="item clickable" href="/archives/vpszhu-ji-zeng-jia-swapnei-cun-fang-fa" target="_blank" rel="noopener noreferrer nofollow" > <img width="100%" height="100%" class="thumbnail lazyload" data-src="https://img.ikwl.com/wlbk/2024/12/18/2024121801.jpg" srcset="https://img.ikwl.com/wlbk/2024/12/18/2024121801.jpg 400w, https://img.ikwl.com/wlbk/2024/12/18/2024121801.jpg 800w, https://img.ikwl.com/wlbk/2024/12/18/2024121801.jpg 1200w, https://img.ikwl.com/wlbk/2024/12/18/2024121801.jpg 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload_h.gif" alt="VPS主机增加Swap内存方法" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <div class="title-row"> <h3 class="title">VPS主机增加Swap内存方法</h3> <p class="subtitle">如果你是购买的小内存主机,那么经常遇到内存爆满,这时候增加Swap交换内存,可以提高你主机的性能。在使用搬瓦工VPS时遇到Swap分区爆满或者Swap分区太小的情况,可以通过以下步骤来增加Swap内存并解决相关问题: 1、查看VPS当前分区情况 free -m 2、关闭Swap分区 首先先禁用搬瓦工</p> </div> <i class="joe-font joe-icon-zhifeiji"></i> </a> </div> </div> <div class="swiper-pagination"></div> <div class="swiper-button-next"></div> <div class="swiper-button-prev"></div> </div> </div> <!-- 热门模块--> <div class="joe_index__article"> <div class="joe_index__title"> <ul class="joe_index__title-title passage-list-tabs default"> <li class="item active" data-type="1">最新文章</li> </ul> <div class="joe_index__title-notice"> <svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="20" height="20" > <path d="M656.261 347.208a188.652 188.652 0 1 0 0 324.05v-324.05z" fill="var(--theme)" ></path> <path d="M668.35 118.881a73.35 73.35 0 0 0-71.169-4.06l-310.01 148.68a4.608 4.608 0 0 1-2.013.46h-155.11a73.728 73.728 0 0 0-73.728 73.636v349.64a73.728 73.728 0 0 0 73.728 73.636h156.554a4.68 4.68 0 0 1 1.94.43l309.592 143.196a73.702 73.702 0 0 0 104.668-66.82V181.206a73.216 73.216 0 0 0-34.453-62.326zM125.403 687.237v-349.64a4.608 4.608 0 0 1 4.608-4.608h122.035v358.882H130.048a4.608 4.608 0 0 1-4.644-4.634zm508.319 150.441a4.608 4.608 0 0 1-6.564 4.193L321.132 700.32V323.773l305.97-146.723a4.608 4.608 0 0 1 6.62 4.157v656.471zM938.26 478.72H788.01a34.509 34.509 0 1 0 0 69.018H938.26a34.509 34.509 0 1 0 0-69.018zM810.01 360.96a34.447 34.447 0 0 0 24.417-10.102l106.245-106.122a34.524 34.524 0 0 0-48.84-48.809L785.587 302.08a34.509 34.509 0 0 0 24.423 58.88zm24.417 314.609a34.524 34.524 0 1 0-48.84 48.814L891.832 830.52a34.524 34.524 0 0 0 48.84-48.809z" fill="#595BB3" ></path> </svg> <a href="http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=WulaMPV-qPpVun36h37v_8r1tRsCfoXV&authKey=uv2fpNIQqt14T8xHv%2B2DApA5i5JNeH%2FFBrluTLZQAOd68qRN3cj0JhakavVAsscH&noverify=0&group_code=3187055" target="_blank" rel="noopener noreferrer nofollow" > 欢迎加入QQ交流群 </a> </div> </div> <div class="joe_index__list"> <ul class="joe_list"> <li class="joe_list__item default animated wow data-wow-delay="0.0s"" style="animation-delay: 0.0s;" > <a href="/archives/windwos-server2019che-di-guan-bi-windows-defender" class="thumbnail" title="Windwos server2019彻底关闭Windows Defender 方法" target="_blank" rel="noopener noreferrer" > <img width="100%" height="100%" class="lazyload" data-src="https://img.ikwl.com/wlbk/2025/03/09/2025030903.PNG" srcset="https://img.ikwl.com/wlbk/2025/03/09/2025030903.PNG 400w, https://img.ikwl.com/wlbk/2025/03/09/2025030903.PNG 800w, https://img.ikwl.com/wlbk/2025/03/09/2025030903.PNG 1200w, https://img.ikwl.com/wlbk/2025/03/09/2025030903.PNG 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload.gif" alt="Windwos server2019彻底关闭Windows Defender 方法" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <time datetime="2025-03-09" >2025-03-09</time > <i class="joe-font joe-icon-picture"></i> </a> <div class="information"> <a href="/archives/windwos-server2019che-di-guan-bi-windows-defender" class="title" title="Windwos server2019彻底关闭Windows Defender 方法" target="_blank" rel="noopener noreferrer" > Windwos server2019彻底关闭Windows Defender 方法 </a> <a class="abstract" href="/archives/windwos-server2019che-di-guan-bi-windows-defender" title="1.查看电脑Windows Defender 打开" target="_blank" rel="noopener noreferrer" >1.查看电脑Windows Defender 打开</a > <div class="meta"> <ul class="items"> <li>2025-03-09</li> <li><i class="joe-font joe-icon-eye"></i>42</li> <li><i class="joe-font joe-icon-message"></i>0</li> <li><i class="joe-font joe-icon-dianzan"></i>0</li> </ul> <ul class="categories"> <li class="pcate"> <svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="15" height="15" > <path d="M512.2 564.743a76.818 76.818 0 0 1-30.973-6.508L108.224 393.877c-26.105-11.508-42.56-35.755-42.927-63.272-.384-27.44 15.356-52.053 41.042-64.232l373.004-176.74c20.591-9.737 45.16-9.755 65.75.017L917.68 266.39c25.668 12.188 41.39 36.792 41.024 64.231-.384 27.5-16.821 51.73-42.908 63.237l-372.57 164.377a77.18 77.18 0 0 1-31.025 6.508zM139.843 329.592l370.213 163.241c1.291.56 3.018.567 4.345-.009l369.758-163.128-369.706-175.464v-.01c-1.326-.628-3.158-.636-4.502 0l-370.108 175.37zm748.015 1.858h.175-.175zM512.376 941.674c-10.348 0-20.8-2.32-30.537-6.997L121.05 778.624c-18.113-7.834-26.454-28.87-18.62-46.983 7.835-18.112 28.862-26.488 46.993-18.61l362.08 156.629 345.26-156.366c17.939-8.166 39.14-.253 47.324 17.746 8.166 17.964.227 39.157-17.729 47.324l-344.51 156.61c-9.196 4.449-19.281 6.7-29.471 6.7z" fill="var(--minor)" ></path> <path d="M871.563 515.449L511.81 671.775 152.358 515.787v73.578a34.248 34.248 0 0 0 20.76 31.48l301.518 129.19c11.806 5.703 24.499 8.546 37.175 8.546s25.367-2.843 37.174-8.546L850.82 620.534a34.248 34.248 0 0 0 20.744-31.474V515.45z" fill="#ff6a18" ></path> </svg> <a class="link" target="_blank" rel="noopener noreferrer" href="/categories/default" >网络笔记</a > </li> </ul> </div> </div> </li> <li class="joe_list__item default animated wow data-wow-delay="0.1s"" style="animation-delay: 0.1s;" > <a href="/archives/ntoskrnl.exezhan-yong-80duan-kou-jie-jue-ban-fa" class="thumbnail" title="ntoskrnl.exe占用 80端口解决办法" target="_blank" rel="noopener noreferrer" > <img width="100%" height="100%" class="lazyload" data-src="https://img.ikwl.com/wlbk/2025/1/16/2025011601.png" srcset="https://img.ikwl.com/wlbk/2025/1/16/2025011601.png 400w, https://img.ikwl.com/wlbk/2025/1/16/2025011601.png 800w, https://img.ikwl.com/wlbk/2025/1/16/2025011601.png 1200w, https://img.ikwl.com/wlbk/2025/1/16/2025011601.png 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload.gif" alt="ntoskrnl.exe占用 80端口解决办法" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <time datetime="2025-01-16" >2025-01-16</time > <i class="joe-font joe-icon-picture"></i> </a> <div class="information"> <a href="/archives/ntoskrnl.exezhan-yong-80duan-kou-jie-jue-ban-fa" class="title" title="ntoskrnl.exe占用 80端口解决办法" target="_blank" rel="noopener noreferrer" > ntoskrnl.exe占用 80端口解决办法 </a> <a class="abstract" href="/archives/ntoskrnl.exezhan-yong-80duan-kou-jie-jue-ban-fa" title="1. 在Windows系统中,可以使用netstat和taskkill命令来查找和关闭占用端口的进程。首先,使用netstat命令配合findstr来查找特定端口的状态和对应的进程ID(PID)。例如,如果要查找端口80的PID,可以使用以下命令: 运行 netstat -ano|findstr 8" target="_blank" rel="noopener noreferrer" >1. 在Windows系统中,可以使用netstat和taskkill命令来查找和关闭占用端口的进程。首先,使用netstat命令配合findstr来查找特定端口的状态和对应的进程ID(PID)。例如,如果要查找端口80的PID,可以使用以下命令: 运行 netstat -ano|findstr 8</a > <div class="meta"> <ul class="items"> <li>2025-01-16</li> <li><i class="joe-font joe-icon-eye"></i>37</li> <li><i class="joe-font joe-icon-message"></i>0</li> <li><i class="joe-font joe-icon-dianzan"></i>0</li> </ul> <ul class="categories"> <li class="pcate"> <svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="15" height="15" > <path d="M512.2 564.743a76.818 76.818 0 0 1-30.973-6.508L108.224 393.877c-26.105-11.508-42.56-35.755-42.927-63.272-.384-27.44 15.356-52.053 41.042-64.232l373.004-176.74c20.591-9.737 45.16-9.755 65.75.017L917.68 266.39c25.668 12.188 41.39 36.792 41.024 64.231-.384 27.5-16.821 51.73-42.908 63.237l-372.57 164.377a77.18 77.18 0 0 1-31.025 6.508zM139.843 329.592l370.213 163.241c1.291.56 3.018.567 4.345-.009l369.758-163.128-369.706-175.464v-.01c-1.326-.628-3.158-.636-4.502 0l-370.108 175.37zm748.015 1.858h.175-.175zM512.376 941.674c-10.348 0-20.8-2.32-30.537-6.997L121.05 778.624c-18.113-7.834-26.454-28.87-18.62-46.983 7.835-18.112 28.862-26.488 46.993-18.61l362.08 156.629 345.26-156.366c17.939-8.166 39.14-.253 47.324 17.746 8.166 17.964.227 39.157-17.729 47.324l-344.51 156.61c-9.196 4.449-19.281 6.7-29.471 6.7z" fill="var(--minor)" ></path> <path d="M871.563 515.449L511.81 671.775 152.358 515.787v73.578a34.248 34.248 0 0 0 20.76 31.48l301.518 129.19c11.806 5.703 24.499 8.546 37.175 8.546s25.367-2.843 37.174-8.546L850.82 620.534a34.248 34.248 0 0 0 20.744-31.474V515.45z" fill="#ff6a18" ></path> </svg> <a class="link" target="_blank" rel="noopener noreferrer" href="/categories/default" >网络笔记</a > </li> </ul> </div> </div> </li> <li class="joe_list__item default animated wow data-wow-delay="0.2s"" style="animation-delay: 0.2s;" > <a href="/archives/heu-kms-activator-kmsji-huo-gong-ju-v42.3.2" class="thumbnail" title="HEU KMS Activator(KMS激活工具) v42.3.2" target="_blank" rel="noopener noreferrer" > <img width="100%" height="100%" class="lazyload" data-src="https://img.ikwl.com/wlbk/2025/01/04/2025010401.PNG" srcset="https://img.ikwl.com/wlbk/2025/01/04/2025010401.PNG 400w, https://img.ikwl.com/wlbk/2025/01/04/2025010401.PNG 800w, https://img.ikwl.com/wlbk/2025/01/04/2025010401.PNG 1200w, https://img.ikwl.com/wlbk/2025/01/04/2025010401.PNG 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload.gif" alt="HEU KMS Activator(KMS激活工具) v42.3.2" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <time datetime="2025-01-04" >2025-01-04</time > <i class="joe-font joe-icon-picture"></i> </a> <div class="information"> <a href="/archives/heu-kms-activator-kmsji-huo-gong-ju-v42.3.2" class="title" title="HEU KMS Activator(KMS激活工具) v42.3.2" target="_blank" rel="noopener noreferrer" > HEU KMS Activator(KMS激活工具) v42.3.2 </a> <a class="abstract" href="/archives/heu-kms-activator-kmsji-huo-gong-ju-v42.3.2" title="软件介绍: HEU KMS Activator 是知彼而知己基于MDL论坛的KMS 服务端模拟环境“KMS Server Emulator”而制作的一款简洁高效的 KMS 激活工具。适用于 Windows、Office 及 VL 版本,无需联网即可一键激活,离线全自动激活软件。KMS 服务是微软公司" target="_blank" rel="noopener noreferrer" >软件介绍: HEU KMS Activator 是知彼而知己基于MDL论坛的KMS 服务端模拟环境“KMS Server Emulator”而制作的一款简洁高效的 KMS 激活工具。适用于 Windows、Office 及 VL 版本,无需联网即可一键激活,离线全自动激活软件。KMS 服务是微软公司</a > <div class="meta"> <ul class="items"> <li>2025-01-04</li> <li><i class="joe-font joe-icon-eye"></i>67</li> <li><i class="joe-font joe-icon-message"></i>0</li> <li><i class="joe-font joe-icon-dianzan"></i>0</li> </ul> <ul class="categories"> <li class="pcate"> <svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="15" height="15" > <path d="M512.2 564.743a76.818 76.818 0 0 1-30.973-6.508L108.224 393.877c-26.105-11.508-42.56-35.755-42.927-63.272-.384-27.44 15.356-52.053 41.042-64.232l373.004-176.74c20.591-9.737 45.16-9.755 65.75.017L917.68 266.39c25.668 12.188 41.39 36.792 41.024 64.231-.384 27.5-16.821 51.73-42.908 63.237l-372.57 164.377a77.18 77.18 0 0 1-31.025 6.508zM139.843 329.592l370.213 163.241c1.291.56 3.018.567 4.345-.009l369.758-163.128-369.706-175.464v-.01c-1.326-.628-3.158-.636-4.502 0l-370.108 175.37zm748.015 1.858h.175-.175zM512.376 941.674c-10.348 0-20.8-2.32-30.537-6.997L121.05 778.624c-18.113-7.834-26.454-28.87-18.62-46.983 7.835-18.112 28.862-26.488 46.993-18.61l362.08 156.629 345.26-156.366c17.939-8.166 39.14-.253 47.324 17.746 8.166 17.964.227 39.157-17.729 47.324l-344.51 156.61c-9.196 4.449-19.281 6.7-29.471 6.7z" fill="var(--minor)" ></path> <path d="M871.563 515.449L511.81 671.775 152.358 515.787v73.578a34.248 34.248 0 0 0 20.76 31.48l301.518 129.19c11.806 5.703 24.499 8.546 37.175 8.546s25.367-2.843 37.174-8.546L850.82 620.534a34.248 34.248 0 0 0 20.744-31.474V515.45z" fill="#ff6a18" ></path> </svg> <a class="link" target="_blank" rel="noopener noreferrer" href="/categories/gong-xiang" >网络共享</a > </li> </ul> </div> </div> </li> <li class="joe_list__item default animated wow data-wow-delay="0.3s"" style="animation-delay: 0.3s;" > <a href="/archives/windows-dosming-ling-zong-jie-da-quan" class="thumbnail" title="Windows DOS命令总结大全" target="_blank" rel="noopener noreferrer" > <img width="100%" height="100%" class="lazyload" data-src="https://img.ikwl.com/wlbk/2024/12/21/2024122101.png" srcset="https://img.ikwl.com/wlbk/2024/12/21/2024122101.png 400w, https://img.ikwl.com/wlbk/2024/12/21/2024122101.png 800w, https://img.ikwl.com/wlbk/2024/12/21/2024122101.png 1200w, https://img.ikwl.com/wlbk/2024/12/21/2024122101.png 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload.gif" alt="Windows DOS命令总结大全" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <time datetime="2024-12-21" >2024-12-21</time > <i class="joe-font joe-icon-picture"></i> </a> <div class="information"> <a href="/archives/windows-dosming-ling-zong-jie-da-quan" class="title" title="Windows DOS命令总结大全" target="_blank" rel="noopener noreferrer" > Windows DOS命令总结大全 </a> <a class="abstract" href="/archives/windows-dosming-ling-zong-jie-da-quan" title="输入以下命令,然后回车,即可打开相应界面 打开运行窗口【WIN键+R】 cal" target="_blank" rel="noopener noreferrer" >输入以下命令,然后回车,即可打开相应界面 打开运行窗口【WIN键+R】 cal</a > <div class="meta"> <ul class="items"> <li>2024-12-21</li> <li><i class="joe-font joe-icon-eye"></i>64</li> <li><i class="joe-font joe-icon-message"></i>0</li> <li><i class="joe-font joe-icon-dianzan"></i>0</li> </ul> <ul class="categories"> <li class="pcate"> <svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="15" height="15" > <path d="M512.2 564.743a76.818 76.818 0 0 1-30.973-6.508L108.224 393.877c-26.105-11.508-42.56-35.755-42.927-63.272-.384-27.44 15.356-52.053 41.042-64.232l373.004-176.74c20.591-9.737 45.16-9.755 65.75.017L917.68 266.39c25.668 12.188 41.39 36.792 41.024 64.231-.384 27.5-16.821 51.73-42.908 63.237l-372.57 164.377a77.18 77.18 0 0 1-31.025 6.508zM139.843 329.592l370.213 163.241c1.291.56 3.018.567 4.345-.009l369.758-163.128-369.706-175.464v-.01c-1.326-.628-3.158-.636-4.502 0l-370.108 175.37zm748.015 1.858h.175-.175zM512.376 941.674c-10.348 0-20.8-2.32-30.537-6.997L121.05 778.624c-18.113-7.834-26.454-28.87-18.62-46.983 7.835-18.112 28.862-26.488 46.993-18.61l362.08 156.629 345.26-156.366c17.939-8.166 39.14-.253 47.324 17.746 8.166 17.964.227 39.157-17.729 47.324l-344.51 156.61c-9.196 4.449-19.281 6.7-29.471 6.7z" fill="var(--minor)" ></path> <path d="M871.563 515.449L511.81 671.775 152.358 515.787v73.578a34.248 34.248 0 0 0 20.76 31.48l301.518 129.19c11.806 5.703 24.499 8.546 37.175 8.546s25.367-2.843 37.174-8.546L850.82 620.534a34.248 34.248 0 0 0 20.744-31.474V515.45z" fill="#ff6a18" ></path> </svg> <a class="link" target="_blank" rel="noopener noreferrer" href="/categories/default" >网络笔记</a > </li> </ul> </div> </div> </li> <li class="joe_list__item default animated wow data-wow-delay="0.4s"" style="animation-delay: 0.4s;" > <a href="/archives/vpszhu-ji-zeng-jia-swapnei-cun-fang-fa" class="thumbnail" title="VPS主机增加Swap内存方法" target="_blank" rel="noopener noreferrer" > <img width="100%" height="100%" class="lazyload" data-src="https://img.ikwl.com/wlbk/2024/12/18/2024121801.jpg" srcset="https://img.ikwl.com/wlbk/2024/12/18/2024121801.jpg 400w, https://img.ikwl.com/wlbk/2024/12/18/2024121801.jpg 800w, https://img.ikwl.com/wlbk/2024/12/18/2024121801.jpg 1200w, https://img.ikwl.com/wlbk/2024/12/18/2024121801.jpg 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload.gif" alt="VPS主机增加Swap内存方法" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <time datetime="2024-12-18" >2024-12-18</time > <i class="joe-font joe-icon-picture"></i> </a> <div class="information"> <a href="/archives/vpszhu-ji-zeng-jia-swapnei-cun-fang-fa" class="title" title="VPS主机增加Swap内存方法" target="_blank" rel="noopener noreferrer" > VPS主机增加Swap内存方法 </a> <a class="abstract" href="/archives/vpszhu-ji-zeng-jia-swapnei-cun-fang-fa" title="如果你是购买的小内存主机,那么经常遇到内存爆满,这时候增加Swap交换内存,可以提高你主机的性能。在使用搬瓦工VPS时遇到Swap分区爆满或者Swap分区太小的情况,可以通过以下步骤来增加Swap内存并解决相关问题: 1、查看VPS当前分区情况 free -m 2、关闭Swap分区 首先先禁用搬瓦工" target="_blank" rel="noopener noreferrer" >如果你是购买的小内存主机,那么经常遇到内存爆满,这时候增加Swap交换内存,可以提高你主机的性能。在使用搬瓦工VPS时遇到Swap分区爆满或者Swap分区太小的情况,可以通过以下步骤来增加Swap内存并解决相关问题: 1、查看VPS当前分区情况 free -m 2、关闭Swap分区 首先先禁用搬瓦工</a > <div class="meta"> <ul class="items"> <li>2024-12-18</li> <li><i class="joe-font joe-icon-eye"></i>44</li> <li><i class="joe-font joe-icon-message"></i>0</li> <li><i class="joe-font joe-icon-dianzan"></i>0</li> </ul> <ul class="categories"> <li class="pcate"> <svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="15" height="15" > <path d="M512.2 564.743a76.818 76.818 0 0 1-30.973-6.508L108.224 393.877c-26.105-11.508-42.56-35.755-42.927-63.272-.384-27.44 15.356-52.053 41.042-64.232l373.004-176.74c20.591-9.737 45.16-9.755 65.75.017L917.68 266.39c25.668 12.188 41.39 36.792 41.024 64.231-.384 27.5-16.821 51.73-42.908 63.237l-372.57 164.377a77.18 77.18 0 0 1-31.025 6.508zM139.843 329.592l370.213 163.241c1.291.56 3.018.567 4.345-.009l369.758-163.128-369.706-175.464v-.01c-1.326-.628-3.158-.636-4.502 0l-370.108 175.37zm748.015 1.858h.175-.175zM512.376 941.674c-10.348 0-20.8-2.32-30.537-6.997L121.05 778.624c-18.113-7.834-26.454-28.87-18.62-46.983 7.835-18.112 28.862-26.488 46.993-18.61l362.08 156.629 345.26-156.366c17.939-8.166 39.14-.253 47.324 17.746 8.166 17.964.227 39.157-17.729 47.324l-344.51 156.61c-9.196 4.449-19.281 6.7-29.471 6.7z" fill="var(--minor)" ></path> <path d="M871.563 515.449L511.81 671.775 152.358 515.787v73.578a34.248 34.248 0 0 0 20.76 31.48l301.518 129.19c11.806 5.703 24.499 8.546 37.175 8.546s25.367-2.843 37.174-8.546L850.82 620.534a34.248 34.248 0 0 0 20.744-31.474V515.45z" fill="#ff6a18" ></path> </svg> <a class="link" target="_blank" rel="noopener noreferrer" href="/categories/default" >网络笔记</a > </li> </ul> </div> </div> </li> <li class="joe_list__item default animated wow data-wow-delay="0.5s"" style="animation-delay: 0.5s;" > <a href="/archives/wang-zhan-zi-dong-tiao-zhuan-dai-ma" class="thumbnail" title="网站自动跳转代码" target="_blank" rel="noopener noreferrer" > <img width="100%" height="100%" class="lazyload" data-src="https://img.ikwl.com/wlbk/2024/12/16/2024121601.PNG" srcset="https://img.ikwl.com/wlbk/2024/12/16/2024121601.PNG 400w, https://img.ikwl.com/wlbk/2024/12/16/2024121601.PNG 800w, https://img.ikwl.com/wlbk/2024/12/16/2024121601.PNG 1200w, https://img.ikwl.com/wlbk/2024/12/16/2024121601.PNG 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload.gif" alt="网站自动跳转代码" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <time datetime="2024-12-16" >2024-12-16</time > <i class="joe-font joe-icon-picture"></i> </a> <div class="information"> <a href="/archives/wang-zhan-zi-dong-tiao-zhuan-dai-ma" class="title" title="网站自动跳转代码" target="_blank" rel="noopener noreferrer" > 网站自动跳转代码 </a> <a class="abstract" href="/archives/wang-zhan-zi-dong-tiao-zhuan-dai-ma" title="1.HTML方式(可隐藏跳转后网址) <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>武陵博客</title> <frameset framespacing="0" " target="_blank" rel="noopener noreferrer" >1.HTML方式(可隐藏跳转后网址) <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>武陵博客</title> <frameset framespacing="0" </a > <div class="meta"> <ul class="items"> <li>2024-12-16</li> <li><i class="joe-font joe-icon-eye"></i>44</li> <li><i class="joe-font joe-icon-message"></i>0</li> <li><i class="joe-font joe-icon-dianzan"></i>0</li> </ul> <ul class="categories"> <li class="pcate"> <svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="15" height="15" > <path d="M512.2 564.743a76.818 76.818 0 0 1-30.973-6.508L108.224 393.877c-26.105-11.508-42.56-35.755-42.927-63.272-.384-27.44 15.356-52.053 41.042-64.232l373.004-176.74c20.591-9.737 45.16-9.755 65.75.017L917.68 266.39c25.668 12.188 41.39 36.792 41.024 64.231-.384 27.5-16.821 51.73-42.908 63.237l-372.57 164.377a77.18 77.18 0 0 1-31.025 6.508zM139.843 329.592l370.213 163.241c1.291.56 3.018.567 4.345-.009l369.758-163.128-369.706-175.464v-.01c-1.326-.628-3.158-.636-4.502 0l-370.108 175.37zm748.015 1.858h.175-.175zM512.376 941.674c-10.348 0-20.8-2.32-30.537-6.997L121.05 778.624c-18.113-7.834-26.454-28.87-18.62-46.983 7.835-18.112 28.862-26.488 46.993-18.61l362.08 156.629 345.26-156.366c17.939-8.166 39.14-.253 47.324 17.746 8.166 17.964.227 39.157-17.729 47.324l-344.51 156.61c-9.196 4.449-19.281 6.7-29.471 6.7z" fill="var(--minor)" ></path> <path d="M871.563 515.449L511.81 671.775 152.358 515.787v73.578a34.248 34.248 0 0 0 20.76 31.48l301.518 129.19c11.806 5.703 24.499 8.546 37.175 8.546s25.367-2.843 37.174-8.546L850.82 620.534a34.248 34.248 0 0 0 20.744-31.474V515.45z" fill="#ff6a18" ></path> </svg> <a class="link" target="_blank" rel="noopener noreferrer" href="/categories/default" >网络笔记</a > </li> </ul> </div> </div> </li> <li class="joe_list__item default animated wow data-wow-delay="0.6s"" style="animation-delay: 0.6s;" > <a href="/archives/wei-ming-ming-wen-zhang" class="thumbnail" title="各类公共 DNS 服务器 IP 地址" target="_blank" rel="noopener noreferrer" > <img width="100%" height="100%" class="lazyload" data-src="https://img.ikwl.com/wlbk/2024/12/14/2024121405.jpg" srcset="https://img.ikwl.com/wlbk/2024/12/14/2024121405.jpg 400w, https://img.ikwl.com/wlbk/2024/12/14/2024121405.jpg 800w, https://img.ikwl.com/wlbk/2024/12/14/2024121405.jpg 1200w, https://img.ikwl.com/wlbk/2024/12/14/2024121405.jpg 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload.gif" alt="各类公共 DNS 服务器 IP 地址" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <time datetime="2024-12-15" >2024-12-15</time > <i class="joe-font joe-icon-picture"></i> </a> <div class="information"> <a href="/archives/wei-ming-ming-wen-zhang" class="title" title="各类公共 DNS 服务器 IP 地址" target="_blank" rel="noopener noreferrer" > 各类公共 DNS 服务器 IP 地址 </a> <a class="abstract" href="/archives/wei-ming-ming-wen-zhang" title="阿里 Ali DNS 223.5.5.5 223.6.6.6 百度 Baidu DNS 180.76.76.76 2400:da00::6666 腾讯(DNSPod) DNS+ 119.29.29.29 119.28.28.28 182.254.116.116 182.254.1" target="_blank" rel="noopener noreferrer" >阿里 Ali DNS 223.5.5.5 223.6.6.6 百度 Baidu DNS 180.76.76.76 2400:da00::6666 腾讯(DNSPod) DNS+ 119.29.29.29 119.28.28.28 182.254.116.116 182.254.1</a > <div class="meta"> <ul class="items"> <li>2024-12-15</li> <li><i class="joe-font joe-icon-eye"></i>82</li> <li><i class="joe-font joe-icon-message"></i>0</li> <li><i class="joe-font joe-icon-dianzan"></i>0</li> </ul> <ul class="categories"> <li class="pcate"> <svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="15" height="15" > <path d="M512.2 564.743a76.818 76.818 0 0 1-30.973-6.508L108.224 393.877c-26.105-11.508-42.56-35.755-42.927-63.272-.384-27.44 15.356-52.053 41.042-64.232l373.004-176.74c20.591-9.737 45.16-9.755 65.75.017L917.68 266.39c25.668 12.188 41.39 36.792 41.024 64.231-.384 27.5-16.821 51.73-42.908 63.237l-372.57 164.377a77.18 77.18 0 0 1-31.025 6.508zM139.843 329.592l370.213 163.241c1.291.56 3.018.567 4.345-.009l369.758-163.128-369.706-175.464v-.01c-1.326-.628-3.158-.636-4.502 0l-370.108 175.37zm748.015 1.858h.175-.175zM512.376 941.674c-10.348 0-20.8-2.32-30.537-6.997L121.05 778.624c-18.113-7.834-26.454-28.87-18.62-46.983 7.835-18.112 28.862-26.488 46.993-18.61l362.08 156.629 345.26-156.366c17.939-8.166 39.14-.253 47.324 17.746 8.166 17.964.227 39.157-17.729 47.324l-344.51 156.61c-9.196 4.449-19.281 6.7-29.471 6.7z" fill="var(--minor)" ></path> <path d="M871.563 515.449L511.81 671.775 152.358 515.787v73.578a34.248 34.248 0 0 0 20.76 31.48l301.518 129.19c11.806 5.703 24.499 8.546 37.175 8.546s25.367-2.843 37.174-8.546L850.82 620.534a34.248 34.248 0 0 0 20.744-31.474V515.45z" fill="#ff6a18" ></path> </svg> <a class="link" target="_blank" rel="noopener noreferrer" href="/categories/default" >网络笔记</a > </li> </ul> </div> </div> </li> <li class="joe_list__item default animated wow data-wow-delay="0.7s"" style="animation-delay: 0.7s;" > <a href="/archives/windows-kong-zhi-mian-ban-de-chao-ji-mo-shi" class="thumbnail" title="Windows 控制面板的「超级模式」" target="_blank" rel="noopener noreferrer" > <img width="100%" height="100%" class="lazyload" data-src="https://img.ikwl.com/wlbk/2024/12/14/2024121403.png" srcset="https://img.ikwl.com/wlbk/2024/12/14/2024121403.png 400w, https://img.ikwl.com/wlbk/2024/12/14/2024121403.png 800w, https://img.ikwl.com/wlbk/2024/12/14/2024121403.png 1200w, https://img.ikwl.com/wlbk/2024/12/14/2024121403.png 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload.gif" alt="Windows 控制面板的「超级模式」" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <time datetime="2024-12-14" >2024-12-14</time > <i class="joe-font joe-icon-picture"></i> </a> <div class="information"> <a href="/archives/windows-kong-zhi-mian-ban-de-chao-ji-mo-shi" class="title" title="Windows 控制面板的「超级模式」" target="_blank" rel="noopener noreferrer" > Windows 控制面板的「超级模式」 </a> <a class="abstract" href="/archives/windows-kong-zhi-mian-ban-de-chao-ji-mo-shi" title="介绍: 超级模式即「God Mode」,或称为「完全控制面板」。是Windows 7和windows Vista还有Windows10系统中隐藏的一个简单的文件夹窗口,但包含了几乎所有Windows系统的设置。 适用范围:Windows 7、Windows 8.1、Windows 10 、Windo" target="_blank" rel="noopener noreferrer" >介绍: 超级模式即「God Mode」,或称为「完全控制面板」。是Windows 7和windows Vista还有Windows10系统中隐藏的一个简单的文件夹窗口,但包含了几乎所有Windows系统的设置。 适用范围:Windows 7、Windows 8.1、Windows 10 、Windo</a > <div class="meta"> <ul class="items"> <li>2024-12-14</li> <li><i class="joe-font joe-icon-eye"></i>31</li> <li><i class="joe-font joe-icon-message"></i>0</li> <li><i class="joe-font joe-icon-dianzan"></i>0</li> </ul> <ul class="categories"> <li class="pcate"> <svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="15" height="15" > <path d="M512.2 564.743a76.818 76.818 0 0 1-30.973-6.508L108.224 393.877c-26.105-11.508-42.56-35.755-42.927-63.272-.384-27.44 15.356-52.053 41.042-64.232l373.004-176.74c20.591-9.737 45.16-9.755 65.75.017L917.68 266.39c25.668 12.188 41.39 36.792 41.024 64.231-.384 27.5-16.821 51.73-42.908 63.237l-372.57 164.377a77.18 77.18 0 0 1-31.025 6.508zM139.843 329.592l370.213 163.241c1.291.56 3.018.567 4.345-.009l369.758-163.128-369.706-175.464v-.01c-1.326-.628-3.158-.636-4.502 0l-370.108 175.37zm748.015 1.858h.175-.175zM512.376 941.674c-10.348 0-20.8-2.32-30.537-6.997L121.05 778.624c-18.113-7.834-26.454-28.87-18.62-46.983 7.835-18.112 28.862-26.488 46.993-18.61l362.08 156.629 345.26-156.366c17.939-8.166 39.14-.253 47.324 17.746 8.166 17.964.227 39.157-17.729 47.324l-344.51 156.61c-9.196 4.449-19.281 6.7-29.471 6.7z" fill="var(--minor)" ></path> <path d="M871.563 515.449L511.81 671.775 152.358 515.787v73.578a34.248 34.248 0 0 0 20.76 31.48l301.518 129.19c11.806 5.703 24.499 8.546 37.175 8.546s25.367-2.843 37.174-8.546L850.82 620.534a34.248 34.248 0 0 0 20.744-31.474V515.45z" fill="#ff6a18" ></path> </svg> <a class="link" target="_blank" rel="noopener noreferrer" href="/categories/default" >网络笔记</a > </li> </ul> </div> </div> </li> <li class="joe_list__item default animated wow data-wow-delay="0.8s"" style="animation-delay: 0.8s;" > <a href="/archives/Internet%20Download%20Manager" class="thumbnail" title="互联网下载管理器Internet Download Manager6.42.25(重新包装)俄罗斯大神版" target="_blank" rel="noopener noreferrer" > <img width="100%" height="100%" class="lazyload" data-src="https://img.ikwl.com/etxx/2024/12/02/06.jpg" srcset="https://img.ikwl.com/etxx/2024/12/02/06.jpg 400w, https://img.ikwl.com/etxx/2024/12/02/06.jpg 800w, https://img.ikwl.com/etxx/2024/12/02/06.jpg 1200w, https://img.ikwl.com/etxx/2024/12/02/06.jpg 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload.gif" alt="互联网下载管理器Internet Download Manager6.42.25(重新包装)俄罗斯大神版" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <time datetime="2024-12-03" >2024-12-03</time > <i class="joe-font joe-icon-picture"></i> </a> <div class="information"> <a href="/archives/Internet%20Download%20Manager" class="title" title="互联网下载管理器Internet Download Manager6.42.25(重新包装)俄罗斯大神版" target="_blank" rel="noopener noreferrer" > 互联网下载管理器Internet Download Manager6.42.25(重新包装)俄罗斯大神版 </a> <a class="abstract" href="/archives/Internet%20Download%20Manager" title="说明: 软件是从俄罗斯那边大神网站搬运过来的 Internet Download Manager 是一款比较火的下载工具,这里面提供的是(重新包装)版,所以图标 更改为 但是软件是不变的,只是大神把他重新打包更换了图标,并且直接安" target="_blank" rel="noopener noreferrer" >说明: 软件是从俄罗斯那边大神网站搬运过来的 Internet Download Manager 是一款比较火的下载工具,这里面提供的是(重新包装)版,所以图标 更改为 但是软件是不变的,只是大神把他重新打包更换了图标,并且直接安</a > <div class="meta"> <ul class="items"> <li>2024-12-03</li> <li><i class="joe-font joe-icon-eye"></i>101</li> <li><i class="joe-font joe-icon-message"></i>0</li> <li><i class="joe-font joe-icon-dianzan"></i>1</li> </ul> <ul class="categories"> <li class="pcate"> <svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="15" height="15" > <path d="M512.2 564.743a76.818 76.818 0 0 1-30.973-6.508L108.224 393.877c-26.105-11.508-42.56-35.755-42.927-63.272-.384-27.44 15.356-52.053 41.042-64.232l373.004-176.74c20.591-9.737 45.16-9.755 65.75.017L917.68 266.39c25.668 12.188 41.39 36.792 41.024 64.231-.384 27.5-16.821 51.73-42.908 63.237l-372.57 164.377a77.18 77.18 0 0 1-31.025 6.508zM139.843 329.592l370.213 163.241c1.291.56 3.018.567 4.345-.009l369.758-163.128-369.706-175.464v-.01c-1.326-.628-3.158-.636-4.502 0l-370.108 175.37zm748.015 1.858h.175-.175zM512.376 941.674c-10.348 0-20.8-2.32-30.537-6.997L121.05 778.624c-18.113-7.834-26.454-28.87-18.62-46.983 7.835-18.112 28.862-26.488 46.993-18.61l362.08 156.629 345.26-156.366c17.939-8.166 39.14-.253 47.324 17.746 8.166 17.964.227 39.157-17.729 47.324l-344.51 156.61c-9.196 4.449-19.281 6.7-29.471 6.7z" fill="var(--minor)" ></path> <path d="M871.563 515.449L511.81 671.775 152.358 515.787v73.578a34.248 34.248 0 0 0 20.76 31.48l301.518 129.19c11.806 5.703 24.499 8.546 37.175 8.546s25.367-2.843 37.174-8.546L850.82 620.534a34.248 34.248 0 0 0 20.744-31.474V515.45z" fill="#ff6a18" ></path> </svg> <a class="link" target="_blank" rel="noopener noreferrer" href="/categories/gong-xiang" >网络共享</a > </li> </ul> </div> </div> </li> <li class="joe_list__item default animated wow data-wow-delay="0.9s"" style="animation-delay: 0.9s;" > <a href="/archives/1panel-shen-qing-he-zi-dong-xu-qian-fan-yu-ming-zheng-shu-jiao-cheng" class="thumbnail" title="1panel 申请和自动续签泛域名证书教程" target="_blank" rel="noopener noreferrer" > <img width="100%" height="100%" class="lazyload" data-src="/upload/yhcc/1panel1.png" srcset="/upload/thumbnails/2024/w400/1panel1.png 400w, /upload/thumbnails/2024/w800/1panel1.png 800w, /upload/thumbnails/2024/w1200/1panel1.png 1200w, /upload/thumbnails/2024/w1600/1panel1.png 1600w" sizes="(max-width: 1600px) 100vw, 1600px" src="/themes/theme-Joe3/assets/img/lazyload.gif" alt="1panel 申请和自动续签泛域名证书教程" onerror="Joe.errorImg(this, 'HomeErrImg')" /> <time datetime="2024-11-29" >2024-11-29</time > <i class="joe-font joe-icon-picture"></i> </a> <div class="information"> <a href="/archives/1panel-shen-qing-he-zi-dong-xu-qian-fan-yu-ming-zheng-shu-jiao-cheng" class="title" title="1panel 申请和自动续签泛域名证书教程" target="_blank" rel="noopener noreferrer" > 1panel 申请和自动续签泛域名证书教程 </a> <a class="abstract" href="/archives/1panel-shen-qing-he-zi-dong-xu-qian-fan-yu-ming-zheng-shu-jiao-cheng" title="序言 之前使用的证书一直是,每次有效期三个月,到期还需要手动申请或者续期, 最近使用1Panel 这个面板工具,我使用的域名在阿里云的,记录一下自动 SSL 证书申请的详细过程 创建 Acme 账户 打开 1panel 网站,点击 网站 -> 证书 -> <" target="_blank" rel="noopener noreferrer" >序言 之前使用的证书一直是,每次有效期三个月,到期还需要手动申请或者续期, 最近使用1Panel 这个面板工具,我使用的域名在阿里云的,记录一下自动 SSL 证书申请的详细过程 创建 Acme 账户 打开 1panel 网站,点击 网站 -> 证书 -> <</a > <div class="meta"> <ul class="items"> <li>2024-11-29</li> <li><i class="joe-font joe-icon-eye"></i>47</li> <li><i class="joe-font joe-icon-message"></i>0</li> <li><i class="joe-font joe-icon-dianzan"></i>0</li> </ul> <ul class="categories"> <li class="pcate"> <svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="15" height="15" > <path d="M512.2 564.743a76.818 76.818 0 0 1-30.973-6.508L108.224 393.877c-26.105-11.508-42.56-35.755-42.927-63.272-.384-27.44 15.356-52.053 41.042-64.232l373.004-176.74c20.591-9.737 45.16-9.755 65.75.017L917.68 266.39c25.668 12.188 41.39 36.792 41.024 64.231-.384 27.5-16.821 51.73-42.908 63.237l-372.57 164.377a77.18 77.18 0 0 1-31.025 6.508zM139.843 329.592l370.213 163.241c1.291.56 3.018.567 4.345-.009l369.758-163.128-369.706-175.464v-.01c-1.326-.628-3.158-.636-4.502 0l-370.108 175.37zm748.015 1.858h.175-.175zM512.376 941.674c-10.348 0-20.8-2.32-30.537-6.997L121.05 778.624c-18.113-7.834-26.454-28.87-18.62-46.983 7.835-18.112 28.862-26.488 46.993-18.61l362.08 156.629 345.26-156.366c17.939-8.166 39.14-.253 47.324 17.746 8.166 17.964.227 39.157-17.729 47.324l-344.51 156.61c-9.196 4.449-19.281 6.7-29.471 6.7z" fill="var(--minor)" ></path> <path d="M871.563 515.449L511.81 671.775 152.358 515.787v73.578a34.248 34.248 0 0 0 20.76 31.48l301.518 129.19c11.806 5.703 24.499 8.546 37.175 8.546s25.367-2.843 37.174-8.546L850.82 620.534a34.248 34.248 0 0 0 20.744-31.474V515.45z" fill="#ff6a18" ></path> </svg> <a class="link" target="_blank" rel="noopener noreferrer" href="/categories/default" >网络笔记</a > </li> </ul> </div> </div> </li> </ul> </div> </div> </div> <!-- pagination--> </div> <!-- aside--> <aside class="joe_aside" > <!-- 公告--> <section class="joe_aside__item notice"> <div class="joe_aside__item-title"> <!-- <#-- <i class="joe-font joe-icon-speaker"></i> –>--> <div class="speaker-anim-icon"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 200 200" xml:space="preserve" width="22px" height="22px" fill="var(--theme)" stroke-width="8px" stroke="var(--theme)" > <g> <path class="st0" d="M120.1,68.5c-1-0.6-2-0.9-3.2-0.9V29.3c0-1.8-0.7-3.6-2-5h0c-2.7-2.9-7.3-3-10.2-0.2L65.5,61.6 c-1.8,1.7-4.2,2.6-6.6,2.6H31.6c-6.6,0-12,5.4-12,12v58.4c0,6.6,5.4,12,12,12h27.3c2.5,0,4.8,0.9,6.6,2.6l39.3,37.5 c1.3,1.3,3.1,2,5,2c4,0,7.2-3.2,7.2-7.2v-39.4c1.5,0.2,3.1-0.1,4.3-0.9c12.7-8.2,20.5-21.5,20.5-36 C141.7,90.3,133.5,76.6,120.1,68.5z M104.5,169.3l-30.4-29l-0.2-0.2c-4.1-3.8-9.4-5.9-15-5.9H32V76.7h26.8l0.3,0 c5.6-0.1,10.9-2.2,14.9-6.1l30.4-29l0,0V169.3z M116.9,129.1V81.4c7.8,6,12.3,14.6,12.3,23.8C129.3,114.4,124.7,123,116.9,129.1z" /> </g> <path class="st0" d="M176.1,25.9c1.6,3,0.6,6.7-2.3,8.4l-0.1,0.1l-14.5,8.1c-3,1.7-6.8,0.6-8.5-2.4c-1.6-3-0.6-6.7,2.3-8.4l0.1-0.1 l14.5-8.1C170.7,21.8,174.4,22.9,176.1,25.9L176.1,25.9z" > <animate attributeName="fill-opacity" begin="0s" dur="1s" values="0;1;0" calcMode="linear" repeatCount="indefinite" /> <animate attributeName="stroke-opacity" begin="0s" dur="1s" values="0;1;0" calcMode="linear" repeatCount="indefinite" /> </path> <path class="st0" d="M176.9,97.8c3.4,0,6.1,2.7,6.2,6.1c0.1,3.4-2.6,6.3-6.1,6.4l-17.7,0.4l-0.1,0c-3.4,0-6.1-2.7-6.2-6.1 c-0.1-3.4,2.6-6.3,6.1-6.4l17.7-0.4L176.9,97.8z" > <animate attributeName="fill-opacity" begin="0s" dur="1s" values="0;1;0" calcMode="linear" repeatCount="indefinite" /> <animate attributeName="stroke-opacity" begin="0s" dur="1s" values="0;1;0" calcMode="linear" repeatCount="indefinite" /> </path> <path class="st0" d="M155,170.5c1.7-3,5.5-4.1,8.5-2.4l14.5,8.1l0.1,0.1c2.9,1.7,3.9,5.4,2.3,8.4c-1.7,3-5.5,4.1-8.5,2.4l-14.5-8.1 l-0.1-0.1C154.4,177.1,153.4,173.4,155,170.5z" > <animate attributeName="fill-opacity" begin="0s" dur="1s" values="0;1;0" calcMode="linear" repeatCount="indefinite" /> <animate attributeName="stroke-opacity" begin="0s" dur="1s" values="0;1;0" calcMode="linear" repeatCount="indefinite" /> </path> </svg> </div> <span class="text">网站公告</span> </div> <div class="joe_aside__item-contain"> <div class="notice_content">这是你的公告</div> </div> </section> <!-- 博主信息--> <section class="joe_aside__item author"> <img width="100%" height="120" class="image lazyload" data-src="/upload/ztzy/txtp.jpg" src="/themes/theme-Joe3/assets/img/author_bg.jpg" alt="博主栏壁纸" onerror="Joe.errorImg(this)" /> <div class="user"> <div class="avatar_wrapper circle" > <img class="avatar lazyload" data-src="/upload/yhcc/%5BIT-XIAOBIN%5D-1732781107811.png" src="/themes/theme-Joe3/assets/svg/spinner-preloader.svg" alt="博主头像" data-text-avatar="admin" onload="Joe.loadedPlaceholderReplaceImg(this, 'AvatarImg')" onerror="Joe.errorImg(this, 'ErrAvatarImg')" /> </div> <a class="link" href="http://www.wlbk.com" target="_blank" rel="noopener noreferrer nofollow"> admin <img class="level" src="/themes/theme-Joe3/assets/svg/level_1.svg" alt="博主等级" /> </a> <p class="motto joe_motto">一心一意,持之以恒</p> <!-- <p class="motto joe_motto">${user.description!'一句话介绍自己吧!'}</p>--> </div> <div class="count"> <!-- <div class="item" th:title="'累计访问数 '+${stats.visit}">--> <!-- <span class="num">696</span>--> <!-- <span>访问量</span>--> <!-- </div>--> <!-- 搭配A--> <!-- 搭配B--> <!-- 搭配C--> <div class="item" title="累计分类数 2"> <span class="num">2</span> <span>分类数</span> </div> <div class="item" title="累计文章数 10"> <span class="num">10</span> <span>文章数</span> </div> <div class="item" title="累计评论数 0"> <span class="num">0</span> <span>评论数</span> </div> <!-- 搭配D--> </div> <div class="social-account"> <a class="wechat" href="gwx3112" target="_blank" title="微信" rel="noopener noreferrer nofollow" > <svg viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6337" width="22" height="22" > <path d="M683.058 364.695c11 0 22 1.016 32.943 1.976C686.564 230.064 538.896 128 370.681 128c-188.104 0.66-342.237 127.793-342.237 289.226 0 93.068 51.379 169.827 136.725 229.256L130.72 748.43l119.796-59.368c42.918 8.395 77.37 16.79 119.742 16.79 11 0 21.46-0.48 31.914-1.442a259.168 259.168 0 0 1-10.455-71.358c0.485-148.002 128.744-268.297 291.403-268.297l-0.06-0.06z m-184.113-91.992c25.99 0 42.913 16.79 42.913 42.575 0 25.188-16.923 42.579-42.913 42.579-25.45 0-51.38-16.85-51.38-42.58 0-25.784 25.93-42.574 51.38-42.574z m-239.544 85.154c-25.384 0-51.374-16.85-51.374-42.58 0-25.784 25.99-42.574 51.374-42.574 25.45 0 42.918 16.79 42.918 42.575 0 25.188-16.924 42.579-42.918 42.579z m736.155 271.655c0-135.647-136.725-246.527-290.983-246.527-162.655 0-290.918 110.88-290.918 246.527 0 136.128 128.263 246.587 290.918 246.587 33.972 0 68.423-8.395 102.818-16.85l93.809 50.973-25.93-84.677c68.907-51.93 120.286-119.815 120.286-196.033z m-385.275-42.58c-16.923 0-34.452-16.79-34.452-34.179 0-16.79 17.529-34.18 34.452-34.18 25.99 0 42.918 16.85 42.918 34.18 0 17.39-16.928 34.18-42.918 34.18z m188.165 0c-16.984 0-33.972-16.79-33.972-34.179 0-16.79 16.927-34.18 33.972-34.18 25.93 0 42.913 16.85 42.913 34.18 0 17.39-16.983 34.18-42.913 34.18z" fill="#09BB07" p-id="6338" ></path> </svg> </a> <a class="qq" href="//wpa.qq.com/msgrd?v=3&uin=716465&site=qq&menu=yes" target="_blank" title="QQ" rel="noopener noreferrer nofollow" > <svg viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="20" height="22" > <path d="M511.09761 957.257c-80.159 0-153.737-25.019-201.11-62.386-24.057 6.702-54.831 17.489-74.252 30.864-16.617 11.439-14.546 23.106-11.55 27.816 13.15 20.689 225.583 13.211 286.912 6.767v-3.061z" fill="#FAAD08" ></path> <path d="M496.65061 957.257c80.157 0 153.737-25.019 201.11-62.386 24.057 6.702 54.83 17.489 74.253 30.864 16.616 11.439 14.543 23.106 11.55 27.816-13.15 20.689-225.584 13.211-286.914 6.767v-3.061z" fill="#FAAD08" ></path> <path d="M497.12861 474.524c131.934-0.876 237.669-25.783 273.497-35.34 8.541-2.28 13.11-6.364 13.11-6.364 0.03-1.172 0.542-20.952 0.542-31.155C784.27761 229.833 701.12561 57.173 496.64061 57.162 292.15661 57.173 209.00061 229.832 209.00061 401.665c0 10.203 0.516 29.983 0.547 31.155 0 0 3.717 3.821 10.529 5.67 33.078 8.98 140.803 35.139 276.08 36.034h0.972z" fill="#000000" ></path> <path d="M860.28261 619.782c-8.12-26.086-19.204-56.506-30.427-85.72 0 0-6.456-0.795-9.718 0.148-100.71 29.205-222.773 47.818-315.792 46.695h-0.962C410.88561 582.017 289.65061 563.617 189.27961 534.698 185.44461 533.595 177.87261 534.063 177.87261 534.063 166.64961 563.276 155.56661 593.696 147.44761 619.782 108.72961 744.168 121.27261 795.644 130.82461 796.798c20.496 2.474 79.78-93.637 79.78-93.637 0 97.66 88.324 247.617 290.576 248.996a718.01 718.01 0 0 1 5.367 0C708.80161 950.778 797.12261 800.822 797.12261 703.162c0 0 59.284 96.111 79.783 93.637 9.55-1.154 22.093-52.63-16.623-177.017" fill="#000000" ></path> <path d="M434.38261 316.917c-27.9 1.24-51.745-30.106-53.24-69.956-1.518-39.877 19.858-73.207 47.764-74.454 27.875-1.224 51.703 30.109 53.218 69.974 1.527 39.877-19.853 73.2-47.742 74.436m206.67-69.956c-1.494 39.85-25.34 71.194-53.24 69.956-27.888-1.238-49.269-34.559-47.742-74.435 1.513-39.868 25.341-71.201 53.216-69.974 27.909 1.247 49.285 34.576 47.767 74.453" fill="#FFFFFF" ></path> <path d="M683.94261 368.627c-7.323-17.609-81.062-37.227-172.353-37.227h-0.98c-91.29 0-165.031 19.618-172.352 37.227a6.244 6.244 0 0 0-0.535 2.505c0 1.269 0.393 2.414 1.006 3.386 6.168 9.765 88.054 58.018 171.882 58.018h0.98c83.827 0 165.71-48.25 171.881-58.016a6.352 6.352 0 0 0 1.002-3.395c0-0.897-0.2-1.736-0.531-2.498" fill="#FAAD08" ></path> <path d="M467.63161 256.377c1.26 15.886-7.377 30-19.266 31.542-11.907 1.544-22.569-10.083-23.836-25.978-1.243-15.895 7.381-30.008 19.25-31.538 11.927-1.549 22.607 10.088 23.852 25.974m73.097 7.935c2.533-4.118 19.827-25.77 55.62-17.886 9.401 2.07 13.75 5.116 14.668 6.316 1.355 1.77 1.726 4.29 0.352 7.684-2.722 6.725-8.338 6.542-11.454 5.226-2.01-0.85-26.94-15.889-49.905 6.553-1.579 1.545-4.405 2.074-7.085 0.242-2.678-1.834-3.786-5.553-2.196-8.135" fill="#000000" ></path> <path d="M504.33261 584.495h-0.967c-63.568 0.752-140.646-7.504-215.286-21.92-6.391 36.262-10.25 81.838-6.936 136.196 8.37 137.384 91.62 223.736 220.118 224.996H506.48461c128.498-1.26 211.748-87.612 220.12-224.996 3.314-54.362-0.547-99.938-6.94-136.203-74.654 14.423-151.745 22.684-215.332 21.927" fill="#FFFFFF" ></path> <path d="M323.27461 577.016v137.468s64.957 12.705 130.031 3.91V591.59c-41.225-2.262-85.688-7.304-130.031-14.574" fill="#EB1C26" ></path> <path d="M788.09761 432.536s-121.98 40.387-283.743 41.539h-0.962c-161.497-1.147-283.328-41.401-283.744-41.539l-40.854 106.952c102.186 32.31 228.837 53.135 324.598 51.926l0.96-0.002c95.768 1.216 222.4-19.61 324.6-51.924l-40.855-106.952z" fill="#EB1C26" ></path> </svg> </a> <!--<#-- <a th:href="'mailto:[email protected]?subject=邮件标题&body=邮件内容">告诉我</a> –>--> <a class="email" href="/cdn-cgi/l/email-protection#eb8c98878a828582ab8c868a8287c5888486" target="_blank" title="邮箱" rel="noopener noreferrer nofollow"> <svg viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="21" height="22" > <path d="M512 938.666667C276.352 938.666667 85.333333 747.648 85.333333 512S276.352 85.333333 512 85.333333s426.666667 191.018667 426.666667 426.666667-191.018667 426.666667-426.666667 426.666667z m341.333333-426.666667a341.333333 341.333333 0 1 0-169.301333 294.869333l-43.008-73.685333A256 256 0 1 1 768 512v42.666667a42.666667 42.666667 0 0 1-85.333333 0V384h-57.770667a170.666667 170.666667 0 1 0 2.816 253.44A128 128 0 0 0 853.333333 554.666667v-42.666667z m-341.333333-85.333333a85.333333 85.333333 0 1 1 0 170.666666 85.333333 85.333333 0 0 1 0-170.666666z" fill="#dc4835" ></path> </svg> </a> </div> </section> <!-- 人生倒计时--> <section class="joe_aside__item timelife"> <div class="joe_aside__item-title"> <i class="joe-font joe-icon-shalou"></i> <span class="text">人生倒计时</span> </div> <div class="joe_aside__item-contain"></div> </section> <!-- 最新文章--> <section class="joe_aside__item newest"> <div class="joe_aside__item-title"> <i class="joe-font joe-icon-huo"></i> <span class="text">最新文章</span> </div> <div class="joe_aside__item-contain"> <ul class="list"> <li class="item"> <a class="link" href="/archives/windwos-server2019che-di-guan-bi-windows-defender" >Windwos server2019彻底关闭Windows Defender 方法</a > <i class="joe-font joe-icon-link"></i> </li> <li class="item"> <a class="link" href="/archives/ntoskrnl.exezhan-yong-80duan-kou-jie-jue-ban-fa" >ntoskrnl.exe占用 80端口解决办法</a > <i class="joe-font joe-icon-link"></i> </li> <li class="item"> <a class="link" href="/archives/heu-kms-activator-kmsji-huo-gong-ju-v42.3.2" >HEU KMS Activator(KMS激活工具) v42.3.2</a > <i class="joe-font joe-icon-link"></i> </li> <li class="item"> <a class="link" href="/archives/windows-dosming-ling-zong-jie-da-quan" >Windows DOS命令总结大全</a > <i class="joe-font joe-icon-link"></i> </li> <li class="item"> <a class="link" href="/archives/vpszhu-ji-zeng-jia-swapnei-cun-fang-fa" >VPS主机增加Swap内存方法</a > <i class="joe-font joe-icon-link"></i> </li> </ul> </div> </section> <!-- 音乐播放器--> <section class="joe_aside__item timelife"> <div class="joe_aside__item-title"> <i class="joe-font joe-icon-yinfu"></i> <span class="text">我的歌单</span> </div> <div id="aplayer" class="aplayer" data-id="2651484360" list-max-height="20px" data-server="netease" data-type="playlist" data-fixed="false" data-listfolded="true" data-order="random" data-mode="#f3f3f7" ></div> </section> <!-- 标签云--> <section class="joe_aside__item tags-cloud" id="tags-cloud"> <div class="joe_aside__item-title"> <i class="joe-font joe-icon-tag"></i> <span class="text">标签云</span> <a class="tags_more" href="/tags">更多<i class="joe-font joe-icon-more-right"></i></a> </div> <div class="joe_aside__item-contain"> <div class="tags-cloud-list static" style="display:none" > <a data-label="Halo" data-url="/tags/halo" href="/tags/halo" title="Halo" >Halo</a ><a data-label="1Panel" data-url="/tags/1panel" href="/tags/1panel" title="1Panel" >1Panel</a ><a data-label="控制面板的「超级模式」" data-url="/tags/kong-zhi-mian-ban-de-chao-ji-mo-shi" href="/tags/kong-zhi-mian-ban-de-chao-ji-mo-shi" title="控制面板的「超级模式」" >控制面板的「超级模式」</a ><a data-label="网站跳转" data-url="/tags/wang-zhan-tiao-zhuan" href="/tags/wang-zhan-tiao-zhuan" title="网站跳转" >网站跳转</a ><a data-label="激活工具" data-url="/tags/ji-huo-gong-ju" href="/tags/ji-huo-gong-ju" title="激活工具" >激活工具</a ><a data-label="80端口占用解决" data-url="/tags/80duan-kou-zhan-yong-jie-jue" href="/tags/80duan-kou-zhan-yong-jie-jue" title="80端口占用解决" >80端口占用解决</a ><a data-label="公共DNS" data-url="/tags/gong-gong-dns" href="/tags/gong-gong-dns" title="公共DNS" >公共DNS</a ><a data-label="增加Swap内存" data-url="/tags/zeng-jia-swapnei-cun" href="/tags/zeng-jia-swapnei-cun" title="增加Swap内存" >增加Swap内存</a ><a data-label="Internet Download Manager" data-url="/tags/internet-download-manager" href="/tags/internet-download-manager" title="Internet Download Manager" >Internet Download Manager</a ><a data-label="Windows Defender" data-url="/tags/windows-defender" href="/tags/windows-defender" title="Windows Defender" >Windows Defender</a ><a data-label="DOS命令" data-url="/tags/dosming-ling" href="/tags/dosming-ling" title="DOS命令" >DOS命令</a > </div> <div id="tags-3d"> <div class="empty">加载中…</div> </div> </div> </section> <!-- 热门文章--> <section class="joe_aside__item newest"> <div class="joe_aside__item-title"> <i class="joe-font joe-icon-huo"></i> <span class="text">热门文章</span> </div> <div class="joe_aside__item-contain"> <ul class="list"> <li class="item"> <a class="link" href="/archives/Internet%20Download%20Manager" >互联网下载管理器Internet Download Manager6.42.25(重新包装)俄罗斯大神版</a > <i class="joe-font joe-icon-link"></i> </li> <li class="item"> <a class="link" href="/archives/wei-ming-ming-wen-zhang" >各类公共 DNS 服务器 IP 地址</a > <i class="joe-font joe-icon-link"></i> </li> <li class="item"> <a class="link" href="/archives/heu-kms-activator-kmsji-huo-gong-ju-v42.3.2" >HEU KMS Activator(KMS激活工具) v42.3.2</a > <i class="joe-font joe-icon-link"></i> </li> <li class="item"> <a class="link" href="/archives/windows-dosming-ling-zong-jie-da-quan" >Windows DOS命令总结大全</a > <i class="joe-font joe-icon-link"></i> </li> <li class="item"> <a class="link" href="/archives/1panel-shen-qing-he-zi-dong-xu-qian-fan-yu-ming-zheng-shu-jiao-cheng" >1panel 申请和自动续签泛域名证书教程</a > <i class="joe-font joe-icon-link"></i> </li> </ul> </div> </section> </aside> </div> <!--悬浮按钮--> <div class="joe_action"> <div class="joe_action_item mode"> <svg class="mode-light" height="25" viewBox="0 0 1024 1024" width="25" xmlns="http://www.w3.org/2000/svg" > <path d="M234.24 512a277.76 277.76 0 1 0 555.52 0 277.76 277.76 0 1 0-555.52 0zM512 187.733a42.667 42.667 0 0 1-42.667-42.666v-102.4a42.667 42.667 0 0 1 85.334 0v102.826A42.667 42.667 0 0 1 512 187.733zm-258.987 107.52a42.667 42.667 0 0 1-29.866-12.373l-72.96-73.387a42.667 42.667 0 0 1 59.306-59.306l73.387 72.96a42.667 42.667 0 0 1 0 59.733 42.667 42.667 0 0 1-29.867 12.373zm-107.52 259.414H42.667a42.667 42.667 0 0 1 0-85.334h102.826a42.667 42.667 0 0 1 0 85.334zm34.134 331.946a42.667 42.667 0 0 1-29.44-72.106l72.96-73.387a42.667 42.667 0 0 1 59.733 59.733l-73.387 73.387a42.667 42.667 0 0 1-29.866 12.373zM512 1024a42.667 42.667 0 0 1-42.667-42.667V878.507a42.667 42.667 0 0 1 85.334 0v102.826A42.667 42.667 0 0 1 512 1024zm332.373-137.387a42.667 42.667 0 0 1-29.866-12.373l-73.387-73.387a42.667 42.667 0 0 1 0-59.733 42.667 42.667 0 0 1 59.733 0l72.96 73.387a42.667 42.667 0 0 1-29.44 72.106zm136.96-331.946H878.507a42.667 42.667 0 1 1 0-85.334h102.826a42.667 42.667 0 0 1 0 85.334zM770.987 295.253a42.667 42.667 0 0 1-29.867-12.373 42.667 42.667 0 0 1 0-59.733l73.387-72.96a42.667 42.667 0 1 1 59.306 59.306l-72.96 73.387a42.667 42.667 0 0 1-29.866 12.373z" /> </svg> <svg class="mode-dark" height="25" viewBox="0 0 1024 1024" width="25" xmlns="http://www.w3.org/2000/svg" > <path d="M587.264 104.96c33.28 57.856 52.224 124.928 52.224 196.608 0 218.112-176.128 394.752-393.728 394.752-29.696 0-58.368-3.584-86.528-9.728C223.744 832.512 369.152 934.4 538.624 934.4c229.376 0 414.72-186.368 414.72-416.256 1.024-212.992-159.744-389.12-366.08-413.184z" /> <path d="M340.48 567.808l-23.552-70.144-70.144-23.552 70.144-23.552 23.552-70.144 23.552 70.144 70.144 23.552-70.144 23.552-23.552 70.144zM168.96 361.472l-30.208-91.136-91.648-30.208 91.136-30.208 30.72-91.648 30.208 91.136 91.136 30.208-91.136 30.208-30.208 91.648z" /> </svg> </div> <div class="joe_action_item back2top"> <svg height="25" viewBox="0 0 1024 1024" width="25" xmlns="http://www.w3.org/2000/svg"> <path d="M725.902 498.916c18.205-251.45-93.298-410.738-205.369-475.592l-6.257-3.982-6.258 3.414c-111.502 64.853-224.711 224.142-204.8 475.59-55.751 53.476-80.214 116.623-80.214 204.8v15.36l179.2-35.27c11.378 40.39 58.596 69.973 113.21 69.973 54.613 0 101.262-29.582 112.64-68.836l180.337 36.41v-15.36c-.569-89.885-25.031-153.6-82.489-206.507zM571.733 392.533c-33.564 31.29-87.04 28.445-118.329-5.12s-28.444-87.04 5.12-117.76c33.565-31.289 87.04-28.444 118.33 5.12s28.444 86.471-5.12 117.76zm-56.32 368.64c-35.84 0-64.284 29.014-64.284 64.285 0 35.84 54.044 182.613 64.284 182.613s64.285-146.773 64.285-182.613c0-35.271-29.014-64.285-64.285-64.285z" /> </svg> </div> </div> <footer class="joe_footer " > <div class="joe_container" > <div class="item"> <p> © 2024 - 2025<a href="http://www.wlbk.com" target="_blank" rel="noopener noreferrer" > 武陵博客 </a> </p> <p class="site_powered"> Powered by<a class="a-powered" href="https://halo.run/" target="_blank" rel="noopener noreferrer" > Halo</a > | 🌈 Theme by<a class="a-theme" title="Theme Joe3v1.4.0" href="https://github.com/jiewenhuang/halo-theme-joe3.0" target="_blank" rel="noopener noreferrer" > M酷&Jiewen </a> </p> <p class="site_driven"> 本站点由 <a href="https://www.upyun.com" target="_blank" rel="noopener noreferrer nofollow"> <img class="upyun" src="/themes/theme-Joe3/assets/img/cloud/upyun.svg" alt="云服务商" onerror="Joe.errorImg(this, 'LoadFailedImg')" /> </a >提供云服务 </p> <div class="site_life"> <i class="joe-font joe-icon-jiasu"></i>已运行 <strong class="joe_run__day" >00</strong > 天 <strong class="joe_run__hour">00</strong> 时 <strong class="joe_run__minute">00</strong> 分 <strong class="joe_run__second">00</strong> 秒 </div> </div> <div class="side-col"> <div class="item"> <a class="rss" href="/rss.xml" target="_blank" rel="noopener noreferrer" ><i class="joe-font joe-icon-rss-fill"></i> RSS</a > <a href="/sitemap.xml" target="_blank" rel="noopener noreferrer"> 站点地图 </a> </div> <div class="item busuanzi-statistic"> <span class="site-pv"> <i class="joe-font joe-icon-zhexiantu"></i>访问量<em id="busuanzi_value_site_pv"> 0 </em> </span> <span class="site-uv"> <i class="joe-font joe-icon-monitor"></i>访客量<em id="busuanzi_value_site_uv"> 0 </em> </span> <span class="site-page-pv"> <i class="joe-font joe-icon-dianji"></i>本页访客<em id="busuanzi_value_page_pv"> 0 </em> </span> </div> </div> </div> </footer> </div> <!-- ===== 引入脚本 start ===== --> <!-- <th:block th:if="${htmlType == 'index' && theme.config.home.enable_index_list_effect == true} or ${htmlType == 'journals' && theme.config.journals.enable_journal_effect == true} or ${htmlType == 'photos' && theme.config.photos.enable_photos_effect == true}">--> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="/themes/theme-Joe3/assets/lib/wowjs/wow.min.js"></script> <!-- </th:block>--> <script src="/themes/theme-Joe3/assets/lib/lazysizes/lazysizes.min.js"></script> <script src="/themes/theme-Joe3/assets/lib/qmsg/qmsg.js"></script> <script src="/themes/theme-Joe3/assets/js/min/utils.min.js"></script> <script src="/themes/theme-Joe3/assets/lib/swiper/swiper-bundle.min.js"></script> <script src="/themes/theme-Joe3/assets/lib/fancybox/jquery.fancybox.min.js"></script> <link rel="stylesheet" href="/themes/theme-Joe3/assets/lib/APlayer/APlayer.min.css" /> <script src="/themes/theme-Joe3/assets/lib/APlayer/APlayer.min.js"></script> <script src="/themes/theme-Joe3/assets/lib/meting/meting.min.js"></script> <script src="/themes/theme-Joe3/assets/js/min/custom.min.js?v=1.4.0"></script> <!--相册--> <!--===== 引入页面级js start =====--> <script src="/themes/theme-Joe3/assets/js/min/common.min.js?v=1.4.0"></script> <script src="/themes/theme-Joe3/assets/js/min/index.min.js?v=1.4.0"></script> <!-- ===== 引入页面级js end ===== --> <!-- ===== 引入脚本 start ===== --> <!-- 卜算子 --> <script src="/themes/theme-Joe3/assets/lib/busuanzi/busuanzi.min.js"></script> <!-- ===== 引入脚本 end =====--> <!--搜索点击--> <script> const searchButton = document.getElementById('halo-search'); searchButton.addEventListener('click', function () { SearchWidget.open(); }); </script> <!-- 大图配置--> </body> </html>