- 博客(665)
- 收藏
- 关注
原创 Difix3D: projects的核心功能/场景
Difix3D: projects的核心功能/场景 Difix3D [CVPR 2025 Oral] Difix3D+: Improving 3D Reconstructions with Single-Step Diffusion Models ...
2025-06-12 09:00:00
167
原创 PyQt5中文教程:深入理解事件与信号机制
PyQt5中文教程:深入理解事件与信号机制 PyQt-Chinese-tutorial PyQt6中文教程 项目地址: https://gitcode.com/gh_mirrors/py/PyQt-Chinese-tutorial...
2025-06-11 09:03:02
160
原创 深入理解Braft项目:分布式一致性协议RAFT的实现与应用
深入理解Braft项目:分布式一致性协议RAFT的实现与应用 braft An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-...
2025-06-10 09:02:23
260
原创 Bottender项目中的即时通讯客户端API详解
Bottender项目中的即时通讯客户端API详解 bottender ⚡️ A framework for building conversational user interfaces. 项目地址: https://gitco...
2025-06-10 09:00:40
374
原创 深入理解node-mysql2中的Promise封装机制
深入理解node-mysql2中的Promise封装机制 node-mysql2 :zap: fast mysqljs/mysql compatible mysql driver for node.js 项目地址: https:/...
2025-06-09 09:23:17
410
原创 .NET MAUI 依赖注入深度解析与实践指南
.NET MAUI 依赖注入深度解析与实践指南 docs This repository contains .NET Documentation. 项目地址: https://gitcode.com/gh_mirrors/docs...
2025-06-09 09:07:13
220
原创 Grafana Mimir 组件间 TLS 安全通信配置指南
Grafana Mimir 组件间 TLS 安全通信配置指南 mimir Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus. ...
2025-06-09 09:05:18
309
原创 sysext-bakery:构建系统扩展的便捷工具
sysext-bakery:构建系统扩展的便捷工具 sysext-bakery Recipes for baking systemd-sysext images 项目地址: https://gitcode.com/gh_mirro...
2025-06-09 09:00:04
229
原创 SpringBoot项目中的单元测试利器:PowerMockRunner与Mockito详解
SpringBoot项目中的单元测试利器:PowerMockRunner与Mockito详解 springboot-guide SpringBoot2.0+从入门到实战! 项目地址: https://gitcode.com/gh_...
2025-06-08 09:05:01
322
原创 在macOS系统上运行AssetRipper的完整指南
在macOS系统上运行AssetRipper的完整指南 AssetRipper GUI Application to work with engine assets, asset bundles, and serialized files ...
2025-06-08 09:04:10
403
原创 Spatie Laravel Activitylog 高级用法:批量日志处理详解
Spatie Laravel Activitylog 高级用法:批量日志处理详解 laravel-activitylog Log activity inside your Laravel app 项目地址: https://git...
2025-06-08 09:00:11
250
原创 Scala3二进制兼容性与TASTy格式深度解析
Scala3二进制兼容性与TASTy格式深度解析 scala3 The Scala 3 compiler, also known as Dotty. 项目地址: https://gitcode.com/gh_mirrors/sc/...
2025-06-07 09:04:26
327
原创 HertzBeat监控ClickHouse数据库的完整指南
HertzBeat监控ClickHouse数据库的完整指南 hertzbeat An open source, real-time monitoring system with custom-monitoring, high performance cluster, prometheus-like and agentle...
2025-06-07 09:00:43
235
原创 RecordRTC项目:使用PHP实现音视频录制与上传功能解析
RecordRTC项目:使用PHP实现音视频录制与上传功能解析 RecordRTC RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefo...
2025-06-06 09:11:18
248
原创 DeepEval项目中的LLM追踪技术详解
DeepEval项目中的LLM追踪技术详解 deepeval The Evaluation Framework for LLMs 项目地址: https://gitcode.com/gh_mirrors/de/deepeval ...
2025-06-06 09:05:59
339
原创 MDN学习区JavaScript异步编程:动画序列实现方案解析
MDN学习区JavaScript异步编程:动画序列实现方案解析 learning-area GitHub repo for the MDN Learning Area. 项目地址: https://gitcode.com/gh_...
2025-06-06 09:02:47
289
原创 Vue-I18n 组件化本地化方案详解
Vue-I18n 组件化本地化方案详解 vue-i18n :globe_with_meridians: Internationalization plugin for Vue.js 项目地址: https://gitcode.co...
2025-06-06 09:02:17
340
原创 Laf 项目中云存储文件列表操作指南
Laf 项目中云存储文件列表操作指南 laf labring/laf: 是一个用于 PHP 的轻量级 AJAX 库,可以方便地在 PHP 应用中实现 AJAX 通信。适合对 PHP、AJAX 库和想要实现 PHP AJAX 通信的开发者。 ...
2025-06-06 09:00:14
313
原创 PyTorch3D中的相机位姿优化与光束法平差教程
PyTorch3D中的相机位姿优化与光束法平差教程 pytorch3d PyTorch3D is FAIR's library of reusable components for deep learning with 3D data ...
2025-06-04 09:18:19
277
原创 AWS SAM 常见问题深度解析:环境管理、API日志与Lambda@Edge部署
AWS SAM 常见问题深度解析:环境管理、API日志与Lambda@Edge部署 serverless-application-model aws/serverless-application-model - 这是一个关于 AWS Serverless 应用模型的开源项目,包含了一些关于 AWS Serverless、...
2025-06-04 09:17:27
217
原创 Diesel ORM 中使用 PostgreSQL 复合类型完全指南
Diesel ORM 中使用 PostgreSQL 复合类型完全指南 diesel diesel-rs/diesel: 是一个基于 Rust 的 ORM 库,支持 PostgreSQL 和 SQLite 数据库。适合对 Rust、数据库开发以及想要使用 Rust ORM 的开发者。 ...
2025-06-03 09:02:26
232
原创 Authentik多租户系统深度解析与实战指南
Authentik多租户系统深度解析与实战指南 authentik The authentication glue you need. 项目地址: https://gitcode.com/gh_mirrors/au/authent...
2025-06-02 09:06:24
246
原创 uutils/coreutils项目技术贡献指南深度解析
uutils/coreutils项目技术贡献指南深度解析 coreutils 跨平台的 Rust 重写 GNU 核心工具集。 项目地址: https://gitcode.com/gh_mirrors/co/coreutils ...
2025-06-01 09:15:25
273
原创 Solidity智能合约开发中的常见设计模式
Solidity智能合约开发中的常见设计模式 solidity Solidity, the Smart Contract Programming Language 项目地址: https://gitcode.com/gh_mirr...
2025-06-01 09:06:11
381
原创 Apollo配置中心架构设计与实现原理深度解析
Apollo配置中心架构设计与实现原理深度解析 apollo 项目地址: https://gitcode.com/gh_mirrors/ap/apollo 一、Apollo...
2025-06-01 09:01:52
351
原创 TextEditingReference:文本编辑工具集,助力苹果平台文本处理
TextEditingReference:文本编辑工具集,助力苹果平台文本处理 TextEditingReference A non-curated collection of tools for working with text on Apple platforms ...
2025-05-31 09:00:05
354
原创 Prometheus告警规则配置详解
Prometheus告警规则配置详解 prometheus Prometheus是一个开源的监控和警报工具,用于监控Kubernetes应用程序和云基础设施的性能和可用性。 - 功能:监控;警报;性能管理;可用性管理;Kubernetes应用程序管理。 - 特点:高可用性;高性能;灵活的数据采集;与Kuberne...
2025-05-30 09:04:33
337
原创 Apache Superset 配置指南:从基础到高级设置
Apache Superset 配置指南:从基础到高级设置 Superset Superset 是一款开源的数据可视化平台,可以帮助用户轻松地创建各种类型的图表,并且支持多种数据源接入。Superset支持强大的查询语句构建器、支持多种数据源、提供多种图表类型、易于集成到现有工作流程中。Superset适用企业级的数据分...
2025-05-30 09:03:37
304
原创 Advanced-Java 海量数据处理实战指南
Advanced-Java 海量数据处理实战指南 advanced-java ???? Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数...
2025-05-30 09:02:32
303
原创 TerminalOne 项目启动与配置教程
TerminalOne 项目启动与配置教程 TerminalOne A cross-platform, smooth and elegant terminal emulator and multiplexer. 项目地址: htt...
2025-05-29 09:00:43
384
原创 FileToLink:快速生成媒体文件直链和流媒体链接
FileToLink:快速生成媒体文件直链和流媒体链接 FileToLink 项目地址: https://gitcode.com/gh_mirrors/file/FileToLink ...
2025-05-27 09:00:10
228
原创 AstraLauncher 项目启动与配置教程
AstraLauncher 项目启动与配置教程 astra-launcher The ultimate stm32 core board. Equipped with astra ui lite. 项目地址: https://g...
2025-05-25 09:00:53
368
原创 JupyterQ项目启动与配置教程
JupyterQ项目启动与配置教程 jupyterq Jupyter kernel for kdb+ 项目地址: https://gitcode.com/gh_mirrors/ju/jupyterq ...
2025-05-24 09:03:45
751
原创 NVIDIA G-Assist 开源项目教程
NVIDIA G-Assist 开源项目教程 G-Assist Help shape the future of Project G-Assist 项目地址: https://gitcode.com/gh_mirrors/ga/G...
2025-05-23 09:01:38
289
原创 simple-todo-c:轻量级Windows任务管理工具
simple-todo-c:轻量级Windows任务管理工具 simple-todo-c A lightweight, native Windows Todo application built with pure C and the Win32 API. ...
2025-05-12 09:05:54
981
原创 astray:项目的核心功能/场景
astray:项目的核心功能/场景 astray Walk an AST without being led astray 项目地址: https://gitcode.com/gh_mirrors/astray/astray ...
2025-04-27 18:01:35
388
原创 ast-grep-vscode 的安装和配置教程
ast-grep-vscode 的安装和配置教程 ast-grep-vscode ast-grep VSCode is a structural search and replace extension for many languages. ...
2025-04-27 10:30:09
284
原创 PyTorch Multipy 项目启动与配置指南
PyTorch Multipy 项目启动与配置指南 multipy torch::deploy (multipy for non-torch uses) is a system that lets you get around the GIL problem by running multiple Python inte...
2025-04-26 10:10:05
414
原创 OneBotS 项目启动与配置教程
OneBotS 项目启动与配置教程 onebots 基于icqq的多例oneBot管理应用 项目地址: https://gitcode.com/gh_mirrors/on/onebots ...
2025-04-25 11:10:45
306
原创 swift-cmark:Markdown解析与渲染的强大工具
swift-cmark:Markdown解析与渲染的强大工具 swift-cmark CommonMark parsing and rendering library and program in C 项目地址: https://...
2025-04-25 09:12:11
861
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人