自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 IPLD核心概念解析:从数据模型到高级数据布局

IPLD核心概念解析:从数据模型到高级数据布局 ipld InterPlanetary Linked Data 项目地址: https://gitcode.com/gh_mirrors/ip/ipld ...

2025-06-30 09:35:47 392

原创 VKCOM/kphp项目:如何将C++调用栈映射到PHP源代码

VKCOM/kphp项目:如何将C++调用栈映射到PHP源代码 kphp KPHP — a PHP compiler 项目地址: https://gitcode.com/gh_mirrors/kph/kphp ...

2025-06-30 09:05:26 369

原创 LaTeX Cookbook项目:公式与图表索引的专业指南

LaTeX Cookbook项目:公式与图表索引的专业指南 latex-cookbook LaTeX论文写作教程 (清华大学出版社) 项目地址: https://gitcode.com/gh_mirrors/late/latex-...

2025-06-30 09:03:16 394

原创 深入理解tilo/smarter_csv中的值转换器(Value Converters)

深入理解tilo/smarter_csv中的值转换器(Value Converters) smarter_csv Ruby Gem for smarter importing of CSV Files as Array(s) of Hashes, with optional features for processing...

2025-06-29 09:24:03 512

原创 在Visual C++中实现连接点(Connection Point)的技术指南

在Visual C++中实现连接点(Connection Point)的技术指南 cpp-docs C++ Documentation 项目地址: https://gitcode.com/gh_mirrors/cpp/cpp-do...

2025-06-29 09:18:54 283

原创 Hookstate项目:不使用useHookstate钩子的状态管理方案

Hookstate项目:不使用useHookstate钩子的状态管理方案 hookstate The simple but very powerful and incredibly fast state management for React that is based on hooks ...

2025-06-28 09:20:42 271

原创 Excalibur项目使用指南:从基础配置到高级部署

Excalibur项目使用指南:从基础配置到高级部署 excalibur A web interface to extract tabular data from PDFs 项目地址: https://gitcode.com/gh...

2025-06-28 09:16:20 270

原创 Adonis UI 进度条与加载动画使用指南

Adonis UI 进度条与加载动画使用指南 adonis-ui Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals ...

2025-06-27 09:20:16 207

原创 CoolQ HTTP API 插件配置详解

CoolQ HTTP API 插件配置详解 coolq-http-api 项目地址: https://gitcode.com/gh_mirrors/coo/coolq-http-api ...

2025-06-27 09:13:48 266

原创 ESP32-Paxcounter硬件选型与功能解析指南

ESP32-Paxcounter硬件选型与功能解析指南 ESP32-Paxcounter Wifi & BLE driven passenger flow metering with cheap ESP32 boards 项目地址...

2025-06-27 09:07:14 208

原创 Featureform项目Docker快速入门指南

Featureform项目Docker快速入门指南 featureform The Virtual Feature Store. Turn your existing data infrastructure into a feature store. ...

2025-06-27 09:00:36 270

原创 Microsoft MLOps项目:基于Kubeflow Pipeline的端到端机器学习工作流实践

Microsoft MLOps项目:基于Kubeflow Pipeline的端到端机器学习工作流实践 MLOps MLOps examples 项目地址: https://gitcode.com/gh_mirrors/ml/MLO...

2025-06-26 09:19:28 260

原创 C++并发编程实战:无锁数据结构设计精要

C++并发编程实战:无锁数据结构设计精要 CPP-Concurrency-In-Action-2ed-2019 项目地址: https://gitcode.com/gh_mirrors/cp/CPP-Concurrency-In...

2025-06-25 09:14:27 266

原创 Panaversity项目:基于Dapr的事件驱动型个性化学习系统架构解析

Panaversity项目:基于Dapr的事件驱动型个性化学习系统架构解析 learn-agentic-ai Learn Agentic AI using Dapr Agentic Cloud Ascent (DACA) Design Pattern: OpenAI Agents SDK, Memory, MCP, Kn...

2025-06-20 10:04:52 220

原创 0 A.D.游戏路径查找系统设计与实现解析

0 A.D.游戏路径查找系统设计与实现解析 0ad Git mirror of the 0 A.D. source code (http://trac.wildfiregames.com/browser) 项目地址: https:...

2025-06-20 09:48:23 345

原创 CreateJS/PreloadJS 队列预加载功能深度解析

CreateJS/PreloadJS 队列预加载功能深度解析 PreloadJS PreloadJS makes preloading assets & getting aggregate progress events easier in JavaScript. It uses XHR2 when available,...

2025-06-19 09:25:23 269

原创 电信云原生转型加速:挑战与最佳实践指南

电信云原生转型加速:挑战与最佳实践指南 bestpractices ????????☎️???????? The focus of the Cloud Native Telecom Initiative (CNTI) Best Practices community is to define cloud native networking be...

2025-06-16 09:06:54 529

原创 OpenContainers运行时规范解析:容器生命周期与状态管理

OpenContainers运行时规范解析:容器生命周期与状态管理 runtime-spec OCI Runtime Specification 项目地址: https://gitcode.com/gh_mirrors/ru/ru...

2025-06-11 09:16:21 237

原创 深入理解Go性能分析工具pprof在high-performance-go项目中的应用

深入理解Go性能分析工具pprof在high-performance-go项目中的应用 high-performance-go high performance coding with golang(Go 语言高性能编程,Go 语言陷阱,Gotchas,Traps) ...

2025-06-10 09:18:09 241

原创 PHP-DebugBar 桥接收集器详解:集成主流PHP组件

PHP-DebugBar 桥接收集器详解:集成主流PHP组件 php-debugbar Debug bar for PHP 项目地址: https://gitcode.com/gh_mirrors/ph/php-debugbar...

2025-06-09 09:22:33 325

原创 uthash项目中的utarray动态数组使用指南

uthash项目中的utarray动态数组使用指南 uthash C macros for hash tables and more 项目地址: https://gitcode.com/gh_mirrors/ut/uthash ...

2025-06-09 09:20:23 224

原创 Amazon DSSTNE深度学习框架环境配置指南

Amazon DSSTNE深度学习框架环境配置指南 amazon-dsstne Deep Scalable Sparse Tensor Network Engine (DSSTNE) is an Amazon developed library for building Deep Learning (DL) machin...

2025-06-09 09:20:13 218

原创 Apache Ignite 二进制客户端协议数据格式详解

Apache Ignite 二进制客户端协议数据格式详解 ignite Apache Ignite 项目地址: https://gitcode.com/gh_mirrors/ignite16/ignite ...

2025-06-09 09:03:11 299

原创 Shellharden项目指南:安全编写Bash脚本的最佳实践

Shellharden项目指南:安全编写Bash脚本的最佳实践 shellharden The corrective bash syntax highlighter 项目地址: https://gitcode.com/gh_mir...

2025-06-09 09:01:35 876

原创 s3prl-vc:开源语音转换工具包

s3prl-vc:开源语音转换工具包 s3prl-vc S3PRL-VC: A Voice Conversion Toolkit based on S3PRL 项目地址: https://gitcode.com/gh_mirror...

2025-06-09 09:00:04 373

原创 NGINX Ingress Controller自定义日志格式配置指南

NGINX Ingress Controller自定义日志格式配置指南 kubernetes-ingress NGINX and NGINX Plus Ingress Controllers for Kubernetes 项目地...

2025-06-08 09:21:19 424

原创 PMD 7.0 版本深度解析:代码质量分析工具的重大升级

PMD 7.0 版本深度解析:代码质量分析工具的重大升级 pmd An extensible multilanguage static code analyzer. 项目地址: https://gitcode.com/gh_mir...

2025-06-08 09:13:26 294

原创 OpenCompass高效评估指南:任务分区与执行策略详解

OpenCompass高效评估指南:任务分区与执行策略详解 opencompass opencompass - OpenCompass是一个用于评估大型语言模型的工具,提供分布式评估、多样化评估范式和模块化设计。 项目地址: ht...

2025-06-08 09:01:21 396

原创 Mirror网络框架贡献指南:如何高效参与开源协作

Mirror网络框架贡献指南:如何高效参与开源协作 Mirror #1 Open Source Unity Networking Library 项目地址: https://gitcode.com/gh_mirrors/mi/Mi...

2025-06-07 09:22:54 227

原创 Deis平台SSL终端配置指南:实现安全通信加密

Deis平台SSL终端配置指南:实现安全通信加密 deis Deis v1, the CoreOS and Docker PaaS: Your PaaS. Your Rules. 项目地址: https://gitcode.co...

2025-06-07 09:03:43 360

原创 Laf云函数核心技术解析:特性、优势与应用场景

Laf云函数核心技术解析:特性、优势与应用场景 laf 项目地址: https://gitcode.com/gh_mirrors/laf/laf 什么是Laf云函数Laf...

2025-06-06 09:00:10 379

原创 OpenCart项目PHP编码规范详解

OpenCart项目PHP编码规范详解 opencart A free shopping cart system. OpenCart is an open source PHP-based online e-commerce solution. ...

2025-06-05 09:14:33 312

原创 Oumi项目深度定制指南:扩展框架功能的完整实践

Oumi项目深度定制指南:扩展框架功能的完整实践 oumi Everything you need to build state-of-the-art foundation models, end-to-end. 项目地址: ht...

2025-06-05 09:08:11 412

原创 YugabyteDB中的Active-Active多主架构设计模式解析

YugabyteDB中的Active-Active多主架构设计模式解析 yugabyte-db yugabyte/yugabyte-db: 是 YugaByte DB 的官方仓库,一个高性能、高可扩展、分布式的 SQL 数据库,支持 PostgreSQL 兼容性。适合对分布式数据库、SQL 数据库和云原生应用的开发者。...

2025-06-05 09:07:35 333

原创 Neon 0.10 迁移指南:从技术专家视角解析重大变更

Neon 0.10 迁移指南:从技术专家视角解析重大变更 neon Rust bindings for writing safe and fast native Node.js modules. 项目地址: https://git...

2025-06-05 09:06:20 353

原创 PyTorch教程:理解神经网络中的张量形状计算

PyTorch教程:理解神经网络中的张量形状计算 tutorials PyTorch tutorials. 项目地址: https://gitcode.com/gh_mirrors/tuto/tutorials ...

2025-06-05 09:02:25 341

原创 JuiceFS 在 WSL 环境中的完整使用指南

JuiceFS 在 WSL 环境中的完整使用指南 juicefs JuiceFS 是一个高性能的分布式文件系统,适用于大规模数据处理、机器学习、容器和对象存储等场景。* 提供高性能的分布式文件系统;支持多种云存储和对象存储;支持 POSIX 文件系统接口。* 特点:高性能;支持多种云存储和对象存储;支持 POSIX 文件...

2025-06-03 09:11:17 350

原创 boardgame.io框架中的游戏阶段(Phases)机制详解

boardgame.io框架中的游戏阶段(Phases)机制详解 boardgame.io State Management and Multiplayer Networking for Turn-Based Games 项目地址...

2025-06-03 09:09:55 392

原创 Halfrost-Field 项目解析:深入理解 iOS 中的 RACSignal 函数响应式编程

Halfrost-Field 项目解析:深入理解 iOS 中的 RACSignal 函数响应式编程 Halfrost-Field ✍???? 这里是写博客的地方 —— Halfrost-Field 冰霜之地 项目地址: https://...

2025-06-03 09:03:09 317

原创 MAA助手明日方舟项目Linux编译指南

MAA助手明日方舟项目Linux编译指南 MaaAssistantArknights 一款明日方舟游戏小助手 项目地址: https://gitcode.com/gh_mirrors/ma/MaaAssistantArknight...

2025-06-02 09:05:56 402

空空如也

空空如也

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

TA关注的人

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