自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(632)
  • 收藏
  • 关注

原创 Feast项目测试体系深度解析与扩展指南

Feast项目测试体系深度解析与扩展指南 feast Feature Store for Machine Learning 项目地址: https://gitcode.com/gh_mirrors/fe/feast ...

2025-06-07 09:02:41 164

原创 YugabyteDB中的全文搜索技术详解

YugabyteDB中的全文搜索技术详解 yugabyte-db yugabyte/yugabyte-db: 是 YugaByte DB 的官方仓库,一个高性能、高可扩展、分布式的 SQL 数据库,支持 PostgreSQL 兼容性。适合对分布式数据库、SQL 数据库和云原生应用的开发者。 ...

2025-06-05 09:01:51 291

原创 Ginkgo V2 迁移指南:从1.x升级到2.0的最佳实践

Ginkgo V2 迁移指南:从1.x升级到2.0的最佳实践 ginkgo onsi/ginkgo 是一个用于 Go 语言的测试框架。适合在 Go 语言开发的应用程序中编写和管理测试用例。特点是提供了丰富的断言库、灵活的测试用例组织方式和友好的命令行界面。 ...

2025-06-05 09:01:08 320

原创 AWS SDK示例项目:使用Python实现AWS Signature Version 4签名验证

AWS SDK示例项目:使用Python实现AWS Signature Version 4签名验证 aws-doc-sdk-examples Welcome to the AWS Code Examples Repository. This repo contains code examples used in the...

2025-06-04 09:11:27 229

原创 Vega/Altair 数据转换器深度解析:优化可视化数据处理流程

Vega/Altair 数据转换器深度解析:优化可视化数据处理流程 altair Declarative statistical visualization library for Python 项目地址: https://git...

2025-06-04 09:10:23 313

原创 Quickwit无模式索引指南:灵活处理结构化与半结构化数据

Quickwit无模式索引指南:灵活处理结构化与半结构化数据 quickwit Sub-second search & analytics engine on cloud storage 项目地址: https://gitcode...

2025-06-04 09:05:05 255

原创 Scapy项目开发指南:从贡献到发布的完整流程

Scapy项目开发指南:从贡献到发布的完整流程 scapy Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3. ...

2025-06-03 09:10:55 424

原创 深入理解Go语言中的时间休眠机制(基于jbranchaud/til项目)

深入理解Go语言中的时间休眠机制(基于jbranchaud/til项目) til :memo: Today I Learned 项目地址: https://gitcode.com/gh_mirrors/ti/til ...

2025-06-03 09:01:42 374

原创 深入理解http-server:零配置命令行HTTP服务器

深入理解http-server:零配置命令行HTTP服务器 http-server a simple zero-configuration command-line http server 项目地址: https://gitcod...

2025-06-03 09:00:42 274

原创 Config-Traefik-2.2.X:简易配置 Traefik 2.2.X 版本

Config-Traefik-2.2.X:简易配置 Traefik 2.2.X 版本 Config-Traefik-2.2.X This is a repository that you create in order to have some scenarios in which you can use Traefik...

2025-06-03 09:00:03 271

原创 Textual项目入门指南:构建终端UI应用的快速上手教程

Textual项目入门指南:构建终端UI应用的快速上手教程 textual The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in ...

2025-06-01 09:02:29 276

原创 Fastify框架文档风格指南:编写高质量技术文档的实践

Fastify框架文档风格指南:编写高质量技术文档的实践 fastify fastify/fastify: Fastify 是一个非常快速且轻量级的 Node.js web 框架,专注于性能和低开销,同时保持了高度的可扩展性。Fastify 支持 HTTP/2 及中间件插件机制,适用于构建现代 Web 服务和 API。...

2025-05-30 09:18:01 292

原创 Metabase静态嵌入技术详解:实现数据可视化无缝集成

Metabase静态嵌入技术详解:实现数据可视化无缝集成 metabase metabase/metabase: 是一个开源的元数据管理和分析工具,它支持多种数据库,包括 PostgreSQL、 MySQL、 SQL Server 等。适合用于数据库元数据管理和分析,特别是对于需要管理和分析数据库元数据的场景。特点是元数...

2025-05-30 09:09:31 363

原创 Starship高级配置指南:打造个性化终端提示符

Starship高级配置指南:打造个性化终端提示符 starship ☄????️ The minimal, blazing-fast, and infinitely customizable prompt for any shell! ...

2025-05-30 09:07:04 289

原创 Rich项目中的Console Markup语法详解

Rich项目中的Console Markup语法详解 rich Rich is a Python library for rich text and beautiful formatting in the terminal. 项目...

2025-05-30 09:06:43 360

原创 Nuxt中的ES Modules(ESM)全面解析

Nuxt中的ES Modules(ESM)全面解析 nuxt The Intuitive Vue Framework. 项目地址: https://gitcode.com/gh_mirrors/nu/nuxt ...

2025-05-30 09:05:11 371

原创 深度残差网络(ResNet)原理与实现详解

深度残差网络(ResNet)原理与实现详解 d2l-zh 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。 项目地址: https://gitcode.com/gh_mirrors...

2025-05-30 09:03:50 276

原创 开源项目最佳实践教程:foo.ng

开源项目最佳实践教程:foo.ng foo.ng Free subdomains for everyone. 项目地址: https://gitcode.com/gh_mirrors/fo/foo.ng ...

2025-05-28 09:01:43 238

原创 optimeyes:实时眼球追踪演示

optimeyes:实时眼球追踪演示 optimeyes Webcam-based eye pupil tracking and gaze estimation using Python and OpenCV 项目地址: http...

2025-05-28 09:00:01 288

原创 Mints UI —— 基于Tailwind CSS的React组件库

Mints UI —— 基于Tailwind CSS的React组件库 ui React Components base on Tailwind CSS 项目地址: https://gitcode.com/gh_mirrors/u...

2025-05-26 09:00:44 336

原创 Dimina:引领跨端小程序开发新趋势

Dimina:引领跨端小程序开发新趋势 dimina 星河小程序 - 滴滴开源小程序框架 / Dimina MiniProgram - DiDi's Open-Source MiniProgram Framework 项目地址: ...

2025-05-24 09:00:26 292

原创 Papirus FileZilla 主题配置指南

Papirus FileZilla 主题配置指南 papirus-filezilla-themes Papirus theme for FileZilla 项目地址: https://gitcode.com/gh_mirrors/...

2025-05-22 09:00:50 279

原创 gocqzbp:让机器人开发更简单

gocqzbp:让机器人开发更简单 gocqzbp go-cqhttp与ZeroBot-Plugin的合体 项目地址: https://gitcode.com/gh_mirrors/go/gocqzbp ...

2025-05-02 09:13:19 566

原创 Bevy Vello 开源项目最佳实践教程

Bevy Vello 开源项目最佳实践教程 bevy_vello An integration to render with Vello in Bevy game engine. 项目地址: https://gitcode.com...

2025-04-28 10:50:02 221

原创 soft-intro-vae-pytorch:深度学习图像生成新算法

soft-intro-vae-pytorch:深度学习图像生成新算法 soft-intro-vae-pytorch [CVPR 2021 Oral] Official PyTorch implementation of Soft-IntroVAE from the paper "Soft-IntroVAE: Analyz...

2025-04-26 09:08:41 608

原创 laravel-analytics:轻松收集页面访问数据的利器

laravel-analytics:轻松收集页面访问数据的利器 laravel-analytics Analytics for the Laravel framework. 项目地址: https://gitcode.com/gh...

2025-04-25 20:40:57 680

原创 cs_string:为C++20带来强大的Unicode字符串支持

cs_string:为C++20带来强大的Unicode字符串支持 cs_string Header-only library providing unicode aware string support for C++ 项目地址...

2025-04-25 17:50:57 827

原创 Toddle 开源项目最佳实践教程

Toddle 开源项目最佳实践教程 toddle Packages that are used internally by the toddle framework 项目地址: https://gitcode.com/gh_mir...

2025-04-23 07:21:37 752

原创 开源项目 audiveris 亮点详解

开源项目 audiveris 亮点详解 audiveris audiveris - 一个开源的光学音乐识别(OMR)应用程序,用于将乐谱图像转录为其符号对应物,支持多种数字处理方式。 项目地址: https://gitcode.c...

2025-04-23 07:10:51 510

原创 NClientV3 开源项目使用教程

NClientV3 开源项目使用教程 NClientV3 An unofficial NHentai android client 项目地址: https://gitcode.com/gh_mirrors/nc/NClientV3...

2025-04-22 10:20:44 401

原创 ThinkMoreForum-Frontend:构建多功能互动社区的核心功能

ThinkMoreForum-Frontend:构建多功能互动社区的核心功能 ThinkMoreForum-Frontend ThinkMore Forum frontend build with Next.js, Typescript, MUI. ...

2025-04-21 22:20:37 369

原创 Tableaunoir开源项目安装与配置指南

Tableaunoir开源项目安装与配置指南 tableaunoir An online blackboard ???? with fridge magnets ???????? for teaching, and making animations ???? and presentations ⎚. All of that in a lig...

2025-04-21 10:50:44 238

原创 Typora极简文档主题Mdmdt使用教程

Typora极简文档主题Mdmdt使用教程 Mdmdt Typora极简文档主题Mdmdt,包含亮色和暗色两种主题,是深度定制的个性化Typora主题;Typora minimalist document theme Mdmdt. Featuring both light and dark themes, it is a...

2025-04-21 10:50:32 363

原创 whisper.php:为PHP提供高性能语音识别

whisper.php:为PHP提供高性能语音识别 whisper.php Local Speech to Text in PHP made easy thanks to Whisper.cpp and OpenAI 项目地址: ...

2025-04-21 09:08:51 977

原创 EMCAD项目安装与配置指南

EMCAD项目安装与配置指南 EMCAD 项目地址: https://gitcode.com/gh_mirrors/em/EMCAD 1. 项目基础介绍EMCAD(Eff...

2025-04-20 10:28:19 457

原创 Serviced:项目核心功能/场景

Serviced:项目核心功能/场景 serviced Serviced is a PaaS runtime. It allows users to create, manage and scale services in a uniform way. ...

2025-04-20 09:08:37 591

原创 服装关键点检测开源项目教程

服装关键点检测开源项目教程 FashionAI-KeyPointsDetectionOfApparel FashionAI Key Points Detection using CPN model in Pytorch 项目地址:...

2025-04-19 10:26:47 329

原创 Vim Substrata 使用教程

Vim Substrata 使用教程 vim-substrata A cold, dark colourscheme for Vim 项目地址: https://gitcode.com/gh_mirrors/vi/vim-subs...

2025-04-17 11:31:22 348

原创 Terraform AWS SSH Bastion Service 安装与配置指南

Terraform AWS SSH Bastion Service 安装与配置指南 terraform-aws-ssh-bastion-service Terraform plan to deploy ssh bastion as a containerised, stateless service on AWS wit...

2025-04-15 11:41:29 854

原创 EVNotify开源项目安装与配置指南

EVNotify开源项目安装与配置指南 EVNotify EVNotify allows you to monitor your electric vehicle and let you notify when the specified preset state of charge has been achieved....

2025-04-15 09:43:14 575

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除