自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 Linux-Tutorial 项目中的 Docker 快速入门指南

Linux-Tutorial 项目中的 Docker 快速入门指南 linux-tutorial :penguin: Linux教程,主要内容:Linux 命令、Linux 系统运维、软件运维、精选常用Shell脚本 项目地址: ...

2025-06-07 09:03:45 174

原创 在Xcode中使用sccache加速编译的完整指南

在Xcode中使用sccache加速编译的完整指南 sccache sccache is ccache with cloud storage 项目地址: https://gitcode.com/gh_mirrors/sc/scca...

2025-06-06 09:22:03 201

原创 在Sui区块链上编写第一个Move智能合约包

在Sui区块链上编写第一个Move智能合约包 sui Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by ...

2025-06-06 09:04:48 201

原创 WXT项目指南:如何针对不同浏览器构建浏览器扩展

WXT项目指南:如何针对不同浏览器构建浏览器扩展 wxt ⚡ Next-gen Web Extension Framework 项目地址: https://gitcode.com/gh_mirrors/wx/wxt ...

2025-06-06 09:04:39 219

原创 Nuclide项目自定义键盘快捷键配置指南

Nuclide项目自定义键盘快捷键配置指南 nuclide 项目地址: https://gitcode.com/gh_mirrors/nuc/nuclide 前言Nucl...

2025-06-05 09:15:26 343

原创 Pydantic-AI项目单元测试最佳实践指南

Pydantic-AI项目单元测试最佳实践指南 pydantic-ai Agent Framework / shim to use Pydantic with LLMs 项目地址: https://gitcode.com/gh_m...

2025-06-04 09:10:13 269

原创 WatermelonDB本地存储(LocalStorage)机制详解

WatermelonDB本地存储(LocalStorage)机制详解 WatermelonDB ???? Reactive & asynchronous database for powerful React and React Native apps ⚡️ ...

2025-06-03 09:12:46 210

原创 JuiceFS 在 Google Colab 上的实践指南:结合 Google Cloud SQL 和 GCS

JuiceFS 在 Google Colab 上的实践指南:结合 Google Cloud SQL 和 GCS juicefs JuiceFS 是一个高性能的分布式文件系统,适用于大规模数据处理、机器学习、容器和对象存储等场景。* 提供高性能的分布式文件系统;支持多种云存储和对象存储;支持 POSIX 文件系统接口。* ...

2025-06-03 09:10:37 273

原创 SlimPHP 4 升级指南:关键变更与迁移策略

SlimPHP 4 升级指南:关键变更与迁移策略 Slim Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. ...

2025-06-03 09:05:55 398

原创 Deno Fresh框架动态路由详解:实现个性化页面渲染

Deno Fresh框架动态路由详解:实现个性化页面渲染 fresh The next-gen web framework. 项目地址: https://gitcode.com/gh_mirrors/fr/fresh ...

2025-06-03 09:03:08 361

原创 Facebook Watchman 项目贡献指南与技术规范解析

Facebook Watchman 项目贡献指南与技术规范解析 watchman Watches files and records, or triggers actions, when they change. 项目地址: h...

2025-06-03 09:02:58 253

原创 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:50 277

原创 Vitepress 自定义主题开发完全指南

Vitepress 自定义主题开发完全指南 vitepress Vite & Vue powered static site generator. 项目地址: https://gitcode.com/gh_mirrors/vi/v...

2025-06-02 09:17:38 369

原创 ANTLR4多语言运行时库与代码生成目标全面解析

ANTLR4多语言运行时库与代码生成目标全面解析 antlr4 ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating s...

2025-06-02 09:02:25 326

原创 深入理解Google/JAX中的基本操作原语

深入理解Google/JAX中的基本操作原语 jax Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more ...

2025-06-01 09:03:31 314

原创 Fairseq大规模语言模型中的专家混合技术解析

Fairseq大规模语言模型中的专家混合技术解析 fairseq facebookresearch/fairseq: fairseq 是Facebook AI研究团队开发的一个高性能序列到序列(Seq2Seq)学习框架,主要用于机器翻译、文本生成以及其他自然语言处理任务的研究与开发。 ...

2025-06-01 09:02:09 297

原创 ToolJet应用构建器中的Inspector工具使用指南

ToolJet应用构建器中的Inspector工具使用指南 ToolJet 用于构建商业应用的低代码平台。连接到数据库、云存储、GraphQL、API端点、Airtable、Google表格、OpenAI等,并使用拖放式应用构建器构建应用程序。使用JavaScript/TypeScript构建。???? ...

2025-05-30 09:11:43 339

原创 Three.js 渲染目标(Render Targets)技术详解

Three.js 渲染目标(Render Targets)技术详解 three.js JavaScript 3D Library. 项目地址: https://gitcode.com/gh_mirrors/th/three.js...

2025-05-30 09:01:38 349

原创 splinux:Linux 下屏幕分屏工具

splinux:Linux 下屏幕分屏工具 splinux A tool for splitting the screen on Linux, and passing inputs to them 项目地址: https://g...

2025-05-30 01:50:28 728

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

USDB Syncer 开源项目最佳实践教程 usdb_syncer 项目地址: https://gitcode.com/gh_mirrors/us/usdb_syncer ...

2025-05-24 09:04:01 369

原创 SageAttention:提升神经网络性能的注意力机制

SageAttention:提升神经网络性能的注意力机制 SageAttention Fork of SageAttention for Windows wheels and easy installation 项目地址: htt...

2025-05-24 09:00:53 278

原创 ETPlugins:游戏开发者的实用工具集

ETPlugins:游戏开发者的实用工具集 ETPlugins 插件集合 项目地址: https://gitcode.com/gh_mirrors/et/ETPlugins ...

2025-05-24 09:00:18 273

原创 Azure Sphere Samples:探索微软Azure Sphere平台的强大功能

Azure Sphere Samples:探索微软Azure Sphere平台的强大功能 azure-sphere-samples Samples for Azure Sphere 项目地址: https://gitcode.co...

2025-05-22 01:11:31 251

原创 testrocket:极致简单的Ruby测试库

testrocket:极致简单的Ruby测试库 testrocket Super simple Ruby testing library 项目地址: https://gitcode.com/gh_mirrors/te/testro...

2025-05-21 09:00:01 353

原创 variational-dropout-sparsifies-dnn:实现深度神经网络的稀疏化

variational-dropout-sparsifies-dnn:实现深度神经网络的稀疏化 variational-dropout-sparsifies-dnn Sparse Variational Dropout, ICML 2017 ...

2025-05-16 09:00:00 385

原创 GitterMobile:非官方Gitter.im客户端,跨平台沟通利器

GitterMobile:非官方Gitter.im客户端,跨平台沟通利器 GitterMobile Unofficial Gitter.im (chat for GitHub) client for iOS and Android. [build with react-native] ...

2025-05-07 11:50:20 805

原创 networking-ts-impl:C++网络技术规范的实现

networking-ts-impl:C++网络技术规范的实现 networking-ts-impl An implementation of the C++ Networking Technical Specification ...

2025-05-04 20:40:15 684

原创 gSLICr:实时超像素分割的利器

gSLICr:实时超像素分割的利器 gSLICr gSLICr: Real-time super-pixel segmentation 项目地址: https://gitcode.com/gh_mirrors/gs/gSLICr...

2025-04-28 23:50:20 714

原创 Where-Is-Evidence:数字取证入门实战工具集

Where-Is-Evidence:数字取证入门实战工具集 Where-Is-Evidence 项目地址: https://gitcode.com/gh_mirrors/wher/Where-Is-Evidence ...

2025-04-28 20:32:35 508

原创 屏幕广播器项目最佳实践教程

屏幕广播器项目最佳实践教程 ScreenBroadcaster Screen broadcast and remote control tool based on FFmpeg. 基于 FFmpeg 的屏幕广播与远程操控工具. 项...

2025-04-28 10:40:02 405

原创 awesome-cc0 的安装和配置教程

awesome-cc0 的安装和配置教程 awesome-cc0 awesome list of free to use public domain CC0 licensed assets from across the internet ...

2025-04-27 10:20:42 411

原创 Saber-Translator开源项目最佳实践教程

Saber-Translator开源项目最佳实践教程 Saber-Translator ✨ 一款小白也能轻松使用的漫画翻译工具,旨在帮助漫画爱好者轻松跨越语言障碍,畅享原汁原味的日文漫画。 利用先进的 AI 技术,智能检测漫画中的对话气泡,精准识别日文文本,并快速翻译成流畅自然的中文。 ✨ 无论是图片还是 PDF 格...

2025-04-25 14:00:00 568

原创 Dapr-agents 项目启动与配置教程

Dapr-agents 项目启动与配置教程 dapr-agents Build autonomous, resilient and observable AI agents with built-in workflow orchestration, security, statefulness and telemetry...

2025-04-25 11:01:09 712

原创 3DSident 项目亮点解析

3DSident 项目亮点解析 3DSident PSPident clone for 3DS 项目地址: https://gitcode.com/gh_mirrors/3d/3DSident ...

2025-04-23 07:23:41 848

原创 开源项目 VeLoCity-Skin-for-VLC 亮点详解

开源项目 VeLoCity-Skin-for-VLC 亮点详解 VeLoCity-Skin-for-VLC Castom skin for VLC Player 项目地址: https://gitcode.com/gh_mirro...

2025-04-23 07:12:51 798

原创 Koha 开源项目教程

Koha 开源项目教程 Koha Koha is a free software integrated library system (ILS). Koha is distributed under the GNU GPL version 3 or later. ***Note: this is a synced mir...

2025-04-23 07:01:50 508

原创 探索 DemoGen:引领未来代码生成新趋势

探索 DemoGen:引领未来代码生成新趋势 DemoGen Official implementation of DemoGen: Synthetic Demonstration Generation for Data-Efficient Visuomotor Policy Learning ...

2025-04-22 14:00:42 721

原创 Fatrop 项目使用教程

Fatrop 项目使用教程 fatrop Fatrop is a nonlinear optimal control problem solver that aims to be fast, support a broad class of optimal control problems and achieve a h...

2025-04-22 10:10:59 354

原创 SPSO项目安装与使用教程

SPSO项目安装与使用教程 SPSO Spherical Vector-based Particle Swarm Optimization 项目地址: https://gitcode.com/gh_mirrors/sp/SPSO...

2025-04-22 07:01:53 379

原创 VSCode Custom UI Style 项目使用教程

VSCode Custom UI Style 项目使用教程 vscode-custom-ui-style VSCode extension that modify CSS and JS code in both editor and webview, unify global font family, setup bac...

2025-04-21 11:02:01 268

空空如也

空空如也

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

TA关注的人

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