- 博客(631)
- 收藏
- 关注
原创 SystemsApproach项目解析:软件定义流量工程的演进与实践
SystemsApproach项目解析:软件定义流量工程的演进与实践 book Computer Networks: A Systems Approach -- Textbook 项目地址: https://gitcode.com...
2025-06-12 09:09:14
162
原创 Bruno组件库:企业级Flutter UI解决方案深度解析
Bruno组件库:企业级Flutter UI解决方案深度解析 bruno An enterprise-class package of Flutter components for mobile applications. ( Bruno 是基于一整套设计体系的 Flutter 组件库。) ...
2025-06-11 09:15:46
344
原创 Nuke构建工具中的路径操作指南
Nuke构建工具中的路径操作指南 nuke ???? The AKEless Build System for C#/.NET 项目地址: https://gitcode.com/gh_mirrors/nuk/nuke ...
2025-06-11 09:14:50
108
原创 GraphQL-Nexus 中的 Source Types 深度解析
GraphQL-Nexus 中的 Source Types 深度解析 nexus Code-First, Type-Safe, GraphQL Schema Construction 项目地址: https://gitcode.c...
2025-06-11 09:14:46
175
原创 Threads.js 多线程编程入门指南
Threads.js 多线程编程入门指南 threads.js ???? Make web workers & worker threads as simple as a function call. 项目地址: https://git...
2025-06-11 09:13:56
225
原创 Python迷你项目实战:用Python构建简易词典应用
Python迷你项目实战:用Python构建简易词典应用 python-mini-project ???? Welcome open-source Python mini-project contributions! 项目地址: htt...
2025-06-11 09:13:28
253
原创 Python-Markdown 测试工具详解
Python-Markdown 测试工具详解 markdown 项目地址: https://gitcode.com/gh_mirrors/py/Python-Markdown ...
2025-06-10 09:06:11
327
原创 Mercure实时通信协议入门指南
Mercure实时通信协议入门指南 mercure An open, easy, fast, reliable and battery-efficient solution for real-time communications ...
2025-06-08 09:17:48
901
原创 Thrust项目开发环境配置指南:系统要求详解
Thrust项目开发环境配置指南:系统要求详解 thrust [ARCHIVED] The C++ parallel algorithms library. See https://github.com/NVIDIA/cccl 项...
2025-06-08 09:17:42
326
原创 ProxyManager版本升级指南与重大变更解析
ProxyManager版本升级指南与重大变更解析 ProxyManager ????✨???? OOP Proxy wrappers/utilities - generates and manages proxies of your objects ...
2025-06-08 09:17:41
322
原创 树莓派文档:使用rsync实现跨计算机文件夹同步
树莓派文档:使用rsync实现跨计算机文件夹同步 documentation The official documentation for Raspberry Pi computers and microcontrollers 项...
2025-06-08 09:03:54
321
原创 Raspberry Pi 文档解读:新手入门设置指南
Raspberry Pi 文档解读:新手入门设置指南 documentation The official documentation for Raspberry Pi computers and microcontrollers ...
2025-06-08 09:02:16
282
原创 Raspberry Pi官方文档解读:音频配件全指南与配置实战
Raspberry Pi官方文档解读:音频配件全指南与配置实战 documentation The official documentation for Raspberry Pi computers and microcontrollers ...
2025-06-08 09:01:40
207
原创 PaddleClas图像识别技术详解:从主体检测到特征检索
PaddleClas图像识别技术详解:从主体检测到特征检索 PaddleClas A treasure chest for visual classification and recognition powered by PaddlePaddle ...
2025-06-08 09:00:45
397
原创 Express-Validator 从 v5 迁移到 v6 的完整指南
Express-Validator 从 v5 迁移到 v6 的完整指南 express-validator 项目地址: https://gitcode.com/gh_mirrors/exp/express-validator ...
2025-06-07 09:03:14
280
原创 MailKit项目版本更新与技术演进深度解析
MailKit项目版本更新与技术演进深度解析 MailKit A cross-platform .NET library for IMAP, POP3, and SMTP. 项目地址: https://gitcode.com/gh...
2025-06-06 09:21:03
395
原创 Flow3-Auto-Task-Bot:自动化任务助手助力Flow3平台
Flow3-Auto-Task-Bot:自动化任务助手助力Flow3平台 Flow3-Auto-Task-Bot An automated task completion bot for Flow3 platform that helps manage multiple accounts, automatically ...
2025-06-06 09:00:06
229
原创 Glide项目中的vendor目录机制深度解析
Glide项目中的vendor目录机制深度解析 glide Package Management for Golang 项目地址: https://gitcode.com/gh_mirrors/gli/glide ...
2025-06-05 09:08:06
381
原创 OctoPrint开发环境搭建指南
OctoPrint开发环境搭建指南 OctoPrint OctoPrint is the snappy web interface for your 3D printer! 项目地址: https://gitcode.com/gh...
2025-06-05 09:01:28
208
原创 FluentValidation 10.0 升级指南:重大变更与迁移策略
FluentValidation 10.0 升级指南:重大变更与迁移策略 FluentValidation A popular .NET validation library for building strongly-typed validation rules. ...
2025-06-04 09:18:10
294
原创 SQLModel 教程:使用 where 条件筛选数据
SQLModel 教程:使用 where 条件筛选数据 sqlmodel SQL databases in Python, designed for simplicity, compatibility, and robustness. ...
2025-06-02 09:08:10
300
原创 Authelia与GitLab的OpenID Connect集成指南
Authelia与GitLab的OpenID Connect集成指南 authelia The Single Sign-On Multi-Factor portal for web apps 项目地址: https://gitco...
2025-06-01 09:07:41
249
原创 CrewAI项目中的任务执行前后钩子机制详解
CrewAI项目中的任务执行前后钩子机制详解 crewAI CrewAI 是一个前沿框架,用于协调具有角色扮演能力的自主 AI 代理,通过促进协作智能,使代理能够无缝协作,共同解决复杂任务。 项目地址: https://gitco...
2025-06-01 09:00:09
362
原创 深入理解线段树(Segment Tree)在LeetCode-Go项目中的应用
深入理解线段树(Segment Tree)在LeetCode-Go项目中的应用 LeetCode-Go 该内容是使用Go语言编写的LeetCode题目的完整解决方案集合,实现了100%的测试覆盖率,并且运行时间优于所有题目100%的提交结果。 ...
2025-05-30 09:18:02
412
原创 Jekyll项目自动化部署方案详解
Jekyll项目自动化部署方案详解 jekyll 项目地址: https://gitcode.com/gh_mirrors/jek/jekyll 什么是Jekyll自动化部...
2025-05-30 09:07:06
378
原创 JavaGuide项目:基于Redis实现延时任务的深度解析
JavaGuide项目:基于Redis实现延时任务的深度解析 JavaGuide JavaGuide:这是一份Java学习与面试指南,它涵盖了Java程序员所需要掌握的大部分核心知识。这份指南是一份通俗易懂、风趣幽默的学习资料,内容全面,深受Java学习者的欢迎。 ...
2025-05-30 09:00:57
293
原创 px4-ros2-interface-lib:无人机控制与ROS 2的完美桥梁
px4-ros2-interface-lib:无人机控制与ROS 2的完美桥梁 px4-ros2-interface-lib Library to interface with PX4 from a companion computer using ROS 2 ...
2025-05-28 09:00:40
397
原创 org-kanban 使用教程
org-kanban 使用教程 org-kanban Kanban table for org-mode 项目地址: https://gitcode.com/gh_mirrors/or/org-kanban ...
2025-05-28 09:00:09
270
原创 stable-diffusion-webui-prompt-travel 项目启动和配置教程
stable-diffusion-webui-prompt-travel 项目启动和配置教程 stable-diffusion-webui-prompt-travel Travel between prompts in the latent space to make pseudo-animation, extensio...
2025-05-28 09:00:08
236
原创 pixlab:实现智能图像处理与面部识别技术
pixlab:实现智能图像处理与面部识别技术 pixlab PixLab Resources & Code Samples 项目地址: https://gitcode.com/gh_mirrors/pi/pixlab ...
2025-05-28 09:00:05
246
原创 Echo-Mate:智能桌面机器人的最佳选择
Echo-Mate:智能桌面机器人的最佳选择 Echo-Mate Echo: A desk mate can talk to you, translate, monitor PC , make memos. It even have AI camera. ...
2025-05-27 09:00:13
292
原创 Holy Lambda 开源项目最佳实践教程
Holy Lambda 开源项目最佳实践教程 holy-lambda The extraordinary simple, performant, and extensible custom AWS Lambda runtime for Clojure. ...
2025-05-27 09:00:06
383
原创 ml:经典机器学习算法的极简实现
ml:经典机器学习算法的极简实现 ml 经典机器学习算法的极简实现 项目地址: https://gitcode.com/gh_mirrors/ml20/ml 项目介绍在人工...
2025-05-23 09:00:01
323
原创 Force.com-Toolkit-for-PHP:简化PHP与Salesforce API的交互
Force.com-Toolkit-for-PHP:简化PHP与Salesforce API的交互 Force.com-Toolkit-for-PHP 项目地址: https://gitcode.com/gh_mirrors/f...
2025-05-23 09:00:00
381
原创 trale:轻量级Rust异步执行器
trale:轻量级Rust异步执行器 trale Tiny Rust Async Linux Executor 项目地址: https://gitcode.com/gh_mirrors/tr/trale ...
2025-05-07 13:20:25
588
原创 Dia-TTS-Server:强大的文本到语音转换服务
Dia-TTS-Server:强大的文本到语音转换服务 Dia-TTS-Server Self-host the powerful Dia TTS model. This server offers a user-friendly Web UI, flexible API endpoints (incl. OpenAI ...
2025-04-29 11:01:08
731
原创 Timerly开源项目启动与配置教程
Timerly开源项目启动与配置教程 timerly Beautiful countdown timer plugin for Neovim 项目地址: https://gitcode.com/gh_mirrors/ti/time...
2025-04-28 13:00:02
845
原创 微商城API项目启动与配置教程
微商城API项目启动与配置教程 micro-mall-api 微商城,基于kelvins-io/kelvins,gRPC构建的微服务商城,包含用户,商品,购物车,订单,支付共计16个微服务并通过micro-mall-api聚合 项...
2025-04-28 10:50:05
218
原创 LLM-Engineering-Essentials:掌握大型语言模型工程化核心技能
LLM-Engineering-Essentials:掌握大型语言模型工程化核心技能 LLM-Engineering-Essentials Materials for the LLM Engineering Essentials course ...
2025-04-27 09:09:24
411
原创 Voxellius Voxel开源项目教程
Voxellius Voxel开源项目教程 Voxel Runtime and utilities for the Voxel programming language and VxC virtual machine. 项目地址:...
2025-04-26 10:20:18
379
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人