<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/assets/atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>https://www.iicemeta.com/</id>
  <title>ice-cream</title>
  <updated>2026-09-23T05:46:13.846+00:00[UTC]</updated>
  <description>iice个人网站，分享技术，分享生活。</description>
  <author>
    <name>iicemeta</name>
    <email>me@iicemeta.com</email>
    <uri>https://www.iicemeta.com</uri>
  </author>
  <link href="https://www.iicemeta.com/atom.xml" rel="self"></link>
  <link href="https://www.iicemeta.com/" rel="alternate"></link>
  <language>zh-CN</language>
  <generator uri="https://github.com/iicemeta/clarity-theme" version="0.1.2">Clarity</generator>
  <icon>/images/favicon.svg</icon>
  <logo>/images/avatar.webp</logo>
  <rights>© 2026 iicemeta</rights>
  <subtitle>如奶油般化开</subtitle>
  <entry>
    <id>https://www.iicemeta.com/2026/windows-how-to-install-software</id>
    <title>【Windows】如何无广告安装软件</title>
    <updated>2026-09-18T12:37:51Z</updated>
    <author>
      <name>iicemeta</name>
    </author>
    <content type="html">
      <![CDATA[<img src="https://postpic.iicemeta.com/windows-how-to-install-software/Gemini_Generated_Image_oqqe1ooqqe1ooqqe.jpg" alt="【Windows】如何无广告安装软件" /> <p>Windows苦小白久矣，小白用户常常因为需要在Windows下载软件而下载到一堆广告软件和流氓软件。一篇教程搞定软件下载和安装。</p> <a class="view-full" href="https://www.iicemeta.com/2026/windows-how-to-install-software" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://www.iicemeta.com/2026/windows-how-to-install-software"></link>
    <summary>Windows苦小白久矣，小白用户常常因为需要在Windows下载软件而下载到一堆广告软件和流氓软件。一篇教程搞定软件下载和安装。</summary>
    <category term="杂谈"></category>
    <published>2026-09-18T11:40:00Z</published>
  </entry>
  <entry>
    <id>https://www.iicemeta.com/2026/vscode-install-and-set-language</id>
    <title>【Visual Studio Code】安装与简体中文设置</title>
    <updated>2026-09-18T07:29:00Z</updated>
    <author>
      <name>iicemeta</name>
    </author>
    <content type="html">
      <![CDATA[<img src="https://postpic.iicemeta.com/vscode-install-and-set-language/Gemini_Generated_Image_sm7vrksm7vrksm7v.jpg" alt="【Visual Studio Code】安装与简体中文设置" /> <p>从零开始安装万能的编辑器 Visual Studio Code ，简称 VSCode。并将其语言设置为简体中文。</p> <a class="view-full" href="https://www.iicemeta.com/2026/vscode-install-and-set-language" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://www.iicemeta.com/2026/vscode-install-and-set-language"></link>
    <summary>从零开始安装万能的编辑器 Visual Studio Code ，简称 VSCode。并将其语言设置为简体中文。</summary>
    <category term="技术"></category>
    <published>2026-09-18T07:29:00Z</published>
  </entry>
  <entry>
    <id>https://www.iicemeta.com/2026/python-install-and-pip-source-configuration</id>
    <title>【Python】安装与换源</title>
    <updated>2026-09-17T10:27:00Z</updated>
    <author>
      <name>iicemeta</name>
    </author>
    <content type="html">
      <![CDATA[<img src="https://postpic.iicemeta.com/python-install-and-pip-source-configuration/Gemini_Generated_Image_vuamlsvuamlsvuam.jpg" alt="【Python】安装与换源" /> <p>手把手教你从零开始进行Python安装包下载、安装以及对pip进行换源。</p> <a class="view-full" href="https://www.iicemeta.com/2026/python-install-and-pip-source-configuration" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://www.iicemeta.com/2026/python-install-and-pip-source-configuration"></link>
    <summary>手把手教你从零开始进行Python安装包下载、安装以及对pip进行换源。</summary>
    <category term="技术"></category>
    <published>2026-09-17T10:27:00Z</published>
  </entry>
  <entry>
    <id>https://www.iicemeta.com/2026/nodejs-change-registry-mirror</id>
    <title>【Node.js】更换镜像源</title>
    <updated>2026-09-15T02:00:00Z</updated>
    <author>
      <name>iicemeta</name>
    </author>
    <content type="html">
      <![CDATA[<img src="https://postpic.iicemeta.com/nodejs-change-registry-mirror/Gemini_Generated_Image_6em6g76em6g76em6.jpg" alt="【Node.js】更换镜像源" /> <p>在进行前端开发或 Node.js 后端项目时，我们经常需要通过 npm 或其他包管理器来安装依赖。然而，由于网络环境的原因，使用官方的默认源（npm registry）常常会遇到下载速度慢、超时报错（如 ETIMEDOUT）等令人头疼的问题。</p> <a class="view-full" href="https://www.iicemeta.com/2026/nodejs-change-registry-mirror" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://www.iicemeta.com/2026/nodejs-change-registry-mirror"></link>
    <summary>在进行前端开发或 Node.js 后端项目时，我们经常需要通过 npm 或其他包管理器来安装依赖。然而，由于网络环境的原因，使用官方的默认源（npm registry）常常会遇到下载速度慢、超时报错（如 ETIMEDOUT）等令人头疼的问题。</summary>
    <category term="技术"></category>
    <published>2026-09-15T02:00:00Z</published>
  </entry>
  <entry>
    <id>https://www.iicemeta.com/2026/how-to-install-nodejs</id>
    <title>【Node.js】安装教程</title>
    <updated>2026-09-14T12:22:00Z</updated>
    <author>
      <name>iicemeta</name>
    </author>
    <content type="html">
      <![CDATA[<img src="https://postpic.iicemeta.com/how-to-install-nodejs/Gemini_Generated_Image_z5xa9dz5xa9dz5xa.jpg" alt="【Node.js】安装教程" /> <p>Node.js 是目前 AI 时代不可或缺的工具之一，拥有丰富的组件库和众多 Agent 工具。</p> <a class="view-full" href="https://www.iicemeta.com/2026/how-to-install-nodejs" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://www.iicemeta.com/2026/how-to-install-nodejs"></link>
    <summary>Node.js 是目前 AI 时代不可或缺的工具之一，拥有丰富的组件库和众多 Agent 工具。</summary>
    <category term="技术"></category>
    <published>2026-09-14T12:22:00Z</published>
  </entry>
  <entry>
    <id>https://www.iicemeta.com/2026/minecraft-java-learn-and-install-launcher</id>
    <title>【Minecraft】认识启动器与HMCL的下载与安装</title>
    <updated>2026-04-05T03:00:50Z</updated>
    <author>
      <name>iicemeta</name>
    </author>
    <content type="html">
      <![CDATA[<img src="https://postpic.iicemeta.com/minecraft-java-learn-and-install-launcher/Downloads_Hero_Spring-Drop-2026_1272x655.png" alt="【Minecraft】认识启动器与HMCL的下载与安装" /> <p>在这里，我们将会认识进入Minecraft游戏世界的一道大门——启动器，并进行HMCL启动器的下载与安装。</p> <a class="view-full" href="https://www.iicemeta.com/2026/minecraft-java-learn-and-install-launcher" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://www.iicemeta.com/2026/minecraft-java-learn-and-install-launcher"></link>
    <summary>在这里，我们将会认识进入Minecraft游戏世界的一道大门——启动器，并进行HMCL启动器的下载与安装。</summary>
    <category term="游戏"></category>
    <published>2026-04-05T03:00:50Z</published>
  </entry>
  <entry>
    <id>https://www.iicemeta.com/2026/easy-way-to-make-proposal-with-doubao</id>
    <title>让豆包快速创建一个社团活动策划书</title>
    <updated>2026-04-01T09:20:08Z</updated>
    <author>
      <name>iicemeta</name>
    </author>
    <content type="html">
      <![CDATA[<img src="https://postpic.iicemeta.com/easy-way-to-make-proposal-with-doubao/cover.png" alt="让豆包快速创建一个社团活动策划书" /> <p>使用一个规则文件让豆包快速创建一个社团活动策划书，从此解放双手。</p> <a class="view-full" href="https://www.iicemeta.com/2026/easy-way-to-make-proposal-with-doubao" target="_blank">点击查看全文</a>]]>
    </content>
    <link href="https://www.iicemeta.com/2026/easy-way-to-make-proposal-with-doubao"></link>
    <summary>使用一个规则文件让豆包快速创建一个社团活动策划书，从此解放双手。</summary>
    <category term="技术"></category>
    <published>2026-04-01T09:20:08Z</published>
  </entry>
</feed>
