- 博客(635)
- 收藏
- 关注
原创 SystemsApproach项目解析:虚拟网络的递归式演进
SystemsApproach项目解析:虚拟网络的递归式演进 book Computer Networks: A Systems Approach -- Textbook 项目地址: https://gitcode.com/gh_...
2025-06-12 09:10:14
85
原创 基于ipywidgets的Jupyter变量检查器实现指南
基于ipywidgets的Jupyter变量检查器实现指南 ipywidgets Interactive Widgets for the Jupyter Notebook 项目地址: https://gitcode.com/gh_...
2025-06-12 09:08:16
169
原创 RmlUi 6.1版本深度解析:UI引擎的重大改进与特性详解
RmlUi 6.1版本深度解析:UI引擎的重大改进与特性详解 RmlUi RmlUi - The HTML/CSS User Interface library evolved 项目地址: https://gitcode.com/...
2025-06-12 09:08:11
288
原创 P语言数据类型全面解析:从基础到高级应用
P语言数据类型全面解析:从基础到高级应用 P The P programming language. 项目地址: https://gitcode.com/gh_mirrors/p/P ...
2025-06-11 09:18:40
203
原创 Elasticsearch权威指南:集群健康状态详解
Elasticsearch权威指南:集群健康状态详解 elasticsearch-definitive-guide The Definitive Guide to Elasticsearch 项目地址: https://gitco...
2025-06-11 09:03:19
104
原创 深入理解Go语言逃逸分析机制 - high-performance-go项目解析
深入理解Go语言逃逸分析机制 - high-performance-go项目解析 high-performance-go high performance coding with golang(Go 语言高性能编程,Go 语言陷阱,Gotchas,Traps) ...
2025-06-10 09:18:19
297
原创 深入理解Facebook/Buck2构建系统的核心概念
深入理解Facebook/Buck2构建系统的核心概念 buck2 Build system, successor to Buck 项目地址: https://gitcode.com/gh_mirrors/bu/buck2 ...
2025-06-10 09:17:35
258
原创 Nuxt/Vue-Meta 特殊场景处理指南
Nuxt/Vue-Meta 特殊场景处理指南 vue-meta Manage HTML metadata in Vue.js components with SSR support 项目地址: https://gitcode.co...
2025-06-10 09:02:45
308
原创 机器学习全流程项目中的Pandas数据操作指南
机器学习全流程项目中的Pandas数据操作指南 machine_learning_complete Nyandwi/machine_learning_complete: 是一个包含各种机器学习算法的 Python 代码库。适合对机器学习、Python 以及想要使用各种机器学习算法的开发者。 ...
2025-06-08 09:20:34
282
原创 Kubernetes节点关闭机制深度解析
Kubernetes节点关闭机制深度解析 website Kubernetes website and documentation repo: 项目地址: https://gitcode.com/gh_mirrors/webs/...
2025-06-08 09:18:37
276
原创 RxPY中的flat_map操作符测试实例解析
RxPY中的flat_map操作符测试实例解析 RxPY ReactiveX for Python 项目地址: https://gitcode.com/gh_mirrors/rx/RxPY ...
2025-06-08 09:18:33
310
原创 MeshCentral服务器完整安装指南:从零开始部署远程管理平台
MeshCentral服务器完整安装指南:从零开始部署远程管理平台 MeshCentral A complete web-based remote monitoring and management web site. Once setup you can install agents and perform remot...
2025-06-08 09:14:17
225
原创 PaddleX 高性能推理优化全攻略:从入门到精通
PaddleX 高性能推理优化全攻略:从入门到精通 PaddleX PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具) 项目地址: https://gitcod...
2025-06-08 09:00:36
240
原创 TockOS嵌入式操作系统入门指南
TockOS嵌入式操作系统入门指南 tock A secure embedded operating system for microcontrollers 项目地址: https://gitcode.com/gh_mirrors...
2025-06-07 09:07:15
323
原创 PyTorch深度学习教程:问题动机、线性代数与可视化
PyTorch深度学习教程:问题动机、线性代数与可视化 NYU-DLSP20 NYU Deep Learning Spring 2020 项目地址: https://gitcode.com/gh_mirrors/pyt/pytor...
2025-06-06 09:06:41
293
原创 LeetCode-Py 字符串算法精讲:从基础到高阶模式匹配
LeetCode-Py 字符串算法精讲:从基础到高阶模式匹配 LeetCode-Py ⛽️「算法通关手册」:超详细的「算法与数据结构」基础讲解教程,从零基础开始学习算法知识,800+ 道「LeetCode 题目」详细解析,200 道「大厂面试热门题目」。 ...
2025-06-06 09:06:03
369
原创 MMagic项目中的Evaluator评估器详解
MMagic项目中的Evaluator评估器详解 mmagic OpenMMLab Multimodal Advanced, Generative, and Intelligent Creation Toolbox. Unlock the magic ????: Generative-AI (AIGC), easy-to-us...
2025-06-06 09:03:01
268
原创 OctoPrint访问控制功能详解:安全配置与权限管理指南
OctoPrint访问控制功能详解:安全配置与权限管理指南 OctoPrint 项目地址: https://gitcode.com/gh_mirrors/oct/OctoPrint ...
2025-06-05 09:01:38
334
原创 深入理解Matt-Esch/virtual-dom中的VNode虚拟节点
深入理解Matt-Esch/virtual-dom中的VNode虚拟节点 virtual-dom A Virtual DOM and diffing algorithm 项目地址: https://gitcode.com/gh_m...
2025-06-03 09:10:55
306
原创 PaddleSpeech语音交互Web应用开发实战指南
PaddleSpeech语音交互Web应用开发实战指南 PaddleSpeech Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming TTS ...
2025-06-03 09:10:25
281
原创 Python图像处理利器:Pillow库全面解析
Python图像处理利器:Pillow库全面解析 Pillow Python Imaging Library (Fork) 项目地址: https://gitcode.com/gh_mirrors/pi/Pillow ...
2025-06-03 09:03:40
336
原创 Vitest 测试框架入门指南:新一代前端测试工具详解
Vitest 测试框架入门指南:新一代前端测试工具详解 vitest Next generation testing framework powered by Vite. 项目地址: https://gitcode.com/gh_...
2025-06-02 09:18:28
265
原创 Conventional-Changelog/Commitlint 规则详解:规范化提交信息的完整指南
Conventional-Changelog/Commitlint 规则详解:规范化提交信息的完整指南 commitlint 项目地址: https://gitcode.com/gh_mirrors/co/commitlint...
2025-06-02 09:03:11
246
原创 Authelia项目Docker部署指南
Authelia项目Docker部署指南 authelia The Single Sign-On Multi-Factor portal for web apps 项目地址: https://gitcode.com/gh_mirr...
2025-06-01 09:07:04
322
原创 Scrapy中的AutoThrottle扩展:智能调节爬取速度的利器
Scrapy中的AutoThrottle扩展:智能调节爬取速度的利器 scrapy Scrapy, a fast high-level web crawling & scraping framework for Python. 项...
2025-05-30 09:06:01
225
原创 Apache Superset 通过PyPI安装指南
Apache Superset 通过PyPI安装指南 superset Apache Superset is a Data Visualization and Data Exploration Platform 项目地址: htt...
2025-05-30 09:04:22
314
原创 Docker集群卷(Cluster Volumes)深度解析
Docker集群卷(Cluster Volumes)深度解析 moby 项目地址: https://gitcode.com/gh_mirrors/do/docker 什么是...
2025-05-30 09:02:55
248
原创 Storybook项目常见问题解答与技术指南
Storybook项目常见问题解答与技术指南 storybook Storybook是一个独立运行的UI组件开发环境,支持React、Vue、Angular等多种前端框架。它允许开发者在隔离环境中创建、展示和测试UI组件,有助于组件化开发和设计系统的标准化,提高团队协作效率和代码质量。 ...
2025-05-30 09:02:39
402
原创 horizon:构建恒星生态系统的桥梁
horizon:构建恒星生态系统的桥梁 horizon This repository has moved to the go monorepo: https://github.com/stellar/go/tree/master/services/horizon ...
2025-05-27 09:00:01
310
原创 amp-library:将HTML转换为AMP HTML的利器
amp-library:将HTML转换为AMP HTML的利器 amp-library Convert HTML to AMP HTML and report HTML compliance with the AMP HTML specification ...
2025-05-27 09:00:00
660
原创 Next.js Antd Admin 项目启动与配置教程
Next.js Antd Admin 项目启动与配置教程 nextjs-antd-admin A multi-functional and comprehensive admin dashboard using Next.js (SSR React), Ant Design and styled-components ...
2025-05-26 09:00:34
353
原创 Citadel开源项目启动与配置指南
Citadel开源项目启动与配置指南 citadel A turn based strategy game based on the Anura engine 项目地址: https://gitcode.com/gh_mirror...
2025-05-24 09:03:57
288
原创 开源项目启动和配置教程
开源项目启动和配置教程 embedding-atlas Embedding Atlas is a tool that provides interactive visualizations for large embeddings. It allows you to visualize, cross-filter, an...
2025-05-22 09:00:49
306
原创 go-statsd:高效性能监控的利器
go-statsd:高效性能监控的利器 go-statsd Go statsd client library with zero allocation overhead, great performance and reconnects ...
2025-05-22 09:00:09
370
原创 NLWeb:构建网站自然语言交互的未来
NLWeb:构建网站自然语言交互的未来 NLWeb Natural Language Web 项目地址: https://gitcode.com/gh_mirrors/nl/NLWeb ...
2025-05-20 09:00:05
445
原创 Fergulator:模拟经典NES游戏,回忆童年时光
Fergulator:模拟经典NES游戏,回忆童年时光 Fergulator NES emulator, written in Go 项目地址: https://gitcode.com/gh_mirrors/fe/Fergulat...
2025-05-04 09:04:21
789
原创 dragonpilot 的安装和配置教程
dragonpilot 的安装和配置教程 dragonpilot dragonpilot - 基於 openpilot 的開源駕駛輔助系統 项目地址: https://gitcode.com/gh_mirrors/dr/drago...
2025-04-23 14:40:25
437
原创 WingetUI-Widgets:提升Windows管理效率的利器
WingetUI-Widgets:提升Windows管理效率的利器 WingetUI-Widgets Widgets to interact with WingetUI from Dev Home and Windows Widgets (Based on Adaptive Cards) ...
2025-04-23 09:19:35
916
原创 roc_comparison 的安装和配置教程
roc_comparison 的安装和配置教程 roc_comparison The fast version of DeLong's method for computing the covariance of unadjusted AUC. ...
2025-04-23 07:20:37
854
原创 开源项目 pyRevit 的扩展与二次开发潜力
开源项目 pyRevit 的扩展与二次开发潜力 pyRevit Rapid Application Development (RAD) Environment for Autodesk Revit® 项目地址: https://g...
2025-04-23 07:09:52
500
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人