﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title><![CDATA[幻城博客]]></title> 
<description><![CDATA[ 专注网络资源|程序源码|免费空间|工具软件|网赚教程]]></description>
<link>https://www.hc233.com.cn/</link>
<language>zh-cn</language>
<generator>www.emlog.net</generator>
<item>
	<title>亖动静直播间</title>
	<link>https://www.hc233.com.cn/post-68.html</link>
	<description><![CDATA[<iframe style="width:700px;height:400px;" src="https://www.bilibili.com/blackboard/live/live-activity-player.html?cid=2652387&quality=0" frameborder="no" framespacing="0" scrolling="no" allow="autoplay; encrypted-media" allowfullscreen="true">
</iframe>]]></description>
	<pubDate>Thu, 11 Sep 2025 13:27:01 +0000</pubDate>
	<author>幻城</author>
	<guid>https://www.hc233.com.cn/post-68.html</guid>

</item>
<item>
	<title>如何搭建 DNS 服务解锁 Netflix</title>
	<link>https://www.hc233.com.cn/post-32.html</link>
	<description><![CDATA[<p>
	<center>
		<a target="_blank" href="https://www.hc233.com.cn/content/uploadfile/202203/20651648090898.gif" id="ematt:26"><img src="https://www.hc233.com.cn/content/uploadfile/202203/20651648090898.gif" title="点击查看原图" alt="u=2679524170,751507262&amp;fm=253&amp;fmt=auto&amp;app=120&amp;f=GIF.gif" border="0" width="640" height="360" /></a>
	</center>
</p>
<p>
	<br />
</p>
<p>
	&nbsp; &nbsp; &nbsp; 有观看 Netflix 习惯的朋友应该都知道，除了需要**上网之外，IP 能够解锁 Netflix 也是正常播放的必要条件之一。不过有时因为流量原因，我们不直接使用能够解锁 NF 的服务器来播放，而是架设 DNS 服务作为其它机器的中转。这样，原本不能解锁 NF 的服务器便也可以正常播放了。不过我们今天并不细究原理，只是分享方法。
</p>
&nbsp; &nbsp; &nbsp; 如果需要解锁 Netflix ，前提条件是你拥有一台能够正常观看 NF 的服务器A，以及另一台无法观看 NF 的服务器B。首先我们在服务器A上运行以下代码安装 DNS 服务：<br />
<pre class="prettyprint lang-bsh linenums">wget --no-check-certificate -O dnsmasq_sniproxy.sh https://raw.githubusercontent.com/myxuchangbin/dnsmasq_sniproxy_install/master/dnsmasq_sniproxy.sh &amp;&amp; bash dnsmasq_sniproxy.sh -i</pre>
&nbsp; &nbsp; &nbsp; 如果开启了防火墙，记得在服务器A上放行53端口的入网连接。随后在服务器B上设置 DNS 为服务器A的 ip ，以 Debian 为例：<br />
&nbsp; &nbsp; &nbsp; 如果你的服务器B是静态配置 IP，只需要修改/etc/resolv.conf 中的 nameserver 即可。如：nameserver 1.0.0.1<br />
&nbsp; &nbsp; &nbsp; 如果你的服务器B是自动获取IP，切勿修改 /etc/resolv.conf 。因为此时这个文件受到 DHCP 的影响，在每次重启后都会还原为默认值。此时我们需要编辑 /etc/dhcp/dhclient.conf ，添加：supersede domain-name-servers 1.0.0.1; 来手动指派 DNS 地址。<br />
&nbsp; &nbsp; &nbsp; 最后重启服务器B的网络即可：
<pre class="prettyprint lang-bsh linenums">/etc/init.d/networking restart</pre>
&nbsp; &nbsp; &nbsp;上述例子中的 1.0.0.1 仅用于示范，实际使用时需要填写服务器A的公网 ip 地址。此时再使用服务器B，Netflix 已经可以正常播放了。为了提高系统安全性，还可以自行配置 iptables 来限制53端口的入网 ip 地址，在此便不细谈了。<br />
相关项目地址：https://github.com/myxuchangbin/dnsmasq_sniproxy_installa<br />
<br />
<p>
	<br />
</p>]]></description>
	<pubDate>Thu, 24 Mar 2022 02:57:59 +0000</pubDate>
	<author>幻城</author>
	<guid>https://www.hc233.com.cn/post-32.html</guid>

</item>
<item>
	<title>服务器常用性能网速测试脚本</title>
	<link>https://www.hc233.com.cn/post-30.html</link>
	<description><![CDATA[<p style="text-indent:2em;">
	<br />
</p>
<p style="margin:10px auto;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;">
	<br />
</p>
<p style="margin:10px auto;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;">
	<a target="_blank" href="https://www.hc233.com.cn/content/uploadfile/202009/db681600374077.png" id="ematt:22"><img src="https://www.hc233.com.cn/content/uploadfile/202009/db681600374077.png" title="点击查看原图" alt="QQ截图20200918042055.png" border="0" width="448" height="258" /></a>
</p>
<p style="margin:10px auto;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;">
	一、superbench测试VPS服务器配置信息、IO性能、到国内节点的网速
</p>
<div class="cnblogs_code" style="background-color:#F5F5F5;border:1px solid #CCCCCC;padding:5px;overflow:auto;margin:5px 0px;white-space:normal;font-family:&quot;">
<pre style="overflow:auto;margin-top:0px;margin-bottom:0px;margin-left:22px;overflow-wrap:break-word;font-family:&quot;"><span style="color:#0000FF;line-height:1.5 !important;">wget</span> https:<span style="color:#008000;line-height:1.5 !important;">//</span><span style="color:#008000;line-height:1.5 !important;">raw.githubusercontent.com/oooldking/script/master/superbench.sh</span> <span style="color:#0000FF;line-height:1.5 !important;">chmod</span> +x superbench.<span style="color:#0000FF;line-height:1.5 !important;">sh</span><span style="line-height:1.5 !important;"> .</span>/superbench.<span style="color:#0000FF;line-height:1.5 !important;">sh</span></pre>
</div>
<p style="margin:10px auto;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;">
	&nbsp;
</p>
<p style="margin:10px auto;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;">
	二、superspeed测试VPS服务器到国内节点的网速
</p>
<div class="cnblogs_code" style="background-color:#F5F5F5;border:1px solid #CCCCCC;padding:5px;overflow:auto;margin:5px 0px;white-space:normal;font-family:&quot;">
<pre style="overflow:auto;margin-top:0px;margin-bottom:0px;margin-left:22px;overflow-wrap:break-word;font-family:&quot;"><span style="color:#0000FF;line-height:1.5 !important;">wget</span> https:<span style="color:#008000;line-height:1.5 !important;">//</span><span style="color:#008000;line-height:1.5 !important;">raw.githubusercontent.com/oooldking/script/master/superspeed.sh</span> <span style="color:#0000FF;line-height:1.5 !important;">chmod</span> +x superspeed.<span style="color:#0000FF;line-height:1.5 !important;">sh</span><span style="line-height:1.5 !important;"> .</span>/superspeed.<span style="color:#0000FF;line-height:1.5 !important;">sh</span></pre>
</div>
<p style="margin:10px auto;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;">
	&nbsp;
</p>
<p style="margin:10px auto;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;">
	三、serverreview-benchmark测试VPS服务器配置信息、CPU/内存/硬盘性能、全球节点测速
</p>
<div class="cnblogs_code" style="background-color:#F5F5F5;border:1px solid #CCCCCC;padding:5px;overflow:auto;margin:5px 0px;white-space:normal;font-family:&quot;">
<pre style="overflow:auto;margin-top:0px;margin-bottom:0px;margin-left:22px;overflow-wrap:break-word;font-family:&quot;"><span style="color:#0000FF;line-height:1.5 !important;">yum</span> <span style="color:#0000FF;line-height:1.5 !important;">install</span> curl -<span style="line-height:1.5 !important;">y
curl </span>-LsO https:<span style="color:#008000;line-height:1.5 !important;">//</span><span style="color:#008000;line-height:1.5 !important;">raw.githubusercontent.com/sayem314/serverreview-benchmark/master/bench.sh</span> <span style="color:#0000FF;line-height:1.5 !important;">chmod</span> +x bench.<span style="color:#0000FF;line-height:1.5 !important;">sh</span><span style="line-height:1.5 !important;"> .</span>/bench.<span style="color:#0000FF;line-height:1.5 !important;">sh</span> -a share</pre>
</div>
<p style="margin:10px auto;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;">
	&nbsp;
</p>
<p style="margin:10px auto;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;">
	四、Best Trace可视化路由跟踪工具
</p>
<div class="cnblogs_code" style="background-color:#F5F5F5;border:1px solid #CCCCCC;padding:5px;overflow:auto;margin:5px 0px;white-space:normal;font-family:&quot;">
<pre style="overflow:auto;margin-top:0px;margin-bottom:0px;margin-left:22px;overflow-wrap:break-word;font-family:&quot;"><span style="color:#0000FF;line-height:1.5 !important;">wget</span> http:<span style="color:#008000;line-height:1.5 !important;">//</span><span style="color:#008000;line-height:1.5 !important;">down.xxorg.com/Tool/besttrace/besttrace</span> <span style="color:#0000FF;line-height:1.5 !important;">chmod</span> +<span style="line-height:1.5 !important;">x besttrace
.</span>/besttrace -q <span style="color:#800080;line-height:1.5 !important;">1</span> 目标IP</pre>
</div>
<p style="margin:10px auto;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;">
	&nbsp;
</p>
<p>
	<br />
</p>
<p style="text-indent:2em;">
	<br />
</p>]]></description>
	<pubDate>Thu, 05 Aug 2021 07:05:43 +0000</pubDate>
	<author>幻城</author>
	<guid>https://www.hc233.com.cn/post-30.html</guid>

</item>
<item>
	<title>京东淘宝618活动全自动助手</title>
	<link>https://www.hc233.com.cn/huodong.html</link>
	<description><![CDATA[<p>
	<a target="_blank" href="https://www.hc233.com.cn/content/uploadfile/202105/fa781622433682.jpg" id="ematt:24"><img src="https://www.hc233.com.cn/content/uploadfile/202105/thum-fa781622433682.jpg" title="点击查看原图" alt="src=http___img.zcool.cn_community_01d7ab5afa456ea801207ab45de651.jpg@1280w_1l_2o_100sh.jpg&amp;refer=http___img.zcool.jpg" border="0" width="420" height="252" /></a> 
</p>
<br />
<p>
	电脑软件：
</p>
<p>
	<a class="sc_download" href="https://superaj.lanzoui.com/b0brgwabi#d2e7" target="_blank"><span class="file_title">京东助手</span><span>蓝奏网盘 – 20MB</span></a>&nbsp;<span style="white-space:normal;">（京东日常活动软件，非618）</span> 
</p>]]></description>
	<pubDate>Mon, 31 May 2021 03:57:20 +0000</pubDate>
	<author>幻城</author>
	<guid>https://www.hc233.com.cn/huodong.html</guid>

</item>
<item>
	<title>新浪短网址免费生成工具</title>
	<link>https://www.hc233.com.cn/post-27.html</link>
	<description><![CDATA[<p>
	<img src="https://dl.hc233.com.cn/pic/QQ%E6%88%AA%E5%9B%BE20200123041332.png" width="302" height="165" alt="" />
</p>
<p>
	<span style="color:#E53333;font-size:16px;">点击按钮生成</span>
</p>
<p>
	<img src="https://dl.hc233.com.cn/pic/QQ%E6%88%AA%E5%9B%BE20200125220245.png" width="302" height="165" alt="" /> 
</p>
<p>
	<a class="sc_download" href="https://xz.hc233.com.cn/f.php?k=74998" target="_blank"><span class="file_title">新浪短网址.zip</span><span>幻城外链 – 334KB</span></a> 
</p>]]></description>
	<pubDate>Wed, 22 Jan 2020 20:11:21 +0000</pubDate>
	<author>幻城</author>
	<guid>https://www.hc233.com.cn/post-27.html</guid>

</item>
<item>
	<title>windows10版本一键转换 正版系统万能随意转换工具</title>
	<link>https://www.hc233.com.cn/post-26.html</link>
	<description><![CDATA[<p>
	<span style="color:#666666;font-family:Microsoft YaHei;font-size:16px;"><img width="362" height="191" alt="" src="https://www.hc233.com.cn/content/uploadfile/201912/f75b1576762403.jpg" /></span>&nbsp;<span style="color:#666666;font-family:Microsoft YaHei;font-size:16px;"><br />
</span> 
</p>
<p>
	<span style="color:#666666;font-family:Microsoft YaHei;font-size:16px;">这个win10系统版本万能转换工具，前提是当前系统是比win10 16299 更高的版本才能正常使用工具。</span> 
</p>
<p>
	<span style="color:#666666;font-family:Microsoft YaHei;font-size:16px;">可以转换win10企业版/专业版/家庭版/教育版，Vol批量版与 Retail零售版 互相转换。</span> 
</p>
<p>
	<span style="color:#666666;font-family:Microsoft YaHei;font-size:16px;"><br />
</span> 
</p>
<p>
	<span style="color:#666666;font-family:Microsoft YaHei;font-size:16px;"><br />
</span> 
</p>
<p>
	<br />
</p>
<p>
	<a class="sc_download" href="https://www.lanzoux.com/i8507vg" target="_blank"><span class="file_title">win10任意版本万能转换工具.rar</span><span>蓝奏网盘 – 1.1MB</span></a> 
</p>]]></description>
	<pubDate>Thu, 19 Dec 2019 13:32:33 +0000</pubDate>
	<author>幻城</author>
	<guid>https://www.hc233.com.cn/post-26.html</guid>

</item>
<item>
	<title>Windows 10专业版永久激活密钥</title>
	<link>https://www.hc233.com.cn/post-25.html</link>
	<description><![CDATA[<p style="text-indent:2em;">
	<p>
		<span style="font-family:&quot;font-size:16px;color:#666666;"><a id="ematt:14" href="https://www.hc233.com.cn/content/uploadfile/201912/167b1576762235.png" target="_blank"><img width="902" height="559" title="点击查看原图" alt="20191213185944.png" src="https://www.hc233.com.cn/content/uploadfile/201912/167b1576762235.png" border="0" /></a></span>
	</p>
	<p>
		<span style="font-family:&quot;font-size:16px;color:#666666;">密钥：22HC6-CFNCB-XP972-GF3KB-YWRDB</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">描述：Windows10 Professional mAK</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">激活次数：817</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">检测时间：2019-12-03 20：19：36</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">-------------------------------------------------</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">密钥：WQVQC-Y2N9QC3623-784 Q-KKXITY</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">描述：Windows10 Professional maK</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">激活次数：43</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">检测时间：2019-12-02&nbsp; 21：55：58</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">-------------------------------------------------</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">密钥：WQVQC-Y2N9QC3623-7840-KKTY</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">描述：Windows10 Professional MAK</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">激活次数：43</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">检测时间：2019-12-02 10：55：58</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">-------------------------------------------------</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">密钥：YX49-TNKRB-VFP-F4P3P-P9XTY</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">描述：Windows10 Professional maK</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">激活次数：29</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">检测时间：2019-12-02 00：21：44</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">-------------------------------------------------</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">密钥：THR73-BTNRT-8C82T-QTDDR-PPQGY</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">描述：Windows10 Professional mak</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">激活次数：1245</span><br />
<span style="font-family:&quot;font-size:16px;color:#666666;">检测时间：2019-12-04 14：52：56</span> 
	</p>]]></description>
	<pubDate>Sat, 14 Dec 2019 12:15:14 +0000</pubDate>
	<author>幻城</author>
	<guid>https://www.hc233.com.cn/post-25.html</guid>

</item>
<item>
	<title>阿里云OSS上传工具</title>
	<link>https://www.hc233.com.cn/post-21.html</link>
	<description><![CDATA[<p>
	<img src="https://www.hc233.com.cn/content/uploadfile/201910/ff1d1570117569.png" width="443" height="252" alt="" /> 
</p>
<p>
	<span style="color:#E53333;"><span style="font-size:24px;">使用说明：</span></span> 
</p>
<p>
	<span style="color:#e53333;"><span style="font-size:24px;">1、去阿里云官网获取AKI和AKS，输入到对应框中，点击链接</span></span> 
</p>
<p>
	<span style="color:#e53333;"><span style="font-size:24px;">2、选择Bucket名称，会自动选择对应的区域</span></span> 
</p>
<p>
	<span style="color:#e53333;"><span style="font-size:24px;">3、点击选择按钮，选择本地文件，再点击上传即可</span></span> 
</p>
<p>
	<br />
</p>
<p>
	<br />
</p>
<p>
	<a class="sc_download" href="https://xz.hc233.com.cn/s.php?k=63485" target="_blank"><span class="file_title">阿里云OSS上传工具.zip（下载密码14b3）</span><span>幻城外链 – 1MB</span></a> 
</p>]]></description>
	<pubDate>Thu, 03 Oct 2019 15:37:22 +0000</pubDate>
	<author>幻城</author>
	<guid>https://www.hc233.com.cn/post-21.html</guid>

</item>
<item>
	<title>如何恢复被windows defender 隔离的文件</title>
	<link>https://www.hc233.com.cn/post-19.html</link>
	<description><![CDATA[<p style="margin-top:0px;margin-bottom:26px;padding:0px;color:#333333;font-family:&quot;font-size:16px;white-space:normal;background-color:#FFFFFF;">
	恢复方法如下：
</p>
<p style="margin-top:26px;margin-bottom:26px;padding:0px;color:#333333;font-family:&quot;font-size:16px;white-space:normal;background-color:#FFFFFF;">
	1、打开电脑，点击电脑右下角的消息图标，打开后点击所有设置选项，进入所有设置页面；
</p>
<p style="margin-top:26px;margin-bottom:26px;padding:0px;color:#333333;font-family:&quot;font-size:16px;white-space:normal;background-color:#FFFFFF;">
	<a href="https://gss0.baidu.com/-4o3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/3812b31bb051f81962e22f25d4b44aed2f73e79e.jpg" target="_blank" title="点击查看大图" class="ikqb_img_alink" rel="nofollow noopener" style="color:#3F88BF;text-decoration-line:none;display:block;position:relative;width:453px;margin:0px auto;"><img class="ikqb_img" src="https://gss0.baidu.com/-4o3dSag_xI4khGko9WTAnF6hhy/zhidao/wh%3D450%2C600/sign=3d03ce756e59252da342150001ab2f0d/3812b31bb051f81962e22f25d4b44aed2f73e79e.jpg" esrc="https://gss0.baidu.com/-4o3dSag_xI4khGko9WTAnF6hhy/zhidao/wh%3D450%2C600/sign=3d03ce756e59252da342150001ab2f0d/3812b31bb051f81962e22f25d4b44aed2f73e79e.jpg" style="max-width:100%;max-height:340px;vertical-align:bottom;border-radius:6px;display:block;cursor:auto;" /></a>
</p>
<p style="margin-top:26px;margin-bottom:26px;padding:0px;color:#333333;font-family:&quot;font-size:16px;white-space:normal;background-color:#FFFFFF;">
	2、在所有设置页面，找到更新和安全功能菜单，点击进入更新和安全功能；
</p>
<p style="margin-top:26px;margin-bottom:26px;padding:0px;color:#333333;font-family:&quot;font-size:16px;white-space:normal;background-color:#FFFFFF;">
	<a href="https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/35a85edf8db1cb133e44137cd354564e92584bab.jpg" target="_blank" title="点击查看大图" class="ikqb_img_alink" rel="nofollow noopener" style="color:#3F88BF;text-decoration-line:none;display:block;position:relative;width:453px;margin:0px auto;"><img class="ikqb_img" src="https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/wh%3D450%2C600/sign=42eafc9275899e5178db32107797f505/35a85edf8db1cb133e44137cd354564e92584bab.jpg" esrc="https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/wh%3D450%2C600/sign=42eafc9275899e5178db32107797f505/35a85edf8db1cb133e44137cd354564e92584bab.jpg" style="max-width:100%;max-height:340px;vertical-align:bottom;border-radius:6px;display:block;cursor:auto;" /></a>
</p>
<p style="margin-top:26px;margin-bottom:26px;padding:0px;color:#333333;font-family:&quot;font-size:16px;white-space:normal;background-color:#FFFFFF;">
	3、点击进入Windows安全中心后，点击打开Windows安全中心；
</p>
<p style="margin-top:26px;margin-bottom:26px;padding:0px;color:#333333;font-family:&quot;font-size:16px;white-space:normal;background-color:#FFFFFF;">
	<a href="https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/faf2b2119313b07ef5697c6702d7912396dd8c8c.jpg" target="_blank" title="点击查看大图" class="ikqb_img_alink" rel="nofollow noopener" style="color:#3F88BF;text-decoration-line:none;display:block;position:relative;width:453px;margin:0px auto;"><img class="ikqb_img" src="https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/wh%3D450%2C600/sign=f35675de8e0a19d8cb568c0106caaebd/faf2b2119313b07ef5697c6702d7912396dd8c8c.jpg" esrc="https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/wh%3D450%2C600/sign=f35675de8e0a19d8cb568c0106caaebd/faf2b2119313b07ef5697c6702d7912396dd8c8c.jpg" style="max-width:100%;max-height:340px;vertical-align:bottom;border-radius:6px;display:block;cursor:auto;" /></a>
</p>
<p style="margin-top:26px;margin-bottom:26px;padding:0px;color:#333333;font-family:&quot;font-size:16px;white-space:normal;background-color:#FFFFFF;">
	4、在Windows安全中心，找到病毒和威胁防护功能，此功能下方有一个查看威胁详细信息，点击进入查看威胁详细信息；
</p>
<p style="margin-top:26px;margin-bottom:26px;padding:0px;color:#333333;font-family:&quot;font-size:16px;white-space:normal;background-color:#FFFFFF;">
	<a href="https://gss0.baidu.com/-Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/42166d224f4a20a455c810a89e529822730ed08e.jpg" target="_blank" title="点击查看大图" class="ikqb_img_alink" rel="nofollow noopener" style="color:#3F88BF;display:block;position:relative;width:453px;margin:0px auto;"><img class="ikqb_img" src="https://gss0.baidu.com/-Po3dSag_xI4khGko9WTAnF6hhy/zhidao/wh%3D450%2C600/sign=32d4a15175ec54e741b9121a8c08b766/42166d224f4a20a455c810a89e529822730ed08e.jpg" esrc="https://gss0.baidu.com/-Po3dSag_xI4khGko9WTAnF6hhy/zhidao/wh%3D450%2C600/sign=32d4a15175ec54e741b9121a8c08b766/42166d224f4a20a455c810a89e529822730ed08e.jpg" style="max-width:100%;max-height:340px;vertical-align:bottom;border-radius:6px;display:block;cursor:zoom-in;" /></a>
</p>
<p style="margin-top:26px;margin-bottom:26px;padding:0px;color:#333333;font-family:&quot;font-size:16px;white-space:normal;background-color:#FFFFFF;">
	5、进入查看威胁详细信息页面，往下滑动鼠标可以看到所有的被隔离的文件，找到需要还原的文件，点击对应的文件，可以进行还原处理。
</p>
<p style="margin-top:26px;margin-bottom:26px;padding:0px;color:#333333;font-family:&quot;font-size:16px;white-space:normal;background-color:#FFFFFF;">
	<a href="https://gss0.baidu.com/-4o3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/d833c895d143ad4b150a69af8c025aafa40f06bc.jpg" target="_blank" title="点击查看大图" class="ikqb_img_alink" rel="nofollow noopener" style="color:#3F88BF;text-decoration-line:none;display:block;position:relative;width:453px;margin:0px auto;"><img class="ikqb_img" src="https://gss0.baidu.com/-4o3dSag_xI4khGko9WTAnF6hhy/zhidao/wh%3D450%2C600/sign=64f512a55f3d26972e86005960cb9ecd/d833c895d143ad4b150a69af8c025aafa40f06bc.jpg" esrc="https://gss0.baidu.com/-4o3dSag_xI4khGko9WTAnF6hhy/zhidao/wh%3D450%2C600/sign=64f512a55f3d26972e86005960cb9ecd/d833c895d143ad4b150a69af8c025aafa40f06bc.jpg" style="max-width:100%;max-height:340px;vertical-align:bottom;border-radius:6px;display:block;cursor:auto;" /></a>
</p>]]></description>
	<pubDate>Wed, 31 Jul 2019 10:20:58 +0000</pubDate>
	<author>幻城</author>
	<guid>https://www.hc233.com.cn/post-19.html</guid>

</item>
<item>
	<title>win7兼容性设置方法</title>
	<link>https://www.hc233.com.cn/post-18.html</link>
	<description><![CDATA[<p>
	<a target="_blank" href="https://www.hc233.com.cn/content/uploadfile/201905/85031558874691.png" id="ematt:8"><img src="https://www.hc233.com.cn/content/uploadfile/201905/85031558874691.png" title="点击查看原图" alt="QQ图片20190526201419.png" border="0" width="1920" height="1080" /></a>
</p>
<p>
	原图链接&nbsp;<a href="https://www.hc233.com.cn/content/uploadfile/201905/85031558874691.png" target="_blank">https://www.hc233.com.cn/content/uploadfile/201905/85031558874691.png</a>
</p>]]></description>
	<pubDate>Sun, 26 May 2019 12:35:23 +0000</pubDate>
	<author>幻城</author>
	<guid>https://www.hc233.com.cn/post-18.html</guid>

</item></channel>
</rss>