自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 深入理解zoofIO/flexx中的反应机制(Reactions)

深入理解zoofIO/flexx中的反应机制(Reactions) flexx 项目地址: https://gitcode.com/gh_mirrors/fle/flexx ...

2025-06-11 09:17:22 339

原创 ElixirSchool项目:Elixir代码文档编写完全指南

ElixirSchool项目:Elixir代码文档编写完全指南 elixirschool The content behind Elixir School 项目地址: https://gitcode.com/gh_mirrors/...

2025-06-11 09:03:03 290

原创 PicoLimbo:轻量级多版本Minecraft暂存服务器

PicoLimbo:轻量级多版本Minecraft暂存服务器 PicoLimbo A lightweight Minecraft server written from scratch in Rust supporting Minecraft versions from 1.7.2 up to the most rece...

2025-06-11 09:00:05 281

原创 .NET 5 网络编程变更:MulticastOption.Group 不再接受 null 值

.NET 5 网络编程变更:MulticastOption.Group 不再接受 null 值 docs This repository contains .NET Documentation. 项目地址: https://git...

2025-06-10 09:04:45 343

原创 Chumsky解析器组合库核心概念解析

Chumsky解析器组合库核心概念解析 chumsky Write expressive, high-performance parsers with ease. 项目地址: https://gitcode.com/gh_mirr...

2025-06-10 09:04:18 219

原创 深入解析src-d/go-git项目示例代码

深入解析src-d/go-git项目示例代码 go-git Project has been moved to: https://github.com/go-git/go-git 项目地址: https://gitcode.com...

2025-06-08 09:18:44 331

原创 Librespot项目编译指南:从环境搭建到运行详解

Librespot项目编译指南:从环境搭建到运行详解 librespot Open Source Spotify client library 项目地址: https://gitcode.com/gh_mirrors/li/lib...

2025-06-08 09:03:59 244

原创 Raspberry Pi项目内核编译完全指南:从源码到部署

Raspberry Pi项目内核编译完全指南:从源码到部署 documentation The official documentation for Raspberry Pi computers and microcontrollers ...

2025-06-08 09:03:09 297

原创 深入解析x11docker:安全运行GUI容器应用的技术指南

深入解析x11docker:安全运行GUI容器应用的技术指南 x11docker Run GUI applications and desktops in docker and podman containers. Focus on security. ...

2025-06-07 09:06:25 364

原创 React-Autosuggest 常见问题解决方案:获取输入元素与滚动控制

React-Autosuggest 常见问题解决方案:获取输入元素与滚动控制 react-autosuggest WAI-ARIA compliant React autosuggest component 项目地址: https...

2025-06-07 09:04:38 210

原创 使用ClearML实现XGBoost模型训练与实验跟踪全流程

使用ClearML实现XGBoost模型训练与实验跟踪全流程 clearml ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management ...

2025-06-07 09:04:23 227

原创 Apache Zeppelin中的Angular后端API详解

Apache Zeppelin中的Angular后端API详解 zeppelin Web-based notebook that enables data-driven, interactive data analytics and collaborative documents with SQL, Scala and ...

2025-06-07 09:00:37 361

原创 TypeGraphQL与Prisma集成指南:自动化生成GraphQL类型与CRUD解析器

TypeGraphQL与Prisma集成指南:自动化生成GraphQL类型与CRUD解析器 type-graphql 项目地址: https://gitcode.com/gh_mirrors/typ/type-graphql ...

2025-06-05 09:08:45 369

原创 Carbon Design System 10.x 版本类型系统迁移指南

Carbon Design System 10.x 版本类型系统迁移指南 carbon A design system built by IBM 项目地址: https://gitcode.com/gh_mirrors/carbo...

2025-06-05 09:05:34 286

原创 JavaScript 正则表达式中的量词详解:+, *, ? 和 {n}

JavaScript 正则表达式中的量词详解:+, *, ? 和 {n} zh.javascript.info 现代 JavaScript 教程(The Modern JavaScript Tutorial),以最新的 ECMAScript 规范为基准,通过简单但足够详细的内容,为你讲解从基础到高阶的 JavaScrip...

2025-06-04 09:07:16 234

原创 RQ任务调度机制详解:从基础使用到原理剖析

RQ任务调度机制详解:从基础使用到原理剖析 rq Simple job queues for Python 项目地址: https://gitcode.com/gh_mirrors/rq1/rq ...

2025-06-04 09:04:17 395

原创 Netflix/pollyjs 配置详解:打造智能HTTP请求录制与回放系统

Netflix/pollyjs 配置详解:打造智能HTTP请求录制与回放系统 pollyjs Record, Replay, and Stub HTTP Interactions. 项目地址: https://gitcode.co...

2025-06-04 09:03:41 355

原创 TheOdinProject项目教程:深入理解Git远程仓库操作

TheOdinProject项目教程:深入理解Git远程仓库操作 curriculum TheOdinProject/curriculum: The Odin Project 是一个免费的在线编程学习平台,这个仓库是其课程大纲和教材资源库,涵盖了Web开发相关的多种技术栈,如HTML、CSS、JavaScript以及Ru...

2025-06-04 09:02:16 296

原创 StatsModels回归诊断可视化完全指南

StatsModels回归诊断可视化完全指南 statsmodels Statsmodels: statistical modeling and econometrics in Python 项目地址: https://gitco...

2025-06-04 09:01:50 395

原创 EasyScheduler项目升级不兼容变更指南

EasyScheduler项目升级不兼容变更指南 dolphinscheduler 项目地址: https://gitcode.com/gh_mirrors/ea/EasyScheduler ...

2025-06-03 09:02:32 399

原创 EasyScheduler集群扩容与缩容操作指南

EasyScheduler集群扩容与缩容操作指南 dolphinscheduler 项目地址: https://gitcode.com/gh_mirrors/ea/EasyScheduler ...

2025-06-03 09:01:48 347

原创 OpenCV/CVAT 低层级API开发指南

OpenCV/CVAT 低层级API开发指南 cvat Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of...

2025-06-03 09:01:30 318

原创 Apache BRPC中的RDMA支持深度解析

Apache BRPC中的RDMA支持深度解析 brpc brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage...

2025-06-02 09:15:42 410

原创 SQLModel 教程:使用 WHERE 条件过滤查询结果

SQLModel 教程:使用 WHERE 条件过滤查询结果 sqlmodel SQL databases in Python, designed for simplicity, compatibility, and robustness. ...

2025-06-02 09:08:08 227

原创 TensorFlow-Course项目教程:自编码器的原理与TensorFlow实现

TensorFlow-Course项目教程:自编码器的原理与TensorFlow实现 TensorFlow-Course :satellite: Simple and ready-to-use tutorials for TensorFlow ...

2025-06-02 09:05:45 219

原创 Compiler Explorer项目中的SAIL语言位域特性解析

Compiler Explorer项目中的SAIL语言位域特性解析 compiler-explorer Run compilers interactively from your web browser and interact with the assembly ...

2025-06-02 09:03:39 410

原创 深度强化学习教程:Q-Learning算法详解

深度强化学习教程:Q-Learning算法详解 d2l-en d2l-ai/d2l-en: 是一个基于 Python 的深度学习教程,它使用了 SQLite 数据库存储数据。适合用于学习深度学习,特别是对于需要使用 Python 和 SQLite 数据库的场景。特点是深度学习教程、Python、SQLite 数据库。 ...

2025-06-01 09:09:18 381

原创 OpenZeppelin Contracts中的ERC-20代币供应机制详解

OpenZeppelin Contracts中的ERC-20代币供应机制详解 openzeppelin-contracts OpenZeppelin Contracts 是一个用于安全智能合约开发的库。 项目地址: https:/...

2025-06-01 09:04:54 305

原创 XState与SolidJS集成开发指南

XState与SolidJS集成开发指南 xstate State machines and statecharts for the modern web. 项目地址: https://gitcode.com/gh_mirrors...

2025-06-01 09:03:29 369

原创 PyTorch-Lightning 插件机制深度解析:扩展训练流程的三种方式

PyTorch-Lightning 插件机制深度解析:扩展训练流程的三种方式 pytorch-lightning 项目地址: https://gitcode.com/gh_mirrors/pyt/pytorch-lightnin...

2025-06-01 09:02:09 319

原创 D2L项目解析:深度神经网络中的数值稳定性与初始化策略

D2L项目解析:深度神经网络中的数值稳定性与初始化策略 d2l-zh 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。 项目地址: https://gitcode.com/gh_m...

2025-05-30 09:04:58 407

原创 Elasticsearch 数据分层架构深度解析

Elasticsearch 数据分层架构深度解析 elasticsearch 项目地址: https://gitcode.com/gh_mirrors/elas/elasticsearch ...

2025-05-30 09:04:08 333

原创 WeaponFOVAndClippingFix:项目核心功能/场景

WeaponFOVAndClippingFix:项目核心功能/场景 WeaponFOVAndClippingFix An Unreal Engine asset to fix the most common FPS problems in an easy way ???? ...

2025-05-28 07:10:21 947

原创 macOS-Security-Research 项目启动与配置教程

macOS-Security-Research 项目启动与配置教程 macOS-Security-Research macOS Security Research 项目地址: https://gitcode.com/gh_mirr...

2025-05-27 09:00:49 246

原创 EarthChat:全新微服务架构的即时通讯解决方案

EarthChat:全新微服务架构的即时通讯解决方案 EarthChat 项目地址: https://gitcode.com/gh_mirrors/ea/EarthChat ...

2025-05-27 09:00:04 289

原创 Rust-based Data Loader datago 的最佳实践教程

Rust-based Data Loader datago 的最佳实践教程 datago A Rust-based data loader which can be used from Python. Processing data per sample at GB/s speeds, covering various ...

2025-05-25 09:00:51 362

原创 Carry On:项目的核心功能/场景

Carry On:项目的核心功能/场景 CarryOn Carry On mod for Minecraft 项目地址: https://gitcode.com/gh_mirrors/ca/CarryOn ...

2025-05-13 16:00:25 672

原创 focus_converters:命令行工具,一键转换云服务账单数据

focus_converters:命令行工具,一键转换云服务账单数据 focus_converters Parent repository to hold all common documentation and code samples for all FOCUS Converter projects ...

2025-05-08 22:20:25 679

原创 OneMessage:打造高效跨平台消息框架

OneMessage:打造高效跨平台消息框架 OneMessage 一个基于发布-订阅模型的多线程消息框架,用于嵌入式平台,纯C实现,性能和灵活性极高 项目地址: https://gitcode.com/gh_mirrors/on...

2025-05-07 18:00:30 638

原创 Switch-NeRF: 革命性场景分解技术

Switch-NeRF: 革命性场景分解技术 Switch-NeRF Codes for Switch-NeRF (ICLR 2023) 项目地址: https://gitcode.com/gh_mirrors/sw/Switch...

2025-05-06 23:00:20 860

空空如也

空空如也

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

TA关注的人

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