- 博客(620)
- 收藏
- 关注
原创 Crunch项目:macOS右键菜单图片优化服务使用指南
Crunch项目:macOS右键菜单图片优化服务使用指南 Crunch Insane(ly slow but wicked good) PNG image optimization 项目地址: https://gitcode.co...
2025-06-11 09:15:14
192
原创 在Azure Machine Learning中使用Synapse Spark Pool作为计算目标
在Azure Machine Learning中使用Synapse Spark Pool作为计算目标 MachineLearningNotebooks Python notebooks with ML and deep learning examples with Azure Machine Learning Pytho...
2025-06-10 09:00:50
354
原创 Knife4j版本适配指南:从Swagger2到OpenAPI3的演进之路
Knife4j版本适配指南:从Swagger2到OpenAPI3的演进之路 knife4j Knife4j is a set of Swagger2 and OpenAPI3 All-in-one enhancement solution ...
2025-06-09 09:21:25
389
原创 NeMo Guardrails 配置指南:构建安全可控的AI对话系统
NeMo Guardrails 配置指南:构建安全可控的AI对话系统 NeMo-Guardrails NeMo Guardrails is an open-source toolkit for easily adding programmable guardrails to LLM-based conversationa...
2025-06-09 09:01:08
232
原创 Permify权限服务配置指南:从基础到高级配置详解
Permify权限服务配置指南:从基础到高级配置详解 permify Permify is an open-source authorization service inspired by Google Zanzibar. 项目地...
2025-06-08 09:02:29
401
原创 使用Phoenix项目评估和优化基于Qdrant与LangChain的搜索检索系统
使用Phoenix项目评估和优化基于Qdrant与LangChain的搜索检索系统 phoenix AI Observability & Evaluation 项目地址: https://gitcode.com/gh_mirror...
2025-06-07 09:21:52
334
原创 LeetCode 封闭岛屿数量问题详解:从DFS到DSU的四种解法
LeetCode 封闭岛屿数量问题详解:从DFS到DSU的四种解法 leetcode Leetcode solutions 项目地址: https://gitcode.com/gh_mirrors/leetcode1/leetco...
2025-06-07 09:04:03
340
原创 Deis项目代码贡献规范详解
Deis项目代码贡献规范详解 deis Deis v1, the CoreOS and Docker PaaS: Your PaaS. Your Rules. 项目地址: https://gitcode.com/gh_mirro...
2025-06-07 09:03:32
250
原创 BentoML异步任务队列入门指南
BentoML异步任务队列入门指南 BentoML Build Production-Grade AI Applications 项目地址: https://gitcode.com/gh_mirrors/be/BentoML ...
2025-06-05 09:15:58
224
原创 深入解析Go语言接口内部机制 - 以teh-cmc/go-internals项目为例
深入解析Go语言接口内部机制 - 以teh-cmc/go-internals项目为例 go-internals A book about the internals of the Go programming language. ...
2025-06-05 09:09:52
212
原创 Airtest跨平台UI自动化测试框架全面解析
Airtest跨平台UI自动化测试框架全面解析 Airtest UI Automation Framework for Games and Apps 项目地址: https://gitcode.com/gh_mirrors/ai/...
2025-06-05 09:01:04
279
原创 AWS SDK for Python (Boto3) Support服务操作指南
AWS SDK for Python (Boto3) Support服务操作指南 aws-doc-sdk-examples Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS docu...
2025-06-05 09:00:09
215
原创 ASP.NET Core 6极简Web应用开发实践:Hello World示例解析
ASP.NET Core 6极简Web应用开发实践:Hello World示例解析 practical-aspnetcore 该项目提供了关于ASP.NET Core实际应用开发的一系列教程和示例,涵盖了从基础知识到高级主题,是一个实用的学习资源库。适合于想要掌握ASP.NET Core技术栈的开发者进行学习和参考。 ...
2025-06-04 09:10:21
301
原创 Android Wear表盘开发指南:在表盘上显示动态信息
Android Wear表盘开发指南:在表盘上显示动态信息 android-training-course-in-chinese Android官方培训课程中文版 项目地址: https://gitcode.com/gh_mirr...
2025-06-04 09:08:27
236
原创 Apache Thrift教程:从IDL文件到跨语言服务开发
Apache Thrift教程:从IDL文件到跨语言服务开发 thrift Thrift是一个跨语言的远程过程调用框架,主要用于构建分布式系统。它的特点是高效、可靠、易于使用等。适用于分布式系统通信和接口定义场景。 项目地址: h...
2025-06-04 09:01:18
297
原创 Yargs 高级功能全面解析:构建强大的命令行工具
Yargs 高级功能全面解析:构建强大的命令行工具 yargs yargs the modern, pirate-themed successor to optimist. 项目地址: https://gitcode.com/g...
2025-06-03 09:11:30
363
原创 ABP框架教程:使用ABP Suite开发Web应用(第五部分)——自定义生成代码
ABP框架教程:使用ABP Suite开发Web应用(第五部分)——自定义生成代码 abp Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise soft...
2025-06-03 09:02:53
285
原创 ApplicationInsights-PHP:实时监控PHP应用的利器
ApplicationInsights-PHP:实时监控PHP应用的利器 ApplicationInsights-PHP Azure Application Insights SDK for PHP 项目地址: https://g...
2025-06-02 09:00:03
274
原创 Redux-Saga API 深度解析与实战指南
Redux-Saga API 深度解析与实战指南 redux-saga 项目地址: https://gitcode.com/gh_mirrors/red/redux-saga ...
2025-06-01 09:08:06
409
原创 Authelia访问控制配置详解:构建精细化权限管理体系
Authelia访问控制配置详解:构建精细化权限管理体系 authelia The Single Sign-On Multi-Factor portal for web apps 项目地址: https://gitcode.com...
2025-06-01 09:06:59
257
原创 数据科学项目中的Python单元测试实践:基于Nose框架
数据科学项目中的Python单元测试实践:基于Nose框架 data-science-ipython-notebooks donnemartin/data-science-ipython-notebooks: 是一系列基于 IPython Notebook 的数据科学教程,它涉及了 Python、 NumPy、 pand...
2025-06-01 09:04:07
405
原创 JavaScript Standard Style 代码规范全面指南
JavaScript Standard Style 代码规范全面指南 standard ???? JavaScript Style Guide, with linter & automatic code fixer 项目地址: http...
2025-06-01 09:02:01
241
原创 STTrack:视频对象跟踪的新突破
STTrack:视频对象跟踪的新突破 STTrack [AAAI 2025] Exploiting Multimodal Spatial-temporal Patterns for Video Object Tracking 项目...
2025-05-31 09:00:04
329
原创 深入解析stedolan/jq:JSON处理工具的核心用法
深入解析stedolan/jq:JSON处理工具的核心用法 jq 项目地址: https://gitcode.com/gh_mirrors/jq1/jq JSON作为现代数...
2025-05-30 09:18:52
351
原创 Manim数学动画引擎的Docker安装与使用指南
Manim数学动画引擎的Docker安装与使用指南 manim A community-maintained Python framework for creating mathematical animations. 项目地址...
2025-05-30 09:18:51
356
原创 TypeScript与React项目实战:defaultProps的类型定义指南
TypeScript与React项目实战:defaultProps的类型定义指南 react 项目地址: https://gitcode.com/gh_mirrors/reactt/react-typescript-cheats...
2025-05-30 09:08:02
377
原创 Spring Framework中FreeMarker模板引擎的集成与使用指南
Spring Framework中FreeMarker模板引擎的集成与使用指南 spring-framework 项目地址: https://gitcode.com/gh_mirrors/spr/spring-framework...
2025-05-30 09:05:56
418
原创 使用PyPI安装Apache Superset数据可视化平台
使用PyPI安装Apache Superset数据可视化平台 superset 项目地址: https://gitcode.com/gh_mirrors/su/superset ...
2025-05-30 09:03:58
303
原创 DeepDreamVideo 项目启动与配置教程
DeepDreamVideo 项目启动与配置教程 DeepDreamVideo implementing deep dream on video 项目地址: https://gitcode.com/gh_mirrors/de/De...
2025-05-26 09:00:02
313
原创 开源项目最佳实践:Playlist Manager for Spotify
开源项目最佳实践:Playlist Manager for Spotify playlist-manager Playlist manager for Spotify 项目地址: https://gitcode.com/gh_mi...
2025-05-24 09:00:31
291
原创 Angu 项目启动与配置教程
Angu 项目启动与配置教程 angu A small DSL/interpreter that can be used to evaluate simple expressions 项目地址: https://gitcode.c...
2025-05-23 09:01:04
401
原创 Android Vulnerability Test Suite 项目启动与配置教程
Android Vulnerability Test Suite 项目启动与配置教程 android-vts Android Vulnerability Test Suite - In the spirit of open data collection, and with the help of the communi...
2025-05-23 09:00:03
398
原创 Notable Python 项目启动与配置教程
Notable Python 项目启动与配置教程 notablepython A reference document for Python's many powerful, underutilized features. 项目地...
2025-05-22 09:00:43
393
原创 unlock-music:解锁你的音乐世界,畅享无拘无束的音乐体验
unlock-music:解锁你的音乐世界,畅享无拘无束的音乐体验 unlock-music 音乐解锁:移除已购音乐的加密保护。 目前支持网易云音乐(ncm)、QQ音乐(qmc, mflac, tkm, ogg) 。原作者也不知道是谁() ...
2025-05-18 09:00:04
282
原创 flow-operators:项目的核心功能/场景
flow-operators:项目的核心功能/场景 flow-operators ???? Flow operators enable you to create restartable, pausable, or one-shot StateFlow. ...
2025-05-13 15:30:25
751
原创 fixa:智能语音助手测试与评估的最佳伴侣
fixa:智能语音助手测试与评估的最佳伴侣 fixa 项目地址: https://gitcode.com/gh_mirrors/fi/fixa 项目介绍在现代科技飞速发展...
2025-05-05 14:40:25
311
原创 CRSFJoystick 开源项目最佳实践教程
CRSFJoystick 开源项目最佳实践教程 CRSFJoystick Arduino code that runs on a Pi Pico (2040) to emulate a USB HID Joystick 项目地址:...
2025-04-28 10:40:01
279
原创 Arduino OpenTherm 项目启动与配置教程
Arduino OpenTherm 项目启动与配置教程 arduino-opentherm Arduino library and hardware shield to send and receive data from Opentherm devices ...
2025-04-28 10:40:00
578
原创 Devopsdays-Web 项目启动与配置教程
Devopsdays-Web 项目启动与配置教程 devopsdays-web This is the website for devopsdays 项目地址: https://gitcode.com/gh_mirrors/de/...
2025-04-27 09:17:18
221
原创 STR-Fewer-Labels 的安装和配置教程
STR-Fewer-Labels 的安装和配置教程 STR-Fewer-Labels Scene Text Recognition (STR) methods trained with fewer real labels (CVPR 2021) ...
2025-04-27 09:17:14
259
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人