<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Windows - 标签 - cfanzp学习笔记</title>
    <link>https://cfanzp008.github.io/tags/windows/</link>
    <description>Windows - 标签 - cfanzp学习笔记</description>
    <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>cfan.zp@qq.com (cfanzp)</managingEditor>
      <webMaster>cfan.zp@qq.com (cfanzp)</webMaster><lastBuildDate>Wed, 08 Apr 2026 18:03:04 &#43;0800</lastBuildDate><atom:link href="https://cfanzp008.github.io/tags/windows/" rel="self" type="application/rss+xml" /><item>
  <title>Windows 上的 Tmux 使用指南</title>
  <link>https://cfanzp008.github.io/tmux-for-windows-usage/</link>
  <pubDate>Wed, 08 Apr 2026 18:03:04 &#43;0800</pubDate>
  <author>作者</author>
  <guid>https://cfanzp008.github.io/tmux-for-windows-usage/</guid>
  <description><![CDATA[Windows 上的 Tmux 使用指南 什么是 tmux tmux（Terminal Multiplexer）是一个终端多路复用器，允许用户在一个终端中运行多个会话、窗口和面板。对于需要在服务器上同时管理多个任务的用户来说，tmux 是不可或缺的工具。
虽然 tmux 本身是为 Unix/Linux 系统设计的，但通过一些方案，Windows 用户也可以享受 tmux 带来的便利。
Windows 上的 tmux 方案 方案一：itmux（推荐） itmux 是一个轻量级、可移植的终端多路复用器，专为 Windows 设计，绑定了 Tmux、Mintty、OpenSSH 和最小的 Cygwin 环境。
特点：
便携版，无需安装 包含完整的 tmux 功能 与 Mintty 终端集成良好 支持 OpenSSH 下载：
https://github.com/itefixnet/itmux 方案二：WSL（Windows Subsystem for Linux） 如果你使用 Windows 10/11，推荐使用 WSL，它提供完整的 Linux 环境，可以直接安装 tmux。
安装 tmux：
1 2 3 4 5 6 # Ubuntu/Debian sudo apt-get update sudo apt-get install tmux # CentOS/RHEL sudo yum install tmux 使用：]]></description>
</item>
<item>
  <title>Dependencies：现代 Windows DLL 依赖查看器</title>
  <link>https://cfanzp008.github.io/dependencies-tool/</link>
  <pubDate>Wed, 08 Apr 2026 17:48:46 &#43;0800</pubDate>
  <author>作者</author>
  <guid>https://cfanzp008.github.io/dependencies-tool/</guid>
  <description><![CDATA[Dependencies：现代 Windows DLL 依赖查看器 什么是 Dependencies Dependencies 是对经典软件 Dependency Walker 的现代化重写，由开发者 lucasg 用 C# 编写。Dependency Walker 曾是 Windows SDK 附带的工具，用于分析和查看 PE（可执行文件）的依赖关系，但其开发在 2006 年左右停止。Dependencies 在继承原版功能的基础上，添加了许多现代化改进。
该项目在 GitHub 上已获得 11,400+ 颗星，是 Windows 开发者必备的调试工具之一。
为什么需要 Dependencies 在 Windows 开发中，DLL 依赖问题是最常见也是最棘手的问题之一：
找不到 DLL：程序运行时提示找不到某个动态链接库 版本冲突：不同版本的同名 DLL 导致程序崩溃 依赖缺失：缺少必要的 Visual C++ 运行库或其他系统组件 32/64 位混用：32 位程序加载了 64 位 DLL，反之亦然 Dependencies 可以帮助开发者：
可视化查看 PE 文件的所有导入和导出 追踪 DLL 依赖链 识别缺失或无法加载的依赖 分析 API Set 重定向 主要功能特性 1. GUI 和 CLI 双版本 DependenciesGui.]]></description>
</item>
<item>
  <title>[mac][x86]Mac Mini 2014安装win10</title>
  <link>https://cfanzp008.github.io/mac-mini-2014-win10/</link>
  <pubDate>Sun, 08 Sep 2024 12:23:08 &#43;0800</pubDate>
  <author>作者</author>
  <guid>https://cfanzp008.github.io/mac-mini-2014-win10/</guid>
  <description><![CDATA[]]></description>
</item>
<item>
  <title>Windows Server 2022安装体验</title>
  <link>https://cfanzp008.github.io/windows-server-2022/</link>
  <pubDate>Thu, 12 Jan 2023 17:56:12 &#43;0800</pubDate>
  <author>作者</author>
  <guid>https://cfanzp008.github.io/windows-server-2022/</guid>
  <description><![CDATA[]]></description>
</item>
<item>
  <title>Windows如何写一个脚本定时删除日志？</title>
  <link>https://cfanzp008.github.io/windows-del-log/</link>
  <pubDate>Wed, 07 Dec 2022 14:27:50 &#43;0800</pubDate>
  <author>作者</author>
  <guid>https://cfanzp008.github.io/windows-del-log/</guid>
  <description><![CDATA[]]></description>
</item>
</channel>
</rss>
