- 博客(709)
- 收藏
- 关注
原创 Meta-World强化学习基准库基础使用指南
Meta-World强化学习基准库基础使用指南 Metaworld Collections of robotics environments geared towards benchmarking multi-task and meta reinforcement learning ...
2025-06-29 09:29:40
404
原创 Django-tenant-schemas多租户模板加载机制详解
Django-tenant-schemas多租户模板加载机制详解 django-tenant-schemas Tenant support for Django using PostgreSQL schemas. 项目地址: ht...
2025-06-29 09:24:47
422
原创 现代C++智能指针实践指南:从原始指针到unique_ptr
现代C++智能指针实践指南:从原始指针到unique_ptr cpp-docs C++ Documentation 项目地址: https://gitcode.com/gh_mirrors/cpp/cpp-docs ...
2025-06-29 09:18:05
165
原创 MLRun项目CI/CD集成实践指南:GitHub Actions与GitLab CI深度解析
MLRun项目CI/CD集成实践指南:GitHub Actions与GitLab CI深度解析 mlrun Machine Learning automation and tracking 项目地址: https://gitcod...
2025-06-29 09:11:55
75
原创 SPIPU/Html2PDF 安全机制深度解析:如何安全处理外部资源
SPIPU/Html2PDF 安全机制深度解析:如何安全处理外部资源 html2pdf OFFICIAL PROJECT | HTML to PDF converter written in PHP 项目地址: https://g...
2025-06-28 09:06:01
110
原创 GPflow中的稀疏高斯过程回归(SGPR)处理大规模数据
GPflow中的稀疏高斯过程回归(SGPR)处理大规模数据 GPflow Gaussian processes in TensorFlow 项目地址: https://gitcode.com/gh_mirrors/gp/GPflo...
2025-06-27 09:07:58
168
原创 Ultimate Go 并发编程:Goroutines 使用指南与最佳实践
Ultimate Go 并发编程:Goroutines 使用指南与最佳实践 ultimate-go This repo contains my notes on working with Go and computer systems. ...
2025-06-26 09:27:41
782
原创 Elastic/Rally 性能测试工具中的遥测设备详解
Elastic/Rally 性能测试工具中的遥测设备详解 rally Macrobenchmarking framework for Elasticsearch 项目地址: https://gitcode.com/gh_mirro...
2025-06-26 09:13:13
310
原创 Fireworq生产环境部署与运维指南
Fireworq生产环境部署与运维指南 fireworq Fireworq is a lightweight, high-performance, language-independent job queue system. 项目...
2025-06-25 09:14:01
237
原创 Laratrust权限系统事件机制详解
Laratrust权限系统事件机制详解 laratrust Handle roles and permissions in your Laravel application 项目地址: https://gitcode.com/gh...
2025-06-25 09:10:07
268
原创 Base-Admin项目代码生成器深度解析与实践指南
Base-Admin项目代码生成器深度解析与实践指南 base-admin Base Admin一套简单通用的后台管理系统,主要功能有:权限管理、菜单管理、用户管理,系统设置、实时日志,实时监控,API加密,以及登录用户修改密码、配置个性菜单等 ...
2025-06-24 09:28:44
783
原创 神经网络模型拟合方法详解:从理论到实践
神经网络模型拟合方法详解:从理论到实践 ESL-CN 项目地址: https://gitcode.com/gh_mirrors/es/ESL-CN 神经网络作为机器学习中强...
2025-06-24 09:11:10
354
原创 AWS Kubernetes 工作坊:服务网格集成实践指南
AWS Kubernetes 工作坊:服务网格集成实践指南 aws-workshop-for-kubernetes AWS Workshop for Kubernetes 项目地址: https://gitcode.com/gh_...
2025-06-20 10:14:23
302
原创 Foreman项目中的客户端路由机制解析
Foreman项目中的客户端路由机制解析 foreman an application that automates the lifecycle of servers 项目地址: https://gitcode.com/gh_m...
2025-06-20 10:11:14
280
原创 SUMO交通网络建模进阶配置指南
SUMO交通网络建模进阶配置指南 sumo Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. I...
2025-06-20 09:46:07
312
原创 pgmpy项目开发环境搭建与贡献指南
pgmpy项目开发环境搭建与贡献指南 pgmpy Python Library for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in Bayesian Networks. ...
2025-06-19 09:13:50
205
原创 Pydantic/Logfire实时监控视图使用指南
Pydantic/Logfire实时监控视图使用指南 logfire Uncomplicated Observability for Python and beyond! ???????? 项目地址: https://gitcode.com/...
2025-06-12 09:10:08
230
原创 Zalando Skipper在Kubernetes环境下的最佳实践指南
Zalando Skipper在Kubernetes环境下的最佳实践指南 skipper An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress ...
2025-06-12 09:09:33
239
原创 MCP Server项目设计指南:构建高效模型上下文协议服务的最佳实践
MCP Server项目设计指南:构建高效模型上下文协议服务的最佳实践 mcp AWS MCP Servers — a suite of specialized MCP servers that bring AWS best practices directly to your development workflow...
2025-06-11 09:17:10
333
原创 FluentAssertions 异常断言技术详解
FluentAssertions 异常断言技术详解 fluentassertions A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BD...
2025-06-10 09:18:59
278
原创 深入理解HuggingFace Transformers中的TensorFlow管道内部机制
深入理解HuggingFace Transformers中的TensorFlow管道内部机制 notebooks Notebooks using the Hugging Face libraries ???? 项目地址: https:/...
2025-06-10 09:02:25
247
原创 ZIO应用优雅关闭指南:原理与实践
ZIO应用优雅关闭指南:原理与实践 zio ZIO — A type-safe, composable library for async and concurrent programming in Scala 项目地址: htt...
2025-06-10 09:00:22
318
原创 ReactJS101 项目:React Router 入门实战指南
ReactJS101 项目:React Router 入门实战指南 reactjs101 kdchang/reactjs101: 是一个关于 ReactJS 的前端开发教程项目。适合对前端开发有兴趣的人,特别是想学习 ReactJS 框架的人。特点是从基础概念和示例代码入手,逐步深入到 ReactJS 的各种高级特性,具...
2025-06-09 09:21:17
381
原创 深入解析Silk.NET中的Vulkan结构体链式机制
深入解析Silk.NET中的Vulkan结构体链式机制 Silk.NET The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother w...
2025-06-09 09:04:09
368
原创 Katran项目开发指南:构建与测试高性能负载均衡器
Katran项目开发指南:构建与测试高性能负载均衡器 katran A high performance layer 4 load balancer 项目地址: https://gitcode.com/gh_mirrors/ka/...
2025-06-08 09:17:42
364
原创 Uber CausalML 因果机器学习库快速入门指南
Uber CausalML 因果机器学习库快速入门指南 causalml Uplift modeling and causal inference with machine learning algorithms 项目地址: ht...
2025-06-08 09:01:25
387
原创 BPB-Worker-Panel路由规则配置详解
BPB-Worker-Panel路由规则配置详解 BPB-Worker-Panel A GUI Panel providing Worker subscriptions and Fragment settings and configs, providing configs for cross-platform clie...
2025-06-05 09:15:52
263
原创 TypeGraphQL与TypeORM懒加载关系实践指南
TypeGraphQL与TypeORM懒加载关系实践指南 type-graphql 项目地址: https://gitcode.com/gh_mirrors/typ/type-graphql ...
2025-06-05 09:09:08
346
原创 Sylius项目API使用指南:从注册到订单完成的完整流程
Sylius项目API使用指南:从注册到订单完成的完整流程 Sylius Sylius/Sylius: Sylius是一个基于Symfony PHP框架构建的开源电子商务平台,具备高度模块化和可配置性,提供商品管理、订单处理、库存控制等一系列电商核心功能,帮助企业快速搭建自己的在线商店。 ...
2025-06-05 09:06:29
366
原创 Valtio入门指南:基于代理的轻量级状态管理方案
Valtio入门指南:基于代理的轻量级状态管理方案 valtio ???? Valtio makes proxy-state simple for React and Vanilla 项目地址: https://gitcode.com...
2025-06-04 09:11:28
261
原创 gostringungarbler:一键解密 Go 二进制文件中的混淆字符串
gostringungarbler:一键解密 Go 二进制文件中的混淆字符串 gostringungarbler Python tool to resolve all strings in Go binaries obfuscated by garble ...
2025-06-04 09:00:07
362
原创 Voyager 多语言功能深度解析:从配置到实战
Voyager 多语言功能深度解析:从配置到实战 voyager 项目地址: https://gitcode.com/gh_mirrors/voy/voyager 前言在...
2025-06-03 09:09:59
415
原创 Apache Weex 项目构建指南:从源码到多平台SDK
Apache Weex 项目构建指南:从源码到多平台SDK incubator-weex Apache Weex (Incubating) 项目地址: https://gitcode.com/gh_mirrors/in/incub...
2025-06-03 09:01:10
231
原创 Deeplearning4j预处理调试指南:使用libnd4j.preprocess进行宏调试
Deeplearning4j预处理调试指南:使用libnd4j.preprocess进行宏调试 deeplearning4j deeplearning4j:这是一个用于Java和Scala的开源深度学习库,适合进行神经网络、深度学习模型的开发和训练。特点包括支持多种神经网络结构、分布式计算、高性能等。 ...
2025-06-03 09:00:22
322
原创 基于PyTorch的Wasserstein GAN实现详解
基于PyTorch的Wasserstein GAN实现详解 deeplearning-models A collection of various deep learning architectures, models, and tips ...
2025-06-02 09:04:10
422
原创 Bokeh数据可视化:颜色规范与使用详解
Bokeh数据可视化:颜色规范与使用详解 bokeh bokeh/bokeh: 是一个用于创建交互式图形和数据的 Python 库。适合用于数据可视化、数据分析和呈现,以及创建动态的 Web 应用。特点是提供了一种简洁、直观的 API 来描述和处理数据,并生成交互式的可视化效果。 ...
2025-06-02 09:02:39
382
原创 Anki-Card-Templates:让记忆训练更高效的强大模板
Anki-Card-Templates:让记忆训练更高效的强大模板 Anki-Card-Templates Decks of templates + source code for Anki cards 项目地址: https:/...
2025-06-02 09:00:04
385
原创 Ruby语言核心关键字详解
Ruby语言核心关键字详解 ruby The Ruby Programming Language 项目地址: https://gitcode.com/gh_mirrors/ru/ruby ...
2025-06-01 09:07:49
368
原创 spacy-cpp 开源项目教程
spacy-cpp 开源项目教程 spacy-cpp C++ wrapper library for the NLP library spaCy 项目地址: https://gitcode.com/gh_mirrors/sp/sp...
2025-05-29 09:00:46
293
原创 OpenAPI JSON Schema Generator 使用教程
OpenAPI JSON Schema Generator 使用教程 openapi-json-schema-generator OpenAPI JSON Schema Generator allows auto-generation of API client libraries with a focus on JS...
2025-05-29 09:00:36
364
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人