自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 TheAlgorithms项目解析:深入理解循环链表数据结构

TheAlgorithms项目解析:深入理解循环链表数据结构 Algorithms-Explanation Popular algorithms explained in simple language with examples and links to their implementation in various ...

2025-06-12 09:11:41 165

原创 深入解析datamodel-code-generator模块化使用方法

深入解析datamodel-code-generator模块化使用方法 datamodel-code-generator Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema...

2025-06-12 09:08:32 130

原创 Kotlin/Dokka项目:Maven插件使用详解

Kotlin/Dokka项目:Maven插件使用详解 dokka API documentation engine for Kotlin 项目地址: https://gitcode.com/gh_mirrors/do/dokka...

2025-06-11 09:03:09 168

原创 rust-on-mobile:移动端Rust语言的实践与应用

rust-on-mobile:移动端Rust语言的实践与应用 rust-on-mobile [WIP] A little demo of how to setup an iOS/android project to use rust ...

2025-06-11 09:00:01 194

原创 Kubernetes 双栈网络(IPv4/IPv6)详解

Kubernetes 双栈网络(IPv4/IPv6)详解 website Kubernetes website and documentation repo: 项目地址: https://gitcode.com/gh_mirro...

2025-06-10 09:00:51 371

原创 Apache Ignite.NET日志系统深度解析

Apache Ignite.NET日志系统深度解析 ignite Apache Ignite 项目地址: https://gitcode.com/gh_mirrors/ignite16/ignite ...

2025-06-09 09:05:51 279

原创 Apache Ignite持久化性能调优指南

Apache Ignite持久化性能调优指南 ignite Apache Ignite 项目地址: https://gitcode.com/gh_mirrors/ignite15/ignite ...

2025-06-09 09:04:08 353

原创 Vue.js ESLint 插件完全指南:从安装到高级配置

Vue.js ESLint 插件完全指南:从安装到高级配置 eslint-plugin-vue Official ESLint plugin for Vue.js 项目地址: https://gitcode.com/gh_mirr...

2025-06-09 09:04:03 316

原创 Raspberry Pi相机模块配置指南:从基础到高级调优

Raspberry Pi相机模块配置指南:从基础到高级调优 documentation The official documentation for Raspberry Pi computers and microcontrollers ...

2025-06-08 09:01:43 275

原创 PaddleClas图像识别系统中的向量检索技术详解

PaddleClas图像识别系统中的向量检索技术详解 PaddleClas A treasure chest for visual classification and recognition powered by PaddlePaddle ...

2025-06-07 09:23:48 380

原创 深入解析nvitop:NVIDIA GPU进程监控与管理的利器

深入解析nvitop:NVIDIA GPU进程监控与管理的利器 nvitop An interactive NVIDIA-GPU process viewer and beyond, the one-stop solution for GPU process management. ...

2025-06-07 09:23:36 355

原创 Express-Validator 常见问题解析:数组验证的正确处理方式

Express-Validator 常见问题解析:数组验证的正确处理方式 express-validator 项目地址: https://gitcode.com/gh_mirrors/exp/express-validator...

2025-06-07 09:03:48 342

原创 OpenUSD项目中的Schema类生成教程

OpenUSD项目中的Schema类生成教程 OpenUSD Universal Scene Description 项目地址: https://gitcode.com/gh_mirrors/ope/OpenUSD ...

2025-06-06 09:13:10 284

原创 Litestar框架请求处理全解析:从基础到高级用法

Litestar框架请求处理全解析:从基础到高级用法 litestar Production-ready, Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs ...

2025-06-06 09:11:28 427

原创 基于BigQuery ML的MovieLens数据集协同过滤推荐系统实战

基于BigQuery ML的MovieLens数据集协同过滤推荐系统实战 training-data-analyst Labs and demos for courses for GCP Training (http://cloud.google.com/training). ...

2025-06-05 09:08:17 235

原创 AutoMM 持续训练技术详解:从模型微调到知识迁移

AutoMM 持续训练技术详解:从模型微调到知识迁移 autogluon AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data 项目地址: https:/...

2025-06-04 09:20:53 251

原创 从其他模板引擎迁移到Jinja2的完整指南

从其他模板引擎迁移到Jinja2的完整指南 jinja 项目地址: https://gitcode.com/gh_mirrors/jinj/jinja Jinja2作为Py...

2025-06-04 09:00:35 309

原创 Earthly项目实战:使用远程构建节点加速开发流程

Earthly项目实战:使用远程构建节点加速开发流程 earthly Super simple build framework with fast, repeatable builds and an instantly familiar syntax – like Dockerfile and Makefile had ...

2025-06-03 09:10:40 250

原创 Nomad任务抢占机制深度解析:高优先级任务如何优雅抢占资源

Nomad任务抢占机制深度解析:高优先级任务如何优雅抢占资源 nomad hashicorp/nomad: Nomad 是 HashiCorp 公司开发的一款易于部署和管理的调度器,它支持跨数据中心进行容器、虚拟机和任务进程等工作负载的自动化部署与管理。 ...

2025-06-02 09:16:07 216

原创 Qwik框架开发环境搭建与贡献指南

Qwik框架开发环境搭建与贡献指南 qwik Instant-loading web apps, without effort 项目地址: https://gitcode.com/gh_mirrors/qwi/qwik ...

2025-06-01 09:14:49 641

原创 JavaScript正则表达式教程:深入理解sticky标志"y"

JavaScript正则表达式教程:深入理解sticky标志"y" en.javascript.info Modern JavaScript Tutorial 项目地址: https://gitcode.co...

2025-06-01 09:09:08 223

原创 Conductor项目实战:创建并运行第一个HTTP工作流

Conductor项目实战:创建并运行第一个HTTP工作流 conductor Conductor is a microservices orchestration engine. 项目地址: https://gitcode.co...

2025-06-01 09:07:42 301

原创 在Kubernetes集群中部署Homepage项目的完整指南

在Kubernetes集群中部署Homepage项目的完整指南 homepage 一个高度可定制的主页(或起始页/应用程序仪表板),集成了Docker和服务API。 项目地址: https://gitcode.com/gh_mir...

2025-06-01 09:06:52 380

原创 MPV播放器项目代码贡献指南

MPV播放器项目代码贡献指南 mpv ???? Command line video player 项目地址: https://gitcode.com/gh_mirrors/mp/mpv ...

2025-06-01 09:00:42 397

原创 Metabase项目本地开发环境搭建指南

Metabase项目本地开发环境搭建指南 metabase metabase/metabase: 是一个开源的元数据管理和分析工具,它支持多种数据库,包括 PostgreSQL、 MySQL、 SQL Server 等。适合用于数据库元数据管理和分析,特别是对于需要管理和分析数据库元数据的场景。特点是元数据管理和分析工具...

2025-05-30 09:09:26 240

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

TokenSwift 项目启动与配置教程 TokenSwift From Hours to Minutes: Lossless Acceleration of Ultra Long Sequence Generation 项目地址...

2025-05-29 09:01:11 269

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

Taucharts 开源项目最佳实践教程 tauCharts D3 based data-focused charting library. Designed with passion. Flexible. 项目地址: https...

2025-05-29 09:00:02 294

原创 Requests-Ratelimiter 项目启动与配置教程

Requests-Ratelimiter 项目启动与配置教程 requests-ratelimiter Easy rate-limiting for python requests 项目地址: https://gitcode.co...

2025-05-26 09:00:46 288

原创 matterbridge-shelly:桥接Shelly设备至Matter的强大插件

matterbridge-shelly:桥接Shelly设备至Matter的强大插件 matterbridge-shelly Matterbridge shelly plugin 项目地址: https://gitcode.com...

2025-05-24 09:01:18 338

原创 SopCastComponent:手机直播的强大助手

SopCastComponent:手机直播的强大助手 SopCastComponent 该项目不再维护,仅供学习参考 项目地址: https://gitcode.com/gh_mirrors/so/SopCastComponent...

2025-05-22 09:00:00 585

原创 couplet:让春节氛围融入电脑桌面的创意应用

couplet:让春节氛围融入电脑桌面的创意应用 couplet ???? 桌面春联,把春节氛围带到你的电脑桌面! 项目地址: https://gitcode.com/gh_mirrors/cou/couplet ...

2025-05-21 09:00:08 229

原创 policy:チームみらいの政策共創平台

policy:チームみらいの政策共創平台 policy 项目地址: https://gitcode.com/gh_mirrors/policy4/policy 项目介绍在...

2025-05-21 00:52:22 609

原创 webssh:浏览器中的SSH连接管理专家

webssh:浏览器中的SSH连接管理专家 webssh WebSSH 是一个基于 Web 的轻量级 SSH 管理工具,方便地在浏览器中进行安全的远程服务器管理。 项目地址: https://gitcode.com/gh_mirr...

2025-05-16 09:00:04 294

原创 sdk-js:为JavaScript应用提供强大的端到端加密

sdk-js:为JavaScript应用提供强大的端到端加密 sdk-js Tanker client-side encryption SDK for JavaScript 项目地址: https://gitcode.com/gh...

2025-05-07 09:06:05 232

原创 Anifiltrs:为动漫爱好者量身定制的过滤利器

Anifiltrs:为动漫爱好者量身定制的过滤利器 Anifiltrs A collection of filter lists for anime streaming, manga reading, and downloading of such things. ...

2025-05-05 16:01:00 801

原创 legal-prompts-for-gpt:开源法律提示工程

legal-prompts-for-gpt:开源法律提示工程 legal-prompts-for-gpt An opensource legal prompts 项目地址: https://gitcode.com/gh_mirro...

2025-05-01 09:06:43 727

原创 wind-js-leaflet:为Leaflet添加风向、风速和温度可视化叠加

wind-js-leaflet:为Leaflet添加风向、风速和温度可视化叠加 wind-js-leaflet Leaflet plugin to add visualisation overlay for wind direction, velocity, and temperature ...

2025-04-29 22:00:25 951

原创 Obsidian-Transcription 项目启动与配置教程

Obsidian-Transcription 项目启动与配置教程 obsidian-transcription Obsidian plugin to create high-quality transcriptions from markdown linked audio files ...

2025-04-27 10:30:21 373

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

Genevo 项目启动与配置教程 genevo Execute genetic algorithm (GA) simulations in a customizable and extensible way. 项目地址: http...

2025-04-26 10:20:31 417

原创 X1nput 的项目扩展与二次开发

X1nput 的项目扩展与二次开发 X1nput Xinput hook for Impulse Trigger emulation 项目地址: https://gitcode.com/gh_mirrors/x1/X1nput ...

2025-04-23 07:25:14 716

空空如也

空空如也

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

TA关注的人

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