自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 RawTherapee专业RAW照片处理工具完全指南

RawTherapee专业RAW照片处理工具完全指南 RawTherapee A powerful cross-platform raw photo processing program 项目地址: https://gitcode...

2025-06-11 09:18:10 348

原创 Mastering Go 项目解析:深入理解 select 关键字的并发控制艺术

Mastering Go 项目解析:深入理解 select 关键字的并发控制艺术 Mastering_Go_ZH_CN 《Mastering GO》中文译本,《玩转 GO》。 项目地址: https://gitcode.com/g...

2025-06-11 09:14:33 184

原创 Purpleidea/mgmt 配置管理工具快速入门指南

Purpleidea/mgmt 配置管理工具快速入门指南 mgmt Mgmt是一个用Go编写的分布式、事件驱动的配置管理系统,用于管理和监控远程服务器集群,允许通过声明式语法定义并推送配置到多个目标节点。 项目地址: https:...

2025-06-10 09:19:47 375

原创 Python装饰器完全指南 - 来自Python Cheatsheet项目的深度解析

Python装饰器完全指南 - 来自Python Cheatsheet项目的深度解析 python-cheatsheet All-inclusive Python cheatsheet 项目地址: https://gitcode....

2025-06-09 09:02:40 360

原创 Apache OpenWhisk中PHP动作的创建与使用指南

Apache OpenWhisk中PHP动作的创建与使用指南 openwhisk Apache OpenWhisk is an open source serverless cloud platform 项目地址: https:/...

2025-06-06 09:21:06 353

原创 Alluxio Python客户端使用指南

Alluxio Python客户端使用指南 alluxio Alluxio, data orchestration for analytics and machine learning in the cloud 项目地址: htt...

2025-06-06 09:04:37 364

原创 Apache Arrow DataFusion 实战指南:从CSV数据处理到SQL查询

Apache Arrow DataFusion 实战指南:从CSV数据处理到SQL查询 arrow-datafusion Apache Arrow DataFusion SQL Query Engine 项目地址: https:/...

2025-06-06 09:02:19 392

原创 FrankenPHP项目配置完全指南:从基础到高级

FrankenPHP项目配置完全指南:从基础到高级 frankenphp The modern PHP app server 项目地址: https://gitcode.com/gh_mirrors/fr/frankenphp ...

2025-06-05 09:10:04 355

原创 YugabyteDB 服务器间 TLS 加密配置指南

YugabyteDB 服务器间 TLS 加密配置指南 yugabyte-db yugabyte/yugabyte-db: 是 YugaByte DB 的官方仓库,一个高性能、高可扩展、分布式的 SQL 数据库,支持 PostgreSQL 兼容性。适合对分布式数据库、SQL 数据库和云原生应用的开发者。 ...

2025-06-05 09:05:30 262

原创 Android手势处理:拖拽与缩放功能实现详解

Android手势处理:拖拽与缩放功能实现详解 android-training-course-in-chinese Android官方培训课程中文版 项目地址: https://gitcode.com/gh_mirrors/an...

2025-06-04 09:06:46 202

原创 Apache PredictionIO DASE架构实现详解

Apache PredictionIO DASE架构实现详解 predictionio PredictionIO是一个开源的人工智能推荐引擎,主要用于个性化推荐和预测分析。它的特点是易于使用、灵活性强、可扩展性好等。适用于电商、社交网络等场景。 ...

2025-06-03 09:04:32 273

原创 使用命令行工具管理自动化工作流:以jbranchaud/til项目为例

使用命令行工具管理自动化工作流:以jbranchaud/til项目为例 til :memo: Today I Learned 项目地址: https://gitcode.com/gh_mirrors/ti/til ...

2025-06-03 09:01:40 225

原创 Memcached线程模型与锁机制深度解析

Memcached线程模型与锁机制深度解析 memcached memcached development tree 项目地址: https://gitcode.com/gh_mirrors/mem/memcached ...

2025-06-03 09:00:53 246

原创 从Node.js原生HTTP模块迁移到Got库的完整指南

从Node.js原生HTTP模块迁移到Got库的完整指南 got ???? Human-friendly and powerful HTTP request library for Node.js 项目地址: https://gitco...

2025-06-02 09:17:42 389

原创 Bokeh数据可视化:使用线性颜色映射与颜色条增强图表表现力

Bokeh数据可视化:使用线性颜色映射与颜色条增强图表表现力 bokeh bokeh/bokeh: 是一个用于创建交互式图形和数据的 Python 库。适合用于数据可视化、数据分析和呈现,以及创建动态的 Web 应用。特点是提供了一种简洁、直观的 API 来描述和处理数据,并生成交互式的可视化效果。 ...

2025-06-02 09:01:42 358

原创 Pydantic 文件数据验证实战指南

Pydantic 文件数据验证实战指南 pydantic Data validation using Python type hints 项目地址: https://gitcode.com/gh_mirrors/py/pydant...

2025-06-01 09:07:58 279

原创 基于gorilla/websocket构建实时聊天应用的实现解析

基于gorilla/websocket构建实时聊天应用的实现解析 websocket Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go. ...

2025-06-01 09:07:17 271

原创 探索未来渲染技术:RenderFormer 项目深度解析

探索未来渲染技术:RenderFormer 项目深度解析 renderformer Official Code Release for [SIGGRAPH 2025] RenderFormer: Transformer-based Neural Rendering of Triangle Meshes with Glob...

2025-05-31 09:00:04 294

原创 深入解析cnlh/nps项目的高级功能配置指南

深入解析cnlh/nps项目的高级功能配置指南 nps 项目地址: https://gitcode.com/gh_mirrors/nps/nps 前言cnlh/nps是一...

2025-05-30 09:18:09 257

原创 Elasticsearch Term Vectors API 深度解析

Elasticsearch Term Vectors API 深度解析 elasticsearch 项目地址: https://gitcode.com/gh_mirrors/elas/elasticsearch ...

2025-05-30 09:04:18 220

原创 spaln:高效映射与比对cdNA/EST或蛋白质序列至基因组

spaln:高效映射与比对cdNA/EST或蛋白质序列至基因组 spaln Genome mapping and spliced alignment of cDNA or amino acid sequences 项目地址: ht...

2025-05-28 09:00:07 366

原创 SKYNET-Steam-Emulator:模拟 Steam 连接,畅享局域网游戏体验

SKYNET-Steam-Emulator:模拟 Steam 连接,畅享局域网游戏体验 -SKYNET-Steam-Emulator Client emulator to play steam games on LAN without Internet connection. ...

2025-05-28 09:00:06 565

原创 FerroFetchFirmware 开源项目启动与配置教程

FerroFetchFirmware 开源项目启动与配置教程 FerroFetchFirmware Firmware for the Applied Procrastination "Fetch" ferrofluid display ...

2025-05-27 09:00:40 276

原创 Devise-Passkeys 项目启动与配置教程

Devise-Passkeys 项目启动与配置教程 devise-passkeys Devise extension to use passkeys instead of passwords 项目地址: https://gitco...

2025-05-26 09:00:12 312

原创 激光线条段提取项目启动与配置教程

激光线条段提取项目启动与配置教程 laser-line-segment 项目地址: https://gitcode.com/gh_mirrors/las/laser-line-segment ...

2025-05-24 09:02:33 303

原创 urdf-visualizer:URDF和Xacro文件的可视化工具

urdf-visualizer:URDF和Xacro文件的可视化工具 urdf-visualizer A VSCode extension for visualizing the URDF file and xacro file. ...

2025-05-21 09:00:07 390

原创 prawn-table:表格支持的强大工具

prawn-table:表格支持的强大工具 prawn-table Provides support for tables in Prawn 项目地址: https://gitcode.com/gh_mirrors/pr/praw...

2025-05-20 09:00:01 292

原创 pdfsign:为PDF文件加签的Go语言解决方案

pdfsign:为PDF文件加签的Go语言解决方案 pdfsign Add/verify Advanced Electronic Signature (AES) and Qualified Electronic Signature (QES) in PDF (usign pure Go) ...

2025-05-16 09:00:05 262

原创 French Sentiment Analysis with BERT:用法与优势解析

French Sentiment Analysis with BERT:用法与优势解析 french-sentiment-analysis-with-bert How good is BERT ? Comparing BERT to other state-of-the-art approaches on a Fren...

2025-05-04 23:20:50 772

原创 Banditypes 开源项目教程

Banditypes 开源项目教程 banditypes ???????? The mighty 400-byte schema validator for TS / JS 项目地址: https://gitcode.com/gh_mirro...

2025-04-28 10:20:31 353

原创 llama.cpp-android-tutorial:为Android设备打造的高效GPU加速教程

llama.cpp-android-tutorial:为Android设备打造的高效GPU加速教程 llama.cpp-android-tutorial llama.cpp tutorial on Android phone 项目...

2025-04-26 09:11:12 1006

原创 AutoFP8 的安装和配置教程

AutoFP8 的安装和配置教程 AutoFP8 项目地址: https://gitcode.com/gh_mirrors/au/AutoFP8 1. 项目的基础介绍和主要...

2025-04-25 11:00:48 412

原创 fundManageR 的安装和配置教程

fundManageR 的安装和配置教程 fundManageR An Investment Management toolkit for R. Because Excel is a threat to the global financial system. ...

2025-04-24 11:01:40 232

原创 LazyDo:智能任务管理助手,轻松管理日常事务

LazyDo:智能任务管理助手,轻松管理日常事务 LazyDo A little smart todo/task manager made for `neovim` enthusiasts. 项目地址: https://gitc...

2025-04-23 12:30:19 591

原创 casemove 的项目扩展与二次开发

casemove 的项目扩展与二次开发 casemove A dedicated desktop app that enables you to move items in and out of storage units in CS2. ...

2025-04-23 07:21:27 559

原创 FFXIVQuickLauncher 安装与配置指南

FFXIVQuickLauncher 安装与配置指南 FFXIVQuickLauncher Custom launcher for FFXIV CN 项目地址: https://gitcode.com/gh_mirrors/ffx...

2025-04-23 07:10:41 781

原创 《replikativ项目安装与配置指南》

《replikativ项目安装与配置指南》 replikativ An open, scalable and distributive infrastructure for a data-driven community of applications. ...

2025-04-22 09:16:39 657

原创 Tiny Minecraft 克隆项目教程

Tiny Minecraft 克隆项目教程 Minecraft A Tiny Minecraft clone made with C++ and OpenGL. 项目地址: https://gitcode.com/gh_mirro...

2025-04-20 11:50:01 658

原创 MMT:智能管理你的运动相机/无人机文件

MMT:智能管理你的运动相机/无人机文件 mmt Media Management Tool - make importing videos/photos from GoPro and other action cameras/drones a little bit more bearable. ...

2025-04-19 22:20:29 847

原创 简易基因共表达分析工作流程使用教程

简易基因共表达分析工作流程使用教程 SimpleTidy_GeneCoEx A simple gene co-expression analyses workflow powered by tidyverse and graph analyses ...

2025-04-18 11:41:02 755

空空如也

空空如也

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

TA关注的人

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