<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://www.52liming.com/resource</id>
    <title>李鸣 Blog</title>
    <updated>2023-07-03T00:07:08.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://www.52liming.com/resource"/>
    <subtitle>李鸣 Blog</subtitle>
    <icon>https://www.52liming.com/img/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[Docker]]></title>
        <id>https://www.52liming.com/resource/docker</id>
        <link href="https://www.52liming.com/resource/docker"/>
        <updated>2023-07-03T00:07:08.000Z</updated>
        <summary type="html"><![CDATA[docker相关资源]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="docker-desktop">Docker Desktop<a href="#docker-desktop" class="hash-link" aria-label="Docker Desktop的直接链接" title="Docker Desktop的直接链接">​</a></h2><p>官方Docker GUI</p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="orbstack">OrbStack<a href="#orbstack" class="hash-link" aria-label="OrbStack的直接链接" title="OrbStack的直接链接">​</a></h2><p>Mac上Docker Desktop替代品</p><p>Mac 上无缝高效的 Docker 和 Linux。使用我们的 Docker Desktop 替代方案更快地完成您的工作。</p><p><a href="https://orbstack.dev/" target="_blank" rel="noopener noreferrer">https://orbstack.dev/</a></p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="k8s-minikube">k8s-minikube<a href="#k8s-minikube" class="hash-link" aria-label="k8s-minikube的直接链接" title="k8s-minikube的直接链接">​</a></h2><p>minikube 是本地 Kubernetes，专注于让 Kubernetes 易于学习和开发。
您所需要的只是 Docker（或类似兼容的）容器或虚拟机环境，只需一条命令即可使用 Kubernetes：minikube start</p><p><a href="https://minikube.sigs.k8s.io/docs/" target="_blank" rel="noopener noreferrer">https://minikube.sigs.k8s.io/docs/</a></p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[AIGC]]></title>
        <id>https://www.52liming.com/resource/aigc</id>
        <link href="https://www.52liming.com/resource/aigc"/>
        <updated>2023-05-01T08:32:18.000Z</updated>
        <summary type="html"><![CDATA[收集一些有用的AI工具,ChatGPT,OpenAI,stable diffusion,midjourney]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ai-编程">AI 编程<a href="#ai-编程" class="hash-link" aria-label="AI 编程的直接链接" title="AI 编程的直接链接">​</a></h2><h3 class="anchor anchorWithStickyNavbar_LWe7" id="github-copilot">GitHub Copilot<a href="#github-copilot" class="hash-link" aria-label="GitHub Copilot的直接链接" title="GitHub Copilot的直接链接">​</a></h3><p><a href="https://github.com/features/copilot" target="_blank" rel="noopener noreferrer">features/copilot</a>
GitHub Copilot uses the OpenAI Codex to suggest code and entire functions in real-time, right from your editor.</p><h3 class="anchor anchorWithStickyNavbar_LWe7" id="codeium">Codeium<a href="#codeium" class="hash-link" aria-label="Codeium的直接链接" title="Codeium的直接链接">​</a></h3><p><a href="https://codeium.com/" target="_blank" rel="noopener noreferrer">codeium.com</a>  个人免费,接近 Copilot 的体验</p><p>目前我主要使用这款，个人感觉体验不错</p><p>Currently, Codeium Search works best on Python, Javascript, Typescript, and Go files.  </p><h3 class="anchor anchorWithStickyNavbar_LWe7" id="amazon-codewhisperer">Amazon CodeWhisperer<a href="#amazon-codewhisperer" class="hash-link" aria-label="Amazon CodeWhisperer的直接链接" title="Amazon CodeWhisperer的直接链接">​</a></h3><p><a href="https://aws.amazon.com/cn/codewhisperer/" target="_blank" rel="noopener noreferrer">https://aws.amazon.com/cn/codewhisperer/</a></p><p>亚马逊产品，目前也是个人免费使用，无限制代码建议</p><p>插件支持常规语言及常用IDE及编辑器</p><h3 class="anchor anchorWithStickyNavbar_LWe7" id="code-gpt">Code GPT<a href="#code-gpt" class="hash-link" aria-label="Code GPT的直接链接" title="Code GPT的直接链接">​</a></h3><p><a href="https://www.codegpt.co/" target="_blank" rel="noopener noreferrer">codegpt.co</a>
一个免费的 VSCode 插件, 但是需要配置自己的 OpenAI Key 使用</p><h3 class="anchor anchorWithStickyNavbar_LWe7" id="cursor">Cursor<a href="#cursor" class="hash-link" aria-label="Cursor的直接链接" title="Cursor的直接链接">​</a></h3><p><a href="https://www.cursor.so/" target="_blank" rel="noopener noreferrer">cursor.so</a>
Cursor是一款专为 AI 编程而生的编辑器。现在还处于早期阶段，但现在 Cursor 可以帮助您做一些事情......</p><ul><li>编写：使用比 Copilot 更智能的 AI 生成 10-100 行代码</li><li>Diff：要求 AI 编辑一段代码，只查看建议的更改</li><li>聊天：了解您当前文件的 ChatGPT 风格界面</li><li>还有更多：要求修复 lint 错误，在悬停时生成测试/评论等。</li></ul><h3 class="anchor anchorWithStickyNavbar_LWe7" id="codegeex">CodeGeeX<a href="#codegeex" class="hash-link" aria-label="CodeGeeX的直接链接" title="CodeGeeX的直接链接">​</a></h3><p><a href="https://codegeex.cn/" target="_blank" rel="noopener noreferrer">codegeex.cn</a>
免费的AI编程助手</p><ul><li>代码自动生成、代码智能补全、代码翻译、支持多种语言、适配主流IDE</li><li>相比 Copilot 的闭源收费，CodeGeeX 是国产开源免费，并且 Github 上提供了模型源码</li></ul><h2 class="anchor anchorWithStickyNavbar_LWe7" id="ai-问答">AI 问答<a href="#ai-问答" class="hash-link" aria-label="AI 问答的直接链接" title="AI 问答的直接链接">​</a></h2><h3 class="anchor anchorWithStickyNavbar_LWe7" id="openai">OpenAI<a href="#openai" class="hash-link" aria-label="OpenAI的直接链接" title="OpenAI的直接链接">​</a></h3><p>获取 key
<a href="https://platform.openai.com/account/api-keys" target="_blank" rel="noopener noreferrer">https://platform.openai.com/account/api-keys</a></p><p>API按使用量付费，无境外信用卡可以借助虚拟信用卡，区别于 ChatGPT Plus, Plus 是按月付费的</p><h3 class="anchor anchorWithStickyNavbar_LWe7" id="chatgpt">ChatGPT<a href="#chatgpt" class="hash-link" aria-label="ChatGPT的直接链接" title="ChatGPT的直接链接">​</a></h3><p><a href="https://chat.openai.com/" target="_blank" rel="noopener noreferrer">https://chat.openai.com/</a></p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="ai-绘图">AI 绘图<a href="#ai-绘图" class="hash-link" aria-label="AI 绘图的直接链接" title="AI 绘图的直接链接">​</a></h2><h3 class="anchor anchorWithStickyNavbar_LWe7" id="stable-diffusion">Stable Diffusion<a href="#stable-diffusion" class="hash-link" aria-label="Stable Diffusion的直接链接" title="Stable Diffusion的直接链接">​</a></h3><p><a href="https://github.com/CompVis/stable-diffusion" target="_blank" rel="noopener noreferrer">CompVis/stable-diffusion</a>
2022年发布的深度学习文字到图像生成模型,你可以在本机运行或者使用Google Colab
由<a href="https://stability.ai/" target="_blank" rel="noopener noreferrer">stability.ai</a>开源</p><h4 class="anchor anchorWithStickyNavbar_LWe7" id="sd-webui">SD Webui<a href="#sd-webui" class="hash-link" aria-label="SD Webui的直接链接" title="SD Webui的直接链接">​</a></h4><p>Stable Diffusion Webui</p><p><a href="https://github.com/camenduru/stable-diffusion-webui-colab" target="_blank" rel="noopener noreferrer">camenduru/stable-diffusion-webui-colab</a>  直接可用的Colab列表</p><p><a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui" target="_blank" rel="noopener noreferrer">AUTOMATIC1111/stable-diffusion-webui</a></p><p><a href="https://github.com/Sygil-Dev/sygil-webui" target="_blank" rel="noopener noreferrer">Sygil-Dev/sygil-webui</a></p><p>如果你想不出来prompt，可以去下面这些网站找些参考：</p><h4 class="anchor anchorWithStickyNavbar_LWe7" id="civitai">CivitAI<a href="#civitai" class="hash-link" aria-label="CivitAI的直接链接" title="CivitAI的直接链接">​</a></h4><p><a href="https://civitai.com/" target="_blank" rel="noopener noreferrer">civitai.com</a> 是一个 Stable Diffusion  AI 艺术模型的平台。</p><h4 class="anchor anchorWithStickyNavbar_LWe7" id="lexica">Lexica<a href="#lexica" class="hash-link" aria-label="Lexica的直接链接" title="Lexica的直接链接">​</a></h4><p><a href="https://lexica.art/" target="_blank" rel="noopener noreferrer">lexica.art</a> The Stable Diffusion search engine.</p><h4 class="anchor anchorWithStickyNavbar_LWe7" id="stable-diffusion-web">stable diffusion web<a href="#stable-diffusion-web" class="hash-link" aria-label="stable diffusion web的直接链接" title="stable diffusion web的直接链接">​</a></h4><p><a href="https://stablediffusionweb.com/prompts" target="_blank" rel="noopener noreferrer">prompt 搜索</a> | <a href="https://stablediffusionweb.com/prompt-generator" target="_blank" rel="noopener noreferrer">prompt 生成</a></p><h3 class="anchor anchorWithStickyNavbar_LWe7" id="dalle2">DALL·E2<a href="#dalle2" class="hash-link" aria-label="DALL·E2的直接链接" title="DALL·E2的直接链接">​</a></h3><p><a href="https://openai.com/product/dall-e-2" target="_blank" rel="noopener noreferrer">DALL·E2</a>
<a href="https://labs.openai.com/" target="_blank" rel="noopener noreferrer">在线体验</a> OpenAI 发布的文本生成图片程序</p><p>DALL·E2 是一个人工智能系统，可以根据自然语言的描述创建逼真的图像和艺术作品。</p><h3 class="anchor anchorWithStickyNavbar_LWe7" id="midjourney">Midjourney<a href="#midjourney" class="hash-link" aria-label="Midjourney的直接链接" title="Midjourney的直接链接">​</a></h3><p>Midjourney是一种网络服务，可以使用文字制作令人惊叹的 AI 图片。它与 Stable Diffusion 类似，但也有一些区别。Midjourney 只能在互联网上使用，并且需要付费。在discord中可以免费试用20次。</p><ul><li><a href="https://stable-diffusion-art.com/midjourney-vs-stable-diffusion/" target="_blank" rel="noopener noreferrer">Midjourney vs Stable Diffusion：你应该选择哪一个？</a></li></ul>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[ChatGPT Prompt]]></title>
        <id>https://www.52liming.com/resource/chat-prompt</id>
        <link href="https://www.52liming.com/resource/chat-prompt"/>
        <updated>2023-05-01T08:32:18.000Z</updated>
        <summary type="html"><![CDATA[收集一些有用的AI工具,ChatGPT,OpenAI,stable diffusion,midjourney]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="chatgpt常用提示词">ChatGPT常用提示词<a href="#chatgpt常用提示词" class="hash-link" aria-label="ChatGPT常用提示词的直接链接" title="ChatGPT常用提示词的直接链接">​</a></h2><p>来源 <a href="https://www.engraved.blog/building-a-virtual-machine-inside/" target="_blank" rel="noopener noreferrer">https://www.engraved.blog/building-a-virtual-machine-inside/</a></p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="sql终端">SQL终端<a href="#sql终端" class="hash-link" aria-label="SQL终端的直接链接" title="SQL终端的直接链接">​</a></h2><p>我希望您在示例数据库前充当SQL终端。数据库包含员工表emp(id,员工no,姓名，薪资，经理，部门no), 部门表（id,部门no,name）。我会键入查询，你会回答什么终端将显示。我希望您在一个代码块中回复一个查询结果表，而不是其他任何东西。不要写解释。不要键入命令，除非我指示你这样做。当我需要告诉你一些事情时，我会用大括号(像这样)。我的第一个命令是'SELECT TOP 10 * FROM Products ORDER BY Id DESC'</p><p>现在你扮演一个数据库的角色，包含员工表emp(id,员工no,姓名，薪资，经理，部门no), 部门表（id,部门no,name），如果我直接给你SQL，你只需要将SQL执行的结果返回即可，不需要解释，但是，如果我的SQL有问题你可以指正，我的第一条SQL是：SELECT id,empno,distinct name from emp</p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="linux终端">Linux终端<a href="#linux终端" class="hash-link" aria-label="Linux终端的直接链接" title="Linux终端的直接链接">​</a></h2><p>我希望你能模拟一个 Linux 终端。我会输入命令，你会回答终端应该显示什么。我要求你仅在一个唯一的代码块内回答终端输出，不要写解释，除非我指示你这样做。当我需要用英语告诉你一些内容时，我会用花括号(像这样) 将文本括起来。我的第一个命令是 pwd。</p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[数据库]]></title>
        <id>https://www.52liming.com/resource/db</id>
        <link href="https://www.52liming.com/resource/db"/>
        <updated>2023-05-01T08:32:18.000Z</updated>
        <summary type="html"><![CDATA[Sequel AceMac]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="sequel-acemac">Sequel Ace<span class="badge badge--primary">Mac</span><a href="#sequel-acemac" class="hash-link" aria-label="sequel-acemac的直接链接" title="sequel-acemac的直接链接">​</a></h2><p>MySQL/MariaDB database management for macOS</p><ul><li><a href="https://sequel-ace.com" target="_blank" rel="noopener noreferrer">https://sequel-ace.com</a></li></ul><h2 class="anchor anchorWithStickyNavbar_LWe7" id="navicat">Navicat<a href="#navicat" class="hash-link" aria-label="Navicat的直接链接" title="Navicat的直接链接">​</a></h2><ul><li><p>Navicat Premium 12.0.26 X64 简体中文版.zip<br>
<!-- -->百度云: <a href="https://pan.baidu.com/s/1EXPwnCUhbsfG-dAu2mKAwQ%E5%AF%86%E7%A0%81" target="_blank" rel="noopener noreferrer">https://pan.baidu.com/s/1EXPwnCUhbsfG-dAu2mKAwQ密码</a>: d96h</p></li><li><p>Navicat Premium 12.0.23 X64 简体中文版.rar<br>
<!-- -->百度云: <a href="https://pan.baidu.com/s/1115lkbRseCcQrfyjQrj48Q" target="_blank" rel="noopener noreferrer">https://pan.baidu.com/s/1115lkbRseCcQrfyjQrj48Q</a> 密码: ewni</p></li><li><p>Navacat全能版.rar<br>
<!-- -->百度云: <a href="https://pan.baidu.com/s/1OdOV1iMuvFmSHNkhSpHq0A" target="_blank" rel="noopener noreferrer">https://pan.baidu.com/s/1OdOV1iMuvFmSHNkhSpHq0A</a> 密码: wgp8</p></li></ul><h2 class="anchor anchorWithStickyNavbar_LWe7" id="sqlite">SQLite<a href="#sqlite" class="hash-link" aria-label="SQLite的直接链接" title="SQLite的直接链接">​</a></h2><ul><li>SQLiteStudio.rar<br>百度云: <a href="https://pan.baidu.com/s/1HkyDmW99LOLGLvBif6N9DQ" target="_blank" rel="noopener noreferrer">https://pan.baidu.com/s/1HkyDmW99LOLGLvBif6N9DQ</a> 密码: cgsj</li></ul><h2 class="anchor anchorWithStickyNavbar_LWe7" id="oracle">Oracle<a href="#oracle" class="hash-link" aria-label="Oracle的直接链接" title="Oracle的直接链接">​</a></h2><ul><li><p>Oracle SQL Developer<br>
<!-- -->Oracle 官网：<a href="https://www.oracle.com/database/technologies/appdev/sql-developer.html" target="_blank" rel="noopener noreferrer">https://www.oracle.com/database/technologies/appdev/sql-developer.html</a></p></li><li><p>PLSQL Developer 11.0.0.1762 中文绿色注册版(免Oracle11g客户端).rar<br>
<!-- -->百度云: <a href="https://pan.baidu.com/s/1nL0Cych2CP6fHvRLDYN2pw" target="_blank" rel="noopener noreferrer">https://pan.baidu.com/s/1nL0Cych2CP6fHvRLDYN2pw</a> 密码: qd6k</p></li></ul><h2 class="anchor anchorWithStickyNavbar_LWe7" id="sql-server">SQL Server<a href="#sql-server" class="hash-link" aria-label="SQL Server的直接链接" title="SQL Server的直接链接">​</a></h2><ul><li>SSMS<br>微软官网下载：<a href="https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms" target="_blank" rel="noopener noreferrer">https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms</a></li></ul><h2 class="anchor anchorWithStickyNavbar_LWe7" id="iredis">iRedis<a href="#iredis" class="hash-link" aria-label="iRedis的直接链接" title="iRedis的直接链接">​</a></h2><p>一个交互式Redis具有自动完成和语法的Redis终端客户端</p><ul><li><a href="https://iredis.io/" target="_blank" rel="noopener noreferrer">https://iredis.io/</a>
纯python编写</li></ul><div class="language-shell codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-shell codeBlock_bY9V thin-scrollbar"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#393A34"><span class="token plain">pip </span><span class="token function" style="color:#d73a49">install</span><span class="token plain"> iredis</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="复制代码到剪贴板" title="复制" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg class="copyButtonIcon_y97N" viewBox="0 0 24 24"><path d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg class="copyButtonSuccessIcon_LjdS" viewBox="0 0 24 24"><path d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div><h2 class="anchor anchorWithStickyNavbar_LWe7" id="medis2">Medis2<a href="#medis2" class="hash-link" aria-label="Medis2的直接链接" title="Medis2的直接链接">​</a></h2><span class="badge badge--primary">Mac</span>我用个一个 Redis GUI客户端工具 * https://getmedis.com/]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[静态网站生成]]></title>
        <id>https://www.52liming.com/resource/doc</id>
        <link href="https://www.52liming.com/resource/doc"/>
        <updated>2023-05-01T08:32:18.000Z</updated>
        <summary type="html"><![CDATA[Docusaurus]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="docusaurus"><a href="https://docusaurus.io/" target="_blank" rel="noopener noreferrer">Docusaurus</a><a href="#docusaurus" class="hash-link" aria-label="docusaurus的直接链接" title="docusaurus的直接链接">​</a></h2><p>Build optimized websites quickly, focus on your content</p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="airplane"><a href="https://www.airplane.dev" target="_blank" rel="noopener noreferrer">AirPlane</a><a href="#airplane" class="hash-link" aria-label="airplane的直接链接" title="airplane的直接链接">​</a></h2><p><a href="https://www.airplane.dev/" target="_blank" rel="noopener noreferrer">https://www.airplane.dev/</a></p><p>Airplane is a developer-centric approach to building internal UIs and workflows.</p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="docsify">docsify<a href="#docsify" class="hash-link" aria-label="docsify的直接链接" title="docsify的直接链接">​</a></h2><p><a href="https://docsify.js.org/#/" target="_blank" rel="noopener noreferrer">https://docsify.js.org/#/</a></p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="vuepress">VuePress<a href="#vuepress" class="hash-link" aria-label="VuePress的直接链接" title="VuePress的直接链接">​</a></h2><p><a href="https://v2.vuepress.vuejs.org/" target="_blank" rel="noopener noreferrer">https://v2.vuepress.vuejs.org/</a></p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[电子书]]></title>
        <id>https://www.52liming.com/resource/ebook</id>
        <link href="https://www.52liming.com/resource/ebook"/>
        <updated>2023-05-01T08:32:18.000Z</updated>
        <summary type="html"><![CDATA[阿里云藏金阁]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="阿里云藏金阁">阿里云藏金阁<a href="#阿里云藏金阁" class="hash-link" aria-label="阿里云藏金阁的直接链接" title="阿里云藏金阁的直接链接">​</a></h2><ul><li>一个电子书搜索平台
<a href="https://developer.aliyun.com/ebook" target="_blank" rel="noopener noreferrer">https://developer.aliyun.com/ebook</a></li></ul><h2 class="anchor anchorWithStickyNavbar_LWe7" id="鸠摩搜书">鸠摩搜书<a href="#鸠摩搜书" class="hash-link" aria-label="鸠摩搜书的直接链接" title="鸠摩搜书的直接链接">​</a></h2><ul><li>一个电子书搜索平台
<a href="https://www.jiumodiary.com/" target="_blank" rel="noopener noreferrer">https://www.jiumodiary.com/</a></li></ul><h2 class="anchor anchorWithStickyNavbar_LWe7" id="我爱电子书">我爱电子书<a href="#我爱电子书" class="hash-link" aria-label="我爱电子书的直接链接" title="我爱电子书的直接链接">​</a></h2><ul><li>注重体验与质量的电子书资源下载网站<br><a href="https://www.52doc.com/" target="_blank" rel="noopener noreferrer">https://www.52doc.com/</a></li></ul><h2 class="anchor anchorWithStickyNavbar_LWe7" id="lorefree">LoreFree<a href="#lorefree" class="hash-link" aria-label="LoreFree的直接链接" title="LoreFree的直接链接">​</a></h2><ul><li>首个基于EOS和IPFS的去中心化知识共享社区<br><a href="https://lorefree.com/" target="_blank" rel="noopener noreferrer">https://lorefree.com/</a></li></ul><h2 class="anchor anchorWithStickyNavbar_LWe7" id="z-library">Z-Library<a href="#z-library" class="hash-link" aria-label="Z-Library的直接链接" title="Z-Library的直接链接">​</a></h2><ul><li>Z-Library 项目的一部分. 全球最大的数字图书馆<br><a href="https://zh.1lib.to/" target="_blank" rel="noopener noreferrer">https://zh.1lib.to/</a><br><a href="https://zh.za1lib.vip/" target="_blank" rel="noopener noreferrer">https://zh.za1lib.vip/</a><br><a href="https://z-lib.org/" target="_blank" rel="noopener noreferrer">https://z-lib.org/</a><br>（地址可能会不能访问，可以自行搜索<code>Z-Library 最新地址</code>）</li></ul>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[Java]]></title>
        <id>https://www.52liming.com/resource/java</id>
        <link href="https://www.52liming.com/resource/java"/>
        <updated>2023-05-01T08:32:18.000Z</updated>
        <summary type="html"><![CDATA[JDK]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="jdk">JDK<a href="#jdk" class="hash-link" aria-label="JDK的直接链接" title="JDK的直接链接">​</a></h2><ul><li><p>Java SE 最新下载 | Oracle 技术网 ：<br>
<a href="http://www.oracle.com/technetwork/cn/java/javase/downloads/index.html" target="_blank" rel="noopener noreferrer">http://www.oracle.com/technetwork/cn/java/javase/downloads/index.html</a></p></li><li><p>存档地址（需Oracle账号）：<br>
<a href="http://www.oracle.com/technetwork/cn/java/archive-139210-zhs.html" target="_blank" rel="noopener noreferrer">http://www.oracle.com/technetwork/cn/java/archive-139210-zhs.html</a></p></li></ul><h2 class="anchor anchorWithStickyNavbar_LWe7" id="spring">Spring<a href="#spring" class="hash-link" aria-label="Spring的直接链接" title="Spring的直接链接">​</a></h2><ul><li>2.x.x, 3.x.x, 4.x.x, 5.x.x 等<br>存档 <a href="http://repo.spring.io/release/org/springframework/spring/" target="_blank" rel="noopener noreferrer">http://repo.spring.io/release/org/springframework/spring/</a></li></ul><h2 class="anchor anchorWithStickyNavbar_LWe7" id="idea">IDEA<a href="#idea" class="hash-link" aria-label="IDEA的直接链接" title="IDEA的直接链接">​</a></h2><ul><li>存档：<a href="https://www.jetbrains.com/zh-cn/idea/download/other.html" target="_blank" rel="noopener noreferrer">https://www.jetbrains.com/zh-cn/idea/download/other.html</a></li></ul><h2 class="anchor anchorWithStickyNavbar_LWe7" id="eclipse">Eclipse<a href="#eclipse" class="hash-link" aria-label="Eclipse的直接链接" title="Eclipse的直接链接">​</a></h2><ul><li><p>Eclipse IDE for Java EE Developers<br>
<a href="http://www.eclipse.org/downloads/packages/" target="_blank" rel="noopener noreferrer">http://www.eclipse.org/downloads/packages/</a></p></li><li><p>Eclipse 归档下载<br>
<a href="http://archive.eclipse.org/eclipse/downloads/" target="_blank" rel="noopener noreferrer">http://archive.eclipse.org/eclipse/downloads/</a></p></li><li><p>Eclipse 插件<br>
<a href="http://marketplace.eclipse.org/" target="_blank" rel="noopener noreferrer">http://marketplace.eclipse.org/</a></p></li><li><p>Eclipse版本及代号<br>
<img loading="lazy" alt="不同版本Eclipse对JDK版本要求" src="/assets/images/jdk_tool-eclipse-version-6342a24a540d574b76bef3ddab15c643.png" width="550" height="376" class="img_ev3q"></p></li><li><p>不同版本Eclipse对JDK版本要求<br>
<img loading="lazy" alt="Eclipse版本及代号" src="/assets/images/jdk_tool-eclipse-with-jdk-ead7fd6d3038200b6547fa0e844491c7.png" width="550" height="463" class="img_ev3q"></p></li></ul><h2 class="anchor anchorWithStickyNavbar_LWe7" id="tomcat">Tomcat<a href="#tomcat" class="hash-link" aria-label="Tomcat的直接链接" title="Tomcat的直接链接">​</a></h2><ul><li>选择那个版本<br><a href="https://tomcat.apache.org/whichversion.html" target="_blank" rel="noopener noreferrer">https://tomcat.apache.org/whichversion.html</a></li><li>存档下载<br><a href="https://archive.apache.org/dist/tomcat/" target="_blank" rel="noopener noreferrer">https://archive.apache.org/dist/tomcat/</a></li></ul><h2 class="anchor anchorWithStickyNavbar_LWe7" id="maven">Maven<a href="#maven" class="hash-link" aria-label="Maven的直接链接" title="Maven的直接链接">​</a></h2><ul><li>发行版本历史（可查看maven对应Java版本）<br><a href="https://maven.apache.org/docs/history.html" target="_blank" rel="noopener noreferrer">https://maven.apache.org/docs/history.html</a></li><li>maven 3 下载存档<br><a href="https://archive.apache.org/dist/maven/maven-3/" target="_blank" rel="noopener noreferrer">https://archive.apache.org/dist/maven/maven-3/</a></li></ul>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[在线实验]]></title>
        <id>https://www.52liming.com/resource/lab</id>
        <link href="https://www.52liming.com/resource/lab"/>
        <updated>2023-05-01T08:32:18.000Z</updated>
        <summary type="html"><![CDATA[阿里云-云起实验室]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="阿里云-云起实验室">阿里云-云起实验室<a href="#阿里云-云起实验室" class="hash-link" aria-label="阿里云-云起实验室的直接链接" title="阿里云-云起实验室的直接链接">​</a></h2><p>云起实验室，由阿里云提供的零门槛云上实践平台。一键预置实验环境，提供详细的实验手册指导，快速体验云计算、大数据、人工智能等云服务实验场景，帮助用户快速提升使用云服务的能力。</p><p><a href="https://developer.aliyun.com/adc/labs" target="_blank" rel="noopener noreferrer">https://developer.aliyun.com/adc/labs</a></p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="阿里云全球培训中心-开放实验室">阿里云全球培训中心-开放实验室<a href="#阿里云全球培训中心-开放实验室" class="hash-link" aria-label="阿里云全球培训中心-开放实验室的直接链接" title="阿里云全球培训中心-开放实验室的直接链接">​</a></h2><p>阿里云官方实验平台，提供真实云环境、精品实验项目、详细实验文档，
帮助你快速上手并掌握阿里云产品。</p><p><a href="https://edu.aliyun.com/lab/" target="_blank" rel="noopener noreferrer">https://edu.aliyun.com/lab/</a></p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="腾讯云实验室">腾讯云实验室<a href="#腾讯云实验室" class="hash-link" aria-label="腾讯云实验室的直接链接" title="腾讯云实验室的直接链接">​</a></h2><p>体验腾讯云产品能力的在线实验室，基于真实的云服务操作环境，结合实战应用场景，手把手教你在真实业务环境下体验腾讯云产品功能，助您掌握先进的云计算技术。</p><p><a href="https://cloud.tencent.com/lab" target="_blank" rel="noopener noreferrer">https://cloud.tencent.com/lab</a></p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="learning-git-branching">Learning Git Branching<a href="#learning-git-branching" class="hash-link" aria-label="Learning Git Branching的直接链接" title="Learning Git Branching的直接链接">​</a></h2><p>你对 Git 感兴趣吗？那么算是来对地方了！ “Learning Git Branching” 可以说是目前为止最好的教程了，在沙盒里你能执行相应的命令，还能看到每个命令的执行情况； 通过一系列刺激的关卡挑战，逐步深入的学习 Git 的强大功能，在这个过程中你可能还会发现一些有意思的事情。</p><p><a href="https://learngitbranching.js.org/" target="_blank" rel="noopener noreferrer">https://learngitbranching.js.org/</a></p><p><a href="https://oschina.gitee.io/learn-git-branching/" target="_blank" rel="noopener noreferrer">https://oschina.gitee.io/learn-git-branching/</a></p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[生活相关]]></title>
        <id>https://www.52liming.com/resource/life</id>
        <link href="https://www.52liming.com/resource/life"/>
        <updated>2023-05-01T08:32:18.000Z</updated>
        <summary type="html"><![CDATA[维修]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="维修">维修<a href="#维修" class="hash-link" aria-label="维修的直接链接" title="维修的直接链接">​</a></h2><h3 class="anchor anchorWithStickyNavbar_LWe7" id="ifixit">ifixit<a href="#ifixit" class="hash-link" aria-label="ifixit的直接链接" title="ifixit的直接链接">​</a></h3><ul><li><a href="https://zh.ifixit.com/Guide" target="_blank" rel="noopener noreferrer">https://zh.ifixit.com/Guide</a><br>国外一个自我维修步骤指南网站，步骤明确，图片专业。包含你 iPhone、iPad、Mac等各种数码产品维修手册和拆解</li></ul><h2 class="anchor anchorWithStickyNavbar_LWe7" id="旅行">旅行<a href="#旅行" class="hash-link" aria-label="旅行的直接链接" title="旅行的直接链接">​</a></h2><h3 class="anchor anchorWithStickyNavbar_LWe7" id="行者路书">行者路书<a href="#行者路书" class="hash-link" aria-label="行者路书的直接链接" title="行者路书的直接链接">​</a></h3><ul><li>一个骑行 APP 的路书; 如果你想出去骑车，不妨上去搜一下路线规划<br><a href="https://www.imxingzhe.com/lushu/" target="_blank" rel="noopener noreferrer">https://www.imxingzhe.com/lushu/</a></li></ul><h3 class="anchor anchorWithStickyNavbar_LWe7" id="两步路轨迹">两步路轨迹<a href="#两步路轨迹" class="hash-link" aria-label="两步路轨迹的直接链接" title="两步路轨迹的直接链接">​</a></h3><ul><li>一个徒步类 APP<br><a href="https://www.2bulu.com/track" target="_blank" rel="noopener noreferrer">https://www.2bulu.com/track</a></li></ul>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[Mac 软件下载]]></title>
        <id>https://www.52liming.com/resource/mac-app-store</id>
        <link href="https://www.52liming.com/resource/mac-app-store"/>
        <updated>2023-05-01T08:32:18.000Z</updated>
        <summary type="html"><![CDATA[支持正版，可以考虑从一些软件平台购买到便宜的正版授权]]></summary>
        <content type="html"><![CDATA[<p>支持正版，可以考虑从一些软件平台购买到便宜的正版授权</p><ul><li><a href="https://apsgo.com/" target="_blank" rel="noopener noreferrer">APSGO 软购</a></li><li><a href="https://www.aiviy.com/" target="_blank" rel="noopener noreferrer">艾维软件</a></li><li><a href="https://store.lizhi.io/" target="_blank" rel="noopener noreferrer">数码荔枝</a></li></ul><p>国外</p><ul><li><a href="https://www.macbed.com/" target="_blank" rel="noopener noreferrer">AppKed</a></li><li><a href="https://haxmac.cc/" target="_blank" rel="noopener noreferrer">Haxmac</a></li><li><a href="https://cmacked.com/" target="_blank" rel="noopener noreferrer">Cmacked</a></li><li><a href="https://appstorrent.ru/" target="_blank" rel="noopener noreferrer">Apps torrent</a></li></ul><p>国内(基本上也都是搬运国外)</p><ul><li><a href="https://github.com/qianguyihao/Mac-list" target="_blank" rel="noopener noreferrer">Mac-list</a> 一个Mac软件清单</li><li><a href="https://www.mac8k.com/" target="_blank" rel="noopener noreferrer">Mac8k</a></li><li><a href="https://www.naodai.org/" target="_blank" rel="noopener noreferrer">脑袋瓜子</a></li><li><a href="https://xclient.info/" target="_blank" rel="noopener noreferrer">Xclient</a></li><li><a href="https://www.digit77.com/" target="_blank" rel="noopener noreferrer">Digit77.com</a></li><li><a href="https://www.macyy.cn/" target="_blank" rel="noopener noreferrer">MacYY</a></li><li><a href="https://www.macbl.com/" target="_blank" rel="noopener noreferrer">马可菠萝 MacBl</a></li><li><a href="https://www.zhiniw.com/" target="_blank" rel="noopener noreferrer">知您网</a></li><li><a href="http://www.sdifen.com/" target="_blank" rel="noopener noreferrer">史蒂芬周</a></li><li><a href="https://www.waerfa.com/" target="_blank" rel="noopener noreferrer">玩儿法</a></li><li><a href="https://www.xxmac.com/" target="_blank" rel="noopener noreferrer">xxMac</a></li></ul>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[网络工具]]></title>
        <id>https://www.52liming.com/resource/network</id>
        <link href="https://www.52liming.com/resource/network"/>
        <updated>2023-05-01T08:32:18.000Z</updated>
        <summary type="html"><![CDATA[host文件修改]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="host文件修改">host文件修改<a href="#host文件修改" class="hash-link" aria-label="host文件修改的直接链接" title="host文件修改的直接链接">​</a></h2><ul><li>Mac App Store <a href="https://apps.apple.com/cn/app/ihosts-etc-hosts-%E7%BC%96%E8%BE%91%E5%99%A8/id1102004240?mt=12" target="_blank" rel="noopener noreferrer">iHosts - /etc/hosts 编辑器</a></li><li>Windows <a href="https://switchhosts.vercel.app/zh" target="_blank" rel="noopener noreferrer">SwitchHosts</a></li><li>Chrome 插件 <a href="https://chrome.google.com/webstore/detail/awesome-host-manager/pikaoeecieigblebdddckmlegonlogha?hl=zh-CN" target="_blank" rel="noopener noreferrer">Awesome Host Manager</a></li></ul><h2 class="anchor anchorWithStickyNavbar_LWe7" id="web调试代理">Web调试代理<a href="#web调试代理" class="hash-link" aria-label="Web调试代理的直接链接" title="Web调试代理的直接链接">​</a></h2><ul><li>Proxyman<br><a href="https://proxyman.io/" target="_blank" rel="noopener noreferrer">https://proxyman.io/</a></li><li>Charles<br><a href="https://www.charlesproxy.com/" target="_blank" rel="noopener noreferrer">https://www.charlesproxy.com/</a></li><li>Fiddler<br><a href="https://www.telerik.com/fiddler" target="_blank" rel="noopener noreferrer">https://www.telerik.com/fiddler</a></li><li>Wireshark<br><a href="https://www.wireshark.org/" target="_blank" rel="noopener noreferrer">https://www.wireshark.org/</a></li></ul><h2 class="anchor anchorWithStickyNavbar_LWe7" id="自动化测试">自动化测试<a href="#自动化测试" class="hash-link" aria-label="自动化测试的直接链接" title="自动化测试的直接链接">​</a></h2><ul><li>Playwright
<a href="https://playwright.dev/" target="_blank" rel="noopener noreferrer">https://playwright.dev/</a></li></ul>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[在线工具]]></title>
        <id>https://www.52liming.com/resource/online</id>
        <link href="https://www.52liming.com/resource/online"/>
        <updated>2023-05-01T08:32:18.000Z</updated>
        <summary type="html"><![CDATA[代码分享]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="代码分享">代码分享<a href="#代码分享" class="hash-link" aria-label="代码分享的直接链接" title="代码分享的直接链接">​</a></h2><ul><li><a href="http://c2qr.com/" target="_blank" rel="noopener noreferrer">http://c2qr.com/</a></li></ul><h2 class="anchor anchorWithStickyNavbar_LWe7" id="临时文件互传">临时文件互传<a href="#临时文件互传" class="hash-link" aria-label="临时文件互传的直接链接" title="临时文件互传的直接链接">​</a></h2><p><a href="https://www.wenshushu.cn/" target="_blank" rel="noopener noreferrer">https://www.wenshushu.cn/</a><br>
<a href="https://cp.anyknew.com/" target="_blank" rel="noopener noreferrer">https://cp.anyknew.com/</a><br>
<a href="https://send-anywhere.com/" target="_blank" rel="noopener noreferrer">https://send-anywhere.com/</a></p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="pdm在线查看">PDM在线查看<a href="#pdm在线查看" class="hash-link" aria-label="PDM在线查看的直接链接" title="PDM在线查看的直接链接">​</a></h2><p>PowerDesigner</p>]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[投资学习资料]]></title>
        <id>https://www.52liming.com/resource/stock</id>
        <link href="https://www.52liming.com/resource/stock"/>
        <updated>2023-05-01T08:32:18.000Z</updated>
        <summary type="html"><![CDATA[一些免费的投资基础课]]></summary>
        <content type="html"><![CDATA[<p><em>一些免费的投资基础课</em></p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="证券投资学">证券投资学<a href="#证券投资学" class="hash-link" aria-label="证券投资学的直接链接" title="证券投资学的直接链接">​</a></h2><p>实战版证券投资学。国家“线上一流”本科课程。23年老股民教授“脱口秀”授课，讲股票和基金，耐心答疑。总选课量超19万人，评分5星，每次课都升级。教你买什么，啥时买，买后咋办？按你的需求增加视频。继慕课1.0，……，8.0和9.0后，推出实战10.0，计划再次升级，根据第1-9次课学员建议，大量增加投资实战和案例分析等。讨论注册制时代的交易系统。</p><p><a href="https://www.icourse163.org/course/0203NCEPUBD005-1003480002" target="_blank" rel="noopener noreferrer">https://www.icourse163.org/course/0203NCEPUBD005-1003480002</a></p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="通达信-投资学院">通达信-投资学院<a href="#通达信-投资学院" class="hash-link" aria-label="通达信-投资学院的直接链接" title="通达信-投资学院的直接链接">​</a></h2><p><a href="https://sns.tdx.com.cn/site/web-gmxy/page_index.html#/" target="_blank" rel="noopener noreferrer">https://sns.tdx.com.cn/site/web-gmxy/page_index.html#/</a></p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="牛牛课堂---途牛官方的免费课程">牛牛课堂 - 途牛官方的免费课程<a href="#牛牛课堂---途牛官方的免费课程" class="hash-link" aria-label="牛牛课堂 - 途牛官方的免费课程的直接链接" title="牛牛课堂 - 途牛官方的免费课程的直接链接">​</a></h2><p><a href="https://www.futunn.com/learn" target="_blank" rel="noopener noreferrer">https://www.futunn.com/learn</a></p>]]></content>
    </entry>
</feed>