- 博客(2973)
- 收藏
- 关注
原创 C++游戏引擎开发指南:深入解析Lua脚本集成
C++游戏引擎开发指南:深入解析Lua脚本集成 cpp-game-engine-book 从零编写游戏引擎教程 Writing a game engine tutorial from scratch 项目地址: https://g...
2025-06-12 09:07:35
611
原创 Eclipse OpenJ9 项目提交者完全指南
Eclipse OpenJ9 项目提交者完全指南 openj9 Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Bu...
2025-06-11 09:14:59
203
原创 Neutrino项目中的Presets机制深度解析
Neutrino项目中的Presets机制深度解析 neutrino Create and build modern JavaScript projects with zero initial configuration. 项目地...
2025-06-10 09:16:10
243
原创 Docker Desktop for Mac 常见问题深度解析
Docker Desktop for Mac 常见问题深度解析 docs Source repo for Docker's Documentation 项目地址: https://gitcode.com/gh_mirrors/do...
2025-06-10 09:03:39
241
原创 Docker Build Cloud 使用指南:从基础到进阶实践
Docker Build Cloud 使用指南:从基础到进阶实践 docs Source repo for Docker's Documentation 项目地址: https://gitcode.com/gh_mirrors/d...
2025-06-10 09:02:38
373
原创 Coravel项目中的Invocables机制详解
Coravel项目中的Invocables机制详解 coravel Near-zero config .NET library that makes advanced application features like Task Scheduling, Caching, Queuing, Event Broadcasti...
2025-06-10 09:01:55
395
原创 minecraft-server:Go语言编写的Minecraft服务器实现
minecraft-server:Go语言编写的Minecraft服务器实现 minecraft-server A Minecraft server implemented in Go 项目地址: https://gitcode....
2025-06-10 06:40:15
339
原创 如何在开发环境中使用 .NET Aspire 的最新每日构建版本
如何在开发环境中使用 .NET Aspire 的最新每日构建版本 aspire An opinionated, cloud ready stack for building observable, production ready, distributed applications in .NET ...
2025-06-09 09:04:28
312
原创 PyO3/maturin项目本地开发指南
PyO3/maturin项目本地开发指南 maturin Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages ...
2025-06-09 09:03:13
255
原创 opusenc.js:一款高效的JavaScript Opus音频编码工具
opusenc.js:一款高效的JavaScript Opus音频编码工具 opusenc.js JavaScript opus encoder 项目地址: https://gitcode.com/gh_mirrors/op/op...
2025-06-09 09:00:06
307
原创 VCMI项目在macOS平台上的编译指南
VCMI项目在macOS平台上的编译指南 vcmi Open-source engine for Heroes of Might and Magic III 项目地址: https://gitcode.com/gh_mirrors...
2025-06-08 09:17:50
342
原创 Katran项目实战指南:从基础配置到高级负载均衡
Katran项目实战指南:从基础配置到高级负载均衡 katran A high performance layer 4 load balancer 项目地址: https://gitcode.com/gh_mirrors/ka/k...
2025-06-08 09:17:43
209
原创 Woodpecker CI 入门指南:创建你的第一个自动化流水线
Woodpecker CI 入门指南:创建你的第一个自动化流水线 woodpecker Woodpecker is a simple CI engine with great extensibility. 项目地址: https:...
2025-06-08 09:13:45
394
原创 creme-ml 模型克隆与属性修改技术详解
creme-ml 模型克隆与属性修改技术详解 river 项目地址: https://gitcode.com/gh_mirrors/river12/river 前言在在线...
2025-06-08 09:03:10
389
原创 Permify项目实战:构建端到端授权系统全流程指南
Permify项目实战:构建端到端授权系统全流程指南 permify Permify is an open-source authorization service inspired by Google Zanzibar. 项目地...
2025-06-08 09:01:41
384
原创 深入理解 eslint-plugin-import 的 no-duplicates 规则
深入理解 eslint-plugin-import 的 no-duplicates 规则 eslint-plugin-import ESLint plugin with rules that help validate proper imports. ...
2025-06-07 09:22:11
310
原创 理解编程中的值传递与引用传递 - roadmap-retos-programacion项目解析
理解编程中的值传递与引用传递 - roadmap-retos-programacion项目解析 roadmap-retos-programacion Ruta de estudio basada en ejercicios de código semanales en 2024 de la comunidad Moure...
2025-06-07 09:00:50
316
原创 Agones项目社区成员角色与职责详解
Agones项目社区成员角色与职责详解 agones Dedicated Game Server Hosting and Scaling for Multiplayer Games on Kubernetes 项目地址: http...
2025-06-06 09:22:00
288
原创 Sora:全新的软件无线电平台,加速无线通信研发
Sora:全新的软件无线电平台,加速无线通信研发 Sora The Microsoft Research Software Radio (Sora) is a programmable software radio platform based on the commodity multicore CPU in a ho...
2025-06-06 09:00:00
408
原创 深入理解FactoryBot中的属性优先级机制
深入理解FactoryBot中的属性优先级机制 factory_bot A library for setting up Ruby objects as test data. 项目地址: https://gitcode.com/g...
2025-06-05 09:09:43
360
原创 BayesianOptimization项目高级使用指南:从核心原理到实践技巧
BayesianOptimization项目高级使用指南:从核心原理到实践技巧 BayesianOptimization 项目地址: https://gitcode.com/gh_mirrors/ba/BayesianOptim...
2025-06-05 09:06:14
322
原创 PyTorch教程:使用DataParallel实现多GPU数据并行训练
PyTorch教程:使用DataParallel实现多GPU数据并行训练 tutorials PyTorch tutorials. 项目地址: https://gitcode.com/gh_mirrors/tuto/tutoria...
2025-06-05 09:01:41
302
原创 JavaScript状态机(StateMachine)中的状态与转移详解
JavaScript状态机(StateMachine)中的状态与转移详解 javascript-state-machine A javascript finite state machine library 项目地址: https...
2025-06-05 09:00:33
329
原创 在EtherDream/jsproxy中自动申请HTTPS证书的完整指南
在EtherDream/jsproxy中自动申请HTTPS证书的完整指南 jsproxy An online proxy based on ServiceWorker 项目地址: https://gitcode.com/gh_mi...
2025-06-04 09:18:01
354
原创 使用boto3实现高效安全的S3文件上传指南
使用boto3实现高效安全的S3文件上传指南 boto3 AWS SDK for Python 项目地址: https://gitcode.com/gh_mirrors/bo/boto3 ...
2025-06-04 09:18:01
246
原创 AWS SDK for Kotlin 示例项目深度解析与实践指南
AWS SDK for Kotlin 示例项目深度解析与实践指南 aws-doc-sdk-examples Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentatio...
2025-06-04 09:10:24
237
原创 Highcharts扩展开发指南:深入解析插件机制与实战技巧
Highcharts扩展开发指南:深入解析插件机制与实战技巧 highcharts Highcharts JS, the JavaScript charting framework 项目地址: https://gitcode.co...
2025-06-03 09:05:57
252
原创 深入解析AISystem中的昇思MindSpore框架特性
深入解析AISystem中的昇思MindSpore框架特性 AISystem AISystem 主要是指AI系统,包括AI芯片、AI编译器、AI推理和训练框架等AI全栈底层技术 项目地址: https://gitcode.com/...
2025-06-03 09:03:15
348
原创 NixOS/Nix 项目中的字符串字面量详解
NixOS/Nix 项目中的字符串字面量详解 nix Nix, the purely functional package manager 项目地址: https://gitcode.com/gh_mirrors/ni/nix ...
2025-06-02 09:19:00
399
原创 Powerline项目使用指南:从环境配置到功能实现
Powerline项目使用指南:从环境配置到功能实现 powerline Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh...
2025-06-02 09:18:01
387
原创 Quarkus性能问题排查指南:从火焰图到构建分析
Quarkus性能问题排查指南:从火焰图到构建分析 quarkus Quarkus: Supersonic Subatomic Java. 项目地址: https://gitcode.com/gh_mirrors/qu/quar...
2025-06-02 09:17:55
300
原创 Radare2 安装与卸载完全指南
Radare2 安装与卸载完全指南 radare2 项目地址: https://gitcode.com/gh_mirrors/rad/radare2 前言Radare2 ...
2025-06-01 09:14:31
281
原创 深入理解Microsoft Semantic Kernel中的Embeddings技术
深入理解Microsoft Semantic Kernel中的Embeddings技术 semantic-kernel Integrate cutting-edge LLM technology quickly and easily into your apps ...
2025-06-01 09:05:47
279
原创 深入理解线段树及其在LeetCode题目中的应用
深入理解线段树及其在LeetCode题目中的应用 LeetCode-Go 该内容是使用Go语言编写的LeetCode题目的完整解决方案集合,实现了100%的测试覆盖率,并且运行时间优于所有题目100%的提交结果。 项目地址: ht...
2025-05-30 09:18:02
408
原创 Ultralytics YOLO 数据预处理技术指南:从标注数据到模型训练
Ultralytics YOLO 数据预处理技术指南:从标注数据到模型训练 ultralytics ultralytics - 提供 YOLOv8 模型,用于目标检测、图像分割、姿态估计和图像分类,适合机器学习和计算机视觉领域的开发者。 ...
2025-05-30 09:08:32
297
原创 DefinitelyTyped 项目管理员工作指南
DefinitelyTyped 项目管理员工作指南 DefinitelyTyped DefinitelyTyped/DefinitelyTyped: 是一个存储了 TypeScript 类型定义的仓库,使得 TypeScript 可以用于各种 JavaScript 库和框架。适合对 TypeScript、JavaScri...
2025-05-30 09:06:58
292
原创 freeCodeCamp前端开发教程:深入理解CSS及其在网页中的作用
freeCodeCamp前端开发教程:深入理解CSS及其在网页中的作用 freeCodeCamp freeCodeCamp.org的开源代码库和课程。免费学习编程。 项目地址: https://gitcode.com/gh_mir...
2025-05-30 09:05:43
305
原创 Elasticsearch ESQL 中的 GROK 命令详解
Elasticsearch ESQL 中的 GROK 命令详解 elasticsearch 项目地址: https://gitcode.com/gh_mirrors/elas/elasticsearch ...
2025-05-30 09:05:21
278
原创 HPE-FlexibleLOM-adapter:让 FlexibleLOM 卡片兼容 PCIe 插槽的适配器
HPE-FlexibleLOM-adapter:让 FlexibleLOM 卡片兼容 PCIe 插槽的适配器 HPE-FlexibleLOM-adapter Adapter for using HPE FlexibleLOM cards in full height PCIe slots ...
2025-05-30 02:00:24
591
原创 SelftokTokenizer 开源项目教程
SelftokTokenizer 开源项目教程 SelftokTokenizer Selftok: Discrete Visual Tokens of Autoregression, by Diffusion, and for Reasoning ...
2025-05-29 09:01:17
329
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人