首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

pdf-mpaas-develop

行业研究 44.25MB 16 需要积分: 1
立即下载

资源介绍:

pdf
Ant
Technology
Mini program development
kit
User Guide
Document Version: 20230814
Ant
Technology
Mini program development
kit
User Guide
Document Version: 20230814
BBAAD9C20180234D78A0072836F0BF10A2B9B20710143BA0A0D9833BB1482BF11B48B038B158FB0322B926089846D2EB4CE921DAB1D0CB211BBFC2E1763E36DC241430AD4E2CC9C7F416253768A74D947737E17A71A4753ED81B919C6FB2DC58D8A6259B3E3
Legal disclaimer
Ant Group all rights reserved©2022.
No part of this document shall be excerpted, translated, reproduced,
transmitted, or disseminated by any organization, company, or individual in
any form or by any means without the prior written consent of Ant Group.
Trademark statement
and other trademarks related to Ant Group are owned by Ant
Group. The third-party registered trademarks involved in this document are
owned by the right holder according to law.
Disclaimer
The content of this document may be changed due to product version
upgrades, adjustments, or other reasons. Ant Group reserves the right to
modify the content of this document without notice and the updated
versions of this document will be occasionally released through channels
authorized by Ant Group. You must pay attention to the version changes of
this document as they occur and download and obtain the latest version of
this document from Ant Group's authorized channels. Ant Group does not
assume any responsibility for direct or indirect losses caused by improper
use of documents.
Mini program development kit User Guide·Legal disclaimer
> Document Version: 20230814 I
BBAAD9C20180234D78A0072836F0BF10A2B9B20710143BA0A0D9833BB1482BF11B48B038B158FB0322B926089846D2EB4CE921DAB1D0CB211BBFC2E1763E36DC241430AD4E2CC9C7F416253768A74D947737E17A71A4753ED81B919C6FB2DC58D8A6259B3E3
Document conventions
Style Description Example
Danger
A danger notice indicates a situation
that will cause major system changes,
faults, physical injuries, and other
adverse results.
Danger:
Resetting will result in the loss of
user configuration data.
Warning
A warning notice indicates a situation
that may cause major system changes,
faults, physical injuries, and other
adverse results.
Warning:
Restarting will cause business
interruption. About 10 minutes are
required to restart an instance.
Notice
A caution notice indicates warning
information, supplementary
instructions, and other content that
the user must understand.
Notice:
If the weight is set to 0, the server
no longer receives new requests.
Note
A note indicates supplemental
instructions, best practices, tips, and
other content.
Note:
You can use Ctrl + A to select all
files.
>
Closing angle brackets are used to
indicate a multi-level menu cascade.
Click Settings> Network> Set network
type.
Bold
Bold formatting is used for buttons ,
menus, page names, and other UI
elements.
Click OK.
Courier font Courier font is used for commands
Run the cd /d C:/window command to
enter the Windows system folder.
Italic
Italic formatting is used for
parameters and variables.
bae log list --instanceid
Instance_ID
[] or [a|b]
This format is used for an optional
value, where only one item can be
selected.
ipconfig [-all|-t]
{} or {a|b}
This format is used for a required
value, where only one item can be
selected.
switch {active|stand}
Mini program development kit
User Guide·Document conventi
ons
> Document Version: 20230814 I
BBAAD9C20180234D78A0072836F0BF10A2B9B20710143BA0A0D9833BB1482BF11B48B038B158FB0322B926089846D2EB4CE921DAB1D0CB211BBFC2E1763E36DC241430AD4E2CC9C7F416253768A74D947737E17A71A4753ED81B919C6FB2DC58D8A6259B3E3
Table of Contents
1.Mini Program Development
1.1. Activate mPaaSAbout Mini Program
1.2. Integrate Mini Program into Android
1.2.1. Quick start
1.2.2. Advanced guide
1.2.2.2. Customize navigation bar
1.2.2.3. Customize bi-directional channels
1.2.2.4. Extend API permissions
1.2.2.5. Customize startup loading page
1.2.2.6. Extend upper-right pop-up menu
1.2.2.7. Set entrance/exit animation
1.2.2.8. Specify the page to redirect to when starting the Mini Program
1.2.2.9. Pass startup parameters to Android Mini Program
1.2.2.10. Preset an Android mini program in the client
1.2.2.11. Realize multiple instantiation of Android mini program
1.2.2.12. Customize View in Android Mini Program
1.2.2.13. Customize rendering parameters in custom View
1.2.2.14. Send custom message to custom View
1.2.2.15. Send custom event to the mini program
1.2.3. Instructions on upgrading Mini Program
1.2.4. Tutorial
1.2.4.1. Overview
1.2.4.2. Create a native project in Android Studio
1.2.4.3. Create an App in the mPaaS console
1.2.4.4. Integrate Mini Program to project through Native AAR
15
15
15
15
18
18
19
19
21
24
26
27
28
29
30
32
32
34
35
35
36
36
36
36
37
37
Mini program development kit User Guide·Table of Contents
> Document Version: 20230814 I
BBAAD9C20180234D78A0072836F0BF10A2B9B20710143BA0A0D9833BB1482BF11B48B038B158FB0322B926089846D2EB4CE921DAB1D0CB211BBFC2E1763E36DC241430AD4E2CC9C7F416253768A74D947737E17A71A4753ED81B919C6FB2DC58D8A6259B3E3
1.2.4.5. Initialize conguration
1.2.4.6. Create and release a mini program
1.2.4.7. Start mini program
1.2.4.8. Access real-device preview and debugging
1.2.4.9. Customize bi-directional channel
1.2.4.10. Customize startup loading page
1.2.4.11. Custom navigation bar
1.3. Integrate Mini Program into iOS
1.3.1. Quick start
1.3.2. Advanced guide
1.3.2.2. Customize navigation bar of iOS Mini Program
1.3.2.3. Custom bi-directional channel for iOS Mini Program
1.3.2.4. Customize startup loading page of iOS Mini Program
1.3.2.5. Customize error page for iOS mini program
1.3.2.6. iOS Mini Program supports custom View
1.3.2.7. API permission extended conguration for iOS Mini Program
1.3.2.8. Preset an iOS mini program in the client
1.3.2.9. Add extended information for iOS Mini Program
1.3.2.10. Pass startup parameters to iOS Mini Program
1.3.3. Mini Program upgrade instructions
1.4. Mriver Tiny App
1.4.1. Integrate Mriver Tiny App into Android
1.4.1.1. Quick start
1.4.1.2. Start a Mriver Tiny App
1.4.2. Integrate Mriver Tiny App into iOS
1.5. Develop mini program
1.5.1. Quick start
38
39
41
41
42
46
47
54
54
63
63
65
67
68
70
70
73
75
76
76
77
78
78
78
81
83
84
84
Mini program development kit User Guide·Table of Contents
> Document Version: 20230814 II
BBAAD9C20180234D78A0072836F0BF10A2B9B20710143BA0A0D9833BB1482BF11B48B038B158FB0322B926089846D2EB4CE921DAB1D0CB211BBFC2E1763E36DC241430AD4E2CC9C7F416253768A74D947737E17A71A4753ED81B919C6FB2DC58D8A6259B3E3

资源文件列表:

mPaaS_training_pdf.zip 大约有16个文件
  1. mPaaS_training_pdf/
  2. __MACOSX/._mPaaS_training_pdf 220B
  3. mPaaS_training_pdf/Ant Technology mPaaS Mobile Delivery Service User Guide 20221014.pdf 9.38MB
  4. __MACOSX/mPaaS_training_pdf/._Ant Technology mPaaS Mobile Delivery Service User Guide 20221014.pdf 652B
  5. mPaaS_training_pdf/Ant Technology mPaaS Mobile Gateway Service User Guide 20230425.pdf 6.55MB
  6. __MACOSX/mPaaS_training_pdf/._Ant Technology mPaaS Mobile Gateway Service User Guide 20230425.pdf 233B
  7. mPaaS_training_pdf/Ant Technology Message Push Service User Guide 20240205.pdf 10.55MB
  8. __MACOSX/mPaaS_training_pdf/._Ant Technology Message Push Service User Guide 20240205.pdf 712B
  9. mPaaS_training_pdf/.DS_Store 6KB
  10. __MACOSX/mPaaS_training_pdf/._.DS_Store 120B
  11. mPaaS_training_pdf/Ant Technology Mobile Analysis Service User Guide 20221019.pdf 9.02MB
  12. __MACOSX/mPaaS_training_pdf/._Ant Technology Mobile Analysis Service User Guide 20221019.pdf 656B
  13. mPaaS_training_pdf/Ant Technology mPaaS Mobile Sync Service User Guide 20221025.pdf 4.6MB
  14. __MACOSX/mPaaS_training_pdf/._Ant Technology mPaaS Mobile Sync Service User Guide 20221025.pdf 652B
  15. mPaaS_training_pdf/Ant Technology mPaaS Mini program development kit User Guide 20230814.pdf 17.65MB
  16. __MACOSX/mPaaS_training_pdf/._Ant Technology mPaaS Mini program development kit User Guide 20230814.pdf 652B
0评论
提交 加载更多评论
其他资源 【浏览器插件】滴答清单 Todo&任务提醒.zip
【滴答清单浏览器插件】滴答清单,作为TickTick的中文版,是一款全能的待办事项管理工具,助您轻松记录和掌控日常事务。无论是制定学习计划、工作安排,还是创建购物清单、旅行计划,甚至设置生日、约会、还款等重要提醒,滴答清单都能满足您的需求。 荣获多项荣誉,包括: - 豌豆荚「设计奖」 - 搜狗「好应用」 - 最美应用「2014年终盘点超高品质应用」 功能亮点: - 支持QQ、微博、微信快速登录 - 与Android、iOS、网页版完美同步,实现无缝切换 - 微信公众号集成,随时随地记录灵感 - 清单分类、优先级排序、任务标签,让任务管理井然有序 - 高效灵活的提醒功能,确保不错过任何重要事项 - 支持列表模式下创建子任务,细化任务管理 - 日历视图功能,让您的计划一目了然 - 与家人、朋友、同事共享任务,协作完成重要事项 微信公众号:滴答清单 QQ群:205208598
【浏览器插件】标签分组扩展.zip
【浏览器插件-标签分组增强扩展】这款扩展不仅具备了基础的标签管理功能,还特别强化了浏览器的原生"标签分组"特性。其特色功能包括: - 利用自定义匹配规则,自动为标签页创建分组。 - 保存和恢复标签页及其分组状态(快照)。 - 对当前打开的标签页和分组进行管理:激活、关闭、展开/折叠、移动至其他窗口、修改分组名称与颜色、在分组中添加新标签等。 - 对已保存的标签页和分组进行管理:删除、编辑、添加、展开/折叠、合并同名分组、导入导出等功能。 - 管理自定义分组规则:增加、修改、删除、启用/禁用、导入导出等。 - 提供标签和分组管理的快捷键操作:创建、取消、激活、移动、关闭、固定、复制、展开/折叠、根据域名自动分组等。
【浏览器插件】Learn Helper.zip
【浏览器插件-学习助手】清华大学网络学堂的用户界面设计并不十分友好,在Chrome浏览器中会遭遇多种显示问题。本插件提供了一个美观易用的界面,通过自动化的数据挖掘技术,向用户实时推送作业、通知、文件和讨论区的最新动态,显著提升了用户体验。
【Unity精品插件】Amplify Shader Editor v1.9.2
【0积分下载】Amplify Shader Editor :基于节点着色器创建工具 Amplify Shader Editor (ASE) 是受行业领先软件启发的基于节点着色器创建工具。它是一个开放且紧密集成的解决方案,提供了熟悉和连贯的开发环境,使 Unity 的 UI 约定和着色器的使用无缝地融合一起。 最新推出!HDRP 矢量移位样本 最新推出!URP 和 HDRP 的镶嵌选项 最新推出!URP 的半透明和透射选项 最新推出!新的启动屏幕窗口 最新推出!轻松的图形共享和画布截图按钮 最新推出!SRP 资源包自动导入器 最新推出!Unity 2019 兼容性 最新推出!支持后处理栈着色器 • 通用 PBR /无光照 SRP • 通用 2D 光照/无光照 SRP • 高清的光照/无光照/毛发/织物 SRP • 轻量级 PBR /无光照 SRP • 自定义 RT 初始化/更新 • 后期处理特效,包括后处理堆栈 • Alpha 混合粒子 • 精灵 • 光照/无光照 • 无光照的光照贴图 • UI
【浏览器插件】Pincase Pinterest Video & Image Downloader.zip
Pincase 是一款便捷的免费浏览器插件,专为Pinterest视频下载而设计,让Pinterest.com上的视频下载变得轻而易举。它不仅支持视频下载,还能下载图片、GIF和Story Pins。以下是其主要特点: - **易用性**:在Pinterest的每个图钉左上角添加了直观的下载按钮,简化了下载流程。 - **功能全面**:扩展支持Pinterest上的图片、GIF、视频以及Story Pins的下载,兼容Board、搜索页面、主信息流页面以及个人图钉等页面。 - **高效下载**:Pincase支持批量下载功能,无论是GIF、图片还是视频,都能大幅提升你的下载效率。 - **永久免费**:Pincase以用户为中心,承诺永久免费使用,无需担心费用问题。
【浏览器插件】NoteExpress 网络捕手.zip
【浏览器插件 - NoteExpress 网络捕手】轻松将网页文献一键保存至NoteExpress,为您的学术研究提供高效便捷的资料收集工具。请注意,此插件需与NoteExpress软件配合使用,并且目前仅支持Windows操作系统。
西门西门子s7-200smart  PPI 通讯说明和通讯实例子S7-200 SMART PPI 通讯说明和通讯实例
西门子s7-200smart  PPI 通讯说明和通讯实例
西门西门子s7-200smart  PPI 通讯说明和通讯实例子S7-200 SMART PPI 通讯说明和通讯实例
【浏览器插件】喵喵折+.zip
【浏览器插件-喵喵折+】喵喵折(原购物小蜜)是一款便捷高效的购物辅助工具。安装后,当您浏览电商网站时,它将为您提供商品历史价格追踪、同类商品比价、商品收藏以及降价提醒等实用功能。官方版本号:6.0.2.1,发布日期:2023年11月4日。6.0版本更新亮点包括: - "喵喵折+"专业版,功能更加强大,性能更加稳定; - 性能和交互细节的全面优化。 常见问题解答: 1. 安装喵喵折后,若发现不显示价格,可能是因为首次启动时需要加载约600KB的核心配置文件,若加载失败,建议重启浏览器尝试。 2. 喵喵折对电脑性能的影响微乎其微。它作为浏览器应用,在浏览器沙盒环境中运行,且仅在网页正常展示后才启动,不会影响网页加载速度。 3. 安全提示:请确保从Chrome官方商店或官网(miaomiaozhe.com)下载喵喵折,避免从非法渠道下载,以免遭受病毒和木马的侵害。 4. 隐私政策:喵喵折以匿名方式收集常规使用数据以改进产品,除非"明确告知并要求用户主动填写",否则不会收集用户的个人隐私信息。详细《隐私政策》请访问[喵喵折隐私协议](https://www.miaomiaozhe.com/h