自定义博客皮肤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)
  • 收藏
  • 关注

原创 Apache NuttX实时操作系统快速入门:运行与调试指南

Apache NuttX实时操作系统快速入门:运行与调试指南 nuttx 项目地址: https://gitcode.com/gh_mirrors/in/incubator-nuttx ...

2025-06-11 09:19:00 172

原创 ATC_MiThermometer项目解析:小米BLE广播协议Mi Beacon v4技术详解

ATC_MiThermometer项目解析:小米BLE广播协议Mi Beacon v4技术详解 ATC_MiThermometer Custom firmware for the Xiaomi Thermometers and Telink Flasher ...

2025-06-11 09:14:01 303

原创 React Native Track Player 后台播放模式深度解析

React Native Track Player 后台播放模式深度解析 react-native-track-player A fully fledged audio module created for music apps. Provides audio playback, external media contr...

2025-06-11 09:13:48 263

原创 深入解析DataDog/go-profiler-notes中的Go pprof工具与格式

深入解析DataDog/go-profiler-notes中的Go pprof工具与格式 go-profiler-notes felixge's notes on the various go profiling methods that are available. ...

2025-06-11 09:02:13 192

原创 CrateDB用户自定义函数(UDF)全面指南

CrateDB用户自定义函数(UDF)全面指南 crate CrateDB is a distributed and scalable SQL database for storing and analyzing massive amounts of data in near real-time, even with c...

2025-06-10 09:00:38 186

原创 Jcrop图像裁剪库快速入门指南

Jcrop图像裁剪库快速入门指南 Jcrop Jcrop - The Javascript Image Cropping Engine 项目地址: https://gitcode.com/gh_mirrors/jc/Jcrop ...

2025-06-09 09:21:44 369

原创 使用Sapiens模型进行人体部位分割的微调指南

使用Sapiens模型进行人体部位分割的微调指南 sapiens High-resolution models for human tasks. 项目地址: https://gitcode.com/gh_mirrors/sa/sa...

2025-06-08 09:14:24 376

原创 Suricata深度包检测插件nDPI使用指南

Suricata深度包检测插件nDPI使用指南 suricata Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed b...

2025-06-08 09:04:05 339

原创 Spatie Laravel Activitylog 高级用法:模型事件日志记录详解

Spatie Laravel Activitylog 高级用法:模型事件日志记录详解 laravel-activitylog Log activity inside your Laravel app 项目地址: https://g...

2025-06-08 09:00:12 268

原创 htbuilder:构建简洁HTML字符串的Python工具

htbuilder:构建简洁HTML字符串的Python工具 htbuilder A purely-functional HTML builder for Python. Think JSX rather than templates. ...

2025-06-08 09:00:03 211

原创 OpenArk Orchestrator 入门指南:MySQL高可用管理实战

OpenArk Orchestrator 入门指南:MySQL高可用管理实战 orchestrator MySQL replication topology management and HA 项目地址: https://gitc...

2025-06-07 09:22:27 345

原创 doctest框架核心特性解析:轻量级C++测试库的设计哲学

doctest框架核心特性解析:轻量级C++测试库的设计哲学 doctest The fastest feature-rich C++11/14/17/20/23 single-header testing framework 项...

2025-06-07 09:01:00 364

原创 async-provider:让异步上下文管理更轻量、更安全

async-provider:让异步上下文管理更轻量、更安全 async-provider 项目地址: https://gitcode.com/gh_mirrors/as/async-provider ...

2025-06-07 09:00:05 222

原创 threestudio项目配置参数详解:从数据模块到系统架构

threestudio项目配置参数详解:从数据模块到系统架构 threestudio A unified framework for 3D content generation. 项目地址: https://gitcode.com...

2025-06-06 09:06:30 297

原创 在NixOS系统中集成Home Manager模块的完整指南

在NixOS系统中集成Home Manager模块的完整指南 home-manager Manage a user environment using Nix [maintainer=@rycee] 项目地址: https:/...

2025-06-05 09:08:10 339

原创 Hexo主题NexT从5.1.X版本升级指南

Hexo主题NexT从5.1.X版本升级指南 hexo-theme-next Elegant and powerful theme for Hexo. 项目地址: https://gitcode.com/gh_mirrors/he...

2025-06-05 09:06:26 219

原创 AutoGluon多模态表格数据实战:融合结构化、文本与图像特征

AutoGluon多模态表格数据实战:融合结构化、文本与图像特征 autogluon AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data 项目地址: h...

2025-06-05 09:01:06 328

原创 Android性能优化:按需加载视图提升布局效率

Android性能优化:按需加载视图提升布局效率 android-training-course-in-chinese Android官方培训课程中文版 项目地址: https://gitcode.com/gh_mirrors/a...

2025-06-04 09:07:04 226

原创 NixOS/nix 高级属性详解:深入理解Derivation配置

NixOS/nix 高级属性详解:深入理解Derivation配置 nix Nix, the purely functional package manager 项目地址: https://gitcode.com/gh_mirro...

2025-06-02 09:18:41 238

原创 使用Kind在Kubernetes中搭建Ansible AWX开发环境

使用Kind在Kubernetes中搭建Ansible AWX开发环境 awx AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream pro...

2025-06-02 09:17:36 363

原创 深入解析mold链接器:现代链接技术的革新实践

深入解析mold链接器:现代链接技术的革新实践 mold Mold: A Modern Linker ???? 项目地址: https://gitcode.com/gh_mirrors/mo/mold ...

2025-06-02 09:15:53 291

原创 React Redux 中 mapDispatchToProps 的深度解析

React Redux 中 mapDispatchToProps 的深度解析 react-redux reduxjs/react-redux: React-Redux 是一个用于 React 的 Redux 绑定库,可以用于构建 React 应用程序和组件,支持多种 Redux 功能和工具,如 Redux,Redux-T...

2025-06-01 09:08:18 321

原创 Elasticsearch 源数据专用存储库深度解析

Elasticsearch 源数据专用存储库深度解析 elasticsearch 项目地址: https://gitcode.com/gh_mirrors/elas/elasticsearch ...

2025-06-01 09:02:27 252

原创 sofastack.tech:面向微服务架构的高效网站构建方案

sofastack.tech:面向微服务架构的高效网站构建方案 sofastack.tech Source for the SOFAStack website https://www.sofastack.tech 项目地址: ht...

2025-05-31 09:00:03 223

原创 Milvus开发环境搭建与测试指南

Milvus开发环境搭建与测试指南 milvus A cloud-native vector database, storage for next generation AI applications 项目地址: https://...

2025-05-30 09:13:28 272

原创 Git项目中Simple-IPC API技术解析

Git项目中Simple-IPC API技术解析 git Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitG...

2025-05-30 09:06:01 391

原创 深入解析Gluon教程中的GoogLeNet网络架构

深入解析Gluon教程中的GoogLeNet网络架构 d2l-zh 项目地址: https://gitcode.com/gh_mirrors/d2l/d2l-zh Goog...

2025-05-30 09:05:06 364

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

Seyren项目启动与配置教程 seyren An alerting dashboard for Graphite 项目地址: https://gitcode.com/gh_mirrors/se/seyren ...

2025-05-24 09:00:04 288

原创 loopback.io:开源项目的核心功能与价值探索

loopback.io:开源项目的核心功能与价值探索 loopback.io LoopBack project site - now with documentation! 项目地址: https://gitcode.com/gh...

2025-05-15 09:00:00 636

原创 DocPHT:简易笔记与文档管理的利器

DocPHT:简易笔记与文档管理的利器 docpht With DocPHT you can take notes and quickly document anything and without the use of any database. ...

2025-05-11 09:03:42 699

原创 policies 的安装和配置教程

policies 的安装和配置教程 policies Open Source Policy Examples and Templates 项目地址: https://gitcode.com/gh_mirrors/pol/polic...

2025-04-24 11:22:53 376

原创 YOLOv5-waste 项目亮点解析

YOLOv5-waste 项目亮点解析 YOLOv5-waste 项目地址: https://gitcode.com/gh_mirrors/yo/YOLOv5-waste ...

2025-04-23 07:25:58 255

原创 开源项目 xplorer 的扩展与二次开发潜力

开源项目 xplorer 的扩展与二次开发潜力 xplorer Xplorer, a customizable, modern file manager 项目地址: https://gitcode.com/gh_mirrors/x...

2025-04-23 07:15:10 384

原创 Ohai Emacs 开源项目使用教程

Ohai Emacs 开源项目使用教程 ohai-emacs The finest hand crafted artisanal emacs.d for your editing pleasure 项目地址: https://gi...

2025-04-23 07:04:18 555

原创 MediaPlayer-KMP 项目安装与配置指南

MediaPlayer-KMP 项目安装与配置指南 MediaPlayer-KMP MediaPlayer-KMP is a Kotlin Multiplatform (KMP) library that allows you to display and play YouTube videos across Andro...

2025-04-22 10:10:32 848

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

MathsFromExamples项目安装与配置指南 MathsFromExamples Source code, datasets and trained models for the paper Learning Advanced Mathematical Computations from Examples (IC...

2025-04-22 07:04:30 737

原创 StrongREJECT项目使用教程

StrongREJECT项目使用教程 strongreject Repository for "StrongREJECT for Empty Jailbreaks" paper 项目地址: https://gitcode.com/...

2025-04-21 07:04:23 363

原创 Awesome Ghostty 使用教程

Awesome Ghostty 使用教程 Awesome-Ghostty A list of tools, shaders, and more for Ghostty, an awesome GPU-accelerated terminal emulator. ...

2025-04-20 11:50:01 688

原创 R2ET项目安装与使用教程

R2ET项目安装与使用教程 R2ET (CVPR 2023) Skinned Motion Retargeting with Residual Perception of Motion Semantics & Geometry 项...

2025-04-20 11:01:10 310

原创 开源项目安装与配置指南:Linear MCP Server

开源项目安装与配置指南:Linear MCP Server linear-mcp-server 项目地址: https://gitcode.com/gh_mirrors/li/linear-mcp-server ...

2025-04-20 11:01:01 333

空空如也

空空如也

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

TA关注的人

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