- 博客(660)
- 收藏
- 关注
原创 动态规划经典问题:最长递增子序列算法详解
动态规划经典问题:最长递增子序列算法详解 Algorithms-Explanation Popular algorithms explained in simple language with examples and links to their implementation in various programmin...
2025-06-12 09:12:12
155
原创 OpenSK项目安装与部署完全指南
OpenSK项目安装与部署完全指南 OpenSK OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2 standards. ...
2025-06-12 09:11:20
201
原创 pelomon:解码Peloton通信,智能穿戴设备的数据桥梁
pelomon:解码Peloton通信,智能穿戴设备的数据桥梁 pelomon Source code for the PeloMon Bluetooth LE sensor relay and for decoding Peloton communications ...
2025-06-12 09:00:03
258
原创 Unity UGUI XCharts 快速入门教程:5分钟掌握基础图表绘制
Unity UGUI XCharts 快速入门教程:5分钟掌握基础图表绘制 XCharts 项目地址: https://gitcode.com/gh_mirrors/xcha/XCharts ...
2025-06-11 09:13:24
223
原创 深入理解bloomberg/bqplot中的对象模型(Object Model)
深入理解bloomberg/bqplot中的对象模型(Object Model) bqplot 项目地址: https://gitcode.com/gh_mirrors/bqp/bqplot ...
2025-06-11 09:01:10
275
原创 oneDNN中的Int8推理技术详解
oneDNN中的Int8推理技术详解 oneDNN oneAPI Deep Neural Network Library (oneDNN) 项目地址: https://gitcode.com/gh_mirrors/on/oneDN...
2025-06-10 09:19:21
302
原创 Cling项目背景解析:C++交互式解释器的诞生与发展
Cling项目背景解析:C++交互式解释器的诞生与发展 cling The cling C++ interpreter 项目地址: https://gitcode.com/gh_mirrors/cl/cling ...
2025-06-10 09:17:14
267
原创 深入解析BlackHat Arsenal中的OWASP JoomScan:Joomla安全扫描利器
深入解析BlackHat Arsenal中的OWASP JoomScan:Joomla安全扫描利器 blackhat-arsenal-tools Official Black Hat Arsenal Security Tools Repository ...
2025-06-10 09:05:40
214
原创 Strawberry GraphQL 错误处理完全指南
Strawberry GraphQL 错误处理完全指南 strawberry A GraphQL library for Python that leverages type annotations ???? 项目地址: https:/...
2025-06-09 09:22:22
391
原创 深入理解Go语言内存模型:同步原语背后的设计哲学
深入理解Go语言内存模型:同步原语背后的设计哲学 under-the-hood ???? Go: Under The Hood | Go 语言原本 | https://golang.design/under-the-hood 项目地址:...
2025-06-09 09:21:17
390
原创 TanStack Form 全面解析:现代Web应用的表单管理利器
TanStack Form 全面解析:现代Web应用的表单管理利器 form ???? Powerful and type-safe form state management for the web. TS/JS, React Form, Solid Form, Svelte Form and Vue Form. ...
2025-06-08 09:00:48
215
原创 Git-ftp 项目安装指南:全平台详细教程
Git-ftp 项目安装指南:全平台详细教程 git-ftp Uses Git to upload only changed files to FTP servers. 项目地址: https://gitcode.com/gh_m...
2025-06-07 09:23:51
259
原创 Lettuce核心库中的Redis发布/订阅机制详解
Lettuce核心库中的Redis发布/订阅机制详解 lettuce-core Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and c...
2025-06-07 09:23:37
310
原创 Werkzeug API层级解析:从高级封装到底层工具
Werkzeug API层级解析:从高级封装到底层工具 werkzeug The comprehensive WSGI web application library. 项目地址: https://gitcode.com/gh_m...
2025-06-06 09:11:18
262
原创 NoneBot2 插件跨平台支持最佳实践
NoneBot2 插件跨平台支持最佳实践 nonebot2 跨平台 Python 异步聊天机器人框架 / Asynchronous multi-platform chatbot framework written in Python ...
2025-06-06 09:07:45
265
原创 使用Docker快速部署YugabyteDB分布式数据库
使用Docker快速部署YugabyteDB分布式数据库 yugabyte-db yugabyte/yugabyte-db: 是 YugaByte DB 的官方仓库,一个高性能、高可扩展、分布式的 SQL 数据库,支持 PostgreSQL 兼容性。适合对分布式数据库、SQL 数据库和云原生应用的开发者。 ...
2025-06-05 09:00:36
232
原创 Shiki代码高亮工具中的Bundle机制详解
Shiki代码高亮工具中的Bundle机制详解 shiki A beautiful Syntax Highlighter. 项目地址: https://gitcode.com/gh_mirrors/sh/shiki ...
2025-06-03 09:10:36
265
原创 MyBatis-PageHelper分页插件使用完全指南
MyBatis-PageHelper分页插件使用完全指南 Mybatis-PageHelper Mybatis通用分页插件 项目地址: https://gitcode.com/gh_mirrors/my/Mybatis-PageH...
2025-06-03 09:05:24
276
原创 Capistrano项目部署目录结构深度解析
Capistrano项目部署目录结构深度解析 capistrano A deployment automation tool built on Ruby, Rake, and SSH. 项目地址: https://gitcode....
2025-06-03 09:04:34
293
原创 Redis-Py中的Lua脚本编程指南
Redis-Py中的Lua脚本编程指南 redis-py Redis Python Client 项目地址: https://gitcode.com/gh_mirrors/re/redis-py ...
2025-06-03 09:03:14
297
原创 GitLab项目中的作业产物(Job Artifacts)管理指南
GitLab项目中的作业产物(Job Artifacts)管理指南 gitlabhq GitLab CE Mirror | Please open new issues in our issue tracker on GitLab.com ...
2025-06-03 09:00:38
239
原创 Apache BRPC中的RDMA支持深度解析
Apache BRPC中的RDMA支持深度解析 brpc brpc是百度开发的一套高性能RPC框架,特点是支持多种协议、多语言、高并发等。适用于需要高性能RPC服务的场景。 项目地址: https://gitcode.com/gh...
2025-06-02 09:04:11
231
原创 深入解析simdjson项目:构建、设计与开发指南
深入解析simdjson项目:构建、设计与开发指南 simdjson 项目地址: https://gitcode.com/gh_mirrors/sim/simdjson 1...
2025-06-01 09:15:33
349
原创 TDengine可视化管理工具taosExplorer使用指南
TDengine可视化管理工具taosExplorer使用指南 TDengine TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), ...
2025-06-01 09:08:52
382
原创 Cookiecutter模板扩展功能深度解析:自定义Jinja2环境
Cookiecutter模板扩展功能深度解析:自定义Jinja2环境 cookiecutter A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python p...
2025-06-01 09:07:23
346
原创 JavaScript 核心特性精要 - javascript-tutorial 重点解析
JavaScript 核心特性精要 - javascript-tutorial 重点解析 en.javascript.info Modern JavaScript Tutorial 项目地址: https://gitcode.c...
2025-06-01 09:06:46
223
原创 Angular Components 项目贡献指南深度解析
Angular Components 项目贡献指南深度解析 components angular: 是一个基于 JavaScript 的开源前端框架,提供了丰富的组件和工具用于构建动态的单页面应用和多页面应用。适合前端开发者使用 Angular 构建现代化的 Web 应用程序。 ...
2025-06-01 09:06:35
255
原创 libuv实用工具指南:从定时器到TTY控制
libuv实用工具指南:从定时器到TTY控制 libuv Cross-platform asynchronous I/O 项目地址: https://gitcode.com/gh_mirrors/li/libuv ...
2025-06-01 09:05:29
390
原创 Taichi性能分析工具全解析:Profiler使用指南
Taichi性能分析工具全解析:Profiler使用指南 taichi Productive & portable high-performance programming in Python. 项目地址: https://git...
2025-06-01 09:04:38
369
原创 Milvus向量数据库系统架构深度解析
Milvus向量数据库系统架构深度解析 milvus A cloud-native vector database, storage for next generation AI applications 项目地址: https:...
2025-05-30 09:13:33
236
原创 微软AI初学者项目:深入理解循环神经网络(RNN)
微软AI初学者项目:深入理解循环神经网络(RNN) AI-For-Beginners 微软推出的人工智能入门指南项目,适合对人工智能和机器学习感兴趣的人士学习入门知识,内容包括基本概念、算法和实践案例。特点是简单易用,内容全面,面向初学者。 ...
2025-05-30 09:10:26
257
原创 FuelLabs/sway项目中的forc call工具详解:智能合约交互利器
FuelLabs/sway项目中的forc call工具详解:智能合约交互利器 sway 赋能每个人构建可靠、高效的智能合约。 项目地址: https://gitcode.com/gh_mirrors/sw/sway ...
2025-05-30 09:04:16
349
原创 Three.js WebGPU 材质系统深度解析
Three.js WebGPU 材质系统深度解析 three.js JavaScript 3D Library. 项目地址: https://gitcode.com/gh_mirrors/th/three.js ...
2025-05-30 09:01:36
239
原创 React Query External Sync 开源项目教程
React Query External Sync 开源项目教程 react-query-external-sync A tool that can be used by anyone to manage React Query state externally. Works with React, React Nati...
2025-05-28 09:01:41
373
原创 flutter_ringtone_player:简单的铃声、闹钟与通知播放插件
flutter_ringtone_player:简单的铃声、闹钟与通知播放插件 flutter_ringtone_player Simple Flutter plugin to play ringtone, alarm & notification sounds ...
2025-05-19 09:00:05
266
原创 MenuWithAView:为 SwiftUI 上下文菜单添加辅助视图的利器
MenuWithAView:为 SwiftUI 上下文菜单添加辅助视图的利器 MenuWithAView 项目地址: https://gitcode.com/gh_mirrors/me/MenuWithAView ...
2025-05-15 09:00:08
369
原创 SmartBookmark:智能书签管理,轻松梳理您的网络世界
SmartBookmark:智能书签管理,轻松梳理您的网络世界 SmartBookmark 一款基于 AI 的智能书签管理插件 项目地址: https://gitcode.com/gh_mirrors/smar/SmartBook...
2025-05-14 09:00:05
293
原创 P:豆瓣内务服务,轻松管理图片资源
P:豆瓣内务服务,轻松管理图片资源 p Upload file service for Douban 项目地址: https://gitcode.com/gh_mirrors/p5/p ...
2025-05-12 09:40:35
428
原创 android-mdm-agent:移动设备安全管理专家
android-mdm-agent:移动设备安全管理专家 android-mdm-agent Flyve MDM Agent for Android 项目地址: https://gitcode.com/gh_mirrors/an/...
2025-05-08 20:10:25
694
原创 gappein-chat-sdk:项目核心功能/场景
gappein-chat-sdk:项目核心功能/场景 gappein-chat-sdk A plug and play modular toolkit for integrating the Chat feature on top of Firebase! ...
2025-05-04 14:00:25
725
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人