前段时间写了 《万字长文讲解:团队落地 AI 辅助编程和 AI Specs 实战》,核心内容是讨论公司落地 AI 辅助编程的一些常见问题,通过使用 Kiro 引入 Spec 实现规范驱动开发,也讲解了实践过程。 不过这篇文章太长了,而且强依赖了 Kiro,对使用 Clauda Code、Cursor[......] 继续阅读
前段时间写了 《万字长文讲解:团队落地 AI 辅助编程和 AI Specs 实战》,核心内容是讨论公司落地 AI 辅助编程的一些常见问题,通过使用 Kiro 引入 Spec 实现规范驱动开发,也讲解了实践过程。 不过这篇文章太长了,而且强依赖了 Kiro,对使用 Clauda Code、Cursor[......] 继续阅读
快速配置 OpenClaw 购买服务器后,环境配置是使用 OpenClaw 的首要步骤。由于 OpenClaw 依赖 NodeJS、Swift、Kotlin 等多语言及相关依赖库,手动配置过程繁琐且易出现版本兼容问题,因此建议优先使用腾讯云应用模板——该模板已预置全套运行环境及 OpenClaw 核[......] 继续阅读
opencode 配置自定义模型挺曲折的,官方文档虽然很齐全,但是没有很好的 demo 指明怎么配置自定义模型,即使使用 AI 和 agent 帮助生成配置,最后还是不可用。经历大量手动测试后,终于完成了自定义第三方模型的配置。 opencode 有三个目录需要注意: {用户目录}\.config[......] 继续阅读
AI Programming Team Collaboration Historical Background The speed of AI development has accelerated remarkably. In the era when GPT-3 emerged, interac[......] 继续阅读
AI 编程团队协作 历史背景 AI 发展的速度实在太快了,在 GPT-3 横空出世的阶段,那个时候只能使用对话框一问一答,到现在各种 RAG、AI Workflow、AI Agent 等各类技术,使得 AI 可以做更多的事情,实现更加强大的功能。在 cursor、trae 等 AI IDE 出现后,[......] 继续阅读
Background A 32G + 1T R7-8745H host has been set up at home to deploy various database services for daily development. As demands have increased, ther[......] 继续阅读
背景 家里放置了一个 32G+1T 的 R7-8745H 主机,部署一些数据库等服务以便日常开发,后续需求越来越多,需要用到可观察性组件,所以研究一些在中小公司中实现性价比高、简单易用、吞吐量大的部署方案。 本问主要部署环境是 Docker,不涉及 Kubernetes 部署,但是涉及的组件可以根[......] 继续阅读
作者:whuanle 博客地址:https://www.whuanle.cn/ 示例项目地址:https://github.com/whuanle/mcpdemo Recently, the MCP protocol has gained immense popularity, with many[......] 继续阅读
作者:痴者工良 博客地址:https://www.whuanle.cn/ 示例项目地址:https://github.com/whuanle/mcpdemo 近期 MCP 协议越来越爆火,很多开发者都投身参与 MCP Server/Client 的开发,各个大厂也纷纷推出自己的 MCP 集成平台或[......] 继续阅读
Scheduled Task Requirements Sample project repository: whuanle/HangfireDemo There are mainly two core requirements: The need to implement second-lev[......] 继续阅读
定时任务需求 本文示例项目仓库:whuanle/HangfireDemo 主要有两个核心需求: 需要实现秒级定时任务; 开发者使用定时任务要简单,不要弄复杂了; 在微服务架构中中,定时任务是最常用的基础设施组件之一,社区中有很多定时任务类库或平台,例如 Quartz.NET、xxx-job,[......] 继续阅读
Harbor's installation and deployment can be quite complicated, as it requires the official configuration file to generate the docker-compose.yml. Ensu[......] 继续阅读
Deploying Casdoor There are several types of single sign-on authentication sources (protocols): LDAP, SMTP, OAuth2.0, etc., with OAuth2.0 being the[......] 继续阅读
部署 Casdoor 单点登录认证源(协议)大概有这么几种: LDAP、SMTP、OAuth2.0 等,目前主流是 OAuth2.0 ,支持 OAuth 的平台在开源社区也有不少,有 Keycloak、Okta、Casdoor 等,还有很多第三方的 OAuth2 Server SDK 或者商业收[......] 继续阅读
Instructions Author: whuanle Document Address: https://mmq.whuanle.cn Repository Address: https://github.com/whuanle/Maomi.MQ Author's Blog: https:/[......] 继续阅读
说明 作者:痴者工良 文档地址:https://mmq.whuanle.cn 仓库地址:https://github.com/whuanle/Maomi.MQ 作者博客: https://www.whuanle.cn https://www.cnblogs.com/whuanle 导读 [......] 继续阅读
Tutorial Title: Getting Started with Deep Learning Using C# Author: whuanle Tutorial URL: https://torch.whuanle.cn E-book Repository: https://github.c[......] 继续阅读
教程名称:使用 C# 入门深度学习 作者:痴者工良 教程地址: https://torch.whuanle.cn 电子书仓库:https://github.com/whuanle/cs_pytorch Maomi.Torch 项目仓库:https://github.com/whuanle/Maomi[......] 继续阅读
Kratos Kratos is a lightweight microservice framework written in Go. The official documentation can be found at: https://go-kratos.dev/docs/ Kratos co[......] 继续阅读