自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 The Sourdough Framework:深入理解酸面团发酵的科学原理

The Sourdough Framework:深入理解酸面团发酵的科学原理 the-sourdough-framework Open source book dedicated to helping you to make the best possible sourdough bread at home. ...

2025-06-11 09:19:21 194

原创 VisPy文本可视化教程:使用TextVisual实现交互式文本渲染

VisPy文本可视化教程:使用TextVisual实现交互式文本渲染 vispy Main repository for Vispy 项目地址: https://gitcode.com/gh_mirrors/vi/vispy ...

2025-06-11 09:14:54 345

原创 OpenTelemetry规范解读:组件升级机制设计解析

OpenTelemetry规范解读:组件升级机制设计解析 opentelemetry-specification Specifications for OpenTelemetry 项目地址: https://gitcode.com...

2025-06-10 09:16:32 284

原创 ZenML项目AWS云栈部署完全指南

ZenML项目AWS云栈部署完全指南 zenml ZenML ????: Build portable, production-ready MLOps pipelines. https://zenml.io. 项目地址: https:/...

2025-06-09 09:03:48 277

原创 Effector项目贡献指南与技术架构解析

Effector项目贡献指南与技术架构解析 effector Business logic with ease ☄️ 项目地址: https://gitcode.com/gh_mirrors/ef/effector ...

2025-06-09 09:00:59 713

原创 如何在Mindee/Doctr项目中选择合适的OCR模型

如何在Mindee/Doctr项目中选择合适的OCR模型 doctr docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by Deep Lea...

2025-06-09 09:00:10 360

原创 Reagent组件更新机制深度解析

Reagent组件更新机制深度解析 reagent A minimalistic ClojureScript interface to React.js 项目地址: https://gitcode.com/gh_mirrors/r...

2025-06-08 09:20:52 276

原创 Apache Ignite分布式SQL连接机制深度解析

Apache Ignite分布式SQL连接机制深度解析 ignite Apache Ignite 项目地址: https://gitcode.com/gh_mirrors/ignite4/ignite ...

2025-06-08 09:18:18 351

原创 Spatie Laravel-Medialibrary 媒体集合定义指南

Spatie Laravel-Medialibrary 媒体集合定义指南 laravel-medialibrary Associate files with Eloquent models 项目地址: https://gitcod...

2025-06-07 09:06:19 212

原创 Flot图表库中的坐标轴自动缩放功能详解

Flot图表库中的坐标轴自动缩放功能详解 flot Attractive JavaScript charts for jQuery 项目地址: https://gitcode.com/gh_mirrors/fl/flot ...

2025-06-07 09:05:18 382

原创 在VS Code中利用AI技术高效编辑Jupyter Notebooks指南

在VS Code中利用AI技术高效编辑Jupyter Notebooks指南 vscode-docs vscode-docs: 是 Visual Studio Code 官方文档的仓库。适合开发者阅读和理解 Visual Studio Code 的各种功能和用法。 ...

2025-06-07 09:04:30 334

原创 Vendure电商平台测试指南:从零构建可靠的插件测试体系

Vendure电商平台测试指南:从零构建可靠的插件测试体系 vendure A headless GraphQL commerce platform for the modern web 项目地址: https://gitcode...

2025-06-07 09:03:03 240

原创 oneTBB并行编程入门指南:从基础概念到实践应用

oneTBB并行编程入门指南:从基础概念到实践应用 oneTBB oneAPI Threading Building Blocks (oneTBB) 项目地址: https://gitcode.com/gh_mirrors/on/...

2025-06-07 09:02:22 398

原创 BigNumber.js 完全指南:JavaScript 高精度数学计算库

BigNumber.js 完全指南:JavaScript 高精度数学计算库 bignumber.js A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic ...

2025-06-06 09:05:48 334

原创 MDN学习区:深入理解CSS相对定位(relative positioning)

MDN学习区:深入理解CSS相对定位(relative positioning) learning-area GitHub repo for the MDN Learning Area. 项目地址: https://gitcod...

2025-06-06 09:02:13 221

原创 PyGithub项目实战:Repository操作完全指南

PyGithub项目实战:Repository操作完全指南 PyGithub Typed interactions with the GitHub API v3 项目地址: https://gitcode.com/gh_mirro...

2025-06-06 09:01:37 386

原创 Linux内核引导过程第六部分:内核地址空间随机化(KASLR)

Linux内核引导过程第六部分:内核地址空间随机化(KASLR) linux-insides-zh Linux 内核揭秘 项目地址: https://gitcode.com/gh_mirrors/li/linux-insides-...

2025-06-06 09:01:16 365

原创 CUTLASS示例程序解析:从基础矩阵乘法到高级张量核心应用

CUTLASS示例程序解析:从基础矩阵乘法到高级张量核心应用 cutlass CUTLASS 是 CUDA C++ 模板抽象集合,可实现高性能矩阵乘法等计算,支持多种精度,还能做卷积,零基础也能借助它开启 CUDA 编程之旅。源项目地址:https://github.com/NVIDIA/cutlass ...

2025-06-05 09:15:58 231

原创 FrankenPHP技术解析:现代PHP应用服务器深度指南

FrankenPHP技术解析:现代PHP应用服务器深度指南 frankenphp The modern PHP app server 项目地址: https://gitcode.com/gh_mirrors/fr/frankenp...

2025-06-05 09:09:33 314

原创 Brave浏览器本地化翻译指南:如何贡献多语言支持

Brave浏览器本地化翻译指南:如何贡献多语言支持 browser-laptop [DEPRECATED] Please see https://github.com/brave/brave-browser for the current version of Brave ...

2025-06-05 09:09:16 408

原创 在Create React App项目中集成React Cosmos组件开发环境

在Create React App项目中集成React Cosmos组件开发环境 react-cosmos Sandbox for developing and testing UI components in isolation ...

2025-06-05 09:02:44 399

原创 Sourcegraph代码导航扩展的工作原理解析

Sourcegraph代码导航扩展的工作原理解析 sourcegraph Code AI platform with Code Search & Cody 项目地址: https://gitcode.com/gh_mirrors/...

2025-06-04 09:04:09 362

原创 Unleash项目集成Azure AD SAML单点登录配置指南

Unleash项目集成Azure AD SAML单点登录配置指南 unleash unleash - 这是一个开源的持续部署和持续交付平台,用于自动化部署、测试、回滚等流程。适用于团队协同工作、持续集成、持续交付等场景。 项目地址...

2025-06-03 09:05:57 347

原创 GitLab Geo 灾难恢复中的后台自动校验机制解析

GitLab Geo 灾难恢复中的后台自动校验机制解析 gitlabhq GitLab CE Mirror | Please open new issues in our issue tracker on GitLab.com 项...

2025-06-03 09:00:50 219

原创 使用Wio Terminal测量温度 - IoT入门实践

使用Wio Terminal测量温度 - IoT入门实践 IoT-For-Beginners 12 Weeks, 24 Lessons, IoT for All! 项目地址: https://gitcode.com/gh_mirr...

2025-06-02 09:07:25 297

原创 Redis Node.js客户端v4到v5迁移指南

Redis Node.js客户端v4到v5迁移指南 node-redis redis/node-redis: Node-Redis 是一个用于 Node.js 的 Redis 客户端库,可以用于连接和操作 Redis 数据库,支持多种 Redis 数据类型和命令,如字符串,哈希表,列表,集合等。 ...

2025-06-02 09:03:48 398

原创 React Bits项目解析:避免在初始状态中使用Props的反模式

React Bits项目解析:避免在初始状态中使用Props的反模式 react-bits ✨ React patterns, techniques, tips and tricks ✨ 项目地址: https://gitcode...

2025-06-02 09:03:40 279

原创 Teleport多区域集群部署架构与技术实现详解

Teleport多区域集群部署架构与技术实现详解 teleport Protect access to all of your infrastructure. 项目地址: https://gitcode.com/gh_mirror...

2025-06-02 09:01:36 385

原创 使用Docker部署Homepage项目的完整指南

使用Docker部署Homepage项目的完整指南 homepage A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations. ...

2025-06-01 09:06:53 318

原创 Glance项目自定义API模板使用指南

Glance项目自定义API模板使用指南 glance A self-hosted dashboard that puts all your feeds in one place 项目地址: https://gitcode.com...

2025-06-01 09:06:07 406

原创 JuliaGeometry/CoordinateTransformations.jl 项目启动与配置教程

JuliaGeometry/CoordinateTransformations.jl 项目启动与配置教程 CoordinateTransformations.jl A fresh approach to coordinate transformations... ...

2025-05-28 09:00:40 348

原创 HiSRC:响应式图片的最佳实践

HiSRC:响应式图片的最佳实践 hisrc The simple jQuery plugin for adaptive images in responsive web design 项目地址: https://gitcode....

2025-05-25 09:00:04 215

原创 tidymodules:重塑Shiny模块开发的新范式

tidymodules:重塑Shiny模块开发的新范式 tidymodules An Object-Oriented approach to Shiny modules 项目地址: https://gitcode.com/gh_...

2025-05-23 09:00:03 237

原创 开源项目指南:Big Game Survey

开源项目指南:Big Game Survey sds1-wmazoni Big Game Survey é uma aplicação full stack web e mobile construída durante a 1ª edição da Semana DevSuperior, evento organiza...

2025-05-22 09:00:49 318

原创 lionengine:2D游戏开发引擎

lionengine:2D游戏开发引擎 lionengine Java 2D Game Engine 项目地址: https://gitcode.com/gh_mirrors/li/lionengine ...

2025-04-30 09:07:08 682

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

Pupperware 开源项目最佳实践教程 pupperware Container fun time lives here. 项目地址: https://gitcode.com/gh_mirrors/pu/pupperware...

2025-04-25 10:30:16 375

原创 RenderIH 项目启动与配置教程

RenderIH 项目启动与配置教程 RenderIH Official PyTorch implementation of "RenderIH: A large-scale synthetic dataset for 3D interacting hand pose estimation", ICCV 2023 ...

2025-04-25 09:33:08 701

原创 RSSmanX:构建个性化RSS阅读体验的全方位解决方案

RSSmanX:构建个性化RSS阅读体验的全方位解决方案 RSSmanX RSSman X 一套综合RSS解决方案 项目地址: https://gitcode.com/gh_mirrors/rs/RSSmanX ...

2025-04-23 17:41:47 913

原创 tModLoader 项目亮点解析

tModLoader 项目亮点解析 tModLoader A mod to make and play Terraria mods. Supports Terraria 1.4 (and earlier) installations ...

2025-04-23 07:20:22 488

原创 PDF Slicer 使用教程

PDF Slicer 使用教程 pdfslicer A simple application to extract, merge, rotate and reorder pages of PDF documents 项目地址: h...

2025-04-23 07:09:38 766

空空如也

空空如也

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

TA关注的人

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