自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 OpenContainers镜像规范中的文件系统层详解

OpenContainers镜像规范中的文件系统层详解 image-spec OCI Image Format 项目地址: https://gitcode.com/gh_mirrors/im/image-spec ...

2025-06-10 09:20:10 273

原创 深入解析Pantsbuild/PEX项目中的PEX文件技术

深入解析Pantsbuild/PEX项目中的PEX文件技术 pex A tool for generating .pex (Python EXecutable) files, lock files and venvs. 项目地址:...

2025-06-10 09:08:01 355

原创 Kubernetes实战:使用Service访问集群中的应用

Kubernetes实战:使用Service访问集群中的应用 website Kubernetes website and documentation repo: 项目地址: https://gitcode.com/gh_mir...

2025-06-09 09:04:01 404

原创 MockServer JSON配置示例详解

MockServer JSON配置示例详解 mockserver MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and ...

2025-06-09 09:00:10 316

原创 PocketFlow项目中的工作流设计模式解析

PocketFlow项目中的工作流设计模式解析 PocketFlow Minimalist LLM Framework in 100 Lines. Enable LLMs to Program Themselves. 项目地址: ...

2025-06-08 09:13:37 373

原创 Swashbuckle.AspNetCore CLI工具配置与自定义指南

Swashbuckle.AspNetCore CLI工具配置与自定义指南 Swashbuckle.AspNetCore Swashbuckle.AspNetCore:这是一个用于ASP.NETCore的Swagger文档生成器,适合为RESTful API生成API文档。特点包括自动生成API文档、支持多种输出格式(如...

2025-06-08 09:02:19 379

原创 MMPose混合数据集训练技术详解

MMPose混合数据集训练技术详解 mmpose OpenMMLab Pose Estimation Toolbox and Benchmark. 项目地址: https://gitcode.com/gh_mirrors/mm/m...

2025-06-06 09:22:03 410

原创 深入解析slambook中的三角测量实现

深入解析slambook中的三角测量实现 slambook 项目地址: https://gitcode.com/gh_mirrors/sl/slambook 概述在计算机...

2025-06-06 09:03:30 266

原创 LinkedIn SRE学院:Linux系统监控命令行工具详解

LinkedIn SRE学院:Linux系统监控命令行工具详解 school-of-sre linkedin/school-of-sre: 这是一个用于培训软件可靠性工程师(SRE)的在线课程。适合用于需要学习软件可靠性工程和运维技能的场景。特点:内容丰富,涵盖多种软件可靠性工程领域知识,具有实践案例和课程资料。 ...

2025-06-05 09:10:43 393

原创 instruct-gs2gs:三维场景编辑的全新指令驱动方式

instruct-gs2gs:三维场景编辑的全新指令驱动方式 instruct-gs2gs Gaussian splatting implementation of Instruct-NeRF2NeRF: Editing 3D Scenes with Instructions ...

2025-06-05 09:00:06 398

原创 使用BentoML部署Outlines项目实现结构化文本生成

使用BentoML部署Outlines项目实现结构化文本生成 outlines Guided Text Generation 项目地址: https://gitcode.com/gh_mirrors/ou/outlines ...

2025-06-03 09:10:22 289

原创 在Windows MSVC环境下编译SFTtech/openage项目指南

在Windows MSVC环境下编译SFTtech/openage项目指南 openage Free (as in freedom) open source clone of the Age of Empires II engine :rocket: ...

2025-06-03 09:01:35 305

原创 pequin:为可验证计算和SNARKs提供端到端工具链

pequin:为可验证计算和SNARKs提供端到端工具链 pequin A system for verifying outsourced computations, and applying SNARKs. Simplified release of the main Pepper codebase. ...

2025-06-03 09:00:02 327

原创 ESP-IDF项目二进制文件大小优化指南

ESP-IDF项目二进制文件大小优化指南 esp-idf Espressif IoT Development Framework. Official development framework for Espressif SoCs. ...

2025-06-02 09:16:59 388

原创 数据结构入门指南:从数组到红黑树

数据结构入门指南:从数组到红黑树 Interview_Question_for_Beginner :boy: :girl: Technical-Interview guidelines written for those who started studying programming. I wish you all t...

2025-06-01 09:15:25 250

原创 FastGPT知识库构建指南:Web站点同步功能详解

FastGPT知识库构建指南:Web站点同步功能详解 FastGPT labring/FastGPT: FastGPT 是一个基于PyTorch实现的快速版GPT(Generative Pretrained Transformer)模型,可能是为了优化训练速度或资源占用而设计的一个实验性项目,适用于自然语言处理任务。 ...

2025-06-01 09:06:40 370

原创 SwiftUI-bez:简化贝塞尔曲线操作的开源利器

SwiftUI-bez:简化贝塞尔曲线操作的开源利器 SwiftUI-bez Utilities for working with bezier curves in SwiftUI 项目地址: https://gitcode.co...

2025-06-01 09:00:06 413

原创 bytestring:快速、紧凑的字节串处理

bytestring:快速、紧凑的字节串处理 bytestring An efficient compact, immutable byte string type (both strict and lazy) suitable for binary or 8-bit character data. ...

2025-05-28 09:00:00 393

原创 X-Fields 项目最佳实践教程

X-Fields 项目最佳实践教程 xfields Source code for xfields (SIGGRAPH Asia 2020) 项目地址: https://gitcode.com/gh_mirrors/xf/xfie...

2025-05-26 09:00:36 370

原创 PL/Proxy 开源项目最佳实践教程

PL/Proxy 开源项目最佳实践教程 plproxy PL/Proxy development 项目地址: https://gitcode.com/gh_mirrors/pl/plproxy ...

2025-05-26 09:00:13 309

原创 tgf:简化Terraform执行,统一多环境工具使用

tgf:简化Terraform执行,统一多环境工具使用 tgf A Terragrunt frontend that allow execution of Terragrunt/Terraform through Docker 项...

2025-05-08 09:07:33 731

原创 kraan:构建基于 K8s 的平台

kraan:构建基于 K8s 的平台 kraan Kraan is a Kubernetes Controller that manages the deployment of HelmReleases to a cluster. ...

2025-05-04 09:06:16 872

原创 BepInEx.ScriptLoader:运行C脚本的新方式

BepInEx.ScriptLoader:运行C#脚本的新方式 BepInEx.ScriptLoader Allows to run C# code without compiling it in Unity games 项目地址...

2025-05-01 18:50:25 544

原创 etesync-web:在浏览器中使用EteSync,加密一切信息

etesync-web:在浏览器中使用EteSync,加密一切信息 etesync-web An EteSync web client 项目地址: https://gitcode.com/gh_mirrors/et/etesync...

2025-04-30 09:06:04 609

原创 data-engineering-project-template 的安装和配置教程

data-engineering-project-template 的安装和配置教程 data-engineering-project-template This is a template you can use for your next data engineering portfolio project. ...

2025-04-28 10:10:03 525

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

XatKit 项目启动与配置教程 xatkit The simplest way to build all types of smart chatbots and digital assistants 项目地址: https://...

2025-04-27 10:20:08 346

原创 generativemusicaicourse 的安装和配置教程

generativemusicaicourse 的安装和配置教程 generativemusicaicourse Resources for the Generative Music AI Course on The Sound of AI YouTube channel. ...

2025-04-27 10:10:23 282

原创 《TurkeyVisited》开源项目最佳实践教程

《TurkeyVisited》开源项目最佳实践教程 turkeyvisited Mark the cities you have visited in Turkey and share the map! 项目地址: https:/...

2025-04-23 14:30:33 358

原创 jt808-netty 项目亮点解析

jt808-netty 项目亮点解析 jt808-netty 项目地址: https://gitcode.com/gh_mirrors/jt/jt808-netty jt8...

2025-04-23 07:20:28 564

原创 开源项目 try.redis 的扩展与二次开发潜力

开源项目 try.redis 的扩展与二次开发潜力 try.redis A demonstration of the Redis database. 项目地址: https://gitcode.com/gh_mirrors/tr/...

2025-04-23 07:09:44 643

原创 Backbone.dualStorage 使用教程

Backbone.dualStorage 使用教程 Backbone.dualStorage A dual (localStorage and REST) sync adapter for Backbone.js 项目地址: ht...

2025-04-21 12:00:00 299

原创 如何安装和配置 Magit 的 with-editor 插件

如何安装和配置 Magit 的 with-editor 插件 with-editor Use the Emacsclient as the $EDITOR of child processes 项目地址: https://gitc...

2025-04-20 10:51:02 690

原创 《U-DiT 项目安装与配置指南》

《U-DiT 项目安装与配置指南》 U-DiT [NeurIPS 2024] The official code of "U-DiTs: Downsample Tokens in U-Shaped Diffusion Transformers" ...

2025-04-19 11:00:02 366

原创 Guillotina项目安装与配置指南

Guillotina项目安装与配置指南 guillotina Python AsyncIO data API to manage billions of resources 项目地址: https://gitcode.com/gh...

2025-04-19 10:30:05 390

原创 CrabGrab:跨平台屏幕捕获利器,Rust语言的强大工具

CrabGrab:跨平台屏幕捕获利器,Rust语言的强大工具 CrabGrab ???? ????️ ???? 项目地址: https://gitcode.com/gh_mirrors/cr/CrabGrab ...

2025-04-18 12:20:27 524

原创 车辆状态卡开源项目使用教程

车辆状态卡开源项目使用教程 vehicle-status-card ???? Lovelace custom card for tracking Vehicle status 项目地址: https://gitcode.com/gh_...

2025-04-18 07:10:46 853

原创 kLoop:异步编程的新篇章

kLoop:异步编程的新篇章 kloop OFFICIAL MIRROR. An asyncio event loop using Linux io_uring and kTLS. 项目地址: https://gitcode.co...

2025-04-17 09:19:50 555

原创 libevent_obsolete 项目使用教程

libevent_obsolete 项目使用教程 libevent_obsolete Nick's public libevent repository. The official repository is at https://github.com/libevent/libevent . NO PRS HERE P...

2025-04-16 17:30:00 241

原创 翼龙面板汉化版项目使用教程

翼龙面板汉化版项目使用教程 panel 【翼龙面板汉化版】Pterodactyl®的中文汉化并国内本土化版本,并实时更新主分支的dev内容。 项目地址: https://gitcode.com/gh_mirrors/panel12...

2025-04-16 17:16:36 475

原创 PyTorch计算机视觉Cookbook安装与配置指南

PyTorch计算机视觉Cookbook安装与配置指南 PyTorch-Computer-Vision-Cookbook PyTorch Computer Vision Cookbook, Published by Packt 项...

2025-04-16 16:13:32 311

空空如也

空空如也

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

TA关注的人

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