作者:whuanle 博客地址:https://www.whuanle.cn/ 示例项目地址:https://github.com/whuanle/mcpdemo Recently, the MCP protocol has gained immense popularity, with many[......] 继续阅读

2025年4月21日 0条评论 146点热度 0人点赞 痴者工良 阅读全文

作者:痴者工良 博客地址:https://www.whuanle.cn/ 示例项目地址:https://github.com/whuanle/mcpdemo 近期 MCP 协议越来越爆火,很多开发者都投身参与 MCP Server/Client 的开发,各个大厂也纷纷推出自己的 MCP 集成平台或[......] 继续阅读

2025年4月21日 0条评论 278点热度 0人点赞 痴者工良 阅读全文

Scheduled Task Requirements Sample project repository: whuanle/HangfireDemo There are mainly two core requirements: The need to implement second-lev[......] 继续阅读

2025年4月20日 0条评论 96点热度 0人点赞 痴者工良 阅读全文

定时任务需求 本文示例项目仓库:whuanle/HangfireDemo 主要有两个核心需求: 需要实现秒级定时任务; 开发者使用定时任务要简单,不要弄复杂了; 在微服务架构中中,定时任务是最常用的基础设施组件之一,社区中有很多定时任务类库或平台,例如 Quartz.NET、xxx-job,[......] 继续阅读

2025年4月20日 0条评论 72点热度 0人点赞 痴者工良 阅读全文

Harbor's installation and deployment can be quite complicated, as it requires the official configuration file to generate the docker-compose.yml. Ensu[......] 继续阅读

2025年2月22日 0条评论 914点热度 0人点赞 痴者工良 阅读全文

Harbor 的安装部署比较麻烦,需要依赖官方的配置文件生成 docker-compose.yml ,要确保本地已经部署了 docker 和 docker-compose。 手写打开 https://github.com/goharbor/harbor/releases 下载压缩包,解压后打开目录。[......] 继续阅读

2025年2月22日 0条评论 1582点热度 0人点赞 痴者工良 阅读全文

Deploying Casdoor There are several types of single sign-on authentication sources (protocols): LDAP, SMTP, OAuth2.0, etc., with OAuth2.0 being the[......] 继续阅读

2025年2月22日 0条评论 900点热度 0人点赞 痴者工良 阅读全文

部署 Casdoor 单点登录认证源(协议)大概有这么几种: LDAP、SMTP、OAuth2.0 等,目前主流是 OAuth2.0 ,支持 OAuth 的平台在开源社区也有不少,有 Keycloak、Okta、Casdoor 等,还有很多第三方的 OAuth2 Server SDK 或者商业收[......] 继续阅读

2025年2月22日 0条评论 2642点热度 0人点赞 痴者工良 阅读全文

Instructions Author: whuanle Document Address: https://mmq.whuanle.cn Repository Address: https://github.com/whuanle/Maomi.MQ Author's Blog: https:/[......] 继续阅读

2025年2月21日 0条评论 966点热度 0人点赞 痴者工良 阅读全文

说明 作者:痴者工良 文档地址:https://mmq.whuanle.cn 仓库地址:https://github.com/whuanle/Maomi.MQ 作者博客: https://www.whuanle.cn https://www.cnblogs.com/whuanle 导读 [......] 继续阅读

2025年2月21日 0条评论 1732点热度 0人点赞 痴者工良 阅读全文

Tutorial Title: Getting Started with Deep Learning Using C# Author: whuanle Tutorial URL: https://torch.whuanle.cn E-book Repository: https://github.c[......] 继续阅读

2025年2月17日 0条评论 878点热度 0人点赞 痴者工良 阅读全文

教程名称:使用 C# 入门深度学习 作者:痴者工良 教程地址: https://torch.whuanle.cn 电子书仓库:https://github.com/whuanle/cs_pytorch Maomi.Torch 项目仓库:https://github.com/whuanle/Maomi[......] 继续阅读

2025年2月17日 0条评论 1534点热度 0人点赞 痴者工良 阅读全文

Kratos Kratos is a lightweight microservice framework written in Go. The official documentation can be found at: https://go-kratos.dev/docs/ Kratos co[......] 继续阅读

2025年2月14日 0条评论 854点热度 1人点赞 痴者工良 阅读全文

Kratos Kratos 是一个轻量级的微服务框架,使用 Go 语言编写,官方文档地址: https://go-kratos.dev/docs/ Kratos 核心组件图: Kratos 核心组件说明: APIs:协议通信以 HTTP/gRPC 为基础,通过 Protobuf 进行定义; E[......] 继续阅读

2025年2月14日 0条评论 2618点热度 1人点赞 痴者工良 阅读全文

Training and Generating Avatars via Generative Adversarial Networks (GAN) https://torch.whuanle.cn E-book repository: https://github.com/whuanle/cs_py[......] 继续阅读

2025年2月10日 0条评论 914点热度 0人点赞 痴者工良 阅读全文

通过生成对抗网络(GAN)训练和生成头像 https://torch.whuanle.cn 电子书仓库:https://github.com/whuanle/cs_pytorch Maomi.Torch 项目仓库:https://github.com/whuanle/Maomi.Torch 说明 本[......] 继续阅读

2025年2月10日 0条评论 1738点热度 0人点赞 痴者工良 阅读全文

[TOC] Tutorial Title: Getting Started with Deep Learning using C# Author: whuanle Tutorial URL: https://torch.whuanle.cn E-book Repository: https://gi[......] 继续阅读

2025年2月7日 0条评论 822点热度 0人点赞 痴者工良 阅读全文

[TOC] 教程名称:使用 C# 入门深度学习 作者:痴者工良 教程地址:https://torch.whuanle.cn 电子书仓库:https://github.com/whuanle/cs_pytorch Maomi.Torch 项目仓库:https://github.com/whuanle/[......] 继续阅读

2025年2月7日 0条评论 1646点热度 0人点赞 痴者工良 阅读全文

Tutorial Name: Getting Started with Deep Learning using C# Author: whuanle Tutorial Address: https://torch.whuanle.cn E-book Repository: https://githu[......] 继续阅读

2025年2月5日 2条评论 872点热度 0人点赞 痴者工良 阅读全文

教程名称:使用 C# 入门深度学习 作者:痴者工良 教程地址:https://torch.whuanle.cn 电子书仓库:https://github.com/whuanle/cs_pytorch Maomi.Torch 项目仓库:https://github.com/whuanle/Maomi.[......] 继续阅读

2025年2月5日 2条评论 2244点热度 0人点赞 痴者工良 阅读全文
1234554