自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 Ember CLI 构建性能优化指南

Ember CLI 构建性能优化指南 ember-cli The Ember.js command line utility. 项目地址: https://gitcode.com/gh_mirrors/em/ember-cli ...

2025-06-11 09:20:02 264

原创 斯坦福CS229机器学习笔记:支持向量机(SVM)原理详解

斯坦福CS229机器学习笔记:支持向量机(SVM)原理详解 Stanford-CS-229 A Chinese Translation of Stanford CS229 notes 斯坦福机器学习CS229课程讲义的中文翻译 项...

2025-06-11 09:15:42 197

原创 Elasticsearch权威指南:Geohash映射配置详解

Elasticsearch权威指南:Geohash映射配置详解 elasticsearch-definitive-guide The Definitive Guide to Elasticsearch 项目地址: https://...

2025-06-11 09:07:32 233

原创 websocket-client快速入门指南:从零开始使用WebSocket客户端

websocket-client快速入门指南:从零开始使用WebSocket客户端 websocket-client WebSocket client for Python 项目地址: https://gitcode.com/gh...

2025-06-11 09:01:14 293

原创 Angular:构建现代Web应用的开发平台

Angular:构建现代Web应用的开发平台 angular Deliver web apps with confidence ???? 项目地址: https://gitcode.com/gh_mirrors/angular26/an...

2025-06-10 09:00:00 148

原创 Cachix Devenv 与 Nix Flakes 集成使用指南

Cachix Devenv 与 Nix Flakes 集成使用指南 devenv Fast, Declarative, Reproducible, and Composable Developer Environments 项目地...

2025-06-08 09:05:40 208

原创 Flyte项目核心组件详解:构建高效工作流的基石

Flyte项目核心组件详解:构建高效工作流的基石 flyte Scalable and flexible workflow orchestration platform that seamlessly unifies data, ML and analytics stacks. ...

2025-06-07 09:01:49 208

原创 Laravel-MongoDB 中的 Schema Builder 使用指南

Laravel-MongoDB 中的 Schema Builder 使用指南 laravel-mongodb 项目地址: https://gitcode.com/gh_mirrors/lar/laravel-mongodb ...

2025-06-06 09:04:03 356

原创 深入解析manga-image-translator项目的GPT配置策略

深入解析manga-image-translator项目的GPT配置策略 manga-image-translator Translate manga/image 一键翻译各类图片内文字 https://cotrans.touhou.ai/ ...

2025-06-05 09:15:32 286

原创 Tianshou项目中的离线强化学习实践指南

Tianshou项目中的离线强化学习实践指南 tianshou An elegant PyTorch deep reinforcement learning library. 项目地址: https://gitcode.com/g...

2025-06-05 09:03:03 259

原创 DevOps-Guide项目解析:深入理解CI/CD持续集成与持续部署

DevOps-Guide项目解析:深入理解CI/CD持续集成与持续部署 DevOps-Guide DevOps-Guide是一个关于DevOps实践的指南,适合用于学习和了解DevOps文化、流程和技术。特点:内容丰富、实用性强、适合初学者。 ...

2025-06-05 09:00:41 351

原创 GraphQL Playground 安全问题分析:2021年Schema注入攻击防护指南

GraphQL Playground 安全问题分析:2021年Schema注入攻击防护指南 graphql-playground ???? GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & colla...

2025-06-04 09:21:14 396

原创 GitLab项目Redis故障排查指南

GitLab项目Redis故障排查指南 gitlabhq GitLab CE Mirror | Please open new issues in our issue tracker on GitLab.com 项目地址: htt...

2025-06-03 09:04:19 299

原创 Marimo项目中的语言服务器协议(LSP)功能详解

Marimo项目中的语言服务器协议(LSP)功能详解 marimo A next-generation Python notebook: explore data, build tools, deploy apps! 项目地址: ...

2025-06-03 09:02:39 256

原创 Ceph项目代码合并策略详解:开发与稳定分支管理指南

Ceph项目代码合并策略详解:开发与稳定分支管理指南 ceph Ceph is a distributed object, block, and file storage platform 项目地址: https://gitco...

2025-06-02 09:16:25 318

原创 Avatarify-Python 实时面部动画技术详解与使用指南

Avatarify-Python 实时面部动画技术详解与使用指南 avatarify-python Avatars for Zoom, Skype and other video-conferencing apps. 项目地址: ...

2025-06-02 09:05:35 390

原创 使用gVisor配置Falco进行容器安全监控

使用gVisor配置Falco进行容器安全监控 gvisor 容器应用内核 项目地址: https://gitcode.com/gh_mirrors/gv/gvisor 前言...

2025-06-02 09:05:13 219

原创 Swagger API规范中的回调机制详解:基于callback-example.json的实例解析

Swagger API规范中的回调机制详解:基于callback-example.json的实例解析 OpenAPI-Specification 项目地址: https://gitcode.com/gh_mirrors/open...

2025-06-01 09:01:17 264

原创 Gatsby项目中的GraphQL核心概念解析

Gatsby项目中的GraphQL核心概念解析 gatsby The best React-based framework with performance, scalability and security built in. ...

2025-05-30 09:05:55 261

原创 Vue.js 表格组件实现原理与最佳实践

Vue.js 表格组件实现原理与最佳实践 vue vuejs/vue: 是一个用于构建用户界面的 JavaScript 框架,具有简洁的语法和丰富的组件库,可以用于开发单页面应用程序和多页面应用程序。 项目地址: https://...

2025-05-30 09:00:07 304

原创 开源项目最佳实践:Template-LaTeX-Tugas-Akhir-Sarjana-Terapan-UNY

开源项目最佳实践:Template-LaTeX-Tugas-Akhir-Sarjana-Terapan-UNY Template-LaTeX-Tugas-Akhir-Sarjana-Terapan-UNY Template LaTeX Laporan Tugas Akhir D4 Teknik Elektro & Ele...

2025-05-27 09:01:25 231

原创 training-code:高效的因果语言模型微调工具

training-code:高效的因果语言模型微调工具 training-code The code we currently use to fine-tune models. 项目地址: https://gitcode.com/...

2025-05-19 09:00:04 278

原创 ecosnap:通过人工智能实现塑料回收的优化

ecosnap:通过人工智能实现塑料回收的优化 ecosnap Recycle your plastic better with Artificial Intelligence ♻️ 项目地址: https://gitcode.c...

2025-05-19 09:00:00 659

原创 investor-agent:深度解析金融分析利器

investor-agent:深度解析金融分析利器 investor-agent A Model Context Protocol server for building an investor agent 项目地址: https...

2025-05-18 09:00:05 286

原创 Kandinsky-4:文本到视频、图像到视频和视频到音频的生成模型

Kandinsky-4:文本到视频、图像到视频和视频到音频的生成模型 Kandinsky-4 Text and image to video generation: Kandinsky 4.0 (2024) 项目地址: http...

2025-05-07 12:30:25 409

原创 terminus:提升Vim与终端的融合体验

terminus:提升Vim与终端的融合体验 terminus ???? Enhanced terminal integration for Vim 项目地址: https://gitcode.com/gh_mirrors/termin...

2025-05-02 09:07:10 867

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

KGraphQL:项目核心功能/场景 KGraphQL Pure Kotlin GraphQL implementation 项目地址: https://gitcode.com/gh_mirrors/kgra/KGraphQL ...

2025-04-30 16:20:30 921

原创 blivechat:一款仿YouTube风格的Bilibili直播评论栏

blivechat:一款仿YouTube风格的Bilibili直播评论栏 blivechat 用于OBS的仿YouTube风格的bilibili直播评论栏 项目地址: https://gitcode.com/gh_mirrors/...

2025-04-30 09:05:29 650

原创 ReTest.jl:强大的Julia测试框架

ReTest.jl:强大的Julia测试框架 ReTest.jl Testing framework for Julia 项目地址: https://gitcode.com/gh_mirrors/re/ReTest.jl ...

2025-04-29 09:28:05 671

原创 OLMo-core 开源项目最佳实践教程

OLMo-core 开源项目最佳实践教程 OLMo-core PyTorch building blocks for the OLMo ecosystem 项目地址: https://gitcode.com/gh_mirrors/...

2025-04-28 10:40:37 245

原创 TravelersSociaApp-UiKit 的安装和配置教程

TravelersSociaApp-UiKit 的安装和配置教程 TravelersSociaApp-UiKit Flutter representation of a Travel Social App concept 项目地址...

2025-04-28 10:40:03 408

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

Castor 项目启动与配置教程 castor PyTorch deep learning models for text processing 项目地址: https://gitcode.com/gh_mirrors/cast/...

2025-04-27 10:20:11 213

原创 Diminish.el 开源项目最佳实践教程

Diminish.el 开源项目最佳实践教程 diminish.el Diminished modes are minor modes with no modeline display 项目地址: https://gitcode....

2025-04-26 10:50:06 396

原创 BlazorStatic 开源项目教程

BlazorStatic 开源项目教程 BlazorStatic Embrace the capabilities of Blazor on .NET 8 to craft static websites. 项目地址: https...

2025-04-24 10:49:18 237

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

MicroMLP 项目启动与配置教程 MicroMLP A micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules) ...

2025-04-23 11:20:43 295

原创 load-testing-toolkit 的安装和配置教程

load-testing-toolkit 的安装和配置教程 load-testing-toolkit Collection of open-source tools for debugging, benchmarking, load and stress testing your code or services. ...

2025-04-23 11:20:18 388

原创 GeekDesk 的项目扩展与二次开发

GeekDesk 的项目扩展与二次开发 GeekDesk ????小巧、美观的桌面快速启动工具 Small, beautiful desktop quickstart management tool with integrated Everything search ...

2025-04-23 07:26:20 706

原创 开源项目 Parse12306 亮点详解

开源项目 Parse12306 亮点详解 Parse12306 分析12306 获取全国列车数据 项目地址: https://gitcode.com/gh_mirrors/pa/Parse12306 ...

2025-04-23 07:15:32 384

原创 开源项目 RapidOCR 的扩展与二次开发潜力

开源项目 RapidOCR 的扩展与二次开发潜力 RapidOCR A cross platform OCR Library based on PaddleOCR & OnnxRuntime & OpenVINO. 项目地址: h...

2025-04-23 07:04:41 1030

原创 DreamBench++ 安装与配置指南

DreamBench++ 安装与配置指南 dreambench_plus 项目地址: https://gitcode.com/gh_mirrors/dr/dreambench_plus ...

2025-04-22 07:04:55 858

空空如也

空空如也

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

TA关注的人

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