- 博客(659)
- 收藏
- 关注
原创 GfxTablet:将安卓设备变为专业绘图板
GfxTablet:将安卓设备变为专业绘图板 GfxTablet Draw on your PC via your Android device 项目地址: https://gitcode.com/gh_mirrors/gf/Gf...
2025-06-12 09:00:00
248
原创 bug.n窗口管理器深度自定义指南
bug.n窗口管理器深度自定义指南 bug.n Tiling Window Manager for Windows 项目地址: https://gitcode.com/gh_mirrors/bu/bug.n ...
2025-06-11 09:15:06
297
原创 Moby/SwarmKit 调度器设计原理深度解析
Moby/SwarmKit 调度器设计原理深度解析 swarmkit A toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus,...
2025-06-11 09:13:34
245
原创 Python依赖注入库中的链式工厂模式详解
Python依赖注入库中的链式工厂模式详解 python-dependency-injector Dependency injection framework for Python 项目地址: https://gitcode.co...
2025-06-09 09:20:33
297
原创 Kubernetes集群访问管理:深入理解kubeconfig文件配置
Kubernetes集群访问管理:深入理解kubeconfig文件配置 website Kubernetes website and documentation repo: 项目地址: https://gitcode.com/g...
2025-06-08 09:19:09
413
原创 Raspberry Pi GPIO控制实战:Python编程指南
Raspberry Pi GPIO控制实战:Python编程指南 documentation The official documentation for Raspberry Pi computers and microcontrollers ...
2025-06-08 09:03:13
237
原创 Spatie Laravel Backup 项目:备份健康监控系统全面解析
Spatie Laravel Backup 项目:备份健康监控系统全面解析 laravel-backup A package to backup your Laravel app 项目地址: https://gitcode.com...
2025-06-07 09:07:55
206
原创 KittenDB FileSystem 技术解析:基于内存的高效文件存储引擎
KittenDB FileSystem 技术解析:基于内存的高效文件存储引擎 kphp-kdb VK-KittenPHP/DB/Engine suite 项目地址: https://gitcode.com/gh_mirrors/k...
2025-06-07 09:02:29
232
原创 Apache Zeppelin Notebook REST API 完全指南
Apache Zeppelin Notebook REST API 完全指南 zeppelin apache/zeppelin: 这是一个开源的数据分析平台,用于协作式数据分析、可视化和笔记本共享。它允许开发者创建和共享笔记本,其中包含数据预处理、分析和可视化步骤。适合数据分析师和数据科学家。 ...
2025-06-06 09:21:01
321
原创 Angel项目中的计算图框架深度解析
Angel项目中的计算图框架深度解析 angel 项目地址: https://gitcode.com/gh_mirrors/ang/angel 引言在深度学习和大规模机器...
2025-06-06 09:11:19
232
原创 Flutter引擎专属服务协议扩展详解
Flutter引擎专属服务协议扩展详解 engine The Flutter engine 项目地址: https://gitcode.com/gh_mirrors/eng/engine ...
2025-06-06 09:00:09
363
原创 AWS DevOps零基础到精通:深入理解Amazon VPC核心概念与实践
AWS DevOps零基础到精通:深入理解Amazon VPC核心概念与实践 aws-devops-zero-to-hero AWS zero to hero repo for devops engineers to learn AWS in 30 Days. This repo includes projects, p...
2025-06-05 09:08:50
361
原创 uWebSockets.js中的Pub/Sub模式实现详解
uWebSockets.js中的Pub/Sub模式实现详解 uWebSockets.js μWebSockets for Node.js back-ends :metal: 项目地址: https://gitcode.com/gh...
2025-06-05 09:02:10
208
原创 tsfresh快速入门:时间序列特征提取实战指南
tsfresh快速入门:时间序列特征提取实战指南 tsfresh Automatic extraction of relevant features from time series: 项目地址: https://gitcode....
2025-06-04 09:21:33
318
原创 Triton推理服务器中的协议与API详解
Triton推理服务器中的协议与API详解 server 项目地址: https://gitcode.com/gh_mirrors/server117/server 概述...
2025-06-04 09:18:52
290
原创 YugabyteDB实战:构建全球化应用中的全局表与本地化表设计
YugabyteDB实战:构建全球化应用中的全局表与本地化表设计 yugabyte-db yugabyte/yugabyte-db: 是 YugaByte DB 的官方仓库,一个高性能、高可扩展、分布式的 SQL 数据库,支持 PostgreSQL 兼容性。适合对分布式数据库、SQL 数据库和云原生应用的开发者。 ...
2025-06-04 09:18:31
342
原创 Vega/Altair 图表保存指南:从基础到进阶
Vega/Altair 图表保存指南:从基础到进阶 altair Declarative statistical visualization library for Python 项目地址: https://gitcode.com...
2025-06-04 09:10:24
409
原创 从filter-branch迁移到git-filter-repo的完整指南
从filter-branch迁移到git-filter-repo的完整指南 git-filter-repo Quickly rewrite git repository history (filter-branch replacement) ...
2025-06-04 09:10:13
407
原创 GetX 状态管理全面解析:从基础到高级应用
GetX 状态管理全面解析:从基础到高级应用 getx Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get. ...
2025-06-04 09:02:56
314
原创 使用Tushare获取电影票房数据的完整指南
使用Tushare获取电影票房数据的完整指南 tushare waditu/tushare: Tushare 是一个面向 Python 的金融数据接口库,提供了获取中国股市及其他金融市场数据的服务,支持股票、期货、基金、债券等多种金融产品的实时及历史数据下载。 ...
2025-06-03 09:02:12
403
原创 Apache/brpc项目中的rpc_view工具详解
Apache/brpc项目中的rpc_view工具详解 brpc brpc是百度开发的一套高性能RPC框架,特点是支持多种协议、多语言、高并发等。适用于需要高性能RPC服务的场景。 项目地址: https://gitcode.co...
2025-06-02 09:04:07
285
原创 EnzymeJS 项目开发环境配置与贡献指南
EnzymeJS 项目开发环境配置与贡献指南 enzyme JavaScript Testing utilities for React 项目地址: https://gitcode.com/gh_mirrors/en/enzyme...
2025-06-01 09:16:55
355
原创 Medusa项目贡献指南与技术规范解析
Medusa项目贡献指南与技术规范解析 medusa 项目提供了构建数字商务所需的组件和服务,旨在简化和加速电子商务平台的开发工作流程。 项目地址: https://gitcode.com/gh_mirrors/me/medusa...
2025-06-01 09:02:04
253
原创 OpenDeRisk:AI原生风险智能系统,全面守护应用系统安全
OpenDeRisk:AI原生风险智能系统,全面守护应用系统安全 OpenDerisk AI-Native Risk Intelligence Systems, OpenDeRisk——Your application system risk intelligent manager provides 7* 24-hour...
2025-05-31 09:00:04
276
原创 Gatsby项目中的GraphQL类型自动生成指南
Gatsby项目中的GraphQL类型自动生成指南 gatsby The best React-based framework with performance, scalability and security built in. ...
2025-05-30 09:06:42
289
原创 Spring Framework中JPA集成的三种配置方式详解
Spring Framework中JPA集成的三种配置方式详解 spring-framework spring-projects/spring-framework: 一个基于 Java 的开源应用程序框架,用于构建企业级 Java 应用程序。适合用于构建各种企业级 Java 应用程序,可以实现高效的服务和管理。 ...
2025-05-30 09:04:46
356
原创 FitKit:一款跨平台的健康与健身数据读取插件
FitKit:一款跨平台的健康与健身数据读取插件 FitKit Flutter plugin for reading health and fitness data. Wraps HealthKit on iOS and GoogleFit on Android. ...
2025-05-20 09:00:05
390
原创 RSocket:构建异步通信的未来
RSocket:构建异步通信的未来 rsocket RSocket Protocol Definition 项目地址: https://gitcode.com/gh_mirrors/rs/rsocket ...
2025-05-02 21:50:20
468
原创 CppADCodeGen 的安装和配置教程
CppADCodeGen 的安装和配置教程 CppADCodeGen Source Code Generation for Automatic Differentiation using Operator Overloading ...
2025-04-26 11:00:01
364
原创 SMCRadeonSensors 的安装和配置教程
SMCRadeonSensors 的安装和配置教程 SMCRadeonSensors AMD GPU temperature monitoring on macOS. No commercial use. 项目地址: https:...
2025-04-26 10:20:05
259
原创 STMems_Machine_Learning_Core 项目启动与配置教程
STMems_Machine_Learning_Core 项目启动与配置教程 STMems_Machine_Learning_Core Configuration files, examples and tools for the Machine Learning Core feature (MLC) available...
2025-04-24 11:45:06
223
原创 LambdaMart 的安装和配置教程
LambdaMart 的安装和配置教程 LambdaMart Python implementation of LambdaMart 项目地址: https://gitcode.com/gh_mirrors/la/LambdaMa...
2025-04-24 11:12:18
303
原创 WorldGen:快速生成任意3D场景的强大工具
WorldGen:快速生成任意3D场景的强大工具 WorldGen ???? WorldGen - Generate Any 3D World in Second 项目地址: https://gitcode.com/gh_mirrors...
2025-04-23 10:38:19
1058
原创 wxlivespy 的项目扩展与二次开发
wxlivespy 的项目扩展与二次开发 wxlivespy 微信视频号直播间弹幕信息抓取工具 项目地址: https://gitcode.com/gh_mirrors/wx/wxlivespy ...
2025-04-23 07:25:33
649
原创 开源项目 MsgViewer 亮点详解
开源项目 MsgViewer 亮点详解 MsgViewer MsgViewer is email-viewer utility for .msg e-mail messages, implemented in pure Java. MsgViewer works on Windows/Linux/Mac Platform...
2025-04-23 07:14:46
907
原创 开源项目 ContextMenuManager 的扩展与二次开发潜力
开源项目 ContextMenuManager 的扩展与二次开发潜力 ContextMenuManager ????️ 纯粹的Windows右键菜单管理程序 项目地址: https://gitcode.com/gh_mirrors/co...
2025-04-23 07:03:51
814
原创 Corundum 项目安装与使用教程
Corundum 项目安装与使用教程 corundum Open source FPGA-based NIC and platform for in-network compute 项目地址: https://gitcode.co...
2025-04-22 10:11:10
780
原创 ngx-ui-scroll安装与配置指南
ngx-ui-scroll安装与配置指南 ngx-ui-scroll Virtual/infinite scroll for Angular 项目地址: https://gitcode.com/gh_mirrors/ng/ngx-...
2025-04-22 07:04:00
911
原创 UI5 Ecosystem Showcase 安装与配置指南
UI5 Ecosystem Showcase 安装与配置指南 ui5-ecosystem-showcase A repository showcasing the UI5 tooling extensibility to combine OSS tools for UI5 application development....
2025-04-21 07:03:55
255
原创 Xunit.Combinatorial 安装与配置指南
Xunit.Combinatorial 安装与配置指南 Xunit.Combinatorial Adds combinatorial and pairwise testing capability to Xunit tests 项...
2025-04-20 11:10:38
291
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人