- 博客(665)
- 收藏
- 关注
原创 The Sourdough Framework 项目中的面包储存技术指南
The Sourdough Framework 项目中的面包储存技术指南 the-sourdough-framework Open source book dedicated to helping you to make the best possible sourdough bread at home. ...
2025-06-11 09:19:26
173
原创 Elasticsearch权威指南:字符串排序与多字段映射解析
Elasticsearch权威指南:字符串排序与多字段映射解析 elasticsearch-definitive-guide The Definitive Guide to Elasticsearch 项目地址: https://...
2025-06-11 09:04:26
226
原创 Tablesaw项目数据可视化入门指南
Tablesaw项目数据可视化入门指南 tablesaw 项目地址: https://gitcode.com/gh_mirrors/tabl/tablesaw 概述Tab...
2025-06-11 09:01:39
166
原创 RxJS中的Subject详解:多播观察者的核心机制
RxJS中的Subject详解:多播观察者的核心机制 learn-rxjs Clear examples, explanations, and resources for RxJS 项目地址: https://gitcode.co...
2025-06-11 09:01:31
289
原创 使用SST构建无服务器WebSocket API实战指南
使用SST构建无服务器WebSocket API实战指南 sst.dev Repo for sst.dev 项目地址: https://gitcode.com/gh_mirrors/ss/sst.dev ...
2025-06-10 09:21:28
267
原创 高性能Go编程:数组与切片常见陷阱解析
高性能Go编程:数组与切片常见陷阱解析 high-performance-go high performance coding with golang(Go 语言高性能编程,Go 语言陷阱,Gotchas,Traps) 项目地址:...
2025-06-10 09:18:20
335
原创 PaddleRec模型在线Serving部署实战指南
PaddleRec模型在线Serving部署实战指南 PaddleRec Recommendation Algorithm大规模推荐算法库,包含推荐系统经典及最新算法LR、Wide&Deep、DSSM、TDM、MIND、Word2Vec、Bert4Rec、DeepWalk、SSR、AITM,DSIN,SIGN,IPREC...
2025-06-10 09:16:06
231
原创 .NET WPF 动态资源(DynamicResource)错误使用导致应用崩溃问题解析
.NET WPF 动态资源(DynamicResource)错误使用导致应用崩溃问题解析 docs This repository contains .NET Documentation. 项目地址: https://gitcod...
2025-06-10 09:06:39
213
原创 Google Codelab 项目中的步骤组件技术解析
Google Codelab 项目中的步骤组件技术解析 tools Codelabs management & hosting tools 项目地址: https://gitcode.com/gh_mirrors/tool/too...
2025-06-09 09:20:16
356
原创 Kubernetes StatefulSet Pod强制删除操作指南
Kubernetes StatefulSet Pod强制删除操作指南 website Kubernetes website and documentation repo: 项目地址: https://gitcode.com/gh...
2025-06-09 09:06:41
385
原创 使用YOLOv6在VOC数据集上进行目标检测训练教程
使用YOLOv6在VOC数据集上进行目标检测训练教程 YOLOv6 meituan/YOLOv6: 是一个由美团点评团队开发的YOLO系列目标检测模型。适合用于需要高性能目标检测的应用。特点是可以提供优化的网络结构和训练流程,以达到更高的检测准确率和速度。 ...
2025-06-07 09:07:15
334
原创 SuperCollider教程:深入理解流(Streams)、模式(Patterns)和事件(Events) - 第一部分
SuperCollider教程:深入理解流(Streams)、模式(Patterns)和事件(Events) - 第一部分 supercollider An audio server, programming language, and IDE for sound synthesis and algorithmic co...
2025-06-07 09:07:07
388
原创 深入解析snowdream/awesome-android项目中的核心开发组件
深入解析snowdream/awesome-android项目中的核心开发组件 awesome-android android libs from github or other websites 项目地址: https://gi...
2025-06-07 09:05:38
294
原创 Gopass密码管理工具完整安装与配置指南
Gopass密码管理工具完整安装与配置指南 gopass The slightly more awesome standard unix password manager for teams 项目地址: https://gitco...
2025-06-07 09:01:33
230
原创 深入理解Python中的open函数:interpy-zh项目技术解析
深入理解Python中的open函数:interpy-zh项目技术解析 interpy-zh ????《Python进阶》(Intermediate Python - Chinese Version) 项目地址: https://git...
2025-06-06 09:22:02
252
原创 Node.js 面试核心知识点解析 - 深入理解FE-Interview项目中的Node题目
Node.js 面试核心知识点解析 - 深入理解FE-Interview项目中的Node题目 FE-Interview ???????????? 前端面试,独有前端面试题详解,前端面试刷题必备,1000+前端面试真题,Html、Css、JavaScript、Vue、React、Node、TypeScript、Webpack、算法、网络与安...
2025-06-06 09:04:25
237
原创 Vue I18n 项目中的翻译文件懒加载技术详解
Vue I18n 项目中的翻译文件懒加载技术详解 vue-i18n :globe_with_meridians: Internationalization plugin for Vue.js 项目地址: https://gitco...
2025-06-06 09:02:15
297
原创 基于SkyPilot构建大规模图像搜索系统:使用向量数据库与OpenAI CLIP
基于SkyPilot构建大规模图像搜索系统:使用向量数据库与OpenAI CLIP skypilot SkyPilot: Run LLMs, AI, and Batch jobs on any cloud. Get maximum savings, highest GPU availability, and manage...
2025-06-05 09:07:23
203
原创 Apache SeaTunnel 项目 Docker 部署与使用指南
Apache SeaTunnel 项目 Docker 部署与使用指南 seatunnel SeaTunnel是一个开源的数据集成工具,主要用于从各种数据源中提取数据并将其转换成标准格式。它的特点是易用性高、支持多种数据源、支持流式处理等。适用于数据集成和数据清洗场景。 ...
2025-06-05 09:02:00
266
原创 CoreOS rkt容器DNS配置完全指南
CoreOS rkt容器DNS配置完全指南 rkt 项目地址: https://gitcode.com/gh_mirrors/rkt/rkt 前言在容器化环境中,DNS配...
2025-06-04 09:21:18
395
原创 WSL2 Linux内核中的unshare系统调用深度解析
WSL2 Linux内核中的unshare系统调用深度解析 WSL2-Linux-Kernel The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2) ...
2025-06-04 09:17:41
307
原创 Android开发基础教程:深入理解Activity的停止与重启机制
Android开发基础教程:深入理解Activity的停止与重启机制 android-training-course-in-chinese Android官方培训课程中文版 项目地址: https://gitcode.com/gh...
2025-06-04 09:02:28
337
原创 AISystem 自动微分计算模式详解:前向与反向微分
AISystem 自动微分计算模式详解:前向与反向微分 AISystem AISystem 主要是指AI系统,包括AI芯片、AI编译器、AI推理和训练框架等AI全栈底层技术 项目地址: https://gitcode.com/gh...
2025-06-03 09:03:17
288
原创 EdgeDB 数据更新操作详解
EdgeDB 数据更新操作详解 edgedb A graph-relational database with declarative schema, built-in migration system, and a next-generation query language ...
2025-06-03 09:01:28
280
原创 Flair项目HunFlair2教程:自定义实体链接模型详解
Flair项目HunFlair2教程:自定义实体链接模型详解 flair 项目地址: https://gitcode.com/gh_mirrors/fla/flair 前言...
2025-06-03 09:00:14
391
原创 FlairNLP项目教程:HunFlair2实体链接模型的自定义配置
FlairNLP项目教程:HunFlair2实体链接模型的自定义配置 flair A very simple framework for state-of-the-art Natural Language Processing (NLP) ...
2025-06-03 09:00:12
298
原创 NixOS垃圾回收机制深度解析:如何高效管理存储空间
NixOS垃圾回收机制深度解析:如何高效管理存储空间 nix Nix, the purely functional package manager 项目地址: https://gitcode.com/gh_mirrors/ni/n...
2025-06-02 09:19:40
256
原创 算法模式项目中的递归技术详解
算法模式项目中的递归技术详解 algorithm-pattern 算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~ 项目地址: https://gitcode.com/gh_mirrors/al/algorithm-pa...
2025-06-02 09:15:41
334
原创 Lottie-React-Native 从 v5 升级到 v6 的完整迁移指南
Lottie-React-Native 从 v5 升级到 v6 的完整迁移指南 lottie-react-native 项目地址: https://gitcode.com/gh_mirrors/lot/lottie-react-...
2025-06-02 09:04:19
408
原创 LocalSend技术解析:跨平台局域网文件传输利器
LocalSend技术解析:跨平台局域网文件传输利器 localsend localsend - 一个开源应用程序,允许用户在本地网络中安全地共享文件和消息,无需互联网连接,适合需要离线文件传输和通信的开发人员。 项目地址: ht...
2025-05-30 09:04:07
300
原创 在Termux上安装和使用code-server的完整指南
在Termux上安装和使用code-server的完整指南 code-server VS Code in the browser 项目地址: https://gitcode.com/gh_mirrors/co/code-serve...
2025-05-30 09:03:12
412
原创 探索TryHackMe Zero To Hero Path:你的网络安全学习之旅
探索TryHackMe Zero To Hero Path:你的网络安全学习之旅 TryHackMe_Zero_To_Hero_Path This TryHackMe Rooms List created by HexaDefend contains the series wise rooms from Beginner...
2025-05-28 09:00:37
352
原创 AI Red Teaming Playground Labs 开源项目教程
AI Red Teaming Playground Labs 开源项目教程 AI-Red-Teaming-Playground-Labs AI Red Teaming playground labs to run AI Red Teaming trainings including infrastructure. ...
2025-05-23 09:01:39
297
原创 autometrics-py:自动化的性能监控解决方案
autometrics-py:自动化的性能监控解决方案 autometrics-py Easily add metrics to your code that actually help you spot and debug issues in production. Built on Prometheus and Op...
2025-05-22 09:00:02
249
原创 starter.dev:快速启动项目的强大工具
starter.dev:快速启动项目的强大工具 starter.dev A collection of kits to help bootstrap your next project. 项目地址: https://gitcode...
2025-05-17 09:00:03
384
原创 tiny-nginx:轻量级 HTTP 服务器,模拟 Nginx 架构精华
tiny-nginx:轻量级 HTTP 服务器,模拟 Nginx 架构精华 tiny-nginx A lightweight, non-blocking HTTP server in C inspired by nginx's event-driven architecture ...
2025-05-12 10:50:35
918
原创 TrendingGithub:实时推荐GitHub热门项目
TrendingGithub:实时推荐GitHub热门项目 TrendingGithub A twitter bot (@TrendingGithub) to tweet trending repositories and developers from GitHub ...
2025-05-11 10:50:20
843
原创 audrey:音频格式转换的纯Rust解决方案
audrey:音频格式转换的纯Rust解决方案 audrey A crate to simplify reading, writing and converting between a variety of audio formats. ...
2025-05-10 09:05:14
521
原创 FRPCheatSheeta:ReactiveCocoa和RXSwift的利器
FRPCheatSheeta:ReactiveCocoa和RXSwift的利器 FRPCheatSheeta 函数式编程框架:ReactiveCocoa , RXSwift, Combine cheatsheet 项目地址: ht...
2025-05-09 17:32:21
620
原创 download-windows-esd:一键下载Windows 11 ESD,轻松获取ARM ISO镜像
download-windows-esd:一键下载Windows 11 ESD,轻松获取ARM ISO镜像 download-windows-esd download Windows 11 ESDs directly from Microsoft ...
2025-05-04 18:40:22
579
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人