<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://harkeryx.github.io//</id><title>HarkerYX</title><subtitle>I'm Middleware and Embedded Developer</subtitle> <updated>2023-05-11T16:21:18+08:00</updated> <author> <name>HarkerYX</name> <uri>https://harkeryx.github.io//</uri> </author><link rel="self" type="application/atom+xml" href="https://harkeryx.github.io//feed.xml"/><link rel="alternate" type="text/html" hreflang="zh-CN" href="https://harkeryx.github.io//"/> <generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator> <rights> © 2023 HarkerYX </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>UML设计原则</title><link href="https://harkeryx.github.io//posts/UML%E8%AE%BE%E8%AE%A1%E5%8E%9F%E5%88%99/" rel="alternate" type="text/html" title="UML设计原则" /><published>2023-05-11T00:00:00+08:00</published> <updated>2023-05-11T16:19:45+08:00</updated> <id>https://harkeryx.github.io//posts/UML%E8%AE%BE%E8%AE%A1%E5%8E%9F%E5%88%99/</id> <content src="https://harkeryx.github.io//posts/UML%E8%AE%BE%E8%AE%A1%E5%8E%9F%E5%88%99/" /> <author> <name>HarkerYX</name> </author> <category term="【👉👉👉 技能专栏】" /> <category term="【UML】" /> <summary> UML UML Tutorial (tutorialspoint.com) UML Message defines specific kind of communication between lifelines of an interaction. (uml-diagrams.org) UML 介绍 所谓UML（Unified Modeling Language，统一建模语言），一种用来对软件密集系统进行可视化建模的语言。是一种为面向对象系统的产品进行说明、可视化和编制文档的一种标准语言，是非专利的第三代建模和规约语言。UML是面向对象设计的建模工具，独立于任何具体程序设计语言 UML做到了什么，让人们愿意为之喝彩？ 答案就是，它统一了各种方法对不同类型的系统、不同开发阶段以及不同内部概念的不同观点，从而有效的消除了各种建模语言之间不必要的差异。它是一种通... </summary> </entry> <entry><title>清理 Windows C盘</title><link href="https://harkeryx.github.io//posts/%E6%B8%85%E7%90%86-Windows-C%E7%9B%98/" rel="alternate" type="text/html" title="清理 Windows C盘" /><published>2023-05-10T00:00:00+08:00</published> <updated>2023-05-11T16:19:45+08:00</updated> <id>https://harkeryx.github.io//posts/%E6%B8%85%E7%90%86-Windows-C%E7%9B%98/</id> <content src="https://harkeryx.github.io//posts/%E6%B8%85%E7%90%86-Windows-C%E7%9B%98/" /> <author> <name>HarkerYX</name> </author> <category term="【👉👉👉 技能专栏】" /> <category term="【Windows】" /> <summary> 1、C:\Windows\Temp 存储系统临时文件 2、C:\Windows\SoftwareDistribution\Download 存储系统升级日志和补丁文件 3、C:\Windows\System32\LogFiles 日常应用日志文件 4、C:\Windows\Prefetch 系统预读信息 以上文件都可以删除，但使用久后 磁盘会出现很多碎片，可以借助系统工具 当然如果安装了360这类软件，也可以使用这类软件进行释放一些空间 </summary> </entry> <entry><title>windows_mac键盘快捷键</title><link href="https://harkeryx.github.io//posts/windows_mac%E9%94%AE%E7%9B%98%E5%BF%AB%E6%8D%B7%E9%94%AE/" rel="alternate" type="text/html" title="windows_mac键盘快捷键" /><published>2023-05-10T00:00:00+08:00</published> <updated>2023-05-10T00:00:00+08:00</updated> <id>https://harkeryx.github.io//posts/windows_mac%E9%94%AE%E7%9B%98%E5%BF%AB%E6%8D%B7%E9%94%AE/</id> <content src="https://harkeryx.github.io//posts/windows_mac%E9%94%AE%E7%9B%98%E5%BF%AB%E6%8D%B7%E9%94%AE/" /> <author> <name>HarkerYX</name> </author> <category term="【👉👉👉 技能专栏】" /> <category term="【Windows】" /> <summary> 键盘快捷键 通过使用键盘快捷键可以节省时间 Windows 和 Mac 的键盘快捷键 在现代操作系统中和计算机软件程序中，键盘快捷键经常被使用 使用键盘快捷键能帮您节省很多时间 基本的快捷键 描述 Windows Mac OS 编辑菜单 Alt + E Ctrl + F2 + F 文件菜单 Alt + F Ctrl + F2 + E 视图菜单 Alt + V Ctrl + F2 + V 全选文本 Ctrl + A Cmd + A 复制文本... </summary> </entry> <entry><title>Windows系统内置测试工具（winsat）</title><link href="https://harkeryx.github.io//posts/Windows%E7%B3%BB%E7%BB%9F%E5%86%85%E7%BD%AE%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7-winsat/" rel="alternate" type="text/html" title="Windows系统内置测试工具（winsat）" /><published>2023-05-10T00:00:00+08:00</published> <updated>2023-05-11T16:19:45+08:00</updated> <id>https://harkeryx.github.io//posts/Windows%E7%B3%BB%E7%BB%9F%E5%86%85%E7%BD%AE%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7-winsat/</id> <content src="https://harkeryx.github.io//posts/Windows%E7%B3%BB%E7%BB%9F%E5%86%85%E7%BD%AE%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7-winsat/" /> <author> <name>HarkerYX</name> </author> <category term="【👉👉👉 技能专栏】" /> <category term="【Windows】" /> <summary> WinSAT 是 Windows 系统评估工具（Windows System Assessment Tool）的缩写，是从 Windows Vista 开始便内置于系统之中的命令行工具，可对 Windows PC 的各个组件进行基准测试 详细了解请参考 官方文档：winsat disk 使用方法：winsat &amp;lt;名称&amp;gt; &amp;lt;参数&amp;gt; 以下方法可以使用 winsat –help 查看 winsat dwm – 评估系统 Aero 桌面效果的能力 winsat d3d – 评估系统运行 Direct 3D 应用程序的能力 winsat mem – 评估系统内存带宽 winsat disk – 评估磁盘驱动器的性能 winsat cpu – 评估 CPU 的性能 winsat media – 使用 Direct Show 框架来评估视... </summary> </entry> <entry><title>Win10左下角搜索框无法搜索解决方案</title><link href="https://harkeryx.github.io//posts/Win10%E5%B7%A6%E4%B8%8B%E8%A7%92%E6%90%9C%E7%B4%A2%E6%A1%86%E6%97%A0%E6%B3%95%E6%90%9C%E7%B4%A2%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/" rel="alternate" type="text/html" title="Win10左下角搜索框无法搜索解决方案" /><published>2023-05-10T00:00:00+08:00</published> <updated>2023-05-11T16:19:45+08:00</updated> <id>https://harkeryx.github.io//posts/Win10%E5%B7%A6%E4%B8%8B%E8%A7%92%E6%90%9C%E7%B4%A2%E6%A1%86%E6%97%A0%E6%B3%95%E6%90%9C%E7%B4%A2%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/</id> <content src="https://harkeryx.github.io//posts/Win10%E5%B7%A6%E4%B8%8B%E8%A7%92%E6%90%9C%E7%B4%A2%E6%A1%86%E6%97%A0%E6%B3%95%E6%90%9C%E7%B4%A2%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/" /> <author> <name>HarkerYX</name> </author> <category term="【👉👉👉 技能专栏】" /> <category term="【Windows】" /> <summary> 为了更便捷，在Win10系统经常会使用到桌面左下角的搜索框进行搜索程序，但是近期Win10搜索框搜不到任何东西，点开就是白框一片空白，不知道如何解决！那么Win10搜索框用不了？下面装机之家分享一下Win10左下角搜索框无法搜索无反应的解决方案 具体解决方法： 1、首先我们查看一下Win10系统中的window search服务是否被禁用或者停止运行了，如果该服务停止了，请重新启动window search服务。操作步骤，鼠标右键桌面上的“此电脑”，选择“管理”，来到了计算机管理页面，我们点击展开“服务和应用程序”，点击“服务”，找到window search服务，如果是正在运行，就不用管它了 2、使用键盘上Ctrl + Alt + del组合键，选择“任务管理器”，在详细信息的选项卡中，我们找到explorer.exe程序进程，右键该进程选择“结束任务”... </summary> </entry> </feed>
