自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 Esteem-surfer:高效管理Hive区块链资讯的桌面客户端

Esteem-surfer:高效管理Hive区块链资讯的桌面客户端 esteem-surfer Ecency desktop formerly known as Esteem Surfer - reimagined desktop social wallet, contribute and get rewarded (f...

2025-06-16 09:00:03 173

原创 深入理解zoofIO/flexx项目中的事件系统

深入理解zoofIO/flexx项目中的事件系统 flexx 项目地址: https://gitcode.com/gh_mirrors/fle/flexx 事件系统概述z...

2025-06-11 09:17:21 360

原创 深入解析ECMAScript 2018(ES9)新特性

深入解析ECMAScript 2018(ES9)新特性 ECMAScript-new-features-list A comprehensive list of new ES features, including ES2015 (ES6), ES2016, ES2017, ES2018, ES2019 ...

2025-06-11 09:13:28 304

原创 MMTracking项目中的自定义数据预处理流程详解

MMTracking项目中的自定义数据预处理流程详解 mmtracking OpenMMLab Video Perception Toolbox. It supports Video Object Detection (VID), Multiple Object Tracking (MOT), Single Object...

2025-06-10 09:20:33 272

原创 FluentAssertions项目中的程序集引用断言详解

FluentAssertions项目中的程序集引用断言详解 fluentassertions A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD o...

2025-06-10 09:18:58 365

原创 .NET 8 中 URI 比较行为的重大变更:mailto: 协议现在会比对用户信息

.NET 8 中 URI 比较行为的重大变更:mailto: 协议现在会比对用户信息 docs This repository contains .NET Documentation. 项目地址: https://gitcode....

2025-06-10 09:04:54 274

原创 Apache Ignite控制脚本(control.sh/bat)完全指南

Apache Ignite控制脚本(control.sh/bat)完全指南 ignite Apache Ignite 项目地址: https://gitcode.com/gh_mirrors/ignite16/ignite ...

2025-06-09 09:06:59 376

原创 在Debian系统上安装weiliu89/caffe深度学习框架指南

在Debian系统上安装weiliu89/caffe深度学习框架指南 caffe 项目地址: https://gitcode.com/gh_mirrors/caf/caffe ...

2025-06-08 09:21:20 408

原创 JavaScript 标准库之 Number 对象详解

JavaScript 标准库之 Number 对象详解 jstutorial Javascript tutorial book 项目地址: https://gitcode.com/gh_mirrors/js/jstutorial...

2025-06-08 09:03:54 354

原创 fah-client-bastet:强大的分布式计算客户端

fah-client-bastet:强大的分布式计算客户端 fah-client-bastet Folding@home client, code named Bastet 项目地址: https://gitcode.com/gh...

2025-06-08 09:00:05 387

原创 Larastan 项目升级指南:从版本变迁看静态分析最佳实践

Larastan 项目升级指南:从版本变迁看静态分析最佳实践 larastan ⚗️ Adds code analysis to Laravel improving developer productivity and code quality. ...

2025-06-07 09:05:59 351

原创 Dragonfly 分布式文件分发系统快速入门指南

Dragonfly 分布式文件分发系统快速入门指南 Dragonfly This repository has be archived and moved to the new repository https://github.com/dragonflyoss/Dragonfly2. ...

2025-06-07 09:04:31 260

原创 DeepMind Lab 文本关卡设计指南

DeepMind Lab 文本关卡设计指南 lab A customisable 3D platform for agent-based AI research 项目地址: https://gitcode.com/gh_mirro...

2025-06-06 09:02:32 407

原创 uWebSockets.js中的WebSocket速率限制实现详解

uWebSockets.js中的WebSocket速率限制实现详解 uWebSockets.js μWebSockets for Node.js back-ends :metal: 项目地址: https://gitcode.co...

2025-06-05 09:02:11 254

原创 深入理解pygdf中的GroupBy操作:高效GPU加速数据分组聚合

深入理解pygdf中的GroupBy操作:高效GPU加速数据分组聚合 cudf 项目地址: https://gitcode.com/gh_mirrors/py/pygdf ...

2025-06-04 09:20:27 214

原创 Monero项目中的ZMQ通信机制详解

Monero项目中的ZMQ通信机制详解 monero Monero: the secure, private, untraceable cryptocurrency 项目地址: https://gitcode.com/gh_mir...

2025-06-04 09:17:21 231

原创 Doctrine DBAL 升级指南:从 3.x 到 4.x 的重要变更解析

Doctrine DBAL 升级指南:从 3.x 到 4.x 的重要变更解析 dbal doctrine/dbal: Doctrine DBAL 是一个数据库抽象层,为PHP应用程序提供了一组统一且灵活的数据库访问接口,支持多种关系型数据库(如MySQL、PostgreSQL、SQLite等),便于开发者在不同数据库系统...

2025-06-04 09:11:36 350

原创 Druid项目中的分辨率无关性设计解析

Druid项目中的分辨率无关性设计解析 druid A data-first Rust-native UI design toolkit. 项目地址: https://gitcode.com/gh_mirrors/drui/dr...

2025-06-04 09:10:48 364

原创 深入理解JVM类加载时机:doocs/jvm项目解析

深入理解JVM类加载时机:doocs/jvm项目解析 jvm ???? JVM 底层原理最全知识总结 项目地址: https://gitcode.com/gh_mirrors/jvm9/jvm ...

2025-06-04 09:00:16 225

原创 Marimo编辑器功能全面解析:从基础配置到高效开发技巧

Marimo编辑器功能全面解析:从基础配置到高效开发技巧 marimo A next-generation Python notebook: explore data, build tools, deploy apps! 项目地址...

2025-06-03 09:02:39 347

原创 CaptchaHarvester:自动化项目中的验证码解决利器

CaptchaHarvester:自动化项目中的验证码解决利器 CaptchaHarvester Solve captchas yourself without having to pay for services like 2captcha for use in automated projects. ...

2025-06-03 09:00:00 364

原创 TDengine SQL操作全指南:从建库到查询的完整实践

TDengine SQL操作全指南:从建库到查询的完整实践 TDengine TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Co...

2025-06-01 09:08:47 237

原创 LlamaIndex项目中的节点解析器模块详解

LlamaIndex项目中的节点解析器模块详解 llama_index LlamaIndex(前身为GPT Index)是一个用于LLM应用程序的数据框架 项目地址: https://gitcode.com/gh_mirrors/...

2025-05-30 09:09:08 276

原创 ColossalAI Booster API 详解:分布式训练加速新范式

ColossalAI Booster API 详解:分布式训练加速新范式 ColossalAI ColossalAI 是一个开源的 AI 框架,旨在为大规模并行训练提供高效的深度学习解决方案。 适合需要进行大规模并行训练和深度学习研究的开发者和研究人员。 提供了高效的并行训练和深度学习模型构建功能,支持多种 GPU ...

2025-05-30 09:08:38 234

原创 freeCodeCamp教程:深入理解while循环与do...while循环的区别与应用

freeCodeCamp教程:深入理解while循环与do...while循环的区别与应用 freeCodeCamp freeCodeCamp.org的开源代码库和课程。免费学习编程。 项目地址: https://gitcode....

2025-05-30 09:07:24 317

原创 Flask项目数据库操作全指南:从连接到初始化

Flask项目数据库操作全指南:从连接到初始化 flask pallets/flask: Flask 是一个用于 Python 的 Web 框架,可以用于构建 Web 应用程序和 API,支持多种 Web 协议和编程语言,如 HTTP,HTML,JavaScript 等。 ...

2025-05-30 09:03:06 284

原创 Storybook项目在Angular框架中的完整指南

Storybook项目在Angular框架中的完整指南 storybook Storybook是一个独立运行的UI组件开发环境,支持React、Vue、Angular等多种前端框架。它允许开发者在隔离环境中创建、展示和测试UI组件,有助于组件化开发和设计系统的标准化,提高团队协作效率和代码质量。 ...

2025-05-30 09:02:00 374

原创 构建25+5计时器项目详解:从零实现番茄工作法时钟

构建25+5计时器项目详解:从零实现番茄工作法时钟 freeCodeCamp freeCodeCamp.org的开源代码库和课程。免费学习编程。 项目地址: https://gitcode.com/gh_mirrors/fr/fr...

2025-05-30 09:01:56 245

原创 Electron应用提交至Mac App Store全流程指南

Electron应用提交至Mac App Store全流程指南 electron Electron是一个革命性的框架,让你用JavaScript、HTML和CSS开发跨平台桌面应用,完美融合Node.js与Chromium的强大功能。从Visual Studio Code到无数其他热门应用,Electron是背后的推手。...

2025-05-30 09:00:46 372

原创 Vulkan Gaussian Splatting 项目教程

Vulkan Gaussian Splatting 项目教程 vk_gaussian_splatting Sample implementing several rendering methods for 3D gaussian splatting ...

2025-05-28 09:01:20 351

原创 unique-username-generator:生成独特用户名的利器

unique-username-generator:生成独特用户名的利器 unique-username-generator A package to generate a unique username from email or randomly selected nouns and adjectives. Deve...

2025-05-19 09:00:06 290

原创 MoDGS:动态高斯渲染技术新篇章

MoDGS:动态高斯渲染技术新篇章 MoDGS 项目地址: https://gitcode.com/gh_mirrors/mo/MoDGS 项目介绍MoDGS(Monoc...

2025-05-16 09:00:06 242

原创 sleep-synchronously:阻塞主线程的简便方法

sleep-synchronously:阻塞主线程的简便方法 sleep-synchronously Block the main thread for a given amount of time 项目地址: https://g...

2025-05-07 18:00:50 758

原创 Open-XiaoAI:重塑智能音箱交互体验,解锁无限可能

Open-XiaoAI:重塑智能音箱交互体验,解锁无限可能 open-xiaoai 让小爱音箱「听见你的声音」,解锁无限可能。 项目地址: https://gitcode.com/gh_mirrors/op/open-xiaoa...

2025-05-07 09:30:19 414

原创 Awesome ExtJS:构建卓越的前端应用

Awesome ExtJS:构建卓越的前端应用 awesome-extjs A curated list of ExtJS resources. 项目地址: https://gitcode.com/gh_mirrors/aw/aw...

2025-04-30 17:10:55 880

原创 vnpay:集成越南支付网关的Node.js库

vnpay:集成越南支付网关的Node.js库 vnpay An open-source nodejs library support to payment with VNPay (vnpay.vn) 项目地址: https://...

2025-04-29 22:50:20 954

原创 awesome-hledger:一款功能强大的财务记账工具

awesome-hledger:一款功能强大的财务记账工具 awesome-hledger Guides and Tools for hledger 项目地址: https://gitcode.com/gh_mirrors/aw/...

2025-04-28 22:10:35 787

原创 langfair 的安装和配置教程

langfair 的安装和配置教程 langfair LangFair is a Python library for conducting use-case level LLM bias and fairness assessments ...

2025-04-24 11:01:28 322

原创 plutarch-plutus:高效的Plutus Core验证器编写工具

plutarch-plutus:高效的Plutus Core验证器编写工具 plutarch-plutus Typed eDSL for writing UPLC /ˈpluː.tɑːk/ 项目地址: https://gitco...

2025-04-24 09:17:46 783

原创 Logger项目安装与配置指南

Logger项目安装与配置指南 Logger Logger is used by Oracle developers to instrument their PL/SQL code 项目地址: https://gitcode.co...

2025-04-23 09:24:28 805

空空如也

空空如也

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

TA关注的人

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