自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 《Systems Approach》序言:从1996年互联网基础到现代云计算的演进之路

《Systems Approach》序言:从1996年互联网基础到现代云计算的演进之路 book Computer Networks: A Systems Approach -- Textbook 项目地址: https://gi...

2025-06-12 09:10:08 271

原创 深入理解tus/tusd项目:在Go程序中嵌入tusd服务的技术实践

深入理解tus/tusd项目:在Go程序中嵌入tusd服务的技术实践 tusd Reference server implementation in Go of tus: the open protocol for resumable file uploads ...

2025-06-11 09:18:06 249

原创 使用RAGatouille进行ColBERT模型基础训练与微调指南

使用RAGatouille进行ColBERT模型基础训练与微调指南 RAGatouille Easily use and train state of the art late-interaction retrieval methods (ColBERT) in any RAG pipeline. Designed fo...

2025-06-11 09:14:00 209

原创 Zsh中的PCRE模块:Perl兼容正则表达式详解

Zsh中的PCRE模块:Perl兼容正则表达式详解 zsh Mirror of the Z shell source code repository. 项目地址: https://gitcode.com/gh_mirrors/zs...

2025-06-10 09:18:02 273

原创 深入浅出Kubernetes:第一天学习指南

深入浅出Kubernetes:第一天学习指南 DescomplicandoKubernetes 项目地址: https://gitcode.com/gh_mirrors/de/DescomplicandoKubernetes ...

2025-06-10 09:16:43 344

原创 Absinthe项目中的中间件与插件开发指南

Absinthe项目中的中间件与插件开发指南 absinthe The GraphQL toolkit for Elixir 项目地址: https://gitcode.com/gh_mirrors/ab/absinthe ...

2025-06-09 09:21:16 295

原创 KDE ghostwriter项目开发协作指南:从代码提交到质量保障

KDE ghostwriter项目开发协作指南:从代码提交到质量保障 ghostwriter Text editor for Markdown 项目地址: https://gitcode.com/gh_mirrors/gh/gho...

2025-06-09 09:03:49 265

原创 Nuxt UI 安装与配置完全指南

Nuxt UI 安装与配置完全指南 ui A UI Library for Modern Web Apps, powered by Vue & TailwindCSS. 项目地址: https://gitcode.com/gh_m...

2025-06-08 09:18:50 319

原创 深入解析libtorrent内部架构与核心机制

深入解析libtorrent内部架构与核心机制 libtorrent an efficient feature complete C++ bittorrent implementation 项目地址: https://gitcod...

2025-06-08 09:00:14 287

原创 深入理解MMCV项目中的图像与视频数据处理

深入理解MMCV项目中的图像与视频数据处理 mmcv OpenMMLab Computer Vision Foundation 项目地址: https://gitcode.com/gh_mirrors/mm/mmcv ...

2025-06-07 09:02:20 312

原创 DTCoreText框架开发指南:从基础使用到高级技巧

DTCoreText框架开发指南:从基础使用到高级技巧 DTCoreText Methods to allow using HTML code with CoreText 项目地址: https://gitcode.com/gh_...

2025-06-06 09:21:37 324

原创 MMagic项目教程:如何设计自己的图像生成与编辑模型

MMagic项目教程:如何设计自己的图像生成与编辑模型 mmagic OpenMMLab Multimodal Advanced, Generative, and Intelligent Creation Toolbox. Unlock the magic ????: Generative-AI (AIGC), easy-to...

2025-06-06 09:03:18 246

原创 深度学习课程中的词向量操作实践指南

深度学习课程中的词向量操作实践指南 deep-learning-coursera Deep Learning Specialization by Andrew Ng on Coursera. 项目地址: https://gitco...

2025-06-05 09:15:53 292

原创 UMAP项目中的新数据转换技术详解

UMAP项目中的新数据转换技术详解 umap Uniform Manifold Approximation and Projection 项目地址: https://gitcode.com/gh_mirrors/um/umap ...

2025-06-05 09:15:03 241

原创 YugabyteDB在Azure Kubernetes Service(AKS)上的StatefulSet部署指南

YugabyteDB在Azure Kubernetes Service(AKS)上的StatefulSet部署指南 yugabyte-db yugabyte/yugabyte-db: 是 YugaByte DB 的官方仓库,一个高性能、高可扩展、分布式的 SQL 数据库,支持 PostgreSQL 兼容性。适合对分布式数...

2025-06-05 09:08:42 353

原创 TS-Pattern 模式匹配库从 v3 升级到 v4 的完整指南

TS-Pattern 模式匹配库从 v3 升级到 v4 的完整指南 ts-pattern ???? The exhaustive Pattern Matching library for TypeScript, with smart type inference. ...

2025-06-03 09:01:36 326

原创 Libra项目核心技术解析:交易与状态机制详解

Libra项目核心技术解析:交易与状态机制详解 diem 项目地址: https://gitcode.com/gh_mirrors/diem/diem 引言在Libra区...

2025-06-02 09:04:39 372

原创 Node Redis项目贡献指南与技术规范解析

Node Redis项目贡献指南与技术规范解析 node-redis 项目地址: https://gitcode.com/gh_mirrors/nod/node-redis ...

2025-06-02 09:03:50 236

原创 Kubernetes Ingress-Nginx 暴露 TCP/UDP 服务完全指南

Kubernetes Ingress-Nginx 暴露 TCP/UDP 服务完全指南 ingress-nginx Ingress-NGINX Controller for Kubernetes 项目地址: https://gitc...

2025-06-02 09:01:36 277

原创 Theia IDE 开发环境搭建与调试指南

Theia IDE 开发环境搭建与调试指南 theia 项目地址: https://gitcode.com/gh_mirrors/the/theia Theia 是一个基于...

2025-06-01 09:15:19 241

原创 Watchtower项目详解:自动化更新Docker容器的智能守护者

Watchtower项目详解:自动化更新Docker容器的智能守护者 watchtower containrrr/watchtower: watchtower 是一个用于自动更新Docker容器镜像的工具,当注册仓库中的镜像有新版本时,watchtower会自动重新部署容器以保持其始终运行最新版本的应用程序。 ...

2025-06-01 09:14:15 524

原创 从工业革命到AI时代:为什么每个人都需要"健脑"训练

从工业革命到AI时代:为什么每个人都需要"健脑"训练 everyone-can-use-english 人人都能用英语 项目地址: https://gitcode.com/gh_mirrors/eve/ever...

2025-06-01 09:05:04 294

原创 Grafana/k6 v0.44.0 版本深度解析:WebCrypto API与浏览器模块重大更新

Grafana/k6 v0.44.0 版本深度解析:WebCrypto API与浏览器模块重大更新 k6 A modern load testing tool, using Go and JavaScript - https://k6.io ...

2025-06-01 09:04:05 338

原创 使用容器化方式部署Headscale服务指南

使用容器化方式部署Headscale服务指南 headscale An open source, self-hosted implementation of the Tailscale control server 项目地址: h...

2025-06-01 09:02:37 253

原创 NW.js入门指南:从零开始构建桌面应用

NW.js入门指南:从零开始构建桌面应用 nw.js Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies. ...

2025-05-30 09:08:43 276

原创 Joplin笔记应用常见问题解决方案大全

Joplin笔记应用常见问题解决方案大全 joplin Joplin 是一款安全笔记记录与待办事项应用,具备跨平台同步功能,支持 Windows、macOS、Linux、Android 和 iOS 平台。 项目地址: https:...

2025-05-30 09:07:16 400

原创 Node最佳实践中的Docker通用技巧指南

Node最佳实践中的Docker通用技巧指南 nodebestpractices :white_check_mark: The Node.js best practices list (December 2023) 项目地址: ...

2025-05-30 09:00:57 239

原创 OnChat-Web 项目启动与配置教程

OnChat-Web 项目启动与配置教程 onchat-web A simple, mobile-first instant messaging progressive web application. 项目地址: https:/...

2025-05-29 09:00:37 223

原创 Tesseral:项目的核心功能/场景

Tesseral:项目的核心功能/场景 tesseral 项目地址: https://gitcode.com/gh_mirrors/te/tesseral 企业级开源认证基...

2025-05-29 09:00:12 362

原创 lffd-pytorch:轻量级快速边缘设备人脸检测

lffd-pytorch:轻量级快速边缘设备人脸检测 lffd-pytorch A light and fast one class detection framework for edge devices. We provide face detector, head detector, pedestrian dete...

2025-05-29 09:00:00 361

原创 with-c-syntax 项目最佳实践教程

with-c-syntax 项目最佳实践教程 with-c-syntax C language syntax in Common Lisp 项目地址: https://gitcode.com/gh_mirrors/wi/with-...

2025-05-27 09:00:40 261

原创 IMS:项目的核心功能/场景

IMS:项目的核心功能/场景 IMS IMS is Integrated Management System. It is developed by React, Python, MySQL. 项目地址: https://gitc...

2025-05-18 09:00:02 225

原创 blender_spaceship_generator:3D宇宙飞船的创意制造者

blender_spaceship_generator:3D宇宙飞船的创意制造者 blender_spaceship_generator continue development of original Blender addon a1studmuffin/SpaceshipGenerator ...

2025-05-11 19:40:15 758

原创 dagstudio:直观易用的有向无环图创作工具

dagstudio:直观易用的有向无环图创作工具 dagstudio Directed Acyclic Graph Studio with Javascript D3 项目地址: https://gitcode.com/gh_mi...

2025-05-05 20:50:20 713

原创 northstar:为构建Hypermedia-Driven应用提供优质起点

northstar:为构建Hypermedia-Driven应用提供优质起点 northstar Boilerplate for creating real-time Hypermedia applications with Datastar (https://data-star.dev/) and NATS (http...

2025-04-30 23:31:15 661

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

ChatRex 项目启动与配置教程 ChatRex Code for ChatRex: Taming Multimodal LLM for Joint Perception and Understanding 项目地址: http...

2025-04-28 10:40:07 214

原创 AutoTools 的安装和配置教程

AutoTools 的安装和配置教程 AutoTools Official Repo for WWW 2025 paper "Tool Learning in the Wild: Empowering Language Models as Automatic Tool Agents" ...

2025-04-24 12:42:27 617

原创 prettierX:更灵活的代码格式化工具

prettierX:更灵活的代码格式化工具 prettierx a less opinionated fork of Prettier code formatter 项目地址: https://gitcode.com/gh_mir...

2025-04-24 09:14:43 552

原创 Manjaro Docker 项目最佳实践教程

Manjaro Docker 项目最佳实践教程 manjaro-docker Base Docker for Manjaro 项目地址: https://gitcode.com/gh_mirrors/ma/manjaro-dock...

2025-04-23 12:30:01 865

原创 Hostile Takeover 项目启动与配置教程

Hostile Takeover 项目启动与配置教程 hostile-takeover Open Source Real Time Strategy game based on Warfare Incorporated 项目地址:...

2025-04-23 12:30:00 399

空空如也

空空如也

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

TA关注的人

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