自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(632)
  • 收藏
  • 关注

原创 Pyarmor 入门指南:Python代码混淆与保护实战

Pyarmor 入门指南:Python代码混淆与保护实战 pyarmor A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts. ...

2025-06-09 09:23:01 158

原创 Apache Ignite 在Linux系统下的DEB/RPM包安装指南

Apache Ignite 在Linux系统下的DEB/RPM包安装指南 ignite Apache Ignite 项目地址: https://gitcode.com/gh_mirrors/ignite16/ignite ...

2025-06-09 09:04:52 208

原创 ZenML项目实战:使用YAML文件配置机器学习流水线

ZenML项目实战:使用YAML文件配置机器学习流水线 zenml ZenML ????: Build portable, production-ready MLOps pipelines. https://zenml.io. 项目地址...

2025-06-09 09:03:57 122

原创 ncspot终端音乐播放器使用指南:安装与操作全解析

ncspot终端音乐播放器使用指南:安装与操作全解析 ncspot Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes. ...

2025-06-07 09:22:18 333

原创 Materialize项目中的Bazel构建系统深度解析

Materialize项目中的Bazel构建系统深度解析 materialize The data warehouse for operational workloads. 项目地址: https://gitcode.com/gh...

2025-06-07 09:04:23 262

原创 TypeScript项目中的命名空间与模块深度解析

TypeScript项目中的命名空间与模块深度解析 TypeScript TypeScript 使用手册(中文版)翻译。http://www.typescriptlang.org 项目地址: https://gitcode.com...

2025-06-06 09:03:45 382

原创 SwiftDate 项目全面解析:iOS/macOS 日期处理终极指南

SwiftDate 项目全面解析:iOS/macOS 日期处理终极指南 SwiftDate ???? Toolkit to parse, validate, manipulate, compare and display dates, time & timezones in Swift. ...

2025-06-05 09:15:41 276

原创 UMAP项目版本更新解析:从核心算法到应用创新

UMAP项目版本更新解析:从核心算法到应用创新 umap Uniform Manifold Approximation and Projection 项目地址: https://gitcode.com/gh_mirrors/um/...

2025-06-05 09:15:02 252

原创 ModelScope/SWIFT项目中的模型推理与部署指南

ModelScope/SWIFT项目中的模型推理与部署指南 swift 魔搭大模型训练推理工具箱,支持LLaMA、千问、ChatGLM、BaiChuan等多种模型及LoRA等多种训练方式(The LLM training/inference framework of ModelScope community, Suppo...

2025-06-05 09:14:31 357

原创 RAPIDS cuDF项目开发指南:从代码规范到兼容性设计

RAPIDS cuDF项目开发指南:从代码规范到兼容性设计 cudf cuDF - GPU DataFrame Library 项目地址: https://gitcode.com/gh_mirrors/cu/cudf ...

2025-06-04 09:20:29 304

原创 Git-Bug项目中的高级查询语言使用指南

Git-Bug项目中的高级查询语言使用指南 git-bug Distributed, offline-first bug tracker embedded in git, with bridges 项目地址: https://gi...

2025-06-04 09:18:17 263

原创 Popcorn Desktop JSON-RPC API 详解:远程控制你的观影体验

Popcorn Desktop JSON-RPC API 详解:远程控制你的观影体验 popcorn-desktop Popcorn Time is a multi-platform, free software BitTorrent client that includes an integrated media pl...

2025-06-04 09:10:29 225

原创 WordPress Gutenberg 国际化(i18n)开发完全指南

WordPress Gutenberg 国际化(i18n)开发完全指南 gutenberg The Block Editor project for WordPress and beyond. Plugin is available from the official repository. ...

2025-06-04 09:00:13 290

原创 GitLab项目备份指南:全面保护您的代码与数据

GitLab项目备份指南:全面保护您的代码与数据 gitlabhq GitLab CE Mirror | Please open new issues in our issue tracker on GitLab.com 项目地址...

2025-06-03 09:00:06 270

原创 Authelia入门指南:从零开始搭建身份认证代理

Authelia入门指南:从零开始搭建身份认证代理 authelia The Single Sign-On Multi-Factor portal for web apps 项目地址: https://gitcode.com/gh...

2025-06-01 09:08:22 266

原创 Keycloak用户存储提供者能力接口详解

Keycloak用户存储提供者能力接口详解 keycloak Keycloak 是一个开源的身份和访问管理解决方案,用于保护应用程序和服务的安全和访问。 * 身份和访问管理解决方案、保护应用程序和服务的安全和访问 * 有什么特点:支持多种认证和授权协议、易于使用、可扩展性强 ...

2025-06-01 09:06:21 287

原创 字符串旋转检测算法解析 - 来自interactive-coding-challenges项目的经典解法

字符串旋转检测算法解析 - 来自interactive-coding-challenges项目的经典解法 interactive-coding-challenges 120+ interactive Python coding interview challenges (algorithms and data struc...

2025-06-01 09:01:03 219

原创 深入解析react-use中的useScratch鼠标拖拽追踪钩子

深入解析react-use中的useScratch鼠标拖拽追踪钩子 react-use streamich/react-use: React-Use 是一个用于 React 的 Hooks 库,可以用于构建 React 应用程序和组件,支持多种 React 功能和工具,如 React-Redux,React-Router...

2025-05-30 09:08:32 350

原创 深度卷积神经网络AlexNet解析与实现

深度卷积神经网络AlexNet解析与实现 d2l-zh 项目地址: https://gitcode.com/gh_mirrors/d2l/d2l-zh 引言在深度学习发展...

2025-05-30 09:05:03 347

原创 FastAPI全栈项目模板解析与技术架构指南

FastAPI全栈项目模板解析与技术架构指南 fastapi FastAPI framework, high performance, easy to learn, fast to code, ready for production ...

2025-05-30 09:03:18 264

原创 微软生成式AI入门教程:使用函数调用增强AI应用能力

微软生成式AI入门教程:使用函数调用增强AI应用能力 generative-ai-for-beginners 21 节课程,开始使用生成式 AI 进行构建 项目地址: https://gitcode.com/gh_mirrors/...

2025-05-30 09:02:07 303

原创 开源项目最佳实践:Attachments

开源项目最佳实践:Attachments attachments 项目地址: https://gitcode.com/gh_mirrors/attachm/attachments ...

2025-05-28 09:01:25 237

原创 Fakery:生成伪造数据的Swfit库

Fakery:生成伪造数据的Swfit库 Fakery :alien: Swift fake data generator 项目地址: https://gitcode.com/gh_mirrors/fak/Fakery ...

2025-05-28 09:00:00 237

原创 lost_in_conversation:项目核心功能/场景

lost_in_conversation:项目核心功能/场景 lost_in_conversation Code that accompanies the public release of the paper Lost in Conversation ...

2025-05-23 09:00:36 382

原创 FastDoc 开源项目最佳实践教程

FastDoc 开源项目最佳实践教程 fastdoc Create publication-quality books from Jupyter notebooks 项目地址: https://gitcode.com/gh_mir...

2025-05-23 09:00:35 289

原创 iOS应用重签名工具isign的最佳实践教程

iOS应用重签名工具isign的最佳实践教程 isign Code sign iOS applications, without proprietary Apple software or hardware 项目地址: https...

2025-05-22 09:00:45 389

原创 HTMLPurifierBundle 项目启动与配置教程

HTMLPurifierBundle 项目启动与配置教程 HTMLPurifierBundle HTML Purifier is a standards-compliant HTML filter library written in PHP. ...

2025-05-22 09:00:07 310

原创 ProxmoxMCP:一款基于Python的Proxmox管理工具

ProxmoxMCP:一款基于Python的Proxmox管理工具 ProxmoxMCP MCP for Proxmox integration in Cline 项目地址: https://gitcode.com/gh_mirr...

2025-05-16 09:00:04 354

原创 vim-php-refactoring-toolbox:PHP开发者的VIM重构利器

vim-php-refactoring-toolbox:PHP开发者的VIM重构利器 vim-php-refactoring-toolbox VIM Php Refactoring Toolbox 项目地址: https://gi...

2025-05-14 09:00:01 220

原创 Convert Chrome cookies to Netscape format:一键转换,轻松共享Chromecookies

Convert Chrome cookies to Netscape format:一键转换,轻松共享Chromecookies convert-chrome-cookies-to-netscape-format Convert the cookies from Chrome's Application -> Stora...

2025-05-06 21:31:18 835

原创 is.vim:增量搜索优化工具,提升Vim搜索体验

is.vim:增量搜索优化工具,提升Vim搜索体验 is.vim incremental search improved - successor of incsearch.vim 项目地址: https://gitcode.com...

2025-05-05 23:30:15 819

原创 llama-slides:自动化生成演讲幻灯片

llama-slides:自动化生成演讲幻灯片 llama-slides 项目地址: https://gitcode.com/gh_mirrors/ll/llama-slides ...

2025-05-03 09:07:05 492

原创 robbie-examples 的安装和配置教程

robbie-examples 的安装和配置教程 robbie-examples Python examples for the Robbie.run service 项目地址: https://gitcode.com/gh_mi...

2025-04-28 12:40:00 384

原创 Hachimi 项目启动与配置教程

Hachimi 项目启动与配置教程 hachimi 哈基米 一个分布式蜜网系统 | hachimi A Distributed Honeypot System 项目地址: https://gitcode.com/gh_mirror...

2025-04-28 11:00:30 244

原创 naivechain 的安装和配置教程

naivechain 的安装和配置教程 naivechain A naive and simple implementation of blockchains. 项目地址: https://gitcode.com/gh_mirro...

2025-04-27 11:20:23 735

原创 《开源项目zhny的启动与配置教程》

《开源项目zhny的启动与配置教程》 zhny 【智慧农业、农业平台、智慧农业物联网平台V3.0.1(大棚系统 渔业系统 控制系统 气象站 大田系统 溯源系统)(支持硬件)】,从(设备端-APP端-平台端-管理端)全业务场景,开源版本毫无保留给个人及企业免费使用软件架构:SpringBoot、Mybatis、netty、...

2025-04-23 12:40:03 350

原创 fast-syntax-highlighting 项目启动与配置教程

fast-syntax-highlighting 项目启动与配置教程 fast-syntax-highlighting Feature-rich Syntax Highlighting for Zsh. 项目地址: https:/...

2025-04-23 12:00:07 218

原创 GraphQL-JIT 项目启动与配置教程

GraphQL-JIT 项目启动与配置教程 graphql-jit GraphQL execution using a JIT compiler 项目地址: https://gitcode.com/gh_mirrors/gr/gr...

2025-04-23 10:22:23 353

原创 NatTypeTester 项目亮点解析

NatTypeTester 项目亮点解析 NatTypeTester 测试当前网络的 NAT 类型(STUN) 项目地址: https://gitcode.com/gh_mirrors/na/NatTypeTester ...

2025-04-23 07:19:48 467

原创 开源项目 FiraCode 亮点详解

开源项目 FiraCode 亮点详解 FiraCode Free monospaced font with programming ligatures 项目地址: https://gitcode.com/gh_mirrors/fi...

2025-04-23 07:09:07 519

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除