自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 《SystemsApproach》项目解析:构建计算机网络的基础需求

《SystemsApproach》项目解析:构建计算机网络的基础需求 book Computer Networks: A Systems Approach -- Textbook 项目地址: https://gitcode.com...

2025-06-12 09:10:10 317

原创 ODrive项目CAN总线通信指南

ODrive项目CAN总线通信指南 ODrive High performance motor control 项目地址: https://gitcode.com/gh_mirrors/odr/ODrive ...

2025-06-12 09:08:42 290

原创 Solidity设计模式:字符串相等性比较的最佳实践

Solidity设计模式:字符串相等性比较的最佳实践 solidity-patterns A compilation of patterns and best practices for the smart contract programming language Solidity ...

2025-06-11 09:20:07 213

原创 Kodein DI 框架从4.x迁移到5.x的完整指南

Kodein DI 框架从4.x迁移到5.x的完整指南 Kodein 项目地址: https://gitcode.com/gh_mirrors/kod/Kodein 前言...

2025-06-11 09:19:50 194

原创 Flexx框架深度解析:Widget组件与跨语言通信机制

Flexx框架深度解析:Widget组件与跨语言通信机制 flexx Write desktop and web apps in pure Python 项目地址: https://gitcode.com/gh_mirrors/f...

2025-06-11 09:17:25 242

原创 Privacy Badger浏览器扩展权限深度解析

Privacy Badger浏览器扩展权限深度解析 privacybadger Privacy Badger is a browser extension that automatically learns to block invisible trackers. ...

2025-06-11 09:15:11 207

原创 Python-mini-project:使用Web Scraping技术抓取图书信息并构建DataFrame

Python-mini-project:使用Web Scraping技术抓取图书信息并构建DataFrame python-mini-project ???? Welcome open-source Python mini-project contributions! ...

2025-06-11 09:13:29 253

原创 remix-kit:为Remix框架提供高效的开发服务器和编译器

remix-kit:为Remix框架提供高效的开发服务器和编译器 remix-kit remix development, streamlined 项目地址: https://gitcode.com/gh_mirrors/re/r...

2025-06-11 09:00:01 211

原创 JavaScript教程:深入理解生成器(Generators)

JavaScript教程:深入理解生成器(Generators) ru.javascript.info Современный учебник JavaScript 项目地址: https://gitcode.com/gh_mir...

2025-06-10 09:17:55 342

原创 KotlinPoet注解处理全指南:优雅生成Kotlin注解代码

KotlinPoet注解处理全指南:优雅生成Kotlin注解代码 kotlinpoet A Kotlin API for generating .kt source files. 项目地址: https://gitcode.com...

2025-06-10 09:04:57 396

原创 Reek代码异味检测工具中的异味抑制机制详解

Reek代码异味检测工具中的异味抑制机制详解 reek Code smell detector for Ruby 项目地址: https://gitcode.com/gh_mirrors/re/reek ...

2025-06-10 09:04:45 230

原创 Nanopb项目深度解析:编译选项与生成器配置指南

Nanopb项目深度解析:编译选项与生成器配置指南 nanopb Protocol Buffers with small code size 项目地址: https://gitcode.com/gh_mirrors/na/nano...

2025-06-09 09:01:26 272

原创 Watchexec 项目在各平台的安装指南

Watchexec 项目在各平台的安装指南 watchexec Executes commands in response to file modifications 项目地址: https://gitcode.com/gh_mi...

2025-06-07 09:04:02 362

原创 Cppcheck规则编写入门指南:从正则表达式到自定义检测规则

Cppcheck规则编写入门指南:从正则表达式到自定义检测规则 cppcheck static analysis of C/C++ code 项目地址: https://gitcode.com/gh_mirrors/cpp/cpp...

2025-06-07 09:01:55 216

原创 NoneBot2 异常处理机制深度解析

NoneBot2 异常处理机制深度解析 nonebot2 跨平台 Python 异步聊天机器人框架 / Asynchronous multi-platform chatbot framework written in Python ...

2025-06-06 09:08:28 368

原创 AWS Karpenter 集群整合机制深度解析

AWS Karpenter 集群整合机制深度解析 karpenter-provider-aws Karpenter is a Kubernetes Node Autoscaler built for flexibility, performance, and simplicity. ...

2025-06-06 09:02:12 354

原创 zephyr-vscode-example:为Zephyr应用开发提供现代化IDE配置

zephyr-vscode-example:为Zephyr应用开发提供现代化IDE配置 zephyr-vscode-example An example configuration for setting up Visual Studio Code for Zephyr application development ...

2025-06-06 09:00:07 266

原创 Puppet Agent 详解:自动化配置管理核心组件

Puppet Agent 详解:自动化配置管理核心组件 puppet puppetlabs/puppet: 是一个用于配置管理和服务器自动化的开源工具,可以用于自动化部署,配置和管理 Linux 服务器,支持多种 Linux 发行版和服务器配置。 ...

2025-06-05 09:16:05 228

原创 PDM项目配置管理完全指南

PDM项目配置管理完全指南 pdm A modern Python package and dependency manager supporting the latest PEP standards 项目地址: https://...

2025-06-05 09:05:29 250

原创 Pydantic Core教程:BaseModel基础与数据验证机制详解

Pydantic Core教程:BaseModel基础与数据验证机制详解 Tutorial-Codebase-Knowledge Turns Codebase into Easy Tutorial with AI 项目地址: ht...

2025-06-05 09:02:34 274

原创 深入理解tsfresh:时间序列特征提取的强大工具

深入理解tsfresh:时间序列特征提取的强大工具 tsfresh Automatic extraction of relevant features from time series: 项目地址: https://gitcode...

2025-06-04 09:21:32 261

原创 MNN深度学习框架代码规范与最佳实践指南

MNN深度学习框架代码规范与最佳实践指南 MNN MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba ...

2025-06-03 09:12:07 343

原创 深入理解Microsoft语言服务器协议(LSP)的核心原理

深入理解Microsoft语言服务器协议(LSP)的核心原理 language-server-protocol Defines a common protocol for language servers. 项目地址: https...

2025-06-03 09:09:53 256

原创 ESP32-Arduino GPIO矩阵与引脚复用技术详解

ESP32-Arduino GPIO矩阵与引脚复用技术详解 arduino-esp32 Arduino core for the ESP32 项目地址: https://gitcode.com/gh_mirrors/ar/ardu...

2025-06-02 09:17:13 347

原创 Zola静态站点生成器中的图片处理功能详解

Zola静态站点生成器中的图片处理功能详解 zola A fast static site generator in a single binary with everything built-in. https://www.getzola.org ...

2025-06-02 09:15:45 246

原创 在 ice.js 项目中高效使用 Ant Design 组件

在 ice.js 项目中高效使用 Ant Design 组件 ice ICE是阿里巴巴开源的一款企业级中后台搭建工具,提供了丰富的组件库、模板以及可视化拖拽功能,帮助企业快速构建高质量的企业级应用。 项目地址: https://g...

2025-06-02 09:01:35 251

原创 Consul容量规划指南:生产环境资源配置最佳实践

Consul容量规划指南:生产环境资源配置最佳实践 consul Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, ...

2025-06-01 09:05:35 389

原创 在PostgREST中创建SOAP端点的高级指南

在PostgREST中创建SOAP端点的高级指南 postgrest PostgREST是一个开源的RESTful API服务器,用于将PostgreSQL数据库暴露为RESTful API。 - 功能:RESTful API服务器;PostgreSQL数据库;RESTful API。 - 特点:易于使用;轻量级...

2025-06-01 09:05:27 394

原创 Mongoose项目中使用TLS/SSL连接MongoDB的完整指南

Mongoose项目中使用TLS/SSL连接MongoDB的完整指南 mongoose Automattic/mongoose: Mongoose 是一个流行的Node.js对象数据映射(ODM)库,专为MongoDB设计,能够简化在Node.js中使用MongoDB数据库的操作,提供了丰富的查询构建、模型定义、数据验证...

2025-06-01 09:04:04 446

原创 Drizzle ORM 自定义类型开发指南

Drizzle ORM 自定义类型开发指南 drizzle-orm drizzle-team/drizzle-orm: 是一个基于 C++ 的 ORM(对象关系映射)库,支持 MySQL 和 SQLite 数据库。适合对 C++、数据库开发以及想要使用轻量级 ORM 的开发者。 ...

2025-06-01 09:03:14 259

原创 PyTorch Lightning 高级性能分析指南:自定义性能剖析器

PyTorch Lightning 高级性能分析指南:自定义性能剖析器 pytorch-lightning 项目地址: https://gitcode.com/gh_mirrors/pyt/pytorch-lightning ...

2025-06-01 09:02:12 385

原创 Storybook项目:Web Components与Vite集成指南

Storybook项目:Web Components与Vite集成指南 storybook 项目地址: https://gitcode.com/gh_mirrors/sto/storybook ...

2025-05-30 09:02:03 225

原创 incus-compose:项目核心功能/场景

incus-compose:项目核心功能/场景 incus-compose the missing equivalent for `docker-compose` in the Incus ecosystem 项目地址: http...

2025-05-29 00:45:56 871

原创 xAI-Cookbook 项目启动与配置教程

xAI-Cookbook 项目启动与配置教程 xai-cookbook A collection of pragmatic, real-world examples guiding you from basic to advanced use of xAI's Grok APIs. ...

2025-05-27 09:01:12 256

原创 bodhi-portal:开源企业级门户配置框架

bodhi-portal:开源企业级门户配置框架 bodhi-portal 项目地址: https://gitcode.com/gh_mirrors/bo/bodhi-portal ...

2025-05-07 13:10:25 480

原创 ReasonIR:推理任务的首选检索器

ReasonIR:推理任务的首选检索器 ReasonIR Official repository for paper "ReasonIR Training Retrievers for Reasoning Tasks". 项目地址...

2025-05-05 12:00:25 381

原创 substrate-telemetry:实时监控Substrate节点状态

substrate-telemetry:实时监控Substrate节点状态 substrate-telemetry Polkadot Telemetry service 项目地址: https://gitcode.com/gh_m...

2025-04-29 17:20:50 799

原创 strings 的安装和配置教程

strings 的安装和配置教程 strings Rust String Libraries by mcyoung 项目地址: https://gitcode.com/gh_mirrors/strin/strings ...

2025-04-28 10:50:05 273

原创 ui 的安装和配置教程

ui 的安装和配置教程 ui A CSS UI library exploring how next-gen HTML & CSS features can change the way we create components. Designed to be used by professional teams as ...

2025-04-27 10:20:44 352

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

开源项目最佳实践教程:GodGuide GodGuide 项目地址: https://gitcode.com/gh_mirrors/go/GodGuide 1. 项目介绍...

2025-04-27 09:17:16 220

空空如也

空空如也

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

TA关注的人

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