自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 在AWS上构建数据科学项目:使用Athena创建数据库模式

在AWS上构建数据科学项目:使用Athena创建数据库模式 data-science-on-aws AI and Machine Learning with Kubeflow, Amazon EKS, and SageMaker ...

2025-06-11 09:16:21 340

原创 从Nexus Framework迁移到Nexus(使用Prisma插件)指南

从Nexus Framework迁移到Nexus(使用Prisma插件)指南 nexus Code-First, Type-Safe, GraphQL Schema Construction 项目地址: https://gitco...

2025-06-11 09:15:11 271

原创 ElixirSchool 项目解析:深入理解 Elixir 错误处理机制

ElixirSchool 项目解析:深入理解 Elixir 错误处理机制 elixirschool The content behind Elixir School 项目地址: https://gitcode.com/gh_mir...

2025-06-11 09:03:38 347

原创 Radicale项目:轻量级CalDAV与CardDAV服务器搭建指南

Radicale项目:轻量级CalDAV与CardDAV服务器搭建指南 Radicale A simple CalDAV (calendar) and CardDAV (contact) server. 项目地址: https:/...

2025-06-10 09:20:09 395

原创 NestJS Boilerplate项目架构解析:基于六边形架构的设计实践

NestJS Boilerplate项目架构解析:基于六边形架构的设计实践 nestjs-boilerplate NestJS boilerplate. Auth, TypeORM, Postgres, Mailing, I18N, Docker. ...

2025-06-10 09:19:56 349

原创 Bottender项目Slack机器人接入完整指南

Bottender项目Slack机器人接入完整指南 bottender ⚡️ A framework for building conversational user interfaces. 项目地址: https://gitco...

2025-06-10 09:01:42 265

原创 Kubernetes官方培训与认证体系全解析

Kubernetes官方培训与认证体系全解析 website Kubernetes website and documentation repo: 项目地址: https://gitcode.com/gh_mirrors/web...

2025-06-09 09:06:49 389

原创 Blazor for Web Forms 开发者指南:应用配置详解

Blazor for Web Forms 开发者指南:应用配置详解 docs This repository contains .NET Documentation. 项目地址: https://gitcode.com/gh_mi...

2025-06-09 09:06:29 253

原创 Apache Ignite异步API深度解析与最佳实践

Apache Ignite异步API深度解析与最佳实践 ignite Apache Ignite 项目地址: https://gitcode.com/gh_mirrors/ignite16/ignite ...

2025-06-09 09:05:50 240

原创 Unity测试框架配置指南:深度解析与最佳实践

Unity测试框架配置指南:深度解析与最佳实践 Unity Simple Unit Testing for C 项目地址: https://gitcode.com/gh_mirrors/un/Unity ...

2025-06-09 09:04:50 243

原创 面试算法精要:最短路径算法详解

面试算法精要:最短路径算法详解 interview 项目地址: https://gitcode.com/gh_mirrors/intervi/interview 前言在计...

2025-06-08 09:20:45 300

原创 Kubernetes资源装箱调度策略详解

Kubernetes资源装箱调度策略详解 website Kubernetes website and documentation repo: 项目地址: https://gitcode.com/gh_mirrors/webs/...

2025-06-08 09:19:18 278

原创 C++并发编程实战:深入理解异步任务提供者std::promise

C++并发编程实战:深入理解异步任务提供者std::promise Cplusplus-Concurrency-In-Practice A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》 ...

2025-06-08 09:02:10 382

原创 PaddleX 3D BEV多模态融合检测技术详解与实践指南

PaddleX 3D BEV多模态融合检测技术详解与实践指南 PaddleX PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具) 项目地址: https://g...

2025-06-08 09:00:24 259

原创 HertzBeat开源监控工具对OpenGauss数据库的监控指南

HertzBeat开源监控工具对OpenGauss数据库的监控指南 hertzbeat An open source, real-time monitoring system with custom-monitoring, high performance cluster, prometheus-like and age...

2025-06-07 09:00:38 360

原创 Quartz调度器:使用XML初始化作业数据的完整指南

Quartz调度器:使用XML初始化作业数据的完整指南 quartz Code for Quartz Scheduler 项目地址: https://gitcode.com/gh_mirrors/qu/quartz ...

2025-06-06 09:20:09 245

原创 Sphinx文档生成器快速入门指南

Sphinx文档生成器快速入门指南 sphinx The Sphinx documentation generator 项目地址: https://gitcode.com/gh_mirrors/sp/sphinx ...

2025-06-06 09:04:39 323

原创 52周技术探索系列:Apache Mesos入门与实践指南

52周技术探索系列:Apache Mesos入门与实践指南 52-technologies-in-2016 Let's learn a new technology every week. A new technology blog every Sunday in 2016. ...

2025-06-06 09:02:28 412

原创 Git凭证管理器(GCM)的Bitbucket认证机制详解

Git凭证管理器(GCM)的Bitbucket认证机制详解 git-credential-manager Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular ...

2025-06-05 09:15:45 402

原创 C++ Primer 第五章:语句详解与实战练习

C++ Primer 第五章:语句详解与实战练习 Cpp-Primer C++ Primer 5 answers 项目地址: https://gitcode.com/gh_mirrors/cp/Cpp-Primer ...

2025-06-05 09:06:40 365

原创 深入理解urql中的GraphQL订阅功能

深入理解urql中的GraphQL订阅功能 urql The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow. ...

2025-06-04 09:21:25 260

原创 KeystoneJS数据库迁移指南:从开发到生产的完整实践

KeystoneJS数据库迁移指南:从开发到生产的完整实践 keystone The most powerful headless CMS for Node.js — built with GraphQL and React 项目...

2025-06-04 09:14:35 222

原创 Vanilla Extract 迁移指南:从 treat 到现代 CSS 开发

Vanilla Extract 迁移指南:从 treat 到现代 CSS 开发 vanilla-extract Zero-runtime Stylesheets-in-TypeScript 项目地址: https://gitcod...

2025-06-04 09:09:42 286

原创 jQuery UI Tooltip组件在表单中的应用详解

jQuery UI Tooltip组件在表单中的应用详解 jquery-ui jquery/jquery-ui: 是 jQuery 的一个官方扩展库,提供了多种 UI 组件和交互功能,可以方便地在 Web 应用中实现丰富的 UI 交互。适合对 jQuery、UI 组件和想要实现高效 UI 开发的开发者。 ...

2025-06-03 09:12:16 391

原创 在Zsh中使用path数组管理PATH环境变量:来自jbranchaud/til的技巧

在Zsh中使用path数组管理PATH环境变量:来自jbranchaud/til的技巧 til :memo: Today I Learned 项目地址: https://gitcode.com/gh_mirrors/ti/til...

2025-06-03 09:05:38 371

原创 ABP框架中Angular的Promise与Observable核心差异解析

ABP框架中Angular的Promise与Observable核心差异解析 abp Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise softwar...

2025-06-03 09:02:45 391

原创 MediaMTX API 接口详解:流媒体服务器的控制与管理

MediaMTX API 接口详解:流媒体服务器的控制与管理 mediamtx Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy and rec...

2025-06-02 09:18:17 259

原创 DB-GPT多模态功能深度解析与实践指南

DB-GPT多模态功能深度解析与实践指南 DB-GPT DB-GPT - 一个开源的数据库领域大模型框架,旨在简化构建数据库大模型应用的过程。 项目地址: https://gitcode.com/gh_mirrors/db/DB-...

2025-06-02 09:05:27 351

原创 Mongoose中的Discriminator机制详解

Mongoose中的Discriminator机制详解 mongoose Automattic/mongoose: Mongoose 是一个流行的Node.js对象数据映射(ODM)库,专为MongoDB设计,能够简化在Node.js中使用MongoDB数据库的操作,提供了丰富的查询构建、模型定义、数据验证等特性。 ...

2025-06-01 09:03:58 399

原创 backgroundable-android:项目的核心功能/场景

backgroundable-android:项目的核心功能/场景 backgroundable-android Collection of stock apps and mechanisms, which might affect background tasks and scheduled alarms. ...

2025-05-13 15:22:25 530

原创 kube-karp:为Kubernetes集群实现简单的高可用性

kube-karp:为Kubernetes集群实现简单的高可用性 kube-karp ☸ Add a floating virtual IP to Kubernetes cluster nodes for load balancing easily. ...

2025-05-08 09:06:37 580

原创 nginx-rtmp-module:实时流媒体传输的强大工具

nginx-rtmp-module:实时流媒体传输的强大工具 nginx-rtmp-module 项目地址: https://gitcode.com/gh_mirrors/ngi/nginx-rtmp-module ...

2025-05-07 09:05:57 519

原创 knowledge-graph-of-thoughts:集成LLM推理与动态知识图的AI助手架构

knowledge-graph-of-thoughts:集成LLM推理与动态知识图的AI助手架构 knowledge-graph-of-thoughts Official Implementation of "Affordable AI Assistants with Knowledge Graph of Thought...

2025-05-03 09:08:03 878

原创 zx-sizif-512开源项目启动与配置教程

zx-sizif-512开源项目启动与配置教程 zx-sizif-512 ZX Spectrum CPLD-based clone for rubber case 项目地址: https://gitcode.com/gh_mirr...

2025-04-27 10:30:22 253

原创 paradoc 的安装和配置教程

paradoc 的安装和配置教程 paradoc One Click Docs 项目地址: https://gitcode.com/gh_mirrors/par/paradoc ...

2025-04-26 10:30:06 301

原创 B-spline Fortran 开源项目最佳实践教程

B-spline Fortran 开源项目最佳实践教程 bspline-fortran Multidimensional B-Spline Interpolation of Data on a Regular Grid 项目地址:...

2025-04-26 10:10:02 391

原创 tdraw:绘制ASCII艺术,创意编程新工具

tdraw:绘制ASCII艺术,创意编程新工具 tdraw Draw ASCII art in terminal 项目地址: https://gitcode.com/gh_mirrors/td/tdraw ...

2025-04-24 10:31:05 672

原创 wasmvm 的安装和配置教程

wasmvm 的安装和配置教程 wasmvm Go bindings to the CosmWasm VM 项目地址: https://gitcode.com/gh_mirrors/wasm/wasmvm ...

2025-04-23 12:00:19 332

原创 scalapack 的安装和配置教程

scalapack 的安装和配置教程 scalapack ScaLAPACK development repository 项目地址: https://gitcode.com/gh_mirrors/sc/scalapack ...

2025-04-23 07:20:04 688

原创 开源项目 ts-for-gir 的扩展与二次开发潜力

开源项目 ts-for-gir 的扩展与二次开发潜力 ts-for-gir TypeScript type definition generator for GObject introspection interfaces 项目地...

2025-04-23 07:09:21 782

空空如也

空空如也

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

TA关注的人

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