- 博客(621)
- 收藏
- 关注
原创 Bench2Drive数据集标注信息详解与可视化指南
Bench2Drive数据集标注信息详解与可视化指南 Bench2Drive [NeurIPS 2024 Datasets and Benchmarks Track] Closed-Loop E2E-AD Benchmark Enhanced by World Model RL Expert ...
2025-06-30 09:08:26
307
原创 Redshirt项目中的接口设计哲学与实践指南
Redshirt项目中的接口设计哲学与实践指南 redshirt ???????? Operating system 项目地址: https://gitcode.com/gh_mirrors/re/redshirt ...
2025-06-29 09:34:05
958
原创 PaddleSlim训练感知量化教程:图像分类模型快速入门
PaddleSlim训练感知量化教程:图像分类模型快速入门 PaddleSlim PaddleSlim is an open-source library for deep model compression and architecture search. ...
2025-06-28 09:33:04
215
原创 静态程序分析中的中间表示技术解析
静态程序分析中的中间表示技术解析 Static-Program-Analysis-Book Getting started with static program analysis. 静态程序分析入门教程。 项目地址: https...
2025-06-28 09:07:21
295
原创 Serverless-Devs插件开发完全指南
Serverless-Devs插件开发完全指南 Serverless-Devs Serverless-Devs是一个开源的Serverless开发者工具,用于简化Serverless应用程序的部署和管理。 - 功能:Serverless应用程序部署;管理;云服务集成。 - 特点:易于使用;支持多种云供应商;一键部...
2025-06-28 09:04:34
363
原创 Python-Control 项目中的状态空间分析与设计详解
Python-Control 项目中的状态空间分析与设计详解 python-control The Python Control Systems Library is a Python module that implements basic operations for analysis and design of ...
2025-06-27 09:14:46
301
原创 Mangum项目解析:ASGI框架适配指南
Mangum项目解析:ASGI框架适配指南 mangum AWS Lambda support for ASGI applications 项目地址: https://gitcode.com/gh_mirrors/ma/mangu...
2025-06-26 09:33:55
708
原创 C++并发编程实战:线程安全数据结构设计精要
C++并发编程实战:线程安全数据结构设计精要 Cpp_Concurrency_In_Action 项目地址: https://gitcode.com/gh_mirrors/cp/Cpp_Concurrency_In_Action...
2025-06-26 09:01:14
346
原创 LuaFun 函数式编程库入门指南
LuaFun 函数式编程库入门指南 luafun 项目地址: https://gitcode.com/gh_mirrors/lua/luafun 前言LuaFun 是一个...
2025-06-25 09:19:33
371
原创 ModuleLoader/es-module-loader 中的 System.register 模块格式详解
ModuleLoader/es-module-loader 中的 System.register 模块格式详解 es-module-loader Polyfill for the ES Module Loader 项目地址: ht...
2025-06-25 09:12:46
366
原创 深入解析panpf/sketch项目中的HTTP图片加载机制
深入解析panpf/sketch项目中的HTTP图片加载机制 sketch Sketch is a powerful and comprehensive image load library on Android, in addition to the basic functions, it also supports ...
2025-06-25 09:07:14
312
原创 Awesome-ML-SYS-Tutorial:SGLang框架下Unsloth量化模型支持技术解析
Awesome-ML-SYS-Tutorial:SGLang框架下Unsloth量化模型支持技术解析 Awesome-ML-SYS-Tutorial My learning notes/codes for ML SYS. 项目地址...
2025-06-25 09:02:48
385
原创 mrustc项目中的目标平台配置详解
mrustc项目中的目标平台配置详解 mrustc Alternative rust compiler (re-implementation) 项目地址: https://gitcode.com/gh_mirrors/mr/mru...
2025-06-25 09:02:09
361
原创 router7路由器系统安装与配置完全指南
router7路由器系统安装与配置完全指南 router7 router7 is a small home internet router completely written in Go. It is implemented as a gokrazy appliance. ...
2025-06-20 10:04:59
379
原创 Elasticsearch权威指南:生产环境集群的运维之道
Elasticsearch权威指南:生产环境集群的运维之道 elasticsearch-definitive-guide The Definitive Guide to Elasticsearch 项目地址: https://gi...
2025-06-11 09:08:33
369
原创 .NET 8 重大变更:启用PublishTrimmed后反射式序列化将默认失败
.NET 8 重大变更:启用PublishTrimmed后反射式序列化将默认失败 docs This repository contains .NET Documentation. 项目地址: https://gitcode.co...
2025-06-10 09:05:58
317
原创 Kubernetes kubectl 插件开发与使用指南
Kubernetes kubectl 插件开发与使用指南 website Kubernetes website and documentation repo: 项目地址: https://gitcode.com/gh_mirro...
2025-06-10 09:04:10
393
原创 privacy-budget:限制用户信息暴露的隐私保护机制
privacy-budget:限制用户信息暴露的隐私保护机制 privacy-budget 项目地址: https://gitcode.com/gh_mirrors/pr/privacy-budget ...
2025-06-10 09:00:00
400
原创 Criterion.rs 入门指南:快速构建 Rust 性能基准测试
Criterion.rs 入门指南:快速构建 Rust 性能基准测试 criterion.rs Statistics-driven benchmarking library for Rust 项目地址: https://gitco...
2025-06-08 09:14:08
276
原创 ProGit2深度解析:Git底层命令(Plumbing)与用户命令(Porcelain)的区别与实现原理
ProGit2深度解析:Git底层命令(Plumbing)与用户命令(Porcelain)的区别与实现原理 progit2 Pro Git 2nd Edition 项目地址: https://gitcode.com/gh_mirr...
2025-06-07 09:03:50
210
原创 Apache OpenWhisk 中使用 .NET Core 开发无服务器函数指南
Apache OpenWhisk 中使用 .NET Core 开发无服务器函数指南 openwhisk Apache OpenWhisk is an open source serverless cloud platform 项目...
2025-06-06 09:21:04
351
原创 深入理解插入排序算法:itcharge/LeetCode-Py 实现解析
深入理解插入排序算法:itcharge/LeetCode-Py 实现解析 LeetCode-Py ⛽️「算法通关手册」:超详细的「算法与数据结构」基础讲解教程,从零基础开始学习算法知识,800+ 道「LeetCode 题目」详细解析,200 道「大厂面试热门题目」。 ...
2025-06-06 09:05:19
258
原创 Operator SDK中使用KUTTL框架编写Scorecard测试指南
Operator SDK中使用KUTTL框架编写Scorecard测试指南 operator-sdk Operator SDK是一个开源的Kubernetes Operator开发框架,用于简化Kubernetes应用程序的部署、管理和升级。 - 功能:Kubernetes Operator开发;应用程序管理;部署;...
2025-06-06 09:01:03
388
原创 在Angular中集成DocuSeal表单构建器
在Angular中集成DocuSeal表单构建器 docuseal docusealco/docuseal: DocuSeal 可能是一个文档安全或数字签名解决方案的软件项目,但根据GitHub上信息不足无法确定具体细节。它可能用于保护文档的安全性、提供电子签名功能或者进行文档生命周期管理。 ...
2025-06-04 09:18:57
225
原创 OpenCV/CVAT 服务器端无服务模型部署与自动标注教程
OpenCV/CVAT 服务器端无服务模型部署与自动标注教程 cvat Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for...
2025-06-03 09:01:39
318
原创 深入理解进程与线程:从操作系统原理到实践应用
深入理解进程与线程:从操作系统原理到实践应用 tech-interview-for-developer ???????? 신입 개발자 전공 지식 & 기술 면접 백과사전 ???? 项目地址: https://gitcode.com/gh_mir...
2025-06-02 09:07:52
219
原创 TensorFlow-Course项目深度解析:从入门到实战的完整学习路径
TensorFlow-Course项目深度解析:从入门到实战的完整学习路径 TensorFlow-Course :satellite: Simple and ready-to-use tutorials for TensorFlow ...
2025-06-02 09:05:47
372
原创 Angular Components 主题系统深度解析:从入门到精通
Angular Components 主题系统深度解析:从入门到精通 components angular: 是一个基于 JavaScript 的开源前端框架,提供了丰富的组件和工具用于构建动态的单页面应用和多页面应用。适合前端开发者使用 Angular 构建现代化的 Web 应用程序。 ...
2025-06-01 09:06:05
389
原创 深入解析JCSprout项目中的volatile关键字原理与应用
深入解析JCSprout项目中的volatile关键字原理与应用 JCSprout ???????? Java Core Sprout : basic, concurrent, algorithm 项目地址: https://gitcod...
2025-06-01 09:05:16
372
原创 Magisk项目中的OTA升级指南:保留Root权限的完整方案
Magisk项目中的OTA升级指南:保留Root权限的完整方案 Magisk The Magic Mask for Android 项目地址: https://gitcode.com/gh_mirrors/ma/Magisk ...
2025-05-30 09:06:29
455
原创 freeCodeCamp前端开发教程:表格可访问性最佳实践
freeCodeCamp前端开发教程:表格可访问性最佳实践 freeCodeCamp freeCodeCamp.org的开源代码库和课程。免费学习编程。 项目地址: https://gitcode.com/gh_mirrors/f...
2025-05-30 09:05:18
399
原创 freeCodeCamp D3.js 动态比例尺使用指南
freeCodeCamp D3.js 动态比例尺使用指南 freeCodeCamp freeCodeCamp.org的开源代码库和课程。免费学习编程。 项目地址: https://gitcode.com/gh_mirrors/fr...
2025-05-30 09:03:43
237
原创 开源项目启动与配置教程
开源项目启动与配置教程 Ming Ming - facilitating advanced multimodal understanding and generation capabilities built upon the Ling LLM. ...
2025-05-29 09:01:06
216
原创 macOS-Security-Research:深入探索 macOS 安全性的利器
macOS-Security-Research:深入探索 macOS 安全性的利器 macOS-Security-Research macOS Security Research 项目地址: https://gitcode.com...
2025-05-27 09:00:04
327
原创 Koa Better Http Proxy 项目启动与配置教程
Koa Better Http Proxy 项目启动与配置教程 koa-better-http-proxy Proxy middleware for Koa. Based on villadora/express-http-proxy ...
2025-05-24 09:03:28
498
原创 PDF Viewer App iOS 项目启动与配置教程
PDF Viewer App iOS 项目启动与配置教程 Viewer PDF Viewer App for iOS 项目地址: https://gitcode.com/gh_mirrors/view/Viewer ...
2025-05-23 07:14:00
322
原创 DeepTime 项目启动与配置教程
DeepTime 项目启动与配置教程 deeptime Deep learning meets molecular dynamics. 项目地址: https://gitcode.com/gh_mirrors/deep/deept...
2025-05-22 09:00:34
279
原创 CloudSandbox:项目的核心功能/场景
CloudSandbox:项目的核心功能/场景 CloudSandbox 收集云沙箱上线C2的ip,如微X、奇XX、3X0、virustX等 项目地址: https://gitcode.com/gh_mirrors/cl/Clou...
2025-05-22 09:00:07
419
原创 Nimble:加速深度学习模型的轻量级并行GPU任务调度
Nimble:加速深度学习模型的轻量级并行GPU任务调度 nimble Lightweight and Parallel Deep Learning Framework 项目地址: https://gitcode.com/gh_m...
2025-05-14 01:00:26
412
原创 TDImageColors:提取UIImage中的主要颜色
TDImageColors:提取UIImage中的主要颜色 TDImageColors iOS Library used to detect a number of most used colors in a UIImage instace. ...
2025-05-12 09:03:44
650
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人