大约有 23,000 项符合查询结果(耗时:0.0215秒) [XML]

https://bbs.tsingfun.com/thread-2937-1-1.html 

腾讯云CloudBase接入步骤 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

...文件列表的api,只能通过路径下载文件,和上传文件。 图片文件上传ok ----文件下载---- 现已支持,填文件名 or cloudPath 均可以。 ---- MySQL读取数据 ----
https://bbs.tsingfun.com/thread-2950-1-1.html 

- App应用开发 - 清泛IT社区,为创新赋能!

...熟。 以下2款貌似不支持手势滑动,但可以轮换播放图片: https://aix.colintree.cn/zh/extensions/ColinTreeSlideShow.html https://community.kodular.io/t/free-fancygallery-extension/108981
https://www.fun123.cn/referenc... 

GestureDetector 手势检测拓展:旋转、缩放和滑动手势检测,自定义手势识别...

...,追踪所有触摸点位置和数量(绑定到 Canvas) 适用于图片查看器、地图缩放、游戏控制等需要手势交互的场景。 .aix 拓展下载: cn.fun123.GestureDetector.aix 基本用法 旋转/缩放(绑定到 Canvas): 在设计...
https://bbs.tsingfun.com/thread-3047-1-1.html 

第二波Fable5抢收备忘 - 闲聊区 - 清泛IT社区,为创新赋能!

...展基本都不行:TableView拓展,Echart拓展 多选:导出的图片附带的信息只有一个;删除也是只删了一个;黑夜模式菜单背景还是白色的         这2个功能引入进来:         https://www.wxbit.com/articl...
https://bbs.tsingfun.com/thread-3137-1-1.html 

DeepSeek终于支持多模态,识图App搞起! - App Inventor 2 中文网 - 清泛IT...

文档中的案例:https://www.fun123.cn/reference/ ... ple-deepseek-vision 代码块很简单: 模拟器识别一个截图,参考如下: 识别一张图片,参考如下:
https://stackoverflow.com/ques... 

Convert between UIImage and Base64 string

Does anyone know how to convert a UIImage to a Base64 string, and then reverse it? 24 Answers ...
https://stackoverflow.com/ques... 

How to convert a Base64 string into a Bitmap image to show it in a ImageView?

I have a Base64 String that represents a BitMap image. 6 Answers 6 ...
https://stackoverflow.com/ques... 

Base 64 encode and decode example code

Does anyone know how to decode and encode a string in Base64 using the Base64. I am using the following code, but it's not working. ...
https://stackoverflow.com/ques... 

How do I base64 encode (decode) in C?

...ve binary data in an unsigned char variable. I need to convert them to PEM base64 in c. I looked in openssl library but i could not find any function. Does any body have any idea? ...
https://stackoverflow.com/ques... 

Base64 Java encode and decode a string [duplicate]

I want to encode a string into base64 and transfer it through a socket and decode it back. 6 Answers ...