自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 HeliBoard键盘布局配置完全指南

HeliBoard键盘布局配置完全指南 HeliBoard Customizable and privacy-conscious open-source keyboard 项目地址: https://gitcode.com/gh_...

2025-06-12 09:09:01 198

原创 toolboxdesign:MATLAB 工具箱最佳实践

toolboxdesign:MATLAB 工具箱最佳实践 toolboxdesign Best practices for creating high-quality and user-friendly MATLAB toolboxes, including recommendations for file organi...

2025-06-12 09:00:05 97

原创 PaddlePaddle深度学习教程:线性回归模型详解

PaddlePaddle深度学习教程:线性回归模型详解 awesome-DeepLearning 深度学习入门课、资深课、特色课、学术案例、产业实践案例、深度学习知识百科及面试题库The course, case and knowledge of Deep Learning and AI ...

2025-06-11 09:17:36 262

原创 使用AWS Data Wrangler高效查询数据的技术实践

使用AWS Data Wrangler高效查询数据的技术实践 data-science-on-aws AI and Machine Learning with Kubeflow, Amazon EKS, and SageMaker ...

2025-06-11 09:16:35 223

原创 深入理解urllib3库的高级用法

深入理解urllib3库的高级用法 urllib3 项目地址: https://gitcode.com/gh_mirrors/url/urllib3 urllib3是Pyt...

2025-06-10 09:17:17 300

原创 unbug:Rust调试断言宏,提升开发效率

unbug:Rust调试断言宏,提升开发效率 unbug Debug breakpoint assertions for Rust 项目地址: https://gitcode.com/gh_mirrors/unbu/unbug ...

2025-06-10 09:00:00 338

原创 Python依赖注入容器构建异步监控守护进程教程

Python依赖注入容器构建异步监控守护进程教程 python-dependency-injector Dependency injection framework for Python 项目地址: https://gitcode...

2025-06-09 09:20:37 337

原创 Data-Juicer项目:构建高质量多模态数据集的SORA解决方案

Data-Juicer项目:构建高质量多模态数据集的SORA解决方案 data-juicer A one-stop data processing system to make data higher-quality, juicier, and more digestible for LLMs! ???? ???? ???? ➡️ ➡️...

2025-06-09 09:05:23 238

原创 lakeFS项目中的合并操作详解:原理与策略

lakeFS项目中的合并操作详解:原理与策略 lakeFS lakeFS: 是一个分布式文件系统,专为云原生数据湖而设计。它可以处理海量数据,支持数据版本控制和数据共享,适合用于大数据分析场景。特点包括高性能、高可扩展性、数据版本控制等。 ...

2025-06-09 09:02:09 315

原创 Kubernetes Descheduler 使用指南:优化集群资源分配的利器

Kubernetes Descheduler 使用指南:优化集群资源分配的利器 descheduler Descheduler for Kubernetes 项目地址: https://gitcode.com/gh_mirrors...

2025-06-08 09:19:07 300

原创 Learning-Prompt项目解析:如何通过角色设定优化ChatGPT输出效果

Learning-Prompt项目解析:如何通过角色设定优化ChatGPT输出效果 Learning-Prompt Free prompt engineering online course. ChatGPT and Midjourney tutorials are now included! ...

2025-06-08 09:04:31 356

原创 Apache Zeppelin 凭证管理REST API详解

Apache Zeppelin 凭证管理REST API详解 zeppelin Web-based notebook that enables data-driven, interactive data analytics and collaborative documents with SQL, Scala and m...

2025-06-07 09:00:44 320

原创 PyTorch深度学习中的隐变量能量模型(EBM)原理与实践

PyTorch深度学习中的隐变量能量模型(EBM)原理与实践 NYU-DLSP20 NYU Deep Learning Spring 2020 项目地址: https://gitcode.com/gh_mirrors/pyt/py...

2025-06-06 09:07:42 250

原创 Alluxio在深度学习框架中的应用与优化实践

Alluxio在深度学习框架中的应用与优化实践 alluxio Alluxio, data orchestration for analytics and machine learning in the cloud 项目地址: h...

2025-06-06 09:05:38 210

原创 深入解析jQuery/Esprima项目的语法树格式

深入解析jQuery/Esprima项目的语法树格式 esprima ECMAScript parsing infrastructure for multipurpose analysis 项目地址: https://gitcod...

2025-06-06 09:03:49 279

原创 学习Node.js文件过滤列表示例:filtered-ls.js实现详解

学习Node.js文件过滤列表示例:filtered-ls.js实现详解 learnyounode Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops. ...

2025-06-06 09:01:39 242

原创 MMsegmentation项目自定义数据集开发指南

MMsegmentation项目自定义数据集开发指南 mmsegmentation OpenMMLab Semantic Segmentation Toolbox and Benchmark. 项目地址: https://gitc...

2025-06-04 09:20:57 298

原创 深入理解eslint-plugin-react中的forbid-component-props规则

深入理解eslint-plugin-react中的forbid-component-props规则 eslint-plugin-react 项目地址: https://gitcode.com/gh_mirrors/esl/esl...

2025-06-04 09:19:21 391

原创 AutoKeras实战:从磁盘加载数据集的完整指南

AutoKeras实战:从磁盘加载数据集的完整指南 autokeras 项目地址: https://gitcode.com/gh_mirrors/aut/autokeras ...

2025-06-04 09:18:31 323

原创 使用txtai实现多语言文本翻译:本地化机器翻译实践指南

使用txtai实现多语言文本翻译:本地化机器翻译实践指南 txtai ???? All-in-one open-source embeddings database for semantic search, LLM orchestration and language model workflows ...

2025-06-03 09:12:38 362

原创 Detox移动端自动化测试入门:编写第一个测试用例

Detox移动端自动化测试入门:编写第一个测试用例 Detox Gray box end-to-end testing and automation framework for mobile apps 项目地址: https://...

2025-06-03 09:11:16 342

原创 使用Webpack别名优化模块导入路径 - 来自jbranchaud/til项目的实践

使用Webpack别名优化模块导入路径 - 来自jbranchaud/til项目的实践 til :memo: Today I Learned 项目地址: https://gitcode.com/gh_mirrors/ti/til...

2025-06-03 09:05:08 365

原创 Redux DevTools Extension 常见问题排查指南

Redux DevTools Extension 常见问题排查指南 redux-devtools-extension zalmoxisus/redux-devtools-extension: 是一个用于Redux的开发者工具扩展。适合用于需要调试和监控Redux应用的状态管理。特点是可以提供实时的状态查看、行动日志和错误...

2025-06-03 09:01:57 364

原创 Apache APISIX 从源码构建完整指南

Apache APISIX 从源码构建完整指南 apisix Apisix是一个基于Nginx的API网关,主要用于微服务架构中的API管理和服务发现。它的特点是高性能、轻量级、易于配置等。适用于API管理和负载均衡场景。 项目地...

2025-06-02 09:16:02 393

原创 pybind11异常处理机制深度解析

pybind11异常处理机制深度解析 pybind11 Seamless operability between C++11 and Python 项目地址: https://gitcode.com/gh_mirrors/py/p...

2025-06-02 09:04:44 389

原创 crooks:实用的React Hooks集合

crooks:实用的React Hooks集合 crooks A collection of eclectic react hooks 项目地址: https://gitcode.com/gh_mirrors/cr/crooks...

2025-06-02 09:00:01 229

原创 TimescaleDB 源码编译指南:从零开始构建时序数据库扩展

TimescaleDB 源码编译指南:从零开始构建时序数据库扩展 timescaledb timescale/timescaledb: 是一个分布式时间序列数据库,它基于 PostgreSQL 数据库提供高性能的时间序列数据存储和处理。适合用于存储和处理大规模的时间序列数据,特别是对于需要高吞吐量、低延迟的时间序列数据库...

2025-06-01 09:17:43 353

原创 Composer运行时工具详解:掌握项目依赖的运行时检测

Composer运行时工具详解:掌握项目依赖的运行时检测 composer Dependency Manager for PHP 项目地址: https://gitcode.com/gh_mirrors/co/composer ...

2025-06-01 09:02:31 405

原创 js-money:处理货币计算的JavaScript库

js-money:处理货币计算的JavaScript库 js-money JavaScript Implementation of Fowlers Money object. 项目地址: https://gitcode.com/g...

2025-05-31 09:00:03 327

原创 LlamaIndex中的属性图索引(PropertyGraphIndex)深度解析

LlamaIndex中的属性图索引(PropertyGraphIndex)深度解析 llama_index LlamaIndex(前身为GPT Index)是一个用于LLM应用程序的数据框架 项目地址: https://gitco...

2025-05-30 09:08:36 368

原创 深度学习中的注意力机制原理与实践

深度学习中的注意力机制原理与实践 d2l-zh 项目地址: https://gitcode.com/gh_mirrors/d2l/d2l-zh 注意力机制是近年来深度学习领...

2025-05-30 09:03:48 331

原创 Simple Simulator 项目的启动与配置教程

Simple Simulator 项目的启动与配置教程 Simple The Simple Simulator: Simulation Made Simple 项目地址: https://gitcode.com/gh_mirror...

2025-05-28 09:01:06 268

原创 Vite Plugin Istanbul 项目启动与配置教程

Vite Plugin Istanbul 项目启动与配置教程 vite-plugin-istanbul A Vite plugin to instrument code for nyc/istanbul code coverage. In similar way as the Webpack Loader istanbu...

2025-05-24 09:03:57 307

原创 Ansible SFTP 服务器角色配置指南

Ansible SFTP 服务器角色配置指南 ansible-sftp SFTP server role for Ansible 项目地址: https://gitcode.com/gh_mirrors/an/ansible-sf...

2025-05-24 09:03:06 257

原创 绿色背景摄像头(GreenCam)开源项目教程

绿色背景摄像头(GreenCam)开源项目教程 greencam a virtual green backdrop for OBS Studio 项目地址: https://gitcode.com/gh_mirrors/gr/gr...

2025-05-24 09:00:51 314

原创 next-csrf:为Next.js提供强大的CSRF防护功能

next-csrf:为Next.js提供强大的CSRF防护功能 next-csrf CSRF mitigation for Next.js 项目地址: https://gitcode.com/gh_mirrors/nex/next...

2025-05-23 09:00:03 295

原创 netsuite-php:NetSuite PHP API 客户端

netsuite-php:NetSuite PHP API 客户端 netsuite-php NetSuite PHP API Client with namespaces and autoloading 项目地址: https:...

2025-05-17 09:00:01 376

原创 fhir-examples:项目核心功能/场景

fhir-examples:项目核心功能/场景 fhir-examples Usage Examples for github.com/google/fhir 项目地址: https://gitcode.com/gh_mirror...

2025-05-12 14:50:30 864

原创 bootplus:一款优秀的权限管理框架

bootplus:一款优秀的权限管理框架 bootplus 基于SpringBoot + Shiro + MyBatisPlus的权限管理框架 项目地址: https://gitcode.com/gh_mirrors/boo/bo...

2025-05-09 11:30:25 636

原创 prometheus_client_php:为PHP应用引入强大的监控功能

prometheus_client_php:为PHP应用引入强大的监控功能 prometheus_client_php Prometheus instrumentation library for PHP applications ...

2025-05-09 09:05:09 881

空空如也

空空如也

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

TA关注的人

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