自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 深入理解Advanced React Patterns中的Latest Ref模式

深入理解Advanced React Patterns中的Latest Ref模式 advanced-react-patterns This is the latest advanced react patterns workshop ...

2025-06-11 09:13:38 123

原创 mp-html 插件系统深度解析与使用指南

mp-html 插件系统深度解析与使用指南 mp-html mp-html是一个微信小程序HTML组件库,适合用于快速搭建微信小程序界面。特点:组件丰富、易于使用、支持自定义样式。 项目地址: https://gitcode.co...

2025-06-11 09:13:37 93

原创 ai-chat:构建实时AI聊天应用的强大起点

ai-chat:构建实时AI聊天应用的强大起点 ai-chat Laravel AI chat starter kit. 项目地址: https://gitcode.com/gh_mirrors/aichat2/ai-chat ...

2025-06-11 09:00:05 187

原创 基于gpytorch的SVGP-CIQ方法:大规模高斯过程回归实践指南

基于gpytorch的SVGP-CIQ方法:大规模高斯过程回归实践指南 gpytorch A highly efficient implementation of Gaussian Processes in PyTorch 项目地...

2025-06-10 09:21:10 128

原创 DoctrineExtensions 在 Laminas 框架中的集成指南

DoctrineExtensions 在 Laminas 框架中的集成指南 DoctrineExtensions Doctrine2 behavioral extensions, Translatable, Sluggable, Tree-NestedSet, Timestampable, Loggable, Sorta...

2025-06-10 09:03:56 251

原创 Conform.nvim 格式化插件调试指南

Conform.nvim 格式化插件调试指南 conform.nvim Lightweight yet powerful formatter plugin for Neovim 项目地址: https://gitcode.com/...

2025-06-10 09:02:35 262

原创 Anchor 0.31.0 版本发布:v1 前的重要更新

Anchor 0.31.0 版本发布:v1 前的重要更新 anchor ⚓ Solana Sealevel Framework 项目地址: https://gitcode.com/gh_mirrors/an/anchor ...

2025-06-09 09:21:25 299

原创 Coq项目中的CIC类型系统详解

Coq项目中的CIC类型系统详解 coq Coq is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems...

2025-06-08 09:13:06 290

原创 ProGit2项目:Git代码托管平台账户设置与安全配置指南

ProGit2项目:Git代码托管平台账户设置与安全配置指南 progit2 Pro Git 2nd Edition 项目地址: https://gitcode.com/gh_mirrors/pr/progit2 ...

2025-06-07 09:02:25 236

原创 深入理解unjs/nitro中的WebSocket支持

深入理解unjs/nitro中的WebSocket支持 nitro Create, build and deploy universal web servers. The open engine powering Nuxt and open to everyone. ...

2025-06-06 09:02:36 243

原创 MassTransit消息调度机制深度解析

MassTransit消息调度机制深度解析 MassTransit MassTransit/MassTransit: 一个基于 .NET 的分布式消息传递框架,提供了多种消息传递和分布式处理功能,适合用于实现分布式消息传递和处理。 ...

2025-06-06 09:01:11 268

原创 在微信/支付宝小程序中使用AntV F2图表库的完整指南

在微信/支付宝小程序中使用AntV F2图表库的完整指南 F2 ????????An elegant, interactive and flexible charting library for mobile. 项目地址: https://g...

2025-06-05 09:09:28 351

原创 基于TensorFlow构建MNIST手写数字识别神经网络教程

基于TensorFlow构建MNIST手写数字识别神经网络教程 Machine-Learning-Collection A resource for learning about Machine learning & Deep Learning ...

2025-06-05 09:08:20 358

原创 Read the Docs 项目构建故障排查指南

Read the Docs 项目构建故障排查指南 readthedocs.org The source code that powers readthedocs.org 项目地址: https://gitcode.com/gh_m...

2025-06-05 09:06:52 224

原创 Docuseal Java API 使用指南:文档模板与签名请求管理

Docuseal Java API 使用指南:文档模板与签名请求管理 docuseal docusealco/docuseal: DocuSeal 可能是一个文档安全或数字签名解决方案的软件项目,但根据GitHub上信息不足无法确定具体细节。它可能用于保护文档的安全性、提供电子签名功能或者进行文档生命周期管理。 ...

2025-06-04 09:18:54 314

原创 StarRocks中的表达式JIT编译技术解析

StarRocks中的表达式JIT编译技术解析 starrocks StarRocks是一个开源的分布式数据分析引擎,用于处理大规模数据查询和分析。 - 功能:分布式数据分析;大规模数据查询;数据分析;数据仓库。 - 特点:高性能;可扩展;易于使用;支持多种数据源。 ...

2025-06-04 09:06:36 236

原创 PyAutoGUI快速入门指南:跨平台GUI自动化利器

PyAutoGUI快速入门指南:跨平台GUI自动化利器 pyautogui asweigart/pyautogui: 是一个用于自动化图形用户界面操作的 Python 库。适合在 Python 应用程序中实现自动化操作,例如自动点击、拖动、输入文字等。特点是提供了简单的 API,支持多种操作系统和屏幕分辨率,并且可以自定...

2025-06-03 09:11:38 310

原创 Second-Me项目Ollama自定义模型配置完全指南

Second-Me项目Ollama自定义模型配置完全指南 Second-Me 开源 AI 身份系统,通过本地训练和部署,模仿用户思维和学习风格,创建专属AI替身,保护隐私安全。 项目地址: https://gitcode.com/...

2025-06-03 09:05:16 328

原创 DevPod项目:工作区预构建技术详解

DevPod项目:工作区预构建技术详解 devpod Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost...

2025-06-03 09:01:27 314

原创 Elastic Kibana页面模板开发指南:构建统一风格的Kibana界面

Elastic Kibana页面模板开发指南:构建统一风格的Kibana界面 kibana Your window into the Elastic Stack 项目地址: https://gitcode.com/gh_mirro...

2025-06-03 09:00:46 392

原创 HashiCorp Packer的Zsh自动补全功能解析

HashiCorp Packer的Zsh自动补全功能解析 packer Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. ...

2025-06-02 09:15:40 232

原创 深入理解CGO基础 - advanced-go-programming-book项目解析

深入理解CGO基础 - advanced-go-programming-book项目解析 advanced-go-programming-book :books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿) ...

2025-06-01 09:17:06 392

原创 ShardingSphere-JDBC 分片算法详解与实战指南

ShardingSphere-JDBC 分片算法详解与实战指南 shardingsphere 项目地址: https://gitcode.com/gh_mirrors/shard/shardingsphere ...

2025-06-01 09:16:50 766

原创 从零实现机器学习:梯度提升算法详解

从零实现机器学习:梯度提升算法详解 ML-From-Scratch Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on acces...

2025-06-01 09:06:09 360

原创 ItChat项目实战:Python微信机器人开发进阶指南

ItChat项目实战:Python微信机器人开发进阶指南 ItChat littlecodersh/ItChat: ItChat 是一个强大的Python微信个人号API库,支持发送消息、接收消息、群聊管理等多种微信个人号操作,常用于微信机器人开发或者微信自动化任务处理。 ...

2025-06-01 09:05:10 212

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

Lute项目启动与配置教程 lute Luau for General-Purpose Programming 项目地址: https://gitcode.com/gh_mirrors/lut/lute ...

2025-05-29 09:00:48 370

原创 OpenShift集群节点调优操作符(Cluster Node Tuning Operator)启动与配置教程

OpenShift集群节点调优操作符(Cluster Node Tuning Operator)启动与配置教程 cluster-node-tuning-operator Manage node-level tuning by orchestrating the tuned daemon. ...

2025-05-27 09:01:06 265

原创 green-cost-explorer:项目核心功能/场景

green-cost-explorer:项目核心功能/场景 green-cost-explorer See how much of your cloud bill is spent on fossil fuels ,so you can do the right thing and switch. We're in a ...

2025-05-27 09:00:01 290

原创 huggingface/xet-core 开源项目最佳实践

huggingface/xet-core 开源项目最佳实践 xet-core xet client tech, used in huggingface_hub 项目地址: https://gitcode.com/gh_mirror...

2025-05-24 09:03:57 347

原创 nnview:神经网络的直观探查工具

nnview:神经网络的直观探查工具 nnview A neural network visualizer 项目地址: https://gitcode.com/gh_mirrors/nn/nnview ...

2025-05-23 09:00:13 224

原创 weibo:微博API SDK,适用于浏览器和Node.js服务器

weibo:微博API SDK,适用于浏览器和Node.js服务器 weibo weibo nodejs sdk 项目地址: https://gitcode.com/gh_mirrors/wei/weibo ...

2025-05-19 09:00:00 308

原创 NewEraAI-Papers:精选顶级会议论文,助力AI研究前沿

NewEraAI-Papers:精选顶级会议论文,助力AI研究前沿 NewEraAI-Papers The repository provides links to collections of influential and interesting research papers from top AI confere...

2025-05-14 09:00:04 325

原创 CS-Notes:自学者的计算机科学笔记宝库

CS-Notes:自学者的计算机科学笔记宝库 CS-Notes 我的自学笔记,终身更新,当前专注System基础、MLSys。 项目地址: https://gitcode.com/gh_mirrors/csn/CS-Notes ...

2025-05-07 17:20:20 877

原创 busybox:轻量级工具箱,简化容器化部署

busybox:轻量级工具箱,简化容器化部署 busybox Docker Official Image packaging for Busybox 项目地址: https://gitcode.com/gh_mirrors/bus...

2025-05-02 09:07:13 660

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

ThumbHost3mf 项目启动与配置教程 ThumbHost3mf A macOS app that hosts a thumbnail provider that makes the Finder displays the thumbnails built in to some .gcode and .3mf fi...

2025-04-27 10:20:41 365

原创 PopTorch开源项目最佳实践

PopTorch开源项目最佳实践 poptorch PyTorch interface for the IPU 项目地址: https://gitcode.com/gh_mirrors/po/poptorch ...

2025-04-27 09:50:07 213

原创 mediatek-lte-baseband-re:解锁低成本 LTE 模组的无限可能

mediatek-lte-baseband-re:解锁低成本 LTE 模组的无限可能 mediatek-lte-baseband-re Notes and utilities for reverse engineering the MediaTek LTE baseband and its Coresonic DSP....

2025-04-26 23:20:20 793

原创 《Python学习之路》开源项目教程

《Python学习之路》开源项目教程 learnpython Python Resources for Everyone 项目地址: https://gitcode.com/gh_mirrors/learnpython5/lear...

2025-04-25 12:00:00 306

原创 libcox:跨平台系统调用与实用工具库

libcox:跨平台系统调用与实用工具库 libcox Cross Platform UNIX commands & System Calls 项目地址: https://gitcode.com/gh_mirrors/li/lib...

2025-04-25 09:16:19 519

原创 bookmarksAI:智能整理书签,提升效率利器

bookmarksAI:智能整理书签,提升效率利器 bookmarksAI GPT automatically organizes your browser bookmarks 项目地址: https://gitcode.com...

2025-04-24 13:51:07 654

空空如也

空空如也

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

TA关注的人

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