<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>LearnKu 终身编程者的知识社区</title>
        <description>专为终身学习者定制的编程知识社区</description>
        <link>https://learnku.com</link>
        <atom:link href="https://learnku.com/feed" rel="self" type="application/rss+xml"/>
                <pubDate>Wed, 01 Apr 2026 11:29:47 +0800</pubDate>
        <lastBuildDate>Wed, 01 Apr 2026 11:29:47 +0800</lastBuildDate>
        <generator>Summer</generator>
                    <item>
                <title>为什么 PHP 闭包要加 static？</title>
                <link>https://learnku.com/articles/91886</link>
                <description>为什么 PHP 闭包要加 static？ 在 PHP 中，闭包的使用越来越普遍：依赖注入、中间件、集合回调，以及异步编程中的回调工具。 但闭包有一个行为可能会让人意外：在实例方法内部创建的闭包会自动携带对当前对象的引用...</description>
                <pubDate>Thu, 05 Mar 2026 17:14:55 CST</pubDate>
                <guid>https://learnku.com/articles/91886</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>使用PHP国密实战，打通SM2/SM3/SM4全流程</title>
                <link>https://learnku.com/articles/91725</link>
                <description>作为一个PHP开发者，面对国密（SM2/SM3/SM4）这个“硬骨头”，第一反应是：PHP生态有成熟的解决方案吗？ 经历了从迷茫到实现的全过程，我最终用 PHP GMP扩展 + lpilp/guomi Composer包 优雅地解决了所有国密加解密需求...</description>
                <pubDate>Sun, 25 Jan 2026 17:19:23 CST</pubDate>
                <guid>https://learnku.com/articles/91725</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>Claude Code 入门：使用方式与功能介绍</title>
                <link>https://learnku.com/articles/91647</link>
                <description>Claude Code 是 Anthropic 官方推出的命令行 AI 编程助手，可以直接在终端中与 Claude 进行交互，帮助你完成代码编写、调试、重构等开发任务。 不过它的能力远不止于此。除了基础的对话和代码操作，Claude Code 还提...</description>
                <pubDate>Tue, 13 Jan 2026 10:30:56 CST</pubDate>
                <guid>https://learnku.com/articles/91647</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>同事查日志太慢，我现场教他一套 awk、tail、grep、sed 组合拳</title>
                <link>https://learnku.com/articles/91559</link>
                <description>昨天临下班，生产环境出现了一个偶发的报错预警。 旁边的同事正~~准备排查，只见他输入命令 cat application.log ，一个 2GB 大小文本啊，日志哗哗刷啥也看不清，crtl + c 也停不下来了，最后轻轻的关闭连接，又重新...</description>
                <pubDate>Fri, 26 Dec 2025 09:44:16 CST</pubDate>
                <guid>https://learnku.com/articles/91559</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>消失的六年，我在做什么？All in TS/Dart。尝试了很多有趣的东西⬇️（六年回忆室）</title>
                <link>https://learnku.com/articles/91544</link>
                <description>前言 六年前，我还在写 PHP；并在中国所谓的「开源项目」中进行工作。尤其是从 2015 年开始，我入职了 ZY 并开启了打造 ThinkSNS 之旅。也凭借一己之力将整个项目使用 Laravel 完全重构并使用 Alpha-2 开源协议进行...</description>
                <pubDate>Wed, 24 Dec 2025 10:28:16 CST</pubDate>
                <guid>https://learnku.com/articles/91544</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>再推荐 10 个低调但非常实用的 PHP 包</title>
                <link>https://learnku.com/articles/91514</link>
                <description>再推荐 10 个低调但非常实用的 PHP 包 PHP 生态不缺库，缺的是信噪比。 每年热门文章、会议分享、GitHub Star 往往都围绕同一批工具打转；与此同时，还有不少维护稳定、质量很高的包在解决真实工程问题，却很少被反...</description>
                <pubDate>Fri, 19 Dec 2025 07:37:55 CST</pubDate>
                <guid>https://learnku.com/articles/91514</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>我们正在寻找优秀的工程师，参与几项正在推进的技术项目</title>
                <link>https://learnku.com/articles/91403</link>
                <description>在介绍项目之前，先简单说说我们是谁。 方长科技是一家专注于 IT 解决方案、AI 技术开发、外包项目交付与对日人才培养的科技公司。我们为客户提供从产品设计、系统开发到部署运维的全流程服务，也长期参与教育、内容...</description>
                <pubDate>Wed, 03 Dec 2025 16:43:29 CST</pubDate>
                <guid>https://learnku.com/articles/91403</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>go-carbon v2.6.15 正式版发布，已被 docker 官方组织使用</title>
                <link>https://learnku.com/articles/91275</link>
                <description>Carbon 是一个轻量级、语义化、对开发者友好的 golang 时间处理库，不依赖于 任何 第三方库， 100% 单元测试覆盖率，已被 docker 组织使用以及被 awesome-go 和 hello-github 收录，并获得gitee 2024 年最有价值项目...</description>
                <pubDate>Mon, 17 Nov 2025 10:21:37 CST</pubDate>
                <guid>https://learnku.com/articles/91275</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>15 个 Eloquent 高级技巧，瞬间提升你的 Laravel 应用性能</title>
                <link>https://learnku.com/articles/91230</link>
                <description>15 个 Eloquent 高级技巧，瞬间提升你的 Laravel 应用性能 Eloquent 的优雅语法很容易让人忽略性能问题，特别是当数据表增长到千万级别时。我在调优处理上亿记录的高并发系统过程中，总结了 15 个实战技巧——远不止基...</description>
                <pubDate>Sun, 09 Nov 2025 09:02:28 CST</pubDate>
                <guid>https://learnku.com/articles/91230</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>Laravel Livewire 4.x 中文文档现已上线</title>
                <link>https://learnku.com/articles/91182</link>
                <description>最近看到社区一直在讨论 filament admin。很多小伙伴都在使用，由于 filament admin 基于 livewire。所以正值Laravel livewire4-beta 正式发布了。我已经跟踪 livewire4 版本很久，虽然现在还是 beta，我也花了很久...</description>
                <pubDate>Wed, 05 Nov 2025 22:38:38 CST</pubDate>
                <guid>https://learnku.com/articles/91182</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>对独角数卡的一次全新升级：Laravel 12 + Filament 4 + Livewire 3 重构版本</title>
                <link>https://learnku.com/laravel/t/91174</link>
                <description>社区关于 Filament 的关注度越来越高，新开的项目也用上了 Filament 。但是商业项目不便于开源，并且之前项目也是采用 Dcat admin。 基于以上情况，这几天抽空作了一个尝试，对 独角数卡 进行了彻底重构升级。 项目...</description>
                <pubDate>Wed, 05 Nov 2025 08:59:27 CST</pubDate>
                <guid>https://learnku.com/laravel/t/91174</guid>
                <category>分享创造</category>
            </item>
                    <item>
                <title>Laravel-Admin 项目重生，我 fork 了原项目继续维护！</title>
                <link>https://learnku.com/articles/91116</link>
                <description>你是否曾因原版 z-song/laravel-admin 停止更新而苦恼？现在，我 fork 了原项目，并致力于为其提供持续的维护、更新和对现代 Laravel/PHP 版本的支持。🚀 z-song/laravel-admin 是一个极富盛名的 Laravel 后台管理框...</description>
                <pubDate>Tue, 28 Oct 2025 17:51:01 CST</pubDate>
                <guid>https://learnku.com/articles/91116</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>价值千万的诊所saas项目正式开源</title>
                <link>https://learnku.com/laravel/t/91064</link>
                <description>项目简介 蝉印诊所管家专为消费医疗行业打造，全面覆盖医美、口腔、眼科及各类诊所等应用场景。我们致力于推动中国消费医疗行业信息化发展。 项目源码 gitee.com/yiliaocrm/api 技术架构 后端php(Laravel12) 前端vue...</description>
                <pubDate>Sat, 18 Oct 2025 10:44:35 CST</pubDate>
                <guid>https://learnku.com/laravel/t/91064</guid>
                <category>分享创造</category>
            </item>
                    <item>
                <title>关于我最近几年在做的 nature 编程语言</title>
                <link>https://learnku.com/articles/90887</link>
                <description>nature 是一款通用开源编程语言与编译器，期望为开发者提供简洁优雅的开发体验，能够简单高效构建出安全可靠的跨平台软件。你可以通过 github 或者官网获取 nature 编程语言的所有信息。 github github.com/nature-l...</description>
                <pubDate>Fri, 19 Sep 2025 14:16:50 CST</pubDate>
                <guid>https://learnku.com/articles/90887</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>PHP Swoole/WebMan/Laravel Octane 等长驻进程框架内存泄露诊断与解决方案</title>
                <link>https://learnku.com/articles/90760</link>
                <description>PHP Swoole/WebMan/Laravel Octane 等长驻进程框架内存泄露诊断与解决方案 长时间运行的 PHP 应用已经很常见了，上一篇有介绍。Swoole、WebMan、Laravel Octane、RoadRunner、ReactPHP 等框架都可以让单个进程持续在...</description>
                <pubDate>Fri, 05 Sep 2025 08:03:49 CST</pubDate>
                <guid>https://learnku.com/articles/90760</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>[大连]招聘前端工程师 </title>
                <link>https://learnku.com/laravel/t/90607</link>
                <description>职位要求 1、精通vue生态、element-plus、vant2、对代码有洁癖和一定的强迫症加分3、提供至少2个线上的项目案例 加分项 有 GitHub/Gitee 开源项目的加分；有个人博客加分； 合作方式 有合作意向后，如果不是大连本地...</description>
                <pubDate>Mon, 18 Aug 2025 19:24:42 CST</pubDate>
                <guid>https://learnku.com/laravel/t/90607</guid>
                <category>工作</category>
            </item>
                    <item>
                <title>🚀 深圳福田 | 高级 PHP 开发工程师 | 14 薪+双休+午餐 </title>
                <link>https://learnku.com/articles/90604</link>
                <description>职位描述 职位诱惑 上市公司、高大上环境、年轻化团队、开源氛围好 职位描述 如果你想找一个稳定的平台，年轻化的团队，亲和力强的小伙伴，想正式成为我们不可或缺的一员，那就把简历丢过来吧！ 岗位职责 1、负责网...</description>
                <pubDate>Mon, 18 Aug 2025 16:26:14 CST</pubDate>
                <guid>https://learnku.com/articles/90604</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>Dcat-Plus-Admin：dcat-admin框架的超级增强版，开发效率提升200%！</title>
                <link>https://learnku.com/articles/90602</link>
                <description>如果你还在犹豫,考量 搞新项目用哪个框架好， 也许你正在使用或考虑使用dcat-admin框架，那么这个plus版本绝对会让你眼前一亮！今天我要向大家强烈推荐这个功能强大的增强版——dcat-plus-admin！ 官方文档：www.dcat-...</description>
                <pubDate>Mon, 18 Aug 2025 10:54:41 CST</pubDate>
                <guid>https://learnku.com/articles/90602</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>程序员送外卖一周后，我想明白了一件事</title>
                <link>https://learnku.com/articles/90547</link>
                <description>程序员送外卖一周后，我想明白了一件事 一个奇怪的决定 作为一个写了十几年代码的程序员，我做了一个”奇怪”的决定：去送外卖。 不是因为缺钱，也不是中年危机。而是最近总感觉大脑”卡住了”——每天对着电脑屏幕，写Pyt...</description>
                <pubDate>Sat, 09 Aug 2025 19:07:07 CST</pubDate>
                <guid>https://learnku.com/articles/90547</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>迷途小码农的十年</title>
                <link>https://learnku.com/php/t/90484</link>
                <description>接触 2015年的一个平平常常的夏天， 20岁的我进入到了一个普普通通的院校。就像一颗不起眼的小石子被投入汪洋的大海中，没有任何波澜，浑浑噩噩的度过3年的光阴。像大多数人一样面临着实习，很幸运的我获得了一个实...</description>
                <pubDate>Tue, 29 Jul 2025 11:55:27 CST</pubDate>
                <guid>https://learnku.com/php/t/90484</guid>
                <category>分享创造</category>
            </item>
                    <item>
                <title>[网安] 三： 4核服务器CPU满载问题：PHP-FPM进程数优化实战</title>
                <link>https://learnku.com/articles/90181</link>
                <description>问题复现 大量cpu满载，但是内存ok，磁盘ok。看监控曲线，都是正常的。就是硬把cpu跑满了。 梳理一下今天的问题解决过程： 问题发现：CPU满载，load average超过50排查发现：php-fpm进程数97个，但配置显示max_child...</description>
                <pubDate>Wed, 18 Jun 2025 14:51:42 CST</pubDate>
                <guid>https://learnku.com/articles/90181</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>[水]热烈庆祝 PHP 30岁啦！！🎉</title>
                <link>https://learnku.com/articles/90157</link>
                <description>俗话说，30 而立，没想到 PHP 30岁不仅重新站起来了，还立起来了。 尤记得前几年，PHP 就差点真的要倒下了。核心人员因为生计问题闹着要跳槽，眼看着团队要向着解散发展，便紧急成立基金会寻求社会同僚帮助，大家也...</description>
                <pubDate>Wed, 11 Jun 2025 23:29:15 CST</pubDate>
                <guid>https://learnku.com/articles/90157</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>关于快速掌握Go代码库核心功能</title>
                <link>https://learnku.com/articles/90149</link>
                <description>写在前面 当你接手一个陌生的Go项目时，是否曾在迷宫般的代码中迷失方向？本文分享一套快速了解Go项目代码阅读秘技，助你快速破译Go代码库的核心设计。 面临的问题 可能大数开发者习惯的 「从上到下线性阅读」 的方...</description>
                <pubDate>Tue, 10 Jun 2025 18:07:05 CST</pubDate>
                <guid>https://learnku.com/articles/90149</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>AI First 编程：Cursor 深度体验和”智驾式编程“实操</title>
                <link>https://learnku.com/articles/90146</link>
                <description>AI First 编程是指有事儿 AI 先上，搞不定再找我；智驾式编程是类比目前新能源汽车的智能驾驶，它让我们出行更加方便但也需要一位驾驶员来确保前进方向正确和驾驶安全。 引言 作为一名步入互联网行业数年的后端码农...</description>
                <pubDate>Tue, 10 Jun 2025 12:17:15 CST</pubDate>
                <guid>https://learnku.com/articles/90146</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>Laravel 12 开始翻译/校对文档</title>
                <link>https://learnku.com/laravel/t/90126</link>
                <description>说明 Laravel 12 已发布小半年，LK 社区终于要开始翻译，欢迎大家参与。 翻译实时进度查看这里：《Laravel 12 中文文档》 翻译须知 为了保证翻译的质量，参加翻译的同学请仔细阅读以下： 请基于 Laravel 11.x 中文文...</description>
                <pubDate>Fri, 06 Jun 2025 11:10:08 CST</pubDate>
                <guid>https://learnku.com/laravel/t/90126</guid>
                <category>公告</category>
            </item>
                    <item>
                <title>花了一年空闲时间打磨了一款IM</title>
                <link>https://learnku.com/articles/90111</link>
                <description>软件名称 TL-RTC-APP 演示体验: app.iamtsm.cn 开源地址: github.com/tl-open-source/tl-rtc-a... 应用平台 浏览器,跨平台,移动端适配 应用简介 高质量开源IM，群聊，好友，聊天，视频，直播，共享，文件预览，文件...</description>
                <pubDate>Wed, 04 Jun 2025 19:58:10 CST</pubDate>
                <guid>https://learnku.com/articles/90111</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>做了一个laravel的扩展收藏，包含了1300多个laravel的扩展包。喜欢的可以收藏了。</title>
                <link>https://learnku.com/laravel/t/89967</link>
                <description>平时有一些常用的扩展包，但是找起来每次都得去翻阅github。或者其他地方，麻烦的很。所以就花了一天功夫。做了一个扩展收藏页。 收集了1300多个laravel的扩展。 wyz.xyz/ 大伙进去后。点左侧的产品中心，就可以看到...</description>
                <pubDate>Thu, 08 May 2025 19:46:14 CST</pubDate>
                <guid>https://learnku.com/laravel/t/89967</guid>
                <category>分享创造</category>
            </item>
                    <item>
                <title>通俗易懂的理解什么是依赖注入、控制反转和 IoC 容器（附源码）</title>
                <link>https://learnku.com/articles/89876</link>
                <description>好久没写技术文了，今天跟大家简单聊聊什么是面向对象编程中的依赖注入、控制反转和 IoC 容器。 依赖注入 开始之前我们先来看两段代码： 没有使用依赖注入： class Car {     public $engine;     public function _...</description>
                <pubDate>Wed, 30 Apr 2025 14:49:29 CST</pubDate>
                <guid>https://learnku.com/articles/89876</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>Laravel代码生成器，快速构建项目代码，统一团队编码风格</title>
                <link>https://learnku.com/articles/89838</link>
                <description>V4.0 更新时间：2025-06-04 更新日志 修改模板引擎为blade，并修改默认模板内容更改配置文件laravel-generator.php的配置增加已存在表的模板迁移 安装 若已安装 PHP 和 Composer，可通过 Composer 安装 Laravel 安装...</description>
                <pubDate>Sun, 27 Apr 2025 09:02:13 CST</pubDate>
                <guid>https://learnku.com/articles/89838</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>FlyEnv 新一代全栈开发效率方式，傻瓜式集成环境管理工具</title>
                <link>https://learnku.com/articles/89793</link>
                <description>FlyEnv 新一代全栈开发效率方式，傻瓜式集成环境管理工具 什么是 FlyEnv？ ​ FlyEnv 是一款专为现代开发者设计的一体化环境管理工具。它通过 极速多版本切换、全栈技术支持 和 无缝跨平台体验，简化开发流程。无论你...</description>
                <pubDate>Mon, 21 Apr 2025 18:45:05 CST</pubDate>
                <guid>https://learnku.com/articles/89793</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>做了一个独立开发者社区，期待大家一起交流</title>
                <link>https://learnku.com/articles/89768</link>
                <description>写代码这玩意儿，从大学毕业捣鼓到现在，一晃都18年了。最早是自己开了个小工作室，主要是接外包，做各种各样的产品。现在翻翻记录，目前还能翻到合同的的项目，大大小小居然有将近200个。 之前的不说了，2020年到现...</description>
                <pubDate>Thu, 17 Apr 2025 23:47:41 CST</pubDate>
                <guid>https://learnku.com/articles/89768</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>GooseForum 发布啦~ 用 go+vue3 写了一个低依赖的论坛小站，一键部署超低依赖(2025 年分享不知道算不算晚)</title>
                <link>https://learnku.com/articles/89684</link>
                <description>GooseForum github.com/leancodebox/GooseForumgooseforum.online/如果有感兴趣想要自己部署的同学也可以从 releases 下载解压后，进行登录体验。 其中本次发布到 github 也是用 goreleaser 进行操作的。之前仅仅是...</description>
                <pubDate>Mon, 07 Apr 2025 12:00:35 CST</pubDate>
                <guid>https://learnku.com/articles/89684</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>🎉  点赞目标达成  PHP Composer 私有包管理项目 PackVault 正式开源</title>
                <link>https://learnku.com/articles/89680</link>
                <description>PackVault 社区反映来看，咱的目标已达成了，所以按照约定发布出来了😂 PackVault 是一款 PHP 私有包管理面板，目前支持 Github 和 Gitee，理论上可以支持所有 git 协议平台。 packvault 可以给个 star✨ 支持下，如...</description>
                <pubDate>Mon, 07 Apr 2025 09:28:36 CST</pubDate>
                <guid>https://learnku.com/articles/89680</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>「Golang进阶之路」底层原理篇</title>
                <link>https://learnku.com/articles/89660</link>
                <description>[toc] 写在前面 在 Go 语言的设计哲学中，简洁性和高效性始终是其核心追求。然而，这种表面的简洁背后，蕴含着精心设计的数据结构和巧妙的实现机制。本文将深入探讨 Go 语言中最基础且最重要的核心数据结构，包括 st...</description>
                <pubDate>Wed, 02 Apr 2025 01:54:01 CST</pubDate>
                <guid>https://learnku.com/articles/89660</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>用 Laravel12 Startkit 做了一个 composer 私有包托管平台 😂 点赞超过 20 个 开源，看看需要的人多不多</title>
                <link>https://learnku.com/articles/89601</link>
                <description>PHP composer 私有包托管平台 PackVault 上线啦 目前只支持 Github 平台。 支持一个团队，创建 License 分发给团队成员。 现已开源 packvault 可以给个 star✨ 支持下，如果遇到问题也可以 issue 反馈 点赞的兄弟们...</description>
                <pubDate>Mon, 24 Mar 2025 08:52:30 CST</pubDate>
                <guid>https://learnku.com/articles/89601</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>如何打造令后端面试官印象深刻的简历？</title>
                <link>https://learnku.com/laravel/t/89580</link>
                <description>背景 最近，在公司负责后端相关面试，简历看了不下 50 份，面试 10+，纯手码 2000 多字，说说我对简历的看法，希望给大家一点启发。 教育经历 在众多求职面试中，我发现多数求职者容易忽视教育背景的重要性。有些求...</description>
                <pubDate>Sat, 22 Mar 2025 15:05:16 CST</pubDate>
                <guid>https://learnku.com/laravel/t/89580</guid>
                <category>分享</category>
            </item>
                    <item>
                <title> [长沙] [12K-15K] 招聘已结束</title>
                <link>https://learnku.com/laravel/t/89484</link>
                <description>更新 感谢大家，已经招聘完毕。 社区总共收到简历 4 份，其中 HR 环节筛选掉了 1 份，总共约面 3 份。糟心的是，在约面 3 份中简历中，有一位求职者爽约了，HR 联系也联系不上。 最后感谢大家的支持~  祝大家 2025...</description>
                <pubDate>Tue, 11 Mar 2025 17:37:06 CST</pubDate>
                <guid>https://learnku.com/laravel/t/89484</guid>
                <category>工作</category>
            </item>
                    <item>
                <title>极简实现 Go 实时消息推送</title>
                <link>https://learnku.com/articles/89479</link>
                <description>在现代 Web 开发中，实时数据推送是一个常见需求。比如，股票价格更新或聊天消息通知。Server-Sent Events (SSE) 是一种基于 HTTP 的轻量级技术，特别适合服务器主动向客户端推送更新的场景。今天，我们将结合 go-ze...</description>
                <pubDate>Mon, 10 Mar 2025 23:35:20 CST</pubDate>
                <guid>https://learnku.com/articles/89479</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>百万数据的小系统，搜索标题，不要搞这么复杂</title>
                <link>https://learnku.com/articles/89461</link>
                <description>杀鸡用牛刀 按照小数据量的查询商品标题场景中，比如在一个四百万个商品里找标题，如果是使用   %标题关键词% 会全表扫描 ，一些小伙伴会忍不住上ES 或者  XunSearch ，我以前遇到的小系统，不少的人是这么干的 其实...</description>
                <pubDate>Fri, 07 Mar 2025 17:39:20 CST</pubDate>
                <guid>https://learnku.com/articles/89461</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>一名独立开发者的自述（我们都是有梦想的人）</title>
                <link>https://learnku.com/articles/89145</link>
                <description>前言 大家好，我是一名独立开发者，如果还要详细一点的话，那么我是一名做了三年的网页端应用的独立开发者！ 很多人谈到独立开发者，首先想到的就是赚钱吗？能养活自己吗？收入来源的方式是什么？… 总之，谈到独立开...</description>
                <pubDate>Wed, 15 Jan 2025 19:20:47 CST</pubDate>
                <guid>https://learnku.com/articles/89145</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>我的2024年记-续走 AI 路及新生命诞生</title>
                <link>https://learnku.com/coder/t/89096</link>
                <description>前言 距我上次写年终总结已经快四年了，上一次写总结《我的2020年记-大浪潮下的小小打工人》的时候，疫情还在肆虐，而现在疫情离我们远去已经有两年了。 但跟 2020 年发生的事情有一个共性是，我的工作和生活都有了...</description>
                <pubDate>Sun, 05 Jan 2025 20:47:23 CST</pubDate>
                <guid>https://learnku.com/coder/t/89096</guid>
                <category>分享</category>
            </item>
                    <item>
                <title>Tauri2.0+vue3-os：原创vite6+tauri2+arco-design客户端OS桌面管理</title>
                <link>https://learnku.com/articles/89019</link>
                <description>重磅新作tauri2.1+vue3 setup+pinia2+arco.design跨平台仿macos和windows桌面os系统。 使用技术 编码器：VScode技术框架：vite^6.0.3+vue^3.5.13+vue-router^4.5.0跨平台框架：tauri^2.1.1UI组件库：@arco-design/we...</description>
                <pubDate>Tue, 24 Dec 2024 14:33:01 CST</pubDate>
                <guid>https://learnku.com/articles/89019</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>Laravel 多态关联的模型本地化套用</title>
                <link>https://learnku.com/articles/88862</link>
                <description>前言 在项目中，一般情况下，我们可以使用单个字段来创建一个一对一或者一对多关联，比如一个 User 有多个 Post。 而除了这些，我们偶尔会遇到一些关联关系除了需要根据 ID 进行关联外，还可能需要根据不同的 Type...</description>
                <pubDate>Sun, 01 Dec 2024 15:14:33 CST</pubDate>
                <guid>https://learnku.com/articles/88862</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>这前端做的也太牛了吧</title>
                <link>https://learnku.com/laravel/t/88850</link>
                <description>bfcm.shopify.com/ 图片上传功能好像还是不能用，截图发不上来</description>
                <pubDate>Fri, 29 Nov 2024 16:34:47 CST</pubDate>
                <guid>https://learnku.com/laravel/t/88850</guid>
                <category>分享</category>
            </item>
                    <item>
                <title>冯老师的困惑 —— 诡异的 JSON</title>
                <link>https://learnku.com/articles/88827</link>
                <description>JSON变异了 一大早，冯老师就在「奋战到天亮」群里碎碎念了。 冯老师：「好奇怪，请求客户的 API 接口，其他接口都正常，就这一条数据，json_decode 以后返回了一个 null 呢？」 群里鸦雀无声…… 冯老师：「其他用户...</description>
                <pubDate>Wed, 27 Nov 2024 15:16:14 CST</pubDate>
                <guid>https://learnku.com/articles/88827</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>Xin Laravel 企业级 PHP 全栈快速开发框架</title>
                <link>https://learnku.com/articles/88513</link>
                <description>Xin Laravel 企业级 PHP 全栈快速开发框架 Github基于 PHP8.2 + Laravel11 + Mysql + React + TypeScript + UmiJs + Ant Design + Taro 等前沿技术栈开发的全栈开发框架，提供按钮级权限验证、动态菜单、用户分组权...</description>
                <pubDate>Thu, 17 Oct 2024 09:47:31 CST</pubDate>
                <guid>https://learnku.com/articles/88513</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>临时恢复图片访问</title>
                <link>https://learnku.com/laravel/t/88498</link>
                <description>最近论坛cdn一直不稳定导致图片访问不了。可以在浏览器中新建一个书签，url保存以下js。后续遇见图片不显示的页面可以点击书签暂时跳过cdn javascript:(function () {         var imgs = document.querySelectorAll...</description>
                <pubDate>Tue, 15 Oct 2024 15:59:23 CST</pubDate>
                <guid>https://learnku.com/laravel/t/88498</guid>
                <category>分享创造</category>
            </item>
                    <item>
                <title>🧨 webman-coroutine协程插件 1.0.0 正式发布</title>
                <link>https://learnku.com/articles/88457</link>
                <description>🐞 简介 🚀🚀 webman-coroutine 是一个 webman 开发框架生态下的协程基建支撑插件 🕷️ 功能 支持workerman 4.x的 swow 协程驱动能力，兼容workerman 5.x版本自带的swow协程驱动；支持workerman 4.x的 swoole 协程驱动...</description>
                <pubDate>Wed, 09 Oct 2024 09:06:28 CST</pubDate>
                <guid>https://learnku.com/articles/88457</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>Laravel队列实现阶梯降频轮询 | 开源可商用方案</title>
                <link>https://learnku.com/articles/88430</link>
                <description>例如有这样的场景，某电商系统的订单支付状态需要和上游的支付系统保持实时同步，需要每秒检查一次订单状态，如果订单状态为未支付，则继续检查，直到订单已完成。 然而针对每一笔订单，每秒检查一次会对服务器和上...</description>
                <pubDate>Fri, 04 Oct 2024 11:39:51 CST</pubDate>
                <guid>https://learnku.com/articles/88430</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>（已结束）来赚钱呀，产品分销需求外包</title>
                <link>https://learnku.com/laravel/t/88361</link>
                <description>具体要求： 1、熟悉laravel，有过分销开发经验 2、用 laravel 10，单独封装为 packagit 模块，和composer 包一样，区别就是可以自己工程里管理，而不需要发布composer包。会laravel就行，这个不麻烦，我能协助。 pac...</description>
                <pubDate>Sat, 21 Sep 2024 16:14:33 CST</pubDate>
                <guid>https://learnku.com/laravel/t/88361</guid>
                <category>工作</category>
            </item>
                    <item>
                <title>Laravel 这个调试功能很酷啊！！！</title>
                <link>https://learnku.com/laravel/t/88336</link>
                <description>x.com/i/status/1835981001987682479 可以直接在报错的时候查看参数的值、直接输入代码调试</description>
                <pubDate>Tue, 17 Sep 2024 22:21:21 CST</pubDate>
                <guid>https://learnku.com/laravel/t/88336</guid>
                <category>分享</category>
            </item>
                    <item>
                <title>别再用tcpdump抓包了！ kyanos 帮你秒级排查网络问题</title>
                <link>https://learnku.com/articles/88334</link>
                <description>我为什么要开发Kyanos kyanos地址：github.com/hengyoush/kyanos 你有没有遇到过这样的问题 ?你刚入职新公司，负责一个了后端服务，一切都很顺利~在一个星期五下午5点，还有一个小时你就下班了，但这时~麻烦来了，你...</description>
                <pubDate>Tue, 17 Sep 2024 14:24:02 CST</pubDate>
                <guid>https://learnku.com/articles/88334</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>希望PHP官方提供可直接解压运行的Linux环境二进制包（issue求顶）</title>
                <link>https://learnku.com/articles/88330</link>
                <description>点大拇哥就好了哈 希望更多的小伙伴可以支持这个议题： github.com/php/php-src/issues/1591... 亲爱的PHP社区， 在我们的编程旅程中，尤其是对于新手来说，搭建开发环境往往是一项艰巨的任务。为了帮助大家更轻松地...</description>
                <pubDate>Mon, 16 Sep 2024 20:30:59 CST</pubDate>
                <guid>https://learnku.com/articles/88330</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>让DcatAdmin再放光芒系列-[页面组件库] 扩展发布</title>
                <link>https://learnku.com/articles/88283</link>
                <description>[开发 multi-widgets(页面组件库) 的初衷] Dcat-admin 原来的页面组件，对于构建更复杂多样的页面，还是远远不够用。在这样的情况下，只能自己动手写blade 模板去使用。 为了解决这个问题，提升 Dcat-admin 的适用性...</description>
                <pubDate>Wed, 11 Sep 2024 09:42:39 CST</pubDate>
                <guid>https://learnku.com/articles/88283</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>Ⓜ️ 不忘初心🤪感恩PHP🐘的那些事？</title>
                <link>https://learnku.com/articles/88253</link>
                <description>🐘 基金会 2021年11月22日，JetBrains 宣布和 Automattic、Laravel、Acquia、Zend、Private Packagist 等公司共同成立 PHP 基金会opencollective.com/phpfoundation。 作为一家非营利组织，PHP 基金会的使命是通过资...</description>
                <pubDate>Sun, 08 Sep 2024 17:40:20 CST</pubDate>
                <guid>https://learnku.com/articles/88253</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>为 Laravel 欢呼！A 轮融资 5700 万美金已完成🎉</title>
                <link>https://learnku.com/articles/88226</link>
                <description>Laravel Cloud 发布之后，很快来到了 A 轮融资。可能有望一定程度上免费使用 Laravel Cloud 了。 今晚的访谈 www.youtube.com/watch?v=BCV_357WGa...</description>
                <pubDate>Thu, 05 Sep 2024 20:32:28 CST</pubDate>
                <guid>https://learnku.com/articles/88226</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>10年了，兜兜转转，我还是回去了</title>
                <link>https://learnku.com/articles/88166</link>
                <description>24 年 8 月，10年了，我又重新就业了 时间回到 14 年 7 月，那时候，我刚从医科大学毕业，本来已经进入一家医院工作了，奈何工作一段时间之后，发现自己状态似乎不太对劲，满满的负能量，那时候脑海里总想着：他么的...</description>
                <pubDate>Wed, 28 Aug 2024 17:32:48 CST</pubDate>
                <guid>https://learnku.com/articles/88166</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>Go 程序如何实现优雅退出？来看看 K8s 是怎么做的——上篇</title>
                <link>https://learnku.com/articles/88099</link>
                <description>本文带大家一起来详细学习下 Go 中的优雅退出，由于文章过长，拆分成上下两篇，本文为上篇。 在写 Go 程序时，优雅退出是一个老生常谈的问题，也是我们在微服务开发过程中的标配，本文就来介绍下工作中常见的几种优...</description>
                <pubDate>Tue, 27 Aug 2024 09:16:02 CST</pubDate>
                <guid>https://learnku.com/articles/88099</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>花了四个月打磨的 Laravel Plus 开源</title>
                <link>https://learnku.com/articles/88123</link>
                <description>花了四个月时间，经过了两个项目的打磨，我写的 Laravel Plus 终于像个样子了，可以开箱即用了。 采用最新的 PHP8 的语法，大量借鉴了 SpringBoot 中的 AOP 编程思想，全方面拥抱注解。来看一下吧。 路由和控制器 采...</description>
                <pubDate>Sun, 25 Aug 2024 14:16:08 CST</pubDate>
                <guid>https://learnku.com/articles/88123</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>冯老师的困惑 —— 一个跑了两年的 BUG</title>
                <link>https://learnku.com/articles/87706</link>
                <description>冯老师发现了 BUG 「嘿，运维，别摸鱼了，来给你看个问题。」 我抬头望了一眼，冯老师兴奋地冲我摆着手，像发现宝藏一样。 「啥问题？忙着呢。」 「一个你们跑了两年的 BUG，给你看看长什么样，来——」 两年的 BUG ？...</description>
                <pubDate>Fri, 16 Aug 2024 19:02:32 CST</pubDate>
                <guid>https://learnku.com/articles/87706</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>分享一些go学习的站点</title>
                <link>https://learnku.com/articles/88027</link>
                <description>最近学go，收藏了一些教程，分享给大家 learnku.com/gostudygolang.com/c.biancheng.net/golang/intro/www.liwenzhou.com/geektutu.com/draveness.me/golang/</description>
                <pubDate>Fri, 16 Aug 2024 13:51:48 CST</pubDate>
                <guid>https://learnku.com/articles/88027</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>[远程][6K-9K] 贺乐科技招聘 PHP 全栈工程师</title>
                <link>https://learnku.com/laravel/t/88006</link>
                <description>关于我们 官方网站：www.youteacher.asia/公司规模：20 人公司地址：呼和浩特市如意经济技术开发区天泰董事汇广场 2 号办公楼 1602 号本公司（内蒙古贺乐科技有限公司）主要做面向日本公司项目开发。应业务扩大需求...</description>
                <pubDate>Wed, 14 Aug 2024 23:14:14 CST</pubDate>
                <guid>https://learnku.com/laravel/t/88006</guid>
                <category>工作</category>
            </item>
                    <item>
                <title>试用 Laravel + 树莓派搭建视频监控，并支持线上访问</title>
                <link>https://learnku.com/laravel/t/87972</link>
                <description>上周受 YouTube 视频 的刺激，买了个树莓派，原作者用 Next.js 演示的，我买的是树莓派 5 的 8GB 版本的，跑 Laravel 肯定没问题。 树莓派搭建 Laravel 运行环境 树莓派是基于 Debian 的发行版，使用 APT 和 Systemd...</description>
                <pubDate>Mon, 12 Aug 2024 17:31:42 CST</pubDate>
                <guid>https://learnku.com/laravel/t/87972</guid>
                <category>分享</category>
            </item>
                    <item>
                <title>在laravel下实现全双工的websocket开发</title>
                <link>https://learnku.com/articles/87962</link>
                <description>php-fpm下的laravel 因为php-fpm的请求阅后即焚的特性，在php-fpm容器下，是无法建立一个长连接到任何服务器。所以在php-fpm容器下，只能实现服务器主动下发消息到客户端，而客户端无法通过websocket协议上报数据到...</description>
                <pubDate>Mon, 12 Aug 2024 12:02:22 CST</pubDate>
                <guid>https://learnku.com/articles/87962</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>欢迎观看我录制的 Go 语言 2024 实战教程第二课：基于 Gin + GORM 开发 API</title>
                <link>https://learnku.com/go/t/87943</link>
                <description>在本期视频中，我们介绍如何利用 Gin 和 GORM，来实现基于数据库的 API。 我们通过实现CRUD操作，来演示如何使用 Gin 和 GORM。 并且，我们设计了一个简单的目录结构，来让代码更好管理。 欢迎加我微信：420771712，...</description>
                <pubDate>Fri, 09 Aug 2024 23:17:50 CST</pubDate>
                <guid>https://learnku.com/go/t/87943</guid>
                <category>分享创造</category>
            </item>
                    <item>
                <title>我开发了一个实用小工具，用来管理通过 Homebrew 安装的多个 PHP 版本，随意切换版本</title>
                <link>https://learnku.com/articles/87942</link>
                <description># 安装 brew tap pifeifei/pff brew install pifeifei/pff/phpln # 使用说明 # 会生成对应软连接 phpln 8.0  # php80 及其相关 php80 -v composer80 -V php-config80 --version phpln 8.0 -m  # php8 及其相关 php8...</description>
                <pubDate>Fri, 09 Aug 2024 23:05:49 CST</pubDate>
                <guid>https://learnku.com/articles/87942</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>试用 NativePHP 写了个奥运奖牌榜菜单栏小工具</title>
                <link>https://learnku.com/laravel/t/87897</link>
                <description>我一直想开发 GUI App，正好 NativePHP 支持用 Laravel 来开发，所以试着写了一个菜单栏小工具，查看当前的奖牌榜，数据是从维基百科爬取的，用了 Laravel Cache 每 5 分钟刷新一次。 本来昨天就想弄的，结果网络太...</description>
                <pubDate>Wed, 07 Aug 2024 11:50:32 CST</pubDate>
                <guid>https://learnku.com/laravel/t/87897</guid>
                <category>分享创造</category>
            </item>
                    <item>
                <title>淘宝店铺合伙人（这个是脚本方面店铺）</title>
                <link>https://learnku.com/python/t/87852</link>
                <description>招聘脚本方面淘宝合伙人（薪资日结） 上班时间：9- 21（最少在线时间，多劳多得） 工作内容：主要就是淘宝上面来的客户及时的回复并根据客户的需求来报出合适的价格 然后多数都需要自己给做掉，有着充足的脚本方面知...</description>
                <pubDate>Sat, 03 Aug 2024 20:01:25 CST</pubDate>
                <guid>https://learnku.com/python/t/87852</guid>
                <category>工作</category>
            </item>
                    <item>
                <title>使用echo框架开发的短视频采集工具</title>
                <link>https://learnku.com/go/t/87843</link>
                <description>框架使用的echo v4版本。构建部署后，可以通过调用API，来解析短视频分享链接，获取视频或者图片的下载链接。 具体使用方式，查看项目的readme.md 开源地址: github.com/sanmiaohub/video_spider</description>
                <pubDate>Fri, 02 Aug 2024 12:57:18 CST</pubDate>
                <guid>https://learnku.com/go/t/87843</guid>
                <category>分享创造</category>
            </item>
                    <item>
                <title>Xin Admin 企业级 PHP 全栈快速开发框架</title>
                <link>https://learnku.com/articles/87804</link>
                <description>Xin Admin 是 基于 ThinkPHP8 + React + TypeScript + UmiJs + Ant Design + Taro 等技术栈开发的全栈开发框架，提供按钮级权限验证、动态菜单、用户分组权限、数据字典、可视化CRUD、系统配置、文件管理系统等便捷...</description>
                <pubDate>Tue, 30 Jul 2024 09:10:58 CST</pubDate>
                <guid>https://learnku.com/articles/87804</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>PHP高性能网络编程之管道(1)</title>
                <link>https://learnku.com/articles/87778</link>
                <description>管道是什么？ 管道（Pipe）是一种用于连接两个或多个命令的标准工具，使得前一个命令的输出成为后一个命令的输入。虽然管道这个词对一些人来说可能有些陌生，但在日常编程工作中，尤其是使用Linux或Unixshell时，管...</description>
                <pubDate>Sun, 28 Jul 2024 12:09:39 CST</pubDate>
                <guid>https://learnku.com/articles/87778</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>无需修改任何代码和扩展将你的Laravel项目性能提高20倍</title>
                <link>https://learnku.com/laravel/t/87746</link>
                <description>2024-08-02日补充 最新文档地址: ripple.cloudtay.com/兼容性更新已支持PHP8.1+特性更新已支持自我守护模式运行 正文 我要分享一个令人激动的黑科技：这个项目能够在无需修改任何代码且无需第三方扩展的前提下，将你...</description>
                <pubDate>Wed, 24 Jul 2024 16:15:46 CST</pubDate>
                <guid>https://learnku.com/laravel/t/87746</guid>
                <category>分享创造</category>
            </item>
                    <item>
                <title>Laravel 实用小技巧——缓存标签的小秘密（下）</title>
                <link>https://learnku.com/articles/87610</link>
                <description>背景 在上篇文章《Laravel 实用小技巧——缓存标签的小秘密（上）》中，我们重点看了 Laravel 6 版本下，有关缓存标签在 Redis 方面的表现。本篇文章，我们来看一下 Laravel 11（11.13.0）版本下表现如何。 不知道是编...</description>
                <pubDate>Sat, 20 Jul 2024 19:16:28 CST</pubDate>
                <guid>https://learnku.com/articles/87610</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>Laravel 实用小技巧——缓存标签的小秘密（上）</title>
                <link>https://learnku.com/articles/87609</link>
                <description>背景 在《Redis 实用小技巧——线上不让用 KEYS 命令，怎么搞？》一文中，有小伙伴留言，建议使用《Laravel 缓存标签》功能来批量删除缓存。 《Laravel 缓存标签》功能之前有了解过，但是在最近的项目中没有实际使用过...</description>
                <pubDate>Mon, 15 Jul 2024 21:18:01 CST</pubDate>
                <guid>https://learnku.com/articles/87609</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>让DcatAdmin再放光芒系列 [plus版发布]-plus内测版正式上线</title>
                <link>https://learnku.com/articles/87600</link>
                <description>Dcat Admin(plus版)  内测首发  更新内容 Dcat-plus Admin 版，是在原Dcat-admin 基础上，扩展新功能，和修正已知问题。 1.增加了表单字段。2.集成了分步表单。3.丰富了10个页面组件。4.可设置登陆页背景图。5.发布[...</description>
                <pubDate>Fri, 12 Jul 2024 16:05:41 CST</pubDate>
                <guid>https://learnku.com/articles/87600</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>nuxt + laravel 第一次做全栈，AI 考研英语，希望听听大家的意见和批评，谢谢各位！</title>
                <link>https://learnku.com/laravel/t/87594</link>
                <description>第一次一个人做完整个项目，还有很多缺陷，希望各位大佬轻喷😀 如题 RUTI - 在线高阶英语学习与模拟考试平台 这是一个可以完全免费查看往年英语考研试题和解析的网站，还可以进行在线模拟测试 不需要登录注册就可以...</description>
                <pubDate>Fri, 12 Jul 2024 09:17:22 CST</pubDate>
                <guid>https://learnku.com/laravel/t/87594</guid>
                <category>分享创造</category>
            </item>
                    <item>
                <title>帮你理清单点登录十个关键问题</title>
                <link>https://learnku.com/articles/87553</link>
                <description>帮你理清单点登录十个关键问题 PS本文讲的是SSO单点登录，不是指用户只能一处登录, 把账号顶下线的单设备登录 单点登录系统适用的场景有哪些？ B端，公司需要一个员工统一登录平台，一个账号登录内部应用、产品后台C...</description>
                <pubDate>Mon, 08 Jul 2024 16:17:46 CST</pubDate>
                <guid>https://learnku.com/articles/87553</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>[社区赞助商]招聘python专业方面淘宝客服</title>
                <link>https://learnku.com/python/t/87522</link>
                <description>招聘python专业方面淘宝客服 上班时间：早九晚九 工作内容：主要就是淘宝上面来的客户及时的回复并根据客户的需求来报出合适的价格，需要自己也懂以下方面技术 1、JS逆向，自动化，深度学习等等 2、有2-3年的python...</description>
                <pubDate>Thu, 04 Jul 2024 16:22:40 CST</pubDate>
                <guid>https://learnku.com/python/t/87522</guid>
                <category>工作</category>
            </item>
                    <item>
                <title>让DcatAdmin再放光芒系列 [页面组件]:上百种页面组件随便加</title>
                <link>https://learnku.com/articles/87518</link>
                <description>前言 你在使用dcat-admin 的时候，是不是总感觉 原来的页面组件 不够用，在中大型项目中，尤其是saas系统。会需要用到各种页面组件。这个时候，只能自己去找相应的基于bootstrapV4的模板。 原来现有的页面组件 思考...</description>
                <pubDate>Thu, 04 Jul 2024 15:40:21 CST</pubDate>
                <guid>https://learnku.com/articles/87518</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>针对 OpenSSH CVE-2024-6387 漏洞的升级</title>
                <link>https://learnku.com/articles/87482</link>
                <description>漏洞说明 regreSSHion: Remote Unauthenticated Code Execution Vulnerability in OpenSSH server | Qualys Security OpenSSH远程代码执行漏洞 (CVE-2024-6387) 安全风险通告 阿里云漏洞库 总而言之，该漏洞影响非常...</description>
                <pubDate>Tue, 02 Jul 2024 02:57:31 CST</pubDate>
                <guid>https://learnku.com/articles/87482</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>社区老员第二弹 -- 免费开源跨境电商系统 InnoShop 正式发布</title>
                <link>https://learnku.com/articles/87453</link>
                <description>大家好，Learnku 社区的朋友们！我又来报到啦！作为 InnoCMS 的作者，很高兴地告诉大家，经过两个多月的集中开发和超过600次的 Git 提交，我们团队自豪地宣布 InnoShop 正式发布，并已将其同步到了 GitHub。 InnoSho...</description>
                <pubDate>Sun, 30 Jun 2024 14:37:12 CST</pubDate>
                <guid>https://learnku.com/articles/87453</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>如何让DcatAdmin再放光芒,惠及百万PHPer</title>
                <link>https://learnku.com/articles/87439</link>
                <description>前言 社区中众多的PHPer，因为使用了DcatAdmin，有了更多的时间去陪家人，去享受生活。或用DcatAdmin赚取了第一桶金 。也有很多人用自己的能力为DcatAdmin贡献扩展，或是将自己开发中创造的实用功能改成扩展发布出来...</description>
                <pubDate>Fri, 28 Jun 2024 10:09:25 CST</pubDate>
                <guid>https://learnku.com/articles/87439</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>[求职][10-14k] php 或者 golang 开发工程师</title>
                <link>https://learnku.com/go/t/87392</link>
                <description>目前已找到工作 个人信息 郭梁/男/1994本科/兴义民族师范学院数学系工作年限：5年 php，3年 golang (全栈)期望职位：php 或 golang 开发工程师期望薪资：税前月薪10-14k期望城市：贵阳联系方式：15870399165（微信同...</description>
                <pubDate>Mon, 24 Jun 2024 19:39:13 CST</pubDate>
                <guid>https://learnku.com/go/t/87392</guid>
                <category>工作</category>
            </item>
                    <item>
                <title>Redis 实用小技巧——记一次 Redis 「大扫除」行动</title>
                <link>https://learnku.com/articles/87312</link>
                <description>永不过期的键 最近一直在做服务器成本优化的工作。在整理 Redis 使用情况的时候，发现存在的问题还真不少。其中一个比较头疼的问题，就是某个实例未设置过期时间的键，居然有八十万之多——这是多么恐怖的数字！ 所有...</description>
                <pubDate>Wed, 19 Jun 2024 19:17:32 CST</pubDate>
                <guid>https://learnku.com/articles/87312</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>利用 fail2ban 来控制 Laravel  站点的异常流量</title>
                <link>https://learnku.com/articles/87303</link>
                <description>说明 最近这段时间 LK 经常遭遇异常流量。 何为异常流量： 非主流搜索引擎的爬虫，算法垃圾，暴力爬取；渗透性测试的机器人，高并发；恶意获取站点内容的爬虫，暴力爬取。 以上三种请求 IP 池子都不小，人工去过滤 I...</description>
                <pubDate>Wed, 19 Jun 2024 10:40:36 CST</pubDate>
                <guid>https://learnku.com/articles/87303</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>PHP 程序员转 Go 语言的经历分享</title>
                <link>https://learnku.com/articles/87256</link>
                <description>大家好，我是码农先森。 之前有朋友让我分享从 PHP 转 Go 的经历，这次它来了。我主要从模仿、进阶、应用这三个方面来描述转 Go 的经历及心得。模仿是良好的开端，进阶是艰难的成长，应用是认知的提升。希望我的经历...</description>
                <pubDate>Mon, 17 Jun 2024 09:07:40 CST</pubDate>
                <guid>https://learnku.com/articles/87256</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>漫画计算机</title>
                <link>https://learnku.com/laravel/t/87252</link>
                <description>第一章 奇妙的计算机网络 TCP/IP：三次握手、四次挥手、失败重传、滑动窗口、数据包、通讯双端维护状态。 网卡：拥有唯一的mac地址 DHCP：动态主机配置协议、通过广播的方式 DNS：域名系统。可基于DNS实现负载均衡。...</description>
                <pubDate>Sat, 15 Jun 2024 18:17:18 CST</pubDate>
                <guid>https://learnku.com/laravel/t/87252</guid>
                <category>分享创造</category>
            </item>
                    <item>
                <title>赞助商厚德云 [GPU算力福利]省心的GPU租赁平台，4090显卡只要1.69元/时</title>
                <link>https://learnku.com/laravel/t/87193</link>
                <description>【活动1：社区福利】 618特惠 高配4090仅需 1.69元/小时 活动地址：厚德云618特惠 通过社区专属链接点击注册，再送 30元代金券（注册后可评论或私信，我们将联系您给您发放代金券，该代金券不可购买此活动卡型）。...</description>
                <pubDate>Tue, 11 Jun 2024 15:35:49 CST</pubDate>
                <guid>https://learnku.com/laravel/t/87193</guid>
                <category>分享</category>
            </item>
                    <item>
                <title>你好，InnoCMS：一个 Laravel 社区老员的开源建站之旅</title>
                <link>https://learnku.com/articles/87081</link>
                <description>大家好，我是 Laravel 社区论坛的一位老员，对，不是元老，只是我的ID比较小。在这个由代码编织的社区海洋里，我像许多潜水员一样，默默观察着水面下的精彩世界，偶尔浮出水面，呼吸一下新鲜空气。从业十几年，从 PH...</description>
                <pubDate>Thu, 30 May 2024 10:45:49 CST</pubDate>
                <guid>https://learnku.com/articles/87081</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>我的新作品，基于filament的NXCRM2.0来了。</title>
                <link>https://learnku.com/articles/87048</link>
                <description>2020 年是我比较晦暗和抑郁的一年，找不到出路，看不到未来的状态下，自学了前端和后端。依靠 dcatadmin 完成了我人生中的第一个独立开发的作品，NXCRM1.0。当时的原帖：博客：基于LARAVEL7的客户管理系统NXCRM1.0发...</description>
                <pubDate>Mon, 27 May 2024 18:12:58 CST</pubDate>
                <guid>https://learnku.com/articles/87048</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>手摸手带你使用 docker-compose 编排一个开发环境</title>
                <link>https://learnku.com/articles/86941</link>
                <description>介绍 在最近一份工作之前，我一直都是使用在本地安装开发环境的模式开发，一直也没遇到过什么问题，虽然有尝试换成 docker，但好像换了也没什么区别，所以还是一直保持着本地开发。直到换了一家公司后，问题逐渐的显...</description>
                <pubDate>Sun, 19 May 2024 13:04:48 CST</pubDate>
                <guid>https://learnku.com/articles/86941</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>前瞻 PHP8.4 的新特性</title>
                <link>https://learnku.com/articles/86915</link>
                <description>前瞻 PHP8.4 的新特性 PHP 8.4 将于 2024 年 11 月 21 日发布。它将包括属性钩子、JIT 改进，以及在不需要额外括号的情况下链式调用方法。这是一个大变化！ 属性钩子 RFC 现代 PHP 历史上最大的变化之一：定义属性钩...</description>
                <pubDate>Fri, 17 May 2024 09:01:40 CST</pubDate>
                <guid>https://learnku.com/articles/86915</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>用钉钉提醒 Laravel 11 异常：一个简单的实现</title>
                <link>https://learnku.com/laravel/t/86887</link>
                <description>受到这篇帖子启发，联想到自己也有 Error Tracking 的需求。我的项目目前只有 laravel.log 日志，不能主动提醒出错。之前调查过 Sentry、Laravel Flare 这样的专业服务，但最终没有使用。受上述帖子的启发，相比完全...</description>
                <pubDate>Wed, 15 May 2024 16:07:35 CST</pubDate>
                <guid>https://learnku.com/laravel/t/86887</guid>
                <category>分享</category>
            </item>
                    <item>
                <title>生产环境致命错误你还在等客户反馈吗？分享一下致命错误的自动告警方案</title>
                <link>https://learnku.com/articles/86880</link>
                <description>最近换了工作，在周末时发现群里有客户反应有bug，弹窗是一个md5():Passing null to parameter #1 ($string) of type string is deprecated 的报错提示，很明显这里是参数类型的致命错误，这里对于我们的程序来说暴...</description>
                <pubDate>Wed, 15 May 2024 10:11:16 CST</pubDate>
                <guid>https://learnku.com/articles/86880</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>[求职] 重生之不再做PHP</title>
                <link>https://learnku.com/laravel/t/86874</link>
                <description></description>
                <pubDate>Tue, 14 May 2024 17:30:03 CST</pubDate>
                <guid>https://learnku.com/laravel/t/86874</guid>
                <category>工作</category>
            </item>
                    <item>
                <title>冯老师的困惑 —— PHP 挂了</title>
                <link>https://learnku.com/articles/86627</link>
                <description>认识冯老师五年以来，终于看到他露了一手，仅凭一战足以封神。此役过后，我愿尊称他为 master。 PHP5 挂了 本来今天晚上计划迁移服务器的，目标服务器已经通过阿里云共享镜像创建。按道理说，环境都是一模一样的，可...</description>
                <pubDate>Wed, 08 May 2024 18:51:18 CST</pubDate>
                <guid>https://learnku.com/articles/86627</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>Tiny RDM - 您的极简Redis数据管理利器！高效、易用、快速部署。立即体验！🚀!   欢迎各位来尝鲜.</title>
                <link>https://learnku.com/articles/86761</link>
                <description>精简强大，Tiny RDM 让您的数据管理轻松上手！🚀 探索史上最便捷的 Redis Desktop Manager，立刻体验极简界面与高效功能。轻点鼠标、敲击键盘，让数据操控如此简单！立即尝试Tiny-RDM，让数据驱动您的成功之路。#轻...</description>
                <pubDate>Wed, 08 May 2024 14:32:08 CST</pubDate>
                <guid>https://learnku.com/articles/86761</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>PHP使用yield 读取超大型目录、大目录的方法</title>
                <link>https://learnku.com/articles/86692</link>
                <description>之前碰到一个问题，需要处理一个超大型目录，目录有多大呢，单目录有200G大小，大部分人的思路如下， 用日常的递归，基本上读取到的路径数组非常大，会导致超出内存，特此研究了一番： 一般常见的方法如下： functio...</description>
                <pubDate>Sun, 05 May 2024 22:02:09 CST</pubDate>
                <guid>https://learnku.com/articles/86692</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>五一没事做，用 Go 写了个简单实用的部署工具，大伙来看看吧</title>
                <link>https://learnku.com/articles/86677</link>
                <description>Goal-Piplin 这是一款基于 Go 和 Goal Framework 开发的前后端分离的部署工具。前端：github.com/qbhy/goal-piplin-views后端：github.com/qbhy/goal-piplin   疯狂求 star ✨✨✨ 前言 以前部署工具一直用的都是基于 l...</description>
                <pubDate>Sun, 05 May 2024 21:55:48 CST</pubDate>
                <guid>https://learnku.com/articles/86677</guid>
                <category>博客</category>
            </item>
                    <item>
                <title>编程书籍-纯分享</title>
                <link>https://learnku.com/articles/86667</link>
                <description>七周七语言：理解多种编程范型 https://pan.quark.cn/s/5e64ce9902ef 亿级流量网站架构核心技术 https://pan.quark.cn/s/5f8907dd31af DevOps实践 https://pan.quark.cn/s/1168bdcac5c7 Kubernetes权威指南-第二版 h...</description>
                <pubDate>Fri, 03 May 2024 15:09:01 CST</pubDate>
                <guid>https://learnku.com/articles/86667</guid>
                <category>博客</category>
            </item>
            </channel>
</rss>