自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 Valinor项目解析:PHP对象映射与验证的强大工具

Valinor项目解析:PHP对象映射与验证的强大工具 Valinor PHP library that helps to map any input into a strongly-typed value object structure. ...

2025-06-30 09:18:51 292

原创 基于HumanCompatibleAI/imitation项目的行为克隆教程

基于HumanCompatibleAI/imitation项目的行为克隆教程 imitation Clean PyTorch implementations of imitation and reward learning algorithms ...

2025-06-29 09:21:58 944

原创 PyMatGen核心功能与使用指南:材料科学计算利器详解

PyMatGen核心功能与使用指南:材料科学计算利器详解 pymatgen Python Materials Genomics (pymatgen) is a robust materials analysis code that defines classes for structures and molecules ...

2025-06-28 09:23:07 273

原创 Python-Wechaty实现智能自动回复机器人教程

Python-Wechaty实现智能自动回复机器人教程 python-wechaty Python Wechaty is a Conversational RPA SDK for Chatbot Makers written in Python ...

2025-06-28 09:05:52 251

原创 KitHack项目贡献指南:如何参与这个安全测试工具的开发

KitHack项目贡献指南:如何参与这个安全测试工具的开发 KitHack Hacking tools pack & backdoors generator. 项目地址: https://gitcode.com/gh_mirror...

2025-06-27 09:19:16 347

原创 Jupyter nbconvert 自定义导出器开发指南

Jupyter nbconvert 自定义导出器开发指南 nbconvert Jupyter Notebook Conversion 项目地址: https://gitcode.com/gh_mirrors/nb/nbconver...

2025-06-27 09:12:24 245

原创 Traefik Mesh:轻量级服务网格解决方案详解

Traefik Mesh:轻量级服务网格解决方案详解 mesh Traefik Mesh - Simpler Service Mesh 项目地址: https://gitcode.com/gh_mirrors/mesh1/mesh...

2025-06-26 09:01:26 321

原创 Twitter DistributedLog 全球集群部署指南

Twitter DistributedLog 全球集群部署指南 distributedlog A high performance replicated log service. (The development is moved to Apache Incubator) ...

2025-06-25 09:13:17 355

原创 Rsbuild 环境变量使用指南:从基础到高级实践

Rsbuild 环境变量使用指南:从基础到高级实践 rsbuild Unleash the power of Rspack with the out-of-the-box build tool. 项目地址: https://git...

2025-06-24 09:06:50 288

原创 深入理解ajalt/clikt中的异常处理机制

深入理解ajalt/clikt中的异常处理机制 clikt Multiplatform command line interface parsing for Kotlin 项目地址: https://gitcode.com/gh_...

2025-06-20 10:08:43 309

原创 Java面试教程:深入理解Kafka版本演进与技术特性

Java面试教程:深入理解Kafka版本演进与技术特性 Java-Interview-Tutorial 项目地址: https://gitcode.com/gh_mirrors/ja/Java-Interview-Tutoria...

2025-06-20 09:47:44 266

原创 Java-Interview-Tutorial项目解析:银行分布式数据库选型实战指南

Java-Interview-Tutorial项目解析:银行分布式数据库选型实战指南 Java-Interview-Tutorial 项目地址: https://gitcode.com/gh_mirrors/ja/Java-In...

2025-06-20 09:47:34 417

原创 zstd-seekable-format-go:实现随机访问的ZSTD压缩格式

zstd-seekable-format-go:实现随机访问的ZSTD压缩格式 zstd-seekable-format-go Seekable ZSTD compression format implemented in Golang. ...

2025-06-17 09:00:02 258

原创 使用projmgr管理项目事件数据:时间戳分析与可视化

使用projmgr管理项目事件数据:时间戳分析与可视化 projmgr R-based project management tools 项目地址: https://gitcode.com/gh_mirrors/pr/projmg...

2025-06-15 09:00:23 375

原创 VulkanTutorial常见问题解答:开发中的疑难杂症解决方案

VulkanTutorial常见问题解答:开发中的疑难杂症解决方案 VulkanTutorial Tutorial for the Vulkan graphics and compute API 项目地址: https://git...

2025-06-11 09:15:09 263

原创 Riskfolio-Lib 投资组合优化技术详解

Riskfolio-Lib 投资组合优化技术详解 Riskfolio-Lib Portfolio Optimization and Quantitative Strategic Asset Allocation in Python ...

2025-06-11 09:14:53 276

原创 ASP.NET Core 8.0安全令牌事件变更解析:从JwtSecurityToken到JsonWebToken

ASP.NET Core 8.0安全令牌事件变更解析:从JwtSecurityToken到JsonWebToken docs This repository contains .NET Documentation. 项目地址: h...

2025-06-10 09:02:09 399

原创 .NET Core 项目中使用 dotnet-svcutil.xmlserializer 提升 XML 序列化性能

.NET Core 项目中使用 dotnet-svcutil.xmlserializer 提升 XML 序列化性能 docs This repository contains .NET Documentation. 项目地址: h...

2025-06-10 09:01:49 407

原创 Kubernetes对象管理:基于配置文件命令式管理详解

Kubernetes对象管理:基于配置文件命令式管理详解 website Kubernetes website and documentation repo: 项目地址: https://gitcode.com/gh_mirro...

2025-06-09 09:06:36 370

原创 Pepperoni App Kit 跨平台移动应用开发环境搭建指南

Pepperoni App Kit 跨平台移动应用开发环境搭建指南 pepperoni-app-kit Pepperoni - React Native App Starter Kit for Android and iOS 项目...

2025-06-09 09:02:28 314

原创 CubeFS分布式存储系统常见问题排查指南

CubeFS分布式存储系统常见问题排查指南 cubefs CubiFS 是一个开源的分布式文件系统,用于数据存储和管理,支持多种数据存储模型和云原生环境。 * 分布式文件系统、数据存储和管理 * 有什么特点:支持多种数据存储模型和云原生环境、易于集成和部署 ...

2025-06-08 09:13:55 347

原创 如何在持续集成中高效使用PHP Insights进行代码质量检测

如何在持续集成中高效使用PHP Insights进行代码质量检测 phpinsights ???? Instant PHP quality checks from your console 项目地址: https://gitcode.c...

2025-06-08 09:01:08 294

原创 Puerts项目:Unreal引擎与TypeScript交互调用指南

Puerts项目:Unreal引擎与TypeScript交互调用指南 puerts PUER(普洱) Typescript. Let's write your game in UE or Unity with TypeScript. ...

2025-06-08 09:00:49 356

原创 AutoMQ 项目解析:深入理解事件流平台技术

AutoMQ 项目解析:深入理解事件流平台技术 automq AutoMQ is a cloud-native fork of Kafka by separating storage to S3 and EBS. 10x cost-effective. Autoscale in seconds. Single-digit...

2025-06-06 09:12:57 308

原创 NoneBot2 事件响应器进阶指南:构建高效机器人交互逻辑

NoneBot2 事件响应器进阶指南:构建高效机器人交互逻辑 nonebot2 跨平台 Python 异步聊天机器人框架 / Asynchronous multi-platform chatbot framework written in Python ...

2025-06-06 09:06:39 392

原创 Apache SeaTunnel本地快速入门指南

Apache SeaTunnel本地快速入门指南 seatunnel SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool. ...

2025-06-05 09:16:03 238

原创 WatermelonDB 跨 iOS 目标共享数据库实战指南

WatermelonDB 跨 iOS 目标共享数据库实战指南 WatermelonDB ???? Reactive & asynchronous database for powerful React and React Native apps ⚡️ ...

2025-06-03 09:12:46 236

原创 WeChatPlugin-MacOS 微信小助手常见问题解决方案指南

WeChatPlugin-MacOS 微信小助手常见问题解决方案指南 WeChatPlugin-MacOS 微信小助手 项目地址: https://gitcode.com/gh_mirrors/we/WeChatPlugin-Ma...

2025-06-02 09:19:03 401

原创 ShardingSphere-JDBC 整合 ClickHouse 完全指南

ShardingSphere-JDBC 整合 ClickHouse 完全指南 shardingsphere 项目地址: https://gitcode.com/gh_mirrors/shard/shardingsphere ...

2025-06-01 09:16:55 246

原创 生成式AI入门指南:深入探索与比较不同大语言模型

生成式AI入门指南:深入探索与比较不同大语言模型 generative-ai-for-beginners 21 节课程,开始使用生成式 AI 进行构建 项目地址: https://gitcode.com/gh_mirrors/ge...

2025-05-30 09:02:00 337

原创 HTTP API Design:开源项目推荐

HTTP API Design:开源项目推荐 http-api-design HTTP Design Guidelines 项目地址: https://gitcode.com/gh_mirrors/httpapid/http-ap...

2025-05-30 09:00:00 278

原创 文本与图像嵌入相关性调试工具最佳实践

文本与图像嵌入相关性调试工具最佳实践 correlations Simple UI for debugging correlations of text embeddings 项目地址: https://gitcode.com/g...

2025-05-29 09:01:12 411

原创 Easy Responsive Tabs to Accordion 使用教程

Easy Responsive Tabs to Accordion 使用教程 Easy-Responsive-Tabs-to-Accordion samsono/Easy-Responsive-Tabs-to-Accordion: 是一个用于将选项卡转换为手风琴的 JavaScript 库。适合用于在网页中实现响应式选项...

2025-05-29 09:00:03 285

原创 Git Commit 消息格式化工具:git-commit-msg-linter

Git Commit 消息格式化工具:git-commit-msg-linter git-commit-msg-linter git commit message linter hook 项目地址: https://gitcode...

2025-05-28 09:00:05 262

原创 Libdivecomputer 项目启动与配置教程

Libdivecomputer 项目启动与配置教程 libdivecomputer Libdivecomputer is a cross-platform and open source library for communication with dive computers from various manufact...

2025-05-27 03:33:42 459

原创 Wheatley.ai 项目启动与配置教程

Wheatley.ai 项目启动与配置教程 wheatley-ai Real-time conversational AI on ESP32-S3 using LiveKit, WebRTC and SenseCap Watcher ...

2025-05-24 09:03:55 302

原创 Moiré Pattern Detection 开源项目最佳实践

Moiré Pattern Detection 开源项目最佳实践 Moire-Pattern-Detection 项目地址: https://gitcode.com/gh_mirrors/moi/Moire-Pattern-De...

2025-05-23 09:01:05 271

原创 ObjectMapper-Realm 开源项目教程

ObjectMapper-Realm 开源项目教程 ObjectMapper-Realm An ObjectMapper extension that serializes arbitrary JSON into Realm's List class ...

2025-05-22 09:00:35 279

原创 dbchaos:数据库压力测试与合成数据生成工具

dbchaos:数据库压力测试与合成数据生成工具 dbchaos Stress-test your database with pre-defined queries 项目地址: https://gitcode.com/gh_mi...

2025-05-12 17:50:20 884

原创 neural-function-distributions:将生成模型作为函数分布

neural-function-distributions:将生成模型作为函数分布 neural-function-distributions Pytorch implementation of Generative Models as Distributions of Functions ???? ...

2025-05-10 09:04:59 688

空空如也

空空如也

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

TA关注的人

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