<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title></title>
        <link>https://www.landhutu.cc</link>
        <description></description>
        <lastBuildDate>Fri, 15 May 2026 09:46:34 GMT</lastBuildDate>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>
        <generator>https://github.com/webmasterish/vuepress-plugin-feed</generator>
        <atom:link href="https://www.landhutu.cc/feed.atom" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[Java基础快问快答]]></title>
            <link>https://www.landhutu.cc/java/se/11/</link>
            <guid>https://www.landhutu.cc/java/se/11/</guid>
            <pubDate>Sun, 30 Jul 2023 11:33:45 GMT</pubDate>
            <description><![CDATA[面向对象和面向过程的区别
面向过程
优点：性能比面向对象高，因为类调用时需要实例化，开销比较大，比较消耗资源;比如单片机、嵌入式开发、Linux/Unix等一般采用面向过程开发，性能是最重要的因素。
缺点：没有面向对象易维护、易复用、易扩展
面向对象
优点：易维护、易复用、易扩展，由于面向对象有封装、继承、多态性的特性，可以设计出低耦合的系统，使系统更加灵活、更加易于维护
缺点：性能比面向过程低]]></description>
        </item>
        <item>
            <title><![CDATA[Java面试场景整理收录]]></title>
            <link>https://www.landhutu.cc/java/se/10/</link>
            <guid>https://www.landhutu.cc/java/se/10/</guid>
            <pubDate>Sun, 30 Jul 2023 10:33:45 GMT</pubDate>
            <description><![CDATA[那么面试官还会继续问你，你觉得它们两个哪个的有序实现比较好？
如果你依然可以回答的话，那么面试官会继续问你，你觉得还有没有比它更好或者更高效的实现方式？
如果你还能说出来的话，那么就你所说的实现方式肯定依然可以问你很多问题。]]></description>
        </item>
        <item>
            <title><![CDATA[Python Interview]]></title>
            <link>https://www.landhutu.cc/java/se/12/</link>
            <guid>https://www.landhutu.cc/java/se/12/</guid>
            <pubDate>Sun, 30 Jul 2023 11:33:45 GMT</pubDate>
            <description><![CDATA[PyPy
PyPy是另一个Python解释器，它的目标是执行速度，PyPy采用JIT技术，对Python代码进行动态编译，所以可以显著提高Python代码的执行速度。]]></description>
            <enclosure url="http://upload-images.jianshu.io/upload_images/11222983-ef7bae628ac9640f.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[K8S常用命令]]></title>
            <link>https://www.landhutu.cc/linux/op/6/</link>
            <guid>https://www.landhutu.cc/linux/op/6/</guid>
            <pubDate>Mon, 02 Jun 2025 20:46:54 GMT</pubDate>
            <description><![CDATA[工作中常用K8S命令收集]]></description>
        </item>
        <item>
            <title><![CDATA[Python分页转移表数据脚本]]></title>
            <link>https://www.landhutu.cc/script/op/0/</link>
            <guid>https://www.landhutu.cc/script/op/0/</guid>
            <pubDate>Wed, 30 Oct 2024 20:46:54 GMT</pubDate>
            <description><![CDATA[个人业务需要从源数据库到目标数据库转移数据，同时不能使用SQL一次性导入，因此需要分页循环写入，编写以下python脚本实现该功能。]]></description>
        </item>
        <item>
            <title><![CDATA[K8S业务脚本]]></title>
            <link>https://www.landhutu.cc/script/op/1/</link>
            <guid>https://www.landhutu.cc/script/op/1/</guid>
            <pubDate>Mon, 02 Jun 2025 20:46:54 GMT</pubDate>
            <description><![CDATA[K8S业务脚本整理]]></description>
        </item>
        <item>
            <title><![CDATA[聊聊机器学习和人工智障]]></title>
            <link>https://www.landhutu.cc/ai/op/0/</link>
            <guid>https://www.landhutu.cc/ai/op/0/</guid>
            <pubDate>Wed, 06 Sep 2023 20:46:54 GMT</pubDate>
            <description><![CDATA[
在聊之前，我想聊聊我很喜欢的一个系列电影—《异形》]]></description>
            <enclosure url="https://picx.landhutu.cc/rest/blog/11222983-feb3b7a92b02386d.jpg">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[大模型低代码开发平台对比]]></title>
            <link>https://www.landhutu.cc/ai/op/5/</link>
            <guid>https://www.landhutu.cc/ai/op/5/</guid>
            <pubDate>Thu, 08 Aug 2024 20:46:54 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[LLM部署常用脚本&命令]]></title>
            <link>https://www.landhutu.cc/ai/op/15/</link>
            <guid>https://www.landhutu.cc/ai/op/15/</guid>
            <pubDate>Sun, 18 Aug 2024 19:48:57 GMT</pubDate>
            <description><![CDATA[
模型参数与占用空间]]></description>
            <enclosure url="https://picx.landhutu.cc/rest/blog/17jd7mdu36yo.webp">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[人工智能概念及术语]]></title>
            <link>https://www.landhutu.cc/ai/op/10/</link>
            <guid>https://www.landhutu.cc/ai/op/10/</guid>
            <pubDate>Tue, 13 Aug 2024 19:48:57 GMT</pubDate>
            <description><![CDATA[
最近工作与大模型息息相关，一入AI深似海，大模型产业日新月异。毫不夸张的说我上个月才做的技术调研，这个月就已经过时了，好几次在隔壁部门听见同事谈论大模型相关问题，走进听是听见了但仿佛在说外星语。大模型领域有很多专业词汇，比如什么AGI、AIGC、多模态、Token、RAG、COT、SFT、LORA等等，对非这个行业从业者来说，初次见到通常不明所以，特此在这篇文章里总结工作上用到的及调研过的一些AI领域专业术语，涵盖基础概念、机器学习&amp;深度学习、NLP、多模态、智能体等多个类别，持续更新！
]]></description>
        </item>
        <item>
            <title><![CDATA[Gary Marcus：生成式AI泡沫将退，神经符号AI才是未来]]></title>
            <link>https://www.landhutu.cc/ai/op/20/</link>
            <guid>https://www.landhutu.cc/ai/op/20/</guid>
            <pubDate>Sun, 25 Aug 2024 19:49:57 GMT</pubDate>
            <description><![CDATA[
近日，人类神经科学和人工智能交叉领域的学者Gary Marcus发文，对生成式人工智能的未来做出了大胆预测：在接下来的12个月内，当前围绕生成式人工智能的泡沫将会破裂。]]></description>
            <enclosure url="https://picx.landhutu.cc/rest/blog/3x0tk2cvylg0.webp">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[图谱RAG调研]]></title>
            <link>https://www.landhutu.cc/ai/op/25/</link>
            <guid>https://www.landhutu.cc/ai/op/25/</guid>
            <pubDate>Thu, 12 Sep 2024 20:48:54 GMT</pubDate>
            <description><![CDATA[|   实体去重    |            支持            |      不支持       |       不支持        |
| 优化Token消耗 |            支持            |      不支持       |       不支持        |
|  跨文档图谱构建  |           不支持            |       支持       |       未说明        |
|   图谱显示    |            支持            |    不支持，可定制     |        支持        |
|   图谱数据库   |           自身携带           | 本身不支持，可集成neo4j |     TuGraph      |
|  支持文件种类   |       txt、pdf等十多种        |  只支持txt和excel  |   txt、pdf等十多种    |
| 支持chat模型  |            丰富            |  仅openai，可定制   |        丰富        |
|  支持向量大模型  |            丰富            |  仅openai，可定制   |        丰富        |
|   UI可视化   |            支持            |    不支持，可定制     |        支持        |
|   流式输出    |            支持            |    不支持，可定制     |        支持        |
|   自定义实体   |          界面自定义           |     修改配置提取     |       不支持        |
|    效果     | 实测图谱问答效果一般，回答速度慢且图谱信息不完整 |      待验证       |        /         |]]></description>
            <enclosure url="https://picx.landhutu.cc/rest/blog/5396ee05ly8hpvn3ur01sj212w0jyadt.jpeg">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[微软GraphRAG概念]]></title>
            <link>https://www.landhutu.cc/ai/op/30/</link>
            <guid>https://www.landhutu.cc/ai/op/30/</guid>
            <pubDate>Tue, 15 Oct 2024 20:48:54 GMT</pubDate>
            <description><![CDATA[| 实现依赖     | 向量搜索和图遍历           | 预计算的社区摘要和多次 LLM 调用  |
| 最佳使用场景 | 需要快速直接答案的情况     | 需要深入洞察和复杂推理的场景     |]]></description>
            <enclosure url="https://picx.landhutu.cc/rest/blog/20241015175432.webp">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[低空经济和无人机路径规划的一些思考]]></title>
            <link>https://www.landhutu.cc/ai/op/31/</link>
            <guid>https://www.landhutu.cc/ai/op/31/</guid>
            <pubDate>Sat, 28 Dec 2024 20:46:54 GMT</pubDate>
            <description><![CDATA[
“奇肱国制飞车，游行半空，日可万里。”——《山海经·海外西经》]]></description>
            <enclosure url="https://picx.landhutu.cc/rest/2025/WtFiJmK.webp">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[Embedding和Rerank模型OpenAi协议启动脚本]]></title>
            <link>https://www.landhutu.cc/ai/op/32/</link>
            <guid>https://www.landhutu.cc/ai/op/32/</guid>
            <pubDate>Mon, 10 Mar 2025 22:46:54 GMT</pubDate>
            <description><![CDATA[记录RAG向量模型和重排序模型自定义启动方式]]></description>
        </item>
        <item>
            <title><![CDATA[数字人行业技术调研]]></title>
            <link>https://www.landhutu.cc/ai/op/34/</link>
            <guid>https://www.landhutu.cc/ai/op/34/</guid>
            <pubDate>Sun, 29 Jun 2025 22:46:54 GMT</pubDate>
            <description><![CDATA[Demo展示]]></description>
            <enclosure url="https://picx.landhutu.cc/rest/2025/ory0QuK.jpeg">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[Knowledge-Graph-Studio调研]]></title>
            <link>https://www.landhutu.cc/ai/op/35/</link>
            <guid>https://www.landhutu.cc/ai/op/35/</guid>
            <pubDate>Sun, 04 Jan 2026 22:46:54 GMT</pubDate>
            <enclosure url="https://picx.landhutu.cc/rest/2025/p9vUBPK.png">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[Skills的一点思考]]></title>
            <link>https://www.landhutu.cc/ai/op/37/</link>
            <guid>https://www.landhutu.cc/ai/op/37/</guid>
            <pubDate>Sat, 18 Apr 2026 22:46:54 GMT</pubDate>
            <description><![CDATA[利于本地化客户端，不利于在线平台
权限管理失控
编写skills对小白用户更高的操作门槛
可以与MCP结合实用，达到便利和可控的
和workflow是对立关系，有更好的隐私性、成功率更高
流程稳定性更高
集成和操作成本更高]]></description>
            <enclosure url="https://picx.landhutu.cc/rest/2026/1x8midk.png">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[OpenClaw爆火与背后的思考]]></title>
            <link>https://www.landhutu.cc/ai/op/36/</link>
            <guid>https://www.landhutu.cc/ai/op/36/</guid>
            <pubDate>Sun, 08 Mar 2026 22:46:54 GMT</pubDate>
            <description><![CDATA[
前有豆包手机，后有OpenClaw。过去一个月，整个科技圈都在为一个叫 OpenClaw 的开源项目陷入癫狂。然而，撕开“AGI 已经到来”的神话滤镜，基于现有基座大模型的幻觉问题，我们必须承认这是一场从“隐私换便利”向“安全换便利”的致命交易。]]></description>
            <enclosure url="https://picx.landhutu.cc/rest/2026/8dac05a4-1a28-11f1-9440-00163e09d72f.jpeg">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[博客添加3D在线模型]]></title>
            <link>https://www.landhutu.cc/blog/op/0/</link>
            <guid>https://www.landhutu.cc/blog/op/0/</guid>
            <pubDate>Tue, 08 Oct 2024 20:46:54 GMT</pubDate>
            <description><![CDATA[网上冲浪时看到个3D模型网站，想着折腾下，就把留言区加上了3D模型显示，以下是操作记录
]]></description>
            <enclosure url="https://picx.landhutu.cc/rest/blog/20241009141540.jpg">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[如何保证大模型在RAG模式下完整输出知识库问题答案]]></title>
            <link>https://www.landhutu.cc/ai/op/33/</link>
            <guid>https://www.landhutu.cc/ai/op/33/</guid>
            <pubDate>Sat, 12 Apr 2025 22:46:54 GMT</pubDate>
            <description><![CDATA[具体措施：
> * 知识库文本段QA颗粒度细化并保持chunk段完整
> * 调整优化问题匹配度阈值
> * 优化提示词模板强制模型引用检索结果
> * 使用混合检索，结合关键词检索（BM25）与向量检索
> * 加入Rerank模型，根据候选文档列表与用户问题语义匹配度进行重新排序，从而改进语义排序的结果
> * Top_K调整为1筛选出最相关的答案]]></description>
            <enclosure url="https://picx.landhutu.cc/rest/2025/KovsMPK.jpeg">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[博客底部添加一排小动物]]></title>
            <link>https://www.landhutu.cc/blog/op/1/</link>
            <guid>https://www.landhutu.cc/blog/op/1/</guid>
            <pubDate>Wed, 19 Feb 2025 22:46:54 GMT</pubDate>
            <description><![CDATA[
有博友对本网站底部的小动物展示感兴趣，特此记录下该效果实现方式，效果图如上]]></description>
            <enclosure url="https://picx.landhutu.cc/rest/2025/5xLvGoK.png">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[摄影作品-创世纪]]></title>
            <link>https://www.landhutu.cc/yearGraphy/op/0/</link>
            <guid>https://www.landhutu.cc/yearGraphy/op/0/</guid>
            <pubDate>Thu, 30 Oct 2014 14:48:54 GMT</pubDate>
            <description><![CDATA[如要阅读全文，点击标题跳转。摄影作品-创世纪2024]]></description>
            <enclosure url="https://picx.landhutu.cc/rest/play/IMG_6001.HEIC.webp">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[摄影作品-2025]]></title>
            <link>https://www.landhutu.cc/yearGraphy/op/1/</link>
            <guid>https://www.landhutu.cc/yearGraphy/op/1/</guid>
            <pubDate>Tue, 20 May 2025 18:48:54 GMT</pubDate>
            <description><![CDATA[如要阅读全文，点击标题跳转。摄影作品-创世纪2025]]></description>
            <enclosure url="https://picx.landhutu.cc/rest/2025/UpFHrsK.jpeg">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[自我 - 介绍]]></title>
            <link>https://www.landhutu.cc/about/me/introduce/</link>
            <guid>https://www.landhutu.cc/about/me/introduce/</guid>
            <pubDate>Sat, 30 Jul 2022 22:29:33 GMT</pubDate>
            <description><![CDATA[如要阅读全文，点击标题跳转。自我 - 介绍]]></description>
        </item>
        <item>
            <title><![CDATA[本站 - 介绍]]></title>
            <link>https://www.landhutu.cc/about/website/introduce/</link>
            <guid>https://www.landhutu.cc/about/website/introduce/</guid>
            <pubDate>Mon, 01 Nov 2021 11:03:34 GMT</pubDate>
            <description><![CDATA[如要阅读全文，点击标题跳转。本站 - 介绍]]></description>
            <enclosure url="https://picx.landhutu.cc/rest/blog/20211101112752.jpeg">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[勇于吃螃蟹]]></title>
            <link>https://www.landhutu.cc/pages/7d7146/</link>
            <guid>https://www.landhutu.cc/pages/7d7146/</guid>
            <pubDate>Fri, 15 May 2026 17:44:19 GMT</pubDate>
            <description><![CDATA[不久，大疆创始人汪滔拒绝了这样的合作，继续追求更完美的无人机飞控系统。]]></description>
        </item>
    </channel>
</rss>