- 博客(641)
- 收藏
- 关注
原创 TheAlgorithms项目解析:指数搜索算法详解
TheAlgorithms项目解析:指数搜索算法详解 Algorithms-Explanation Popular algorithms explained in simple language with examples and links to their implementation in various prog...
2025-06-12 09:12:13
83
原创 aragozin/jvm-tools项目中的JMX配置完全指南
aragozin/jvm-tools项目中的JMX配置完全指南 jvm-tools Small set of tools for JVM troublshooting, monitoring and profiling. 项目地址...
2025-06-11 09:17:15
233
原创 LeafMap核心功能详解:打造交互式地理可视化应用
LeafMap核心功能详解:打造交互式地理可视化应用 leafmap A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment ...
2025-06-11 09:16:16
228
原创 Pants构建系统中的Goal规则开发指南
Pants构建系统中的Goal规则开发指南 pants The Pants Build System 项目地址: https://gitcode.com/gh_mirrors/pa/pants ...
2025-06-11 09:13:41
327
原创 Mpx框架中的Mixin机制深度解析
Mpx框架中的Mixin机制深度解析 mpx Mpx,一款具有优秀开发体验和深度性能优化的增强型跨端小程序框架 项目地址: https://gitcode.com/gh_mirrors/mp/mpx ...
2025-06-10 09:20:15
370
原创 使用Pandera验证PySpark Pandas数据的完整指南
使用Pandera验证PySpark Pandas数据的完整指南 pandera A light-weight, flexible, and expressive statistical data testing library ...
2025-06-10 09:19:01
308
原创 Google Perfetto项目中的批量追踪处理器设计解析
Google Perfetto项目中的批量追踪处理器设计解析 perfetto Performance instrumentation and tracing for Android, Linux and Chrome (read-only mirror of https://android.googlesource.c...
2025-06-10 09:05:28
247
原创 LiquidPrompt 安装与配置指南
LiquidPrompt 安装与配置指南 liquidprompt A full-featured & carefully designed adaptive prompt for Bash & Zsh 项目地址: https:/...
2025-06-09 09:03:41
353
原创 Astropy项目贡献指南与技术规范详解
Astropy项目贡献指南与技术规范详解 astropy Astronomy and astrophysics core library 项目地址: https://gitcode.com/gh_mirrors/as/astrop...
2025-06-09 09:01:25
606
原创 C++并发编程实战:条件变量深度解析与应用指南
C++并发编程实战:条件变量深度解析与应用指南 Cplusplus-Concurrency-In-Practice A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》 项目...
2025-06-08 09:01:42
401
原创 深入理解 JavaScript 严格模式 - ruanyf/jstutorial 解析
深入理解 JavaScript 严格模式 - ruanyf/jstutorial 解析 jstutorial Javascript tutorial book 项目地址: https://gitcode.com/gh_mirror...
2025-06-08 09:01:37
369
原创 Apache Zeppelin Notebook REST API 使用指南
Apache Zeppelin Notebook REST API 使用指南 zeppelin Web-based notebook that enables data-driven, interactive data analytics and collaborative documents with SQL, Sca...
2025-06-07 09:02:13
265
原创 NoneBot2 驱动器选择与配置指南
NoneBot2 驱动器选择与配置指南 nonebot2 跨平台 Python 异步聊天机器人框架 / Asynchronous multi-platform chatbot framework written in Python ...
2025-06-06 09:07:13
235
原创 Yelp/dumb-init项目贡献指南与技术解析
Yelp/dumb-init项目贡献指南与技术解析 dumb-init A minimal init system for Linux containers 项目地址: https://gitcode.com/gh_mirrors...
2025-06-06 09:03:57
273
原创 Apache ShardingSphere ElasticJob 使用 Spring 命名空间配置指南
Apache ShardingSphere ElasticJob 使用 Spring 命名空间配置指南 shardingsphere-elasticjob Distributed scheduled job 项目地址: https...
2025-06-05 09:09:13
391
原创 AWS SDK for Python (Boto3) 代码示例详解与使用指南
AWS SDK for Python (Boto3) 代码示例详解与使用指南 aws-doc-sdk-examples Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS docume...
2025-06-04 09:10:25
405
原创 Changesets 项目详解:现代化版本管理与变更记录方案
Changesets 项目详解:现代化版本管理与变更记录方案 changesets ???? A way to manage your versioning and changelogs with a focus on monorepos ...
2025-06-04 09:04:44
335
原创 Klipper3D床面网格补偿技术详解
Klipper3D床面网格补偿技术详解 klipper Klipper is a 3d-printer firmware 项目地址: https://gitcode.com/gh_mirrors/kl/klipper ...
2025-06-04 09:02:40
210
原创 Android数据库存储完全指南 - 基于android-training-course-in-chinese项目
Android数据库存储完全指南 - 基于android-training-course-in-chinese项目 android-training-course-in-chinese Android官方培训课程中文版 项目地址:...
2025-06-04 09:02:28
342
原创 Scapy项目深度解析:网络数据包操纵的多功能工具
Scapy项目深度解析:网络数据包操纵的多功能工具 scapy Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3. ...
2025-06-03 09:10:55
354
原创 MonoGame项目代码风格规范详解
MonoGame项目代码风格规范详解 MonoGame One framework for creating powerful cross-platform games. 项目地址: https://gitcode.com/gh_...
2025-06-03 09:05:52
248
原创 ABP框架中基于路由的多租户解析方案详解
ABP框架中基于路由的多租户解析方案详解 abp Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with b...
2025-06-03 09:02:49
322
原创 PaddleDetection模型技术详解:从原理到自定义模型开发
PaddleDetection模型技术详解:从原理到自定义模型开发 PaddleDetection PaddleDetection - 一个基于 PaddlePaddle 的目标检测开发套件,提供丰富的模型和工具,适用于进行计算机视觉和深度学习研究的程序员。 ...
2025-06-03 09:02:11
414
原创 FeathersJS v5迁移指南:从Crow到Dove的全面升级
FeathersJS v5迁移指南:从Crow到Dove的全面升级 feathers The API and real-time application framework 项目地址: https://gitcode.com/gh...
2025-06-02 09:16:06
210
原创 SQLModel 教程:使用 Python ORM 进行数据库插入操作
SQLModel 教程:使用 Python ORM 进行数据库插入操作 sqlmodel SQL databases in Python, designed for simplicity, compatibility, and robustness. ...
2025-06-02 09:07:51
381
原创 MJML项目安装与使用完全指南
MJML项目安装与使用完全指南 mjml MJML: the only framework that makes responsive-email easy 项目地址: https://gitcode.com/gh_mirrors...
2025-06-02 09:03:20
321
原创 Git-Extras 扩展工具安装指南:从入门到精通
Git-Extras 扩展工具安装指南:从入门到精通 git-extras 项目地址: https://gitcode.com/gh_mirrors/gi/git-extras ...
2025-06-02 09:02:58
286
原创 Litemall项目管理后台架构与实现深度解析
Litemall项目管理后台架构与实现深度解析 litemall linlinjava/litemall: LiTmall 是一个基于Spring Boot + MyBatis的轻量级Java商城系统,适合中小型电商项目作为基础框架,便于快速搭建电子商务平台。 ...
2025-06-01 09:17:02
379
原创 React-Redux 基础教程:从零实现待办事项应用
React-Redux 基础教程:从零实现待办事项应用 react-redux reduxjs/react-redux: React-Redux 是一个用于 React 的 Redux 绑定库,可以用于构建 React 应用程序和组件,支持多种 Redux 功能和工具,如 Redux,Redux-Thunk,Redux-...
2025-06-01 09:07:54
374
原创 PostgREST 项目中如何为 HTML img 标签提供图像服务
PostgREST 项目中如何为 HTML img 标签提供图像服务 postgrest PostgREST是一个开源的RESTful API服务器,用于将PostgreSQL数据库暴露为RESTful API。 - 功能:RESTful API服务器;PostgreSQL数据库;RESTful API。 - 特...
2025-06-01 09:05:28
213
原创 深度学习中的统计学基础:d2l-ai项目解读
深度学习中的统计学基础:d2l-ai项目解读 d2l-en d2l-ai/d2l-en: 是一个基于 Python 的深度学习教程,它使用了 SQLite 数据库存储数据。适合用于学习深度学习,特别是对于需要使用 Python 和 SQLite 数据库的场景。特点是深度学习教程、Python、SQLite 数据库。 ...
2025-06-01 09:04:52
385
原创 LevelDB核心功能解析与最佳实践指南
LevelDB核心功能解析与最佳实践指南 leveldb LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. ...
2025-05-30 09:09:54
394
原创 Redux 异步逻辑与数据获取实战指南
Redux 异步逻辑与数据获取实战指南 redux 项目地址: https://gitcode.com/gh_mirrors/red/redux 概述在现代 Web 应用...
2025-05-30 09:04:23
281
原创 Svelte 5 迁移指南:从旧版本平滑升级的关键要点
Svelte 5 迁移指南:从旧版本平滑升级的关键要点 svelte 网络应用的赛博增强。 项目地址: https://gitcode.com/gh_mirrors/sv/svelte ...
2025-05-30 09:03:23
307
原创 Storybook中使用TypeScript编写Stories的完整指南
Storybook中使用TypeScript编写Stories的完整指南 storybook Storybook是一个独立运行的UI组件开发环境,支持React、Vue、Angular等多种前端框架。它允许开发者在隔离环境中创建、展示和测试UI组件,有助于组件化开发和设计系统的标准化,提高团队协作效率和代码质量。 ...
2025-05-30 09:02:35
288
原创 Puppeteer实战指南:页面中的JavaScript执行机制解析
Puppeteer实战指南:页面中的JavaScript执行机制解析 puppeteer Puppeteer是Google开发的自动化操控Chrome浏览器的API,通过它可以实现网页抓取、自动化测试、生成预渲染内容等功能,尤其在Web应用的端到端测试和爬虫领域有广泛应用。 ...
2025-05-30 09:01:04
326
原创 grokking-pytorch:深入理解 PyTorch 的核心功能
grokking-pytorch:深入理解 PyTorch 的核心功能 grokking-pytorch The Hitchiker's Guide to PyTorch 项目地址: https://gitcode.com/gh_...
2025-05-21 09:00:00
871
原创 clickhouse-etl:实时数据管道构建的利器
clickhouse-etl:实时数据管道构建的利器 clickhouse-etl Real-time deduplication and temporal joins for streaming data 项目地址: https...
2025-05-12 09:05:49
744
原创 ss-python:为长期维护的Python项目提供坚实支架
ss-python:为长期维护的Python项目提供坚实支架 ss-python A Python project template covering the entire development lifecycle with various integrations, configurations and module...
2025-05-05 09:08:22
911
原创 svg-icons-cli:为React项目打造SVG精灵图的CLI工具
svg-icons-cli:为React项目打造SVG精灵图的CLI工具 svg-icons-cli 项目地址: https://gitcode.com/gh_mirrors/sv/svg-icons-cli ...
2025-05-04 09:06:08
533
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人