3 个仓库
Mini programs that leverage cloud hosting, serverless functions, databases, and storage for backend capabilities.
Distinct from Mini Program Development: Distinct from Mini Program Development: focuses specifically on the cloud backend integration aspect, not general mini program development.
Explore 3 awesome GitHub repositories matching mobile development · Cloud-Integrated Mini Programs. Refine with filters or upvote what's useful.
This repository is a demonstration project for building mini programs that run inside the WeChat ecosystem. It provides a complete development framework for creating lightweight, native-feeling services using declarative components, data binding, and platform APIs. The project showcases how to construct applications with a component-based UI architecture, file-based page routing, and a dual-thread rendering model where the logic layer operates in a JavaScript engine while the view layer renders through native WebView components. The demo illustrates integration with cloud services, including
Demonstrates cloud integration with serverless functions, database SDK, and storage for mini programs.
该项目是一个多网关支付 SDK,提供了一个统一的 API 和抽象层,用于集成多个支付提供商。它将高级支付操作映射到特定于提供商的 API 调用,并通过统一的响应标准化系统标准化不同的输出。 该 SDK 支持多租户配置,允许单个运行时实例为不同的业务账户隔离凭据和设置。它具有基于插件的架构,能够通过抽象类实现添加自定义支付网关。 其功能面涵盖了端到端的支付生命周期,包括跨 Web、移动和 QR 渠道的订单发起、状态查询、资金冻结和退款处理。它包括用于自动证书轮换和传入 Webhook 数字签名验证的安全实用程序。其他功能领域包括财务对账、具有活体检测的身份验证以及电子发票和利润分成管理。
Handles order creation and refund requests specifically for users within mini-program environments.
这是一个使用 TensorFlow 2 构建、训练和部署机器学习模型的综合教育资源和教程手册。它作为结构化学习指南,涵盖了深度学习的核心概念,包括神经网络架构、自动微分和张量运算。 该手册提供了关于通过 GPU 内存管理、分布式训练和模型量化来优化执行效率的技术指导。它还包括用于构建高性能数据管道以及将模型导出到生产服务器、移动设备和 Web 浏览器的详细手册。 该材料涵盖了广泛的功能,包括使用卷积和循环网络的模型开发、自定义损失函数和层的实现,以及使用预训练模型进行迁移学习。它还探讨了边缘设备的部署策略以及使用基于云的运行时进行硬件加速。 该资源以 Jupyter Notebooks 集合的形式实现。
Provides technical guidance on embedding machine learning capabilities into mini-programs using GPU acceleration wrappers.