<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>计算机 &#8211; 晨阳博客</title>
	<atom:link href="https://zhangchenyang.cn/category/jsj/feed" rel="self" type="application/rss+xml" />
	<link>https://zhangchenyang.cn</link>
	<description>欢迎来到张晨阳的博客</description>
	<lastBuildDate>Thu, 17 Nov 2022 06:11:55 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>【转】如何删除docker中的镜像</title>
		<link>https://zhangchenyang.cn/230.html</link>
		
		<dc:creator><![CDATA[晨阳]]></dc:creator>
		<pubDate>Thu, 17 Nov 2022 06:11:55 +0000</pubDate>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[转载]]></category>
		<guid isPermaLink="false">http://zhangchenyang.cn/?p=230</guid>

					<description><![CDATA[查找需要删除的镜像 sudo docker images 查询所有docker容器 sudo doc&#8230; <a href="https://zhangchenyang.cn/230.html" class="more-link read-more" rel="bookmark">继续阅读 <span class="screen-reader-text">【转】如何删除docker中的镜像</span><i class="fa fa-arrow-right"></i></a>]]></description>
										<content:encoded><![CDATA[<ul>
<li>查找需要删除的镜像</li>
</ul>
<p style="padding-left: 40px;"><code>sudo docker images</code></p>
<ul>
<li>查询所有docker容器</li>
</ul>
<p style="padding-left: 40px;"><code>sudo docker ps -a</code></p>
<ul>
<li>停掉所需要删除镜像的容器</li>
</ul>
<p style="padding-left: 40px;"><code>docker rm CONTAINER ID</code></p>
<ul>
<li>删除镜像</li>
</ul>
<p style="text-align: left; padding-left: 40px;"><code>docker rmi bf756fb1ae65</code></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>【转】如何彻底禁用笔记本键盘</title>
		<link>https://zhangchenyang.cn/222.html</link>
		
		<dc:creator><![CDATA[晨阳]]></dc:creator>
		<pubDate>Thu, 19 May 2022 06:40:06 +0000</pubDate>
				<category><![CDATA[转载]]></category>
		<category><![CDATA[软件]]></category>
		<guid isPermaLink="false">http://zhangchenyang.cn/?p=222</guid>

					<description><![CDATA[步骤– 1禁用特定策略 1.按 Windows键+ R 进入运行窗口。 2.在“运行”窗口中，键入“&#8230; <a href="https://zhangchenyang.cn/222.html" class="more-link read-more" rel="bookmark">继续阅读 <span class="screen-reader-text">【转】如何彻底禁用笔记本键盘</span><i class="fa fa-arrow-right"></i></a>]]></description>
										<content:encoded><![CDATA[<p>步骤– 1禁用特定策略</p>
<p>1.按 Windows键+ R 进入运行窗口。</p>
<p>2.在“运行”窗口中，键入“ gpedit.msc ”。</p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-223" src="https://zhangchenyang.cn/wp-content/uploads/2022/05/v2-76ca2d4c7c6cc75b1184c43d08ebc0c1_1440w.jpg" width="425" height="247" srcset="https://zhangchenyang.cn/wp-content/uploads/2022/05/v2-76ca2d4c7c6cc75b1184c43d08ebc0c1_1440w.jpg 425w, https://zhangchenyang.cn/wp-content/uploads/2022/05/v2-76ca2d4c7c6cc75b1184c43d08ebc0c1_1440w-300x174.jpg 300w" sizes="(max-width: 425px) 100vw, 425px" /><br />
3.在您的计算机上打开“本地组策略编辑器”后，计算机配置&#8212;管理模板&#8212;系统&#8212;-设备安装&#8212;设备安装限制<br />
然后选择右侧的禁止安装为有其他策略设置描述的设备。<br />
双击</p>
<p data-pid="SL7oAdTD"><img decoding="async" class="alignnone size-full wp-image-224" src="https://zhangchenyang.cn/wp-content/uploads/2022/05/v2-ab2b5fef10056c7b8d4e7976e12692ea_1440w.jpg" width="749" height="525" srcset="https://zhangchenyang.cn/wp-content/uploads/2022/05/v2-ab2b5fef10056c7b8d4e7976e12692ea_1440w.jpg 749w, https://zhangchenyang.cn/wp-content/uploads/2022/05/v2-ab2b5fef10056c7b8d4e7976e12692ea_1440w-300x210.jpg 300w, https://zhangchenyang.cn/wp-content/uploads/2022/05/v2-ab2b5fef10056c7b8d4e7976e12692ea_1440w-428x300.jpg 428w" sizes="(max-width: 749px) 100vw, 749px" /></p>
<p>4，选择启用！！！然后确定</p>
<p>步骤– 2卸载笔记本电脑键盘驱动程序</p>
<p>1.首先，您需要右键单击左下角的Windows图标。</p>
<p>2.之后，点击设备管理器</p>
<p>3.然后点击“ 键盘“ 部分。</p>
<p>在这里，您将看到有两个键盘驱动程序。</p>
<p>一个是 外置键盘 驱动程序（在此计算机上称为“ HID键盘设备”）。</p>
<p>第二个应该是你的 笔记本电脑键盘 驱动程序（对于该设备，它是“ 标准PS / 2键盘 ”）。</p>
<p>四。 右键点击 在笔记本电脑键盘驱动程序上。</p>
<p>5.然后，点击“ 卸载 ”。</p>
<p><img decoding="async" class="alignnone size-full wp-image-225" src="https://zhangchenyang.cn/wp-content/uploads/2022/05/v2-570b11b4fb332f0f8a62f497c6f970ab_1440w.jpg" width="484" height="390" srcset="https://zhangchenyang.cn/wp-content/uploads/2022/05/v2-570b11b4fb332f0f8a62f497c6f970ab_1440w.jpg 484w, https://zhangchenyang.cn/wp-content/uploads/2022/05/v2-570b11b4fb332f0f8a62f497c6f970ab_1440w-300x242.jpg 300w, https://zhangchenyang.cn/wp-content/uploads/2022/05/v2-570b11b4fb332f0f8a62f497c6f970ab_1440w-372x300.jpg 372w" sizes="(max-width: 484px) 100vw, 484px" /><br />
重新启动计算机后，您会发现笔记本电脑的本机密钥不再起作用。恼人的键盘自动跳出解决了，世界彻底清净了。</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>[转]停止、删除所有的docker容器和镜像</title>
		<link>https://zhangchenyang.cn/169.html</link>
		
		<dc:creator><![CDATA[晨阳]]></dc:creator>
		<pubDate>Tue, 06 Jul 2021 13:24:41 +0000</pubDate>
				<category><![CDATA[互联网]]></category>
		<guid isPermaLink="false">http://zhangchenyang.cn/?p=169</guid>

					<description><![CDATA[列出所有的容器 ID 1 docker ps -aq 停止所有的容器 1 docker stop $&#8230; <a href="https://zhangchenyang.cn/169.html" class="more-link read-more" rel="bookmark">继续阅读 <span class="screen-reader-text">[转]停止、删除所有的docker容器和镜像</span><i class="fa fa-arrow-right"></i></a>]]></description>
										<content:encoded><![CDATA[<div>
<h2>列出所有的容器 ID</h2>
<table>
<tbody>
<tr class="firstRow">
<td>
<pre>1</pre>
</td>
<td>
<pre>docker ps -aq</pre>
</td>
</tr>
</tbody>
</table>
<h2>停止所有的容器</h2>
<table>
<tbody>
<tr class="firstRow">
<td>
<pre>1</pre>
</td>
<td>
<pre>docker stop $(docker ps -aq)</pre>
</td>
</tr>
</tbody>
</table>
<h2>删除所有的容器</h2>
<table>
<tbody>
<tr class="firstRow">
<td>
<pre>1</pre>
</td>
<td>
<pre>docker rm $(docker ps -aq)</pre>
</td>
</tr>
</tbody>
</table>
<h2>删除所有的镜像</h2>
<table>
<tbody>
<tr class="firstRow">
<td>
<pre>1</pre>
</td>
<td>
<pre>docker rmi $(docker images -q)</pre>
</td>
</tr>
</tbody>
</table>
</div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>[转]Anaconda升级方法</title>
		<link>https://zhangchenyang.cn/157.html</link>
		
		<dc:creator><![CDATA[晨阳]]></dc:creator>
		<pubDate>Wed, 14 Apr 2021 01:45:45 +0000</pubDate>
				<category><![CDATA[软件]]></category>
		<guid isPermaLink="false">http://zhangchenyang.cn/?p=157</guid>

					<description><![CDATA[conda update conda conda update anaconda conda upd&#8230; <a href="https://zhangchenyang.cn/157.html" class="more-link read-more" rel="bookmark">继续阅读 <span class="screen-reader-text">[转]Anaconda升级方法</span><i class="fa fa-arrow-right"></i></a>]]></description>
										<content:encoded><![CDATA[<ul class="ul-level-0">
<li><strong>conda update conda</strong></li>
<li><strong>conda update anaconda</strong></li>
<li><strong>conda update anaconda-navigator</strong></li>
</ul>
<p>几个命令分别是升级conda、升级anaconda、升级anaconda-navigator。</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
