自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 Manba项目API管理核心功能详解

Manba项目API管理核心功能详解 manba HTTP API Gateway 项目地址: https://gitcode.com/gh_mirrors/ma/manba ...

2025-06-11 09:18:00 317

原创 Nightfox.nvim 主题配置与使用指南

Nightfox.nvim 主题配置与使用指南 nightfox.nvim ????A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins. ...

2025-06-11 09:04:21 300

原创 Python-Guide-CN项目:Linux系统Python 3安装与配置指南

Python-Guide-CN项目:Linux系统Python 3安装与配置指南

2025-06-09 09:22:03 304

原创 Node-apn 2.0 版本重大更新解析

Node-apn 2.0 版本重大更新解析 node-apn 项目地址: https://gitcode.com/gh_mirrors/nod/node-apn Node-...

2025-06-09 09:20:12 227

原创 SynapseML分类任务实战:SparkML与SynapseML对比指南

SynapseML分类任务实战:SparkML与SynapseML对比指南 SynapseML microsoft/SynapseML: 是一个开源的机器学习框架,用于构建和部署人工智能应用。它提供了丰富的机器学习算法和工具,可以帮助开发者快速构建 AI 应用。特点包括易于使用、高性能、支持多种机器学习算法等。 ...

2025-06-08 09:06:42 365

原创 OctoLinker项目开发指南与架构解析

OctoLinker项目开发指南与架构解析 OctoLinker OctoLinker — Links together, what belongs together 项目地址: https://gitcode.com/gh_mi...

2025-06-08 09:03:14 371

原创 Shopify Polaris 图标系统贡献指南

Shopify Polaris 图标系统贡献指南 polaris polaris: 是Shopify开发的一套设计系统,包含了用于构建Web界面的组件和样式指南。 项目地址: https://gitcode.com/gh_mirr...

2025-06-07 09:04:56 268

原创 MMPose 1.0迁移指南:从0.x版本升级的关键变化

MMPose 1.0迁移指南:从0.x版本升级的关键变化 mmpose OpenMMLab Pose Estimation Toolbox and Benchmark. 项目地址: https://gitcode.com/gh_m...

2025-06-06 09:21:24 253

原创 计算机科学教育中缺失的一课:为什么你需要掌握开发工具

计算机科学教育中缺失的一课:为什么你需要掌握开发工具 missing-semester-cn.github.io the CS missing semester Chinese version 项目地址: https://gitc...

2025-06-06 09:20:16 243

原创 Waterdrop项目SQL配置文件详解:从入门到实践

Waterdrop项目SQL配置文件详解:从入门到实践 seatunnel 项目地址: https://gitcode.com/gh_mirrors/seat/seatunnel ...

2025-06-05 09:02:27 362

原创 AutoGluon多模态预测器文本处理快速入门指南

AutoGluon多模态预测器文本处理快速入门指南 autogluon AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data 项目地址: https://...

2025-06-05 09:00:44 307

原创 TradingView Lightweight Charts 时区处理完全指南

TradingView Lightweight Charts 时区处理完全指南 lightweight-charts Performant financial charts built with HTML5 canvas 项目地址...

2025-06-03 09:11:08 257

原创 Tiled地图编辑器偏好设置详解

Tiled地图编辑器偏好设置详解 tiled Flexible level editor 项目地址: https://gitcode.com/gh_mirrors/ti/tiled ...

2025-06-03 09:10:07 234

原创 VitePress 构建时数据加载机制深度解析

VitePress 构建时数据加载机制深度解析 vitepress Vite & Vue powered static site generator. 项目地址: https://gitcode.com/gh_mirrors/vi...

2025-06-02 09:18:20 366

原创 Hack开源字体项目常见问题全解析

Hack开源字体项目常见问题全解析 Hack A typeface designed for source code 项目地址: https://gitcode.com/gh_mirrors/ha/Hack ...

2025-06-02 09:04:32 282

原创 Vue Router 入门指南:构建你的第一个单页应用

Vue Router 入门指南:构建你的第一个单页应用 vue-router ???? The official router for Vue 2 项目地址: https://gitcode.com/gh_mirrors/vu/vue-...

2025-06-02 09:03:15 292

原创 GPT Researcher项目中的混合研究模式详解

GPT Researcher项目中的混合研究模式详解 gpt-researcher GPT based autonomous agent that does online comprehensive research on any given topic ...

2025-06-01 09:14:42 575

原创 React-Redux基础教程:构建Todo应用实战指南

React-Redux基础教程:构建Todo应用实战指南 react-redux 项目地址: https://gitcode.com/gh_mirrors/rea/react-redux ...

2025-06-01 09:08:13 293

原创 Cookiecutter项目高级指南:本地扩展功能详解

Cookiecutter项目高级指南:本地扩展功能详解 cookiecutter A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package ...

2025-06-01 09:07:21 334

原创 GoogleTest断言机制全面解析

GoogleTest断言机制全面解析 googletest 由 Google 开发的一款用于 C++ 的单元测试和模拟(mocking)框架 项目地址: https://gitcode.com/gh_mirrors/go/goog...

2025-05-30 09:10:28 335

原创 V语言项目打包指南:如何为不同发行版创建V语言安装包

V语言项目打包指南:如何为不同发行版创建V语言安装包 v Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in V translation. https://vlang.io ...

2025-05-30 09:10:16 239

原创 Alamofire高级用法详解:从Session管理到请求全流程

Alamofire高级用法详解:从Session管理到请求全流程 Alamofire Alamofire/Alamofire: Alamofire 是一个用于 iOS 和 macOS 的网络库,提供了 RESTful API 的封装和 SDK,可以用于构建网络应用程序和 Web 服务。 ...

2025-05-30 09:08:29 274

原创 Unity-MIDI:在Unity中播放MIDI文件的完整指南

Unity-MIDI:在Unity中播放MIDI文件的完整指南 unity-midi Play MIDI (SMF) on Unity, using C# Synth Project. 项目地址: https://gitcode....

2025-05-29 09:00:41 272

原创 jsleak:数据安全检测利器,JS 文件的安全守护者

jsleak:数据安全检测利器,JS 文件的安全守护者 jsleak a Go code to detect leaks in JS files via regex patterns 项目地址: https://gitcode.c...

2025-05-29 09:00:01 274

原创 Argo CD MCP 服务器项目启动和配置教程

Argo CD MCP 服务器项目启动和配置教程 argocd-mcp An implementation of Model Context Protocol (MCP) server for Argo CD. 项目地址: htt...

2025-05-24 09:04:02 355

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

ANeko 项目启动与配置教程 ANeko Android version of the neko. 项目地址: https://gitcode.com/gh_mirrors/ane/ANeko ...

2025-05-22 09:00:53 400

原创 viper-module-generator:快速生成VIPER模块

viper-module-generator:快速生成VIPER模块 viper-module-generator Gem to generate VIPER modules to use them in your Objective-C/Swift projects ...

2025-05-17 09:00:01 305

原创 Vuiet:音乐播放与探索的Emacs用户利器

Vuiet:音乐播放与探索的Emacs用户利器 vuiet The music player and explorer for Emacs 项目地址: https://gitcode.com/gh_mirrors/vu/vuiet...

2025-05-06 18:31:00 850

原创 andfun-kotlin-android-trivia:打造沉浸式Android开发知识问答应用

andfun-kotlin-android-trivia:打造沉浸式Android开发知识问答应用 andfun-kotlin-android-trivia 项目地址: https://gitcode.com/gh_mirror...

2025-05-03 09:06:04 561

原创 三_good_godrays 项目最佳实践教程

三_good_godrays 项目最佳实践教程 three-good-godrays Screen-space raymarched godrays for three.js using the pmndrs postprocessing library ...

2025-04-27 10:20:31 301

原创 七牛云Kodo浏览器插件项目的启动与配置

七牛云Kodo浏览器插件项目的启动与配置 kodo-browser Kodo Browser 为七牛对象存储(Kodo)提供类似 Windows 资源管理器的功能。用户可以很方便的浏览文件,上传下载文件,支持断点续传等。 项目地址...

2025-04-26 09:19:10 369

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

Sleepy 项目启动与配置教程 sleepy Are you sleeping? 项目地址: https://gitcode.com/gh_mirrors/sle/sleepy ...

2025-04-25 10:51:03 579

原创 dist-dqn 的安装和配置教程

dist-dqn 的安装和配置教程 dist-dqn Multi-GPU reinforcement learning using Deep Q-Network in TensorFlow for OpenAI Gym 项目地址:...

2025-04-25 10:30:04 367

原创 texturecache.py 的安装和配置教程

texturecache.py 的安装和配置教程 texturecache.py Utility script to manage the XBMC texture cache 项目地址: https://gitcode.com/...

2025-04-24 11:22:59 267

原创 Awesome-LLM-Constrained-Decoding 项目启动与配置教程

Awesome-LLM-Constrained-Decoding 项目启动与配置教程 Awesome-LLM-Constrained-Decoding A curated list of papers related to constrained decoding of LLM, along with their rel...

2025-04-24 10:49:34 383

原创 MoonPalace开源项目最佳实践教程

MoonPalace开源项目最佳实践教程 moonpalace MoonPalace(月宫)是由 Moonshot AI 月之暗面提供的 API 调试工具。 项目地址: https://gitcode.com/gh_mirrors...

2025-04-23 12:40:03 345

原创 Vue-Admin 项目亮点详解

Vue-Admin 项目亮点详解 Vue-Admin 基于Vue2、element ui、vue-cli、vuex、vue-router、axios 、echarts后台管理系统demo. 权限管理,用户管理,菜单管理。无限级菜单,下拉树形选择框 ...

2025-04-23 07:18:21 883

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

开源项目 Wallpaper_Engine 的扩展与二次开发潜力 Wallpaper_Engine 一个便捷的创意工坊下载器 项目地址: https://gitcode.com/gh_mirrors/wa/Wallpaper_En...

2025-04-23 07:07:34 922

原创 Libraries.io 开源项目教程

Libraries.io 开源项目教程 libraries.io :books: The Open Source Discovery Service 项目地址: https://gitcode.com/gh_mirrors/li/...

2025-04-19 11:20:00 708

原创 隐藏双流卷积网络动作识别项目教程

隐藏双流卷积网络动作识别项目教程 Hidden-Two-Stream Caffe implementation for "Hidden Two-Stream Convolutional Networks for Action Recognition" ...

2025-04-19 11:10:34 897

空空如也

空空如也

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

TA关注的人

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