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

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

App Inventor 2 图片缩放并返回Base64文本 - App应用开发 - 清泛IT社区,为创新赋能!

图片缩放并Base64化 参考代码如下:(注:图片可拖动至编程区,自动还原代码块) 参考用法如下: 其中,用到的SimpleBase64拓展,点此查看。其中,用到的TaifunImage拓展,点此查看。 来源中文文档:https://www.fun123.cn/reference/ ......
https://bbs.tsingfun.com/thread-2068-1-1.html 

为什么接收到的字符串数据都带括号了?如何处理? - App应用开发 - 清泛IT...

Q:为什么我接收到的字符串数据都带括号啊您知道怎么去除吗?奇怪的是我用调试软件接收到的也不带括号。 [hide]A:首先,如果文本输入出来多出了 中括号 [ 或 小括号 ( ,就考虑它不是文本类型,而是列表,尤其是列表...
https://bbs.tsingfun.com/thread-2083-1-1.html 

【解决】error 1101 unable to get a response with the specified url - A...

请求标头用字典的话,就会出现 error 1101 unable to get a response with the specified url 错误, 改为二元列表就可以了:
https://bbs.tsingfun.com/thread-2084-1-1.html 

【解决】百度AI使用Web客户端Post方法报错的问题 - App应用开发 - 清泛IT社...

按照文档,就是使用Post方法: 代码肯定没有问题的情况下,就是报错:参数不对 改成Get方式,完美: 深层次原因可能还需要挖一下~~~
https://bbs.tsingfun.com/thread-2088-1-1.html 

AppInventor2 离线版:免登录,离线用,一键启动,App开发so easy! - App ...

下载地址:https://www.fun123.cn/reference/info/desktop.html 什么时候更新电脑版?tina111 发表于 2024-12-27 10:58 什么时候更新电脑版? 这个离线版就是电脑版啊,直接装再电脑上,桌面快捷方式一键启动,就能愉快...
https://bbs.tsingfun.com/thread-2098-1-1.html 

模拟器不能正常朗读文本的解决方法 - App应用开发 - 清泛IT社区,为创新赋能!

MuMu 安卓模拟器本身并不自带语音引擎(如 Google TTS 引擎)。如果需要朗读文本,可以按照以下步骤解决问题: 1. 安装语音引擎Google TTS 引擎: 在模拟器内打开应用商店(如 Google Play Store 或其他 APK 下载平台)。搜索并安装 Goo...
https://bbs.tsingfun.com/thread-2102-1-1.html 

蓝牙接收的数据怎么一行一行更新显示和,类似图2这样的 - App应用开发 - 清...

在做BLE蓝牙显示app。蓝牙端一个数据一个数据的发送,但是显示的时候后一个会覆盖上一个 无法将接收的数据全部罗列出来,而且显示的还有问题,有时候显示一个,有时候显示3个数据。求解!!使用列表显示框组件,详见文...
https://bbs.tsingfun.com/thread-2104-1-1.html 

Need android.permission.BLUETOOTH_SCAN permission for android.content....

Need android.permission.BLUETOOTH_SCAN permission for android.content.AttributionSource@1fe6f5d:GattService registerScanner BluetoothLE 扩展尚未更新以支持 Android 12。作为一种解决方法,您可以将 BluetoothClient 组件添加到您的项目中(这将为项目添加正确的...
https://bbs.tsingfun.com/thread-2106-1-1.html 

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

硬件子板块第一篇帖子:https://bbs.tsingfun.com/thread-2104-1-1.html
https://bbs.tsingfun.com/thread-2112-1-1.html 

【拍照图片处理】Attempt to invoke virtual method 'boolean android.grap...

在做图片识别App的时候,选择相册图片没有问题,拍照后图片就报错: Attempt to invoke virtual method 'boolean android.graphics.Bitmap.compress(android.graphics.Bitmap$CompressFormat, int, java.io.OutputStream)' on a null object reference 图片大致的处理流程是...