<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tool on Even - A super concise theme for Hugo</title>
    <link>http://localhost:1313/categories/tool/</link>
    <description>Recent content in Tool on Even - A super concise theme for Hugo</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Tue, 18 Jul 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="http://localhost:1313/categories/tool/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ChatGPT</title>
      <link>http://localhost:1313/posts/workspace/04-tool/04e-ai/chatgpt/</link>
      <pubDate>Tue, 18 Jul 2023 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/posts/workspace/04-tool/04e-ai/chatgpt/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;自己使用或学习chatGPT或prompt的笔记心得。&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;主要参考来源：&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://sspai.com/series/304/list&#34;&gt;《生产力超频：成为 ChatGPT 全域调教高手》&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;概念&#34;&gt;概念&lt;/h1&gt;&#xA;&lt;h2 id=&#34;gpt分解&#34;&gt;GPT分解&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;G generative 生成式&lt;/li&gt;&#xA;&lt;li&gt;P pre-trained 预训练&lt;/li&gt;&#xA;&lt;li&gt;T transformer 转换器 （GPT的核心机制，也是 GPT 让大部分人惊叹的「理解能力」的核心原理）&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Transformer 解决的问题，就是 AI 如何快速准确地理解上下文，并且以通用且优雅、简洁的方式。而「注意力机制」就是解决这个问题的关键。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;涌现&#34;&gt;涌现&lt;/h2&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;「涌现」，也就是突然出现，是指大型语言模型（LLM）在达到一定规模后自发表现出一些新的能力，比如零样本学习、上下文学习、多步推理等。这些能力在较小的模型中不出现，而在较大的模型中出现，因此被称为「涌现」。涌现能力反映了 LLM 对自然语言数据中的规律和模式的学习和理解，也为 LLM 领域的发展提供了新的视角和挑战。&lt;/p&gt;</description>
    </item>
    <item>
      <title>学习资源</title>
      <link>http://localhost:1313/posts/workspace/04-tool/04a-linktool-index/%E5%AD%A6%E4%B9%A0%E8%B5%84%E6%BA%90/</link>
      <pubDate>Thu, 02 Mar 2023 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/posts/workspace/04-tool/04a-linktool-index/%E5%AD%A6%E4%B9%A0%E8%B5%84%E6%BA%90/</guid>
      <description>&lt;h1 id=&#34;专业学习&#34;&gt;专业学习&lt;/h1&gt;&#xA;&lt;h2 id=&#34;计算机学习&#34;&gt;计算机学习&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;CS自学指南 &lt;a href=&#34;https://csdiy.wiki/&#34;&gt;https://csdiy.wiki/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;计算机科学速成课（视频） &lt;a href=&#34;https://github.com/1c7/crash-course-computer-science-chinese&#34;&gt;https://github.com/1c7/crash-course-computer-science-chinese&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;网道（一些语言的文档） &lt;a href=&#34;https://wangdoc.com/&#34;&gt;https://wangdoc.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;java&#34;&gt;JAVA&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;HOW2J（java学习网站） &lt;a href=&#34;https://how2j.cn/&#34;&gt;https://how2j.cn/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;javaGuide（github上的java面试指南） &lt;a href=&#34;https://github.com/Snailclimb/JavaGuide&#34;&gt;https://github.com/Snailclimb/JavaGuide&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Java 工程师进阶知识完全扫盲 &lt;a href=&#34;https://github.com/doocs/advanced-java#/&#34;&gt;https://github.com/doocs/advanced-java#/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;java常用技术介绍 &lt;a href=&#34;https://github.com/aalansehaiyang/technology-talk#/&#34;&gt;https://github.com/aalansehaiyang/technology-talk#/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;专业工具&#34;&gt;专业工具&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;gitexplorer（选择git实现需求，获取git命令） &lt;a href=&#34;https://gitexplorer.com/&#34;&gt;https://gitexplorer.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;quick reference（开发人员用的速查表） &lt;a href=&#34;https://wangchujiang.com/reference&#34;&gt;https://wangchujiang.com/reference&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;墨天轮数据库在线学习平台（付费使用部署好的线上环境） &lt;a href=&#34;https://www.modb.pro/marketlist?type=1&#34;&gt;https://www.modb.pro/marketlist?type=1&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;myCompiler（支持多语言的在线IDE） &lt;a href=&#34;https://www.mycompiler.io/&#34;&gt;https://www.mycompiler.io/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;奔跑中的奶酪免费API整理 &lt;a href=&#34;https://www.runningcheese.com/api&#34;&gt;https://www.runningcheese.com/api&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;explainshell（解释你给的shell） &lt;a href=&#34;https://www.explainshell.com/&#34;&gt;https://www.explainshell.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;linux手册（更易读） &lt;a href=&#34;https://dashdash.io/&#34;&gt;https://dashdash.io/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;其他&#34;&gt;其他&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Jetbrains 正版授权账号购买 &lt;a href=&#34;https://mp.weixin.qq.com/s?__biz=MzU2OTMyMTAxNA==&amp;amp;mid=2247513261&amp;amp;idx=1&amp;amp;sn=fe773888575a70d17db154db0575d447&amp;amp;chksm=fc8287f4cbf50ee21d16ea764c097093f498d370dace45d2cc36a2a87c63a91f880e2c04acbe&amp;amp;mpshare=1&amp;amp;scene=1&amp;amp;srcid=0917flkoMk6JyEfdCw1ei6ey&amp;amp;sharer_sharetime=1663424990249&amp;amp;sharer_shareid=6d880607502bf962beadc5f1c123b3b9#rd&#34;&gt;weixin.qq.com&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>AI资源</title>
      <link>http://localhost:1313/posts/workspace/04-tool/04e-ai/ai%E8%B5%84%E6%BA%90/</link>
      <pubDate>Wed, 01 Mar 2023 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/posts/workspace/04-tool/04e-ai/ai%E8%B5%84%E6%BA%90/</guid>
      <description>&lt;h1 id=&#34;ai资源汇总网站&#34;&gt;AI资源汇总网站&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;FUTUREPEDIA &lt;a href=&#34;https://www.futurepedia.io/&#34;&gt;https://www.futurepedia.io/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;FutureTools  &lt;a href=&#34;https://www.futuretools.io/&#34;&gt;https://www.futuretools.io/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;17yongai（资源汇总、咨询、使用教程） &lt;a href=&#34;https://17yongai.com/&#34;&gt;https://17yongai.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Saas AI Tools &lt;a href=&#34;https://saasaitools.com/&#34;&gt;https://saasaitools.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;AI工具汇总 &lt;a href=&#34;https://www.aiyjs.com/&#34;&gt;https://www.aiyjs.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;文本生成或简化&#34;&gt;文本生成或简化&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;总结提炼（输入文章、pdf、视频等） &lt;a href=&#34;https://labs.kagi.com/ai/sum&#34;&gt;https://labs.kagi.com/ai/sum&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;周报生成器 &lt;a href=&#34;https://weeklyreport.avemaria.fun/zh&#34;&gt;https://weeklyreport.avemaria.fun/zh&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;聊天简化器（输入群聊聊天记录，输出概括后的大纲或段落）&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;文本润色&#34;&gt;文本润色&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;DeepL Write（润色你的英文写作） &lt;a href=&#34;https://www.deepl.com/write&#34;&gt;https://www.deepl.com/write&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;聊天机器人&#34;&gt;聊天机器人&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;chatgpt（无需介绍） &lt;a href=&#34;https://chat.openai.com/chat&#34;&gt;https://chat.openai.com/chat&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;teach-anything（无法上下文关联，简单的给出一个问题，输出答案。 &lt;a href=&#34;https://openai.com/api/&#34;&gt;OpenAI GPT-3 API&lt;/a&gt;） &lt;a href=&#34;https://www.teach-anything.com/&#34;&gt;https://www.teach-anything.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;国内的&amp;quot;chatgpt&amp;quot;（优点是快） &lt;a href=&#34;https://freegpt.one/&#34;&gt;https://freegpt.one/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;openprompt (给定一些常用的使用场景聊天框，免梯子，&amp;gt;10问题需开会员) &lt;a href=&#34;https://openprompt.co/&#34;&gt;https://openprompt.co/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;图像&#34;&gt;图像&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;6pen（从文本描述生成绘画艺术作品） &lt;a href=&#34;https://6pen.art/&#34;&gt;https://6pen.art/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;文心作画大模型 （给出描述文本可生成艺术作品、工业设计、游戏动漫、文章插画等不同种类图像） &lt;a href=&#34;https://wenxin.baidu.com/ernie-vilg#/&#34;&gt;https://wenxin.baidu.com/ernie-vilg#/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;image2description &lt;a href=&#34;https://scenex.jinaai.cn/scenes&#34;&gt;https://scenex.jinaai.cn/scenes&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;让简笔画动起来 &lt;a href=&#34;https://sketch.metademolab.com/&#34;&gt;https://sketch.metademolab.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;音频&#34;&gt;音频&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;输入音频，总结成文字 &lt;a href=&#34;https://plaud.ai/transcribe&#34;&gt;https://plaud.ai/transcribe&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;根据描述生成spotify歌单 &lt;a href=&#34;https://www.playlistgeniusai.com/&#34;&gt;https://www.playlistgeniusai.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;pdf&#34;&gt;PDF&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;chatpdf &lt;a href=&#34;https://www.chatpdf.com/&#34;&gt;https://www.chatpdf.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;pandagpt &lt;a href=&#34;https://app.pandagpt.io&#34;&gt;https://app.pandagpt.io&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;chat support txt,pdf,epub,markdown&amp;hellip; &lt;a href=&#34;https://chatfiles-ui.fly.dev/zh&#34;&gt;https://chatfiles-ui.fly.dev/zh&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;doc&#34;&gt;DOC&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;chatDOC &lt;a href=&#34;https://chatdoc.com/&#34;&gt;https://chatdoc.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;第二大脑plus&#34;&gt;第二大脑plus&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;AI-Powered Note Connections for Obsidian &lt;a href=&#34;https://github.com/brianpetro/obsidian-smart-connections&#34;&gt;https://github.com/brianpetro/obsidian-smart-connections&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;prompt-engineering&#34;&gt;Prompt Engineering&lt;/h1&gt;&#xA;&lt;p&gt;免费的 Prompt Engineering 教程 &lt;a href=&#34;https://learningprompt.wiki/&#34;&gt;https://learningprompt.wiki/&lt;/a&gt;&#xA;MidJourney提示词工具  &lt;a href=&#34;https://aijiaolian.chat/midjourney&#34;&gt;https://aijiaolian.chat/midjourney&lt;/a&gt;&#xA;platform for Prompt Engineers &lt;a href=&#34;https://promptmakr.com/&#34;&gt;https://promptmakr.com/&lt;/a&gt;&#xA;chargpt prompt模版 &lt;a href=&#34;https://www.aishort.top/&#34;&gt;https://www.aishort.top/&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>书影音图像资源</title>
      <link>http://localhost:1313/posts/workspace/04-tool/04a-linktool-index/%E4%B9%A6%E5%BD%B1%E9%9F%B3%E5%9B%BE%E5%83%8F%E8%B5%84%E6%BA%90/</link>
      <pubDate>Wed, 01 Mar 2023 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/posts/workspace/04-tool/04a-linktool-index/%E4%B9%A6%E5%BD%B1%E9%9F%B3%E5%9B%BE%E5%83%8F%E8%B5%84%E6%BA%90/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;除了正文列举的资源网站，也可以通过以下途径找资源：&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;微信网页搜索 带资源等关键字&lt;/li&gt;&#xA;&lt;li&gt;贴吧&lt;/li&gt;&#xA;&lt;li&gt;闲鱼&lt;/li&gt;&#xA;&lt;/ol&gt;&lt;/blockquote&gt;&#xA;&lt;h1 id=&#34;书&#34;&gt;书&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Z-Library Pro助手（实时更新可用地址） &lt;a href=&#34;https://zlib.pro/&#34;&gt;https://zlib.pro/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;鸠摩搜书 &lt;a href=&#34;https://www.jiumodiary.com/&#34;&gt;https://www.jiumodiary.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;电子书资源网站合集 &lt;a href=&#34;https://github.com/Astringentfruit/Collection-of-e-book-download-and-search-sites/blob/master/%E7%94%B5%E5%AD%90%E4%B9%A6%E4%B8%8B%E8%BD%BD%E5%92%8C%E6%90%9C%E7%B4%A2%E7%BD%91%E7%AB%99%E7%9A%84%E5%90%88%E9%9B%86&#34;&gt;github&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;书易（同样是电子书网站合集） &lt;a href=&#34;https://shuyi.shenmezhidedu.com/#/&#34;&gt;https://shuyi.shenmezhidedu.com/#/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Z-Library 入口 &lt;a href=&#34;https://singlelogin.me/&#34;&gt;https://singlelogin.me/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;电影剧&#34;&gt;电影/剧&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;奈斯搜索（阿里云盘） &lt;a href=&#34;https://www.niceso.fun/&#34;&gt;https://www.niceso.fun/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;磁力熊（磁力链接，极少有网盘资源，在线看） &lt;a href=&#34;https://www.cilixiong.com/&#34;&gt;https://www.cilixiong.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;来搜一下 （网盘） &lt;a href=&#34;https://www.laisoyixia.com/&#34;&gt;https://www.laisoyixia.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;麦克周（网盘，资源质量可以） &lt;a href=&#34;https://mkzhou.com/&#34;&gt;https://mkzhou.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;网盘资源搜索 &lt;a href=&#34;https://www.pansearch.me/&#34;&gt;https://www.pansearch.me/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;音乐&#34;&gt;音乐&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;麦克周  &lt;a href=&#34;https://mkzhou.com/&#34;&gt;https://mkzhou.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;多站合一下载器（很好很强大，基本用这个就够了） &lt;a href=&#34;http://music.wandhi.com/&#34;&gt;http://music.wandhi.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;hifini &lt;a href=&#34;https://www.hifini.com&#34;&gt;https://www.hifini.com&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;专辑封面图片下载（需要🪜） &lt;a href=&#34;http://coverbox.henry-hu.com&#34;&gt;http://coverbox.henry-hu.com&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;无版权音乐下载&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://incompetech.com/music/royalty-free/music.html&#34;&gt;https://incompetech.com/music/royalty-free/music.html&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://dova-s.jp/EN/&#34;&gt;https://dova-s.jp/EN/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://ncs.io/&#34;&gt;https://ncs.io/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://openverse.org/&#34;&gt;https://openverse.org/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://pixabay.com/music/&#34;&gt;https://pixabay.com/music/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;歌词搜索 &lt;a href=&#34;https://mojim.com/cnznew.htm&#34;&gt;https://mojim.com/cnznew.htm&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;音乐集市 &lt;a href=&#34;https://www.discogs.com/&#34;&gt;https://www.discogs.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;图像&#34;&gt;图像&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;pixabay &lt;a href=&#34;https://pixabay.com/&#34;&gt;https://pixabay.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;pexels &lt;a href=&#34;https://www.pexels.com/zh-cn/#/&#34;&gt;https://www.pexels.com/zh-cn/#/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;publicdomainarchive &lt;a href=&#34;https://publicdomainarchive.com/index.html#/&#34;&gt;https://publicdomainarchive.com/index.html#/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;mixkit（做视频的免费素材） &lt;a href=&#34;https://mixkit.co/&#34;&gt;https://mixkit.co/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;backiee（壁纸资源） &lt;a href=&#34;https://backiee.com/&#34;&gt;https://backiee.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;wallheaven（壁纸资源） &lt;a href=&#34;https://wallhaven.cc/&#34;&gt;https://wallhaven.cc/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;wallpapers（壁纸资源） &lt;a href=&#34;https://wallpapershome.com/&#34;&gt;https://wallpapershome.com/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;必应壁纸 &lt;a href=&#34;https://www.bingimg.cn/&#34;&gt;https://www.bingimg.cn/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;阿里堆友（3D在线编辑器） &lt;a href=&#34;https://d.design/&#34;&gt;https://d.design/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Windows命令行手册</title>
      <link>http://localhost:1313/posts/workspace/04-tool/04d-windows/windows%E5%91%BD%E4%BB%A4%E8%A1%8C%E6%89%8B%E5%86%8C/</link>
      <pubDate>Tue, 14 Feb 2023 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/posts/workspace/04-tool/04d-windows/windows%E5%91%BD%E4%BB%A4%E8%A1%8C%E6%89%8B%E5%86%8C/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;此笔记为&lt;a href=&#34;https://sspai.com/series/295/list&#34;&gt;《少数派-生产力超频：Windows 命令行实用手册》&lt;/a&gt;l栏目的个人学习笔记，供个人回溯&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;一些概念&#34;&gt;一些概念&lt;/h2&gt;&#xA;&lt;p&gt;Command Line Interface (CLI) 命令行界面&#xA;Console App &amp;amp; Terminal App 控制台应用：没有图形界面，需要在命令提示符中使用。直接双击会闪退。&lt;/p&gt;</description>
    </item>
    <item>
      <title>win10常用快捷键</title>
      <link>http://localhost:1313/posts/workspace/04-tool/04d-windows/win10%E5%B8%B8%E7%94%A8%E5%BF%AB%E6%8D%B7%E9%94%AE/</link>
      <pubDate>Sun, 14 Aug 2022 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/posts/workspace/04-tool/04d-windows/win10%E5%B8%B8%E7%94%A8%E5%BF%AB%E6%8D%B7%E9%94%AE/</guid>
      <description>&lt;h1 id=&#34;win10常用快捷键&#34;&gt;win10常用快捷键&lt;/h1&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;【个人向】由于工作机是win10，故整理一些个人比较&lt;strong&gt;常用&lt;/strong&gt;快捷键。还有很多好用的快捷键等待学习～～&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;win&#34;&gt;Win+*&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Win+L 快速锁屏&lt;/li&gt;&#xA;&lt;li&gt;Win+D 显示桌面&lt;/li&gt;&#xA;&lt;li&gt;Win+I 打开设置界面&lt;/li&gt;&#xA;&lt;li&gt;Win+E 打开我的电脑&lt;/li&gt;&#xA;&lt;li&gt;Win+M 最小化所有窗口&lt;/li&gt;&#xA;&lt;li&gt;Win+Shift+M 还原所有窗口&lt;/li&gt;&#xA;&lt;li&gt;Win+R 打开运行窗口&lt;/li&gt;&#xA;&lt;li&gt;Win+Tab 多任务视图&lt;/li&gt;&#xA;&lt;li&gt;Win+上/下 缩放界面&lt;/li&gt;&#xA;&lt;li&gt;Win+左/右 界面左/右停靠（分屏）&lt;/li&gt;&#xA;&lt;li&gt;Win+1/2/3/&amp;hellip; 打开任务栏的第1/2/3/&amp;hellip;个软件界面&lt;/li&gt;&#xA;&lt;li&gt;Win+V 显示&lt;strong&gt;历史复制内容&lt;/strong&gt;并选择粘贴&lt;/li&gt;&#xA;&lt;li&gt;Win+W 调出工作区，包括白板等功能&lt;/li&gt;&#xA;&lt;li&gt;Win+Tab 创建虚拟桌面&lt;/li&gt;&#xA;&lt;li&gt;Win+Ctrl+←\→，快速切换虚拟桌面\&lt;/li&gt;&#xA;&lt;li&gt;Win+“+/-” 放大/缩小屏幕&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;ctrl&#34;&gt;Ctrl+*&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Ctrl+Shift+Esc 打开任务管理器&lt;/li&gt;&#xA;&lt;li&gt;Ctrl+Shift+N 新建文件夹并命名&lt;/li&gt;&#xA;&lt;li&gt;Ctrl+W 关闭当前界面&lt;/li&gt;&#xA;&lt;li&gt;Ctrl+Y 恢复上一次的撤销（Ctrl+Z）&lt;/li&gt;&#xA;&lt;li&gt;Ctrl+Shift+T 恢复被关闭的网页&lt;/li&gt;&#xA;&lt;li&gt;Ctrl+Shift+F 输入法切换为繁体&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;alt&#34;&gt;Alt+*&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Alt+Tab 多窗口快速切换&lt;/li&gt;&#xA;&lt;li&gt;Alt+Enter(或鼠标双击) 快速查看文件属性&lt;/li&gt;&#xA;&lt;li&gt;Alt+Space+C 关闭窗口&lt;/li&gt;&#xA;&lt;li&gt;Alt+Space+N 最小化窗口&lt;/li&gt;&#xA;&lt;li&gt;Alt+Space+X 最大化窗口&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;shift&#34;&gt;Shift+*&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Shift+Delete 永久删除文件&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;其他&#34;&gt;其他&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Backspace 资源管理器中是返回上一个打开的目录&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;快捷键设置技巧&#34;&gt;快捷键设置技巧&lt;/h2&gt;&#xA;&lt;h3 id=&#34;一键打开某软件&#34;&gt;一键打开某软件&lt;/h3&gt;&#xA;&lt;p&gt;右键软件（需要先创建为快捷方式） - 属性 - 快捷方式 - 修改快捷键值即可 （默认是&lt;strong&gt;Ctrl+Alt+自定义格式&lt;/strong&gt;）&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
