<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>深圳网站建设技术博客 - 电脑网络</title><link>http://blog.iszweb.com/</link><description>网站设计、系统开发、APP开发 - </description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 100427</generator><language>zh-CN</language><copyright>Copyright blog.iszweb.com 深圳网站建设技术博客-全景世纪 965eb72c92a549dd. Some Rights Reserved.</copyright><pubDate>Fri, 17 Apr 2026 09:00:40 +0800</pubDate><item><title>服务器内存条别乱插</title><author>a@b.com (quany)</author><link>http://blog.iszweb.com/html/335.html</link><pubDate>Fri, 19 Jul 2024 18:11:42 +0800</pubDate><guid>http://blog.iszweb.com/html/335.html</guid><description><![CDATA[<p>内存条随便插会报这个错误：</p><p>please refer to memory population rules in documentation</p><p>&nbsp;</p><p>换个方式：内存条插槽有3种颜色，都插白色或者黑色或者蓝色</p>]]></description><category>电脑网络</category><comments>http://blog.iszweb.com/html/335.html#comment</comments><wfw:comment>http://blog.iszweb.com/</wfw:comment><wfw:commentRss>http://blog.iszweb.com/feed.asp?cmt=335</wfw:commentRss><trackback:ping>http://blog.iszweb.com/cmd.asp?act=tb&amp;id=335&amp;key=45d65c2d</trackback:ping></item><item><title>win10 thinkpad T14s 型号笔记本突然找不到麦克风了</title><author>a@b.com (quany)</author><link>http://blog.iszweb.com/html/334.html</link><pubDate>Tue, 28 May 2024 14:26:21 +0800</pubDate><guid>http://blog.iszweb.com/html/334.html</guid><description><![CDATA[<p>&nbsp;win10 thinkpad T14s 型号笔记本突然找不到麦克风了</p><p>安装联想的驱动管理软件、驱动精灵均不行。以为是系统故障；换了一个硬盘，重装了win10，结果发现还是没麦克风。</p><p>就在以为要永久的用外接麦克风的时候。</p><p>发现有个windows的设备更新提示，点开后比较慢，就没管他了。</p><p>结果过了几分钟，发现windows提示有很多驱动更新。</p><p>觉得可能有戏</p><p>就点了更新</p><p>更新后重启，这里大概用了20分钟左右。</p><p>...</p>]]></description><category>电脑网络</category><comments>http://blog.iszweb.com/html/334.html#comment</comments><wfw:comment>http://blog.iszweb.com/</wfw:comment><wfw:commentRss>http://blog.iszweb.com/feed.asp?cmt=334</wfw:commentRss><trackback:ping>http://blog.iszweb.com/cmd.asp?act=tb&amp;id=334&amp;key=c30c00ae</trackback:ping></item><item><title>bat拷贝文件夹所有文件到另一个文件</title><author>a@b.com (quany)</author><link>http://blog.iszweb.com/html/297.html</link><pubDate>Fri, 13 May 2022 11:58:06 +0800</pubDate><guid>http://blog.iszweb.com/html/297.html</guid><description><![CDATA[<p>&nbsp;首先是放一个bat文件在要拷贝的文件目录，如：复制.bat</p><p>代码如下：</p><p>@echo off</p><p>mkdir result</p><p>for /r&nbsp; &nbsp;%%i in (*.cs;*.aspx) do (copy &quot;%%i&quot; D:\all_code\ /y)</p><p>pause</p><p>&nbsp;</p><p>然后在目标文件夹里放一个目录，如&nbsp;拷贝.bat</p><p>代码如下：</p>...]]></description><category>电脑网络</category><comments>http://blog.iszweb.com/html/297.html#comment</comments><wfw:comment>http://blog.iszweb.com/</wfw:comment><wfw:commentRss>http://blog.iszweb.com/feed.asp?cmt=297</wfw:commentRss><trackback:ping>http://blog.iszweb.com/cmd.asp?act=tb&amp;id=297&amp;key=f67c8b72</trackback:ping></item><item><title>微信3开的批量处理文件</title><author>a@b.com (quany)</author><link>http://blog.iszweb.com/html/283.html</link><pubDate>Mon, 23 Mar 2020 15:46:30 +0800</pubDate><guid>http://blog.iszweb.com/html/283.html</guid><description><![CDATA[<p>@echo off</p><div>d:</div><div>cd &quot;d:\Program Files (x86)\Tencent\WeChat\&quot;</div><div>start WeChat.exe</div><div>start WeChat.exe</div><div>start WeChat.exe</div><div>cmd</div><div>exit</div><div>&nbsp;</div><div>注意：如果不想黑色的dos窗口出来，倒数第2行的cmd可以删除掉。&nbsp;</div>...]]></description><category>电脑网络</category><comments>http://blog.iszweb.com/html/283.html#comment</comments><wfw:comment>http://blog.iszweb.com/</wfw:comment><wfw:commentRss>http://blog.iszweb.com/feed.asp?cmt=283</wfw:commentRss><trackback:ping>http://blog.iszweb.com/cmd.asp?act=tb&amp;id=283&amp;key=02605e24</trackback:ping></item><item><title>windows server 2008 r2 每隔一段时间自动关机处理</title><author>a@b.com (quany)</author><link>http://blog.iszweb.com/html/276.html</link><pubDate>Tue, 07 Jan 2020 15:37:26 +0800</pubDate><guid>http://blog.iszweb.com/html/276.html</guid><description><![CDATA[<p>现象问题：安装的2008R2系统的服务器，经常自动就关机了，不知原因？&nbsp;&nbsp;查看了windows系统日志，发现中间自动关机的最后两个日志文件记录为：&nbsp;The license period for this installation of Windows has expired.&nbsp; The operating system will shutdown e</p>]]></description><category>电脑网络</category><comments>http://blog.iszweb.com/html/276.html#comment</comments><wfw:comment>http://blog.iszweb.com/</wfw:comment><wfw:commentRss>http://blog.iszweb.com/feed.asp?cmt=276</wfw:commentRss><trackback:ping>http://blog.iszweb.com/cmd.asp?act=tb&amp;id=276&amp;key=b353185b</trackback:ping></item><item><title>U盘登录PE加载raid卡驱动</title><author>a@b.com (quany)</author><link>http://blog.iszweb.com/html/275.html</link><pubDate>Sat, 04 Jan 2020 16:20:10 +0800</pubDate><guid>http://blog.iszweb.com/html/275.html</guid><description><![CDATA[<p>经常维护服务器的同学们，最烦的就是操作系统密码被黑了，这是如果按照官方教程，用光盘恢复实在是太慢了，不妨可以试试用PE进入服务器，当然看不到硬盘，急也没用。 在设备管理器里查看设备，看到sas设备的黄色感叹号，更新驱动，用驱动光盘，找到raid卡驱动，加载完成后，可以看到分区了。 &nbsp;HP DL 160G 阵列卡驱动下载&nbsp; &nbsp; 打开密码破解软件，打开sam文件，修改密码</p>]]></description><category>电脑网络</category><comments>http://blog.iszweb.com/html/275.html#comment</comments><wfw:comment>http://blog.iszweb.com/</wfw:comment><wfw:commentRss>http://blog.iszweb.com/feed.asp?cmt=275</wfw:commentRss><trackback:ping>http://blog.iszweb.com/cmd.asp?act=tb&amp;id=275&amp;key=73f7f3b8</trackback:ping></item><item><title>HP ProLiant DL360 Gen9 iLO配置（原创）</title><author>a@b.com (quany)</author><link>http://blog.iszweb.com/html/274.html</link><pubDate>Thu, 02 Jan 2020 19:07:19 +0800</pubDate><guid>http://blog.iszweb.com/html/274.html</guid><description><![CDATA[<p>&nbsp;<span style="color: rgb(85, 85, 85); font-family: &quot;Microsoft Yahei&quot;; font-size: 15px;">iLO是Integrated Lights-Out的简称，是HP服务器上集成的远程管理端口，只要将服务器接入网络并且没有断开服务器的电源，不管HP服务器处于何种状态（开机、关机、重启），都可以允许用户通过网络进行远程管理。简单的说，iLO是高级别的远程KVM系统，可以将服务器的信息显示在本地，并且使用本地的键盘鼠标控制操作服务器，并可以将本地的光盘镜像、文件夹作为虚拟光驱映射并加载到服务器中。使用iLO可以完成底层的BIOS设置、磁盘RAID配置、操作系统安装等底层工作，并且可以在完成系统安装后实现系统的远程控制与管理。</span></p>...]]></description><category>电脑网络</category><comments>http://blog.iszweb.com/html/274.html#comment</comments><wfw:comment>http://blog.iszweb.com/</wfw:comment><wfw:commentRss>http://blog.iszweb.com/feed.asp?cmt=274</wfw:commentRss><trackback:ping>http://blog.iszweb.com/cmd.asp?act=tb&amp;id=274&amp;key=1ff04807</trackback:ping></item><item><title>RAID5和RAID1的区别</title><author>a@b.com (quany)</author><link>http://blog.iszweb.com/html/273.html</link><pubDate>Mon, 30 Dec 2019 11:20:34 +0800</pubDate><guid>http://blog.iszweb.com/html/273.html</guid><description><![CDATA[<p><span style="font-size: medium;">1.读写方面：RAID1读和单个磁盘没有区别，写则需要两边都写；RAID5读性能最好，写性能小于对单个磁盘进行写入操作；所以RAID1适合读操作多的情景而RAID5适合写操作多的情景。</span></p><div><span style="font-size: medium;">2.安全性：RAID1高于RAID5。</span></div><div><span style="font-size: medium;">3.磁盘利用率：RAID5高于RAID1。</span></div><p>...</p>]]></description><category>电脑网络</category><comments>http://blog.iszweb.com/html/273.html#comment</comments><wfw:comment>http://blog.iszweb.com/</wfw:comment><wfw:commentRss>http://blog.iszweb.com/feed.asp?cmt=273</wfw:commentRss><trackback:ping>http://blog.iszweb.com/cmd.asp?act=tb&amp;id=273&amp;key=132cb4e7</trackback:ping></item><item><title>FTP被动模式 限制端口访问</title><author>a@b.com (quany)</author><link>http://blog.iszweb.com/html/272.html</link><pubDate>Wed, 25 Dec 2019 15:33:53 +0800</pubDate><guid>http://blog.iszweb.com/html/272.html</guid><description><![CDATA[<p><img src="/upload/2019/12/201912251534060577.png" alt="" /></p><p><img src="/upload/2019/12/201912251535478434.png" alt="" /></p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>[IMG]upload/2019/12/201912251535478434.png[/IMG]</p>...]]></description><category>电脑网络</category><comments>http://blog.iszweb.com/html/272.html#comment</comments><wfw:comment>http://blog.iszweb.com/</wfw:comment><wfw:commentRss>http://blog.iszweb.com/feed.asp?cmt=272</wfw:commentRss><trackback:ping>http://blog.iszweb.com/cmd.asp?act=tb&amp;id=272&amp;key=e82c3a68</trackback:ping></item><item><title>删除用户 $时,出现了以下错误: 用户不属于此组</title><author>a@b.com (quany)</author><link>http://blog.iszweb.com/html/268.html</link><pubDate>Thu, 29 Aug 2019 00:32:18 +0800</pubDate><guid>http://blog.iszweb.com/html/268.html</guid><description><![CDATA[<p>&nbsp;<span style="color: rgb(79, 79, 79); font-family: -apple-system, &quot;SF UI Text&quot;, Arial, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif, SimHei, SimSun; font-size: 14px;">问题：</span><br style="box-sizing: border-box; outline: 0px; margin: 0px; padding: 0px; overflow-wrap: break-word; color: rgb(79, 79, 79); font-family: -apple-system, &quot;SF UI Text&quot;, Arial, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei&quot;, &quot;WenQuanYi Micro Hei&quot;, sans-serif, SimHei, SimSun; font-size: 14px;" />...</p>]]></description><category>电脑网络</category><comments>http://blog.iszweb.com/html/268.html#comment</comments><wfw:comment>http://blog.iszweb.com/</wfw:comment><wfw:commentRss>http://blog.iszweb.com/feed.asp?cmt=268</wfw:commentRss><trackback:ping>http://blog.iszweb.com/cmd.asp?act=tb&amp;id=268&amp;key=695bd11f</trackback:ping></item></channel></rss>
