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

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

AppInventor如何选相反数? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

问:AppInventor如何选相反数? 答:使用“数学”中的“相反数”积木: 返回给定数字的负数,若给定负数则返回正数。如:8 返回 -8,-0.7 返回 0.7,0 则仍然返回 0。 文档:https://www.fun123.cn/reference/blocks/math.html#neg
https://bbs.tsingfun.com/thread-1597-1-1.html 

App Inventor 2 蓝牙客户端,设备列表为空? - 创客硬件开发 - 清泛IT社区...

...就是 app 权限问题,需要在设置中打开相关权限,请参考文档: https://www.fun123.cn/reference/components/connectivity.html#BluetoothClient 代码没问题,那大概率就是权限问题了,不同手机可能不一样,具体操作方法可以网上搜一下。 ...
https://bbs.tsingfun.com/thread-1600-1-1.html 

AppInventor2 如何实现类似淘宝App启动时的加载页面? - App Inventor 2 中...

问:类似淘宝App这种启动页如何实现? 答:项目 -> 导入模板,第一个“启动屏效果”,已有实现案例: 文档看这里:https://www.fun123.cn/reference/pro/splash_screen.html
https://bbs.tsingfun.com/thread-1611-1-1.html 

App Inventor如何取文本每一个字符进行运算? - App Inventor 2 中文网 - ...

...文本.截取方法,拿出每一个字符,比如某个字母'a'。 文档:https://www.fun123.cn/reference/blocks/text.html#segment 2、要看具体的每个字符的运算要求,是要字符还是字符对应的数字(ascii码)。 3、拿出的字符,可以转换成数字(ascii码)...
https://bbs.tsingfun.com/thread-1617-1-1.html 

App Inventor 2 网络微数据库你用对了吗? - App Inventor 2 中文网 - 清泛...

...也进行了一定的拓展,详细可以去各自的网站上查看中文文档。 下面推荐2个中文网站,体验差不多,网站如下: https://tinywebdb.cn/ 经测试,单个键值的容量大小约为 64KB 字节,超过则会保存失败。 https://tinywebdb.appinvent...
https://bbs.tsingfun.com/thread-1641-1-1.html 

二进制文件的读写 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...化,然后通过文件管理器保存为文件,具体请帮助,拓展文档找相应的拓展即可实现。 也可以考虑这个拓展,直接可以保存二进制数据到文件,拓展请自行下载: 参考资料:https://community.appinventor.mit.edu/t/how-to-save-a-binary-f...
https://bbs.tsingfun.com/thread-1664-1-1.html 

MareshaAES 拓展:AES加解密算法 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

文档:Generate Salt , retrunType : String Encrypt arbitrary string via AES , returnType : String Decrypt Encrypted string via AES , returnType : String 截图: 参考:https://community.appinventor.mi ... crypt-decrypt/63415
https://bbs.tsingfun.com/thread-1665-1-1.html 

Appinventor的人工智能组件在哪里? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...一个是AI对话,第二个是AI绘图。 更多指导,请查看中文文档:https://www.fun123.cn/reference/ ... mental.html#ChatBot 另外,除了调用ChatGPT外,还有很多拓展可以自行训练AI数据集,自行实现AI功能, 详见:[hide]https://www.fun123.cn/referenc...
https://www.fun123.cn/reference/pro/web_pics.html 

App Inventor 2 图片云端保存及访问的开发思路 · App Inventor 2 中文网

...还会膨胀,而网络微数据库单Key存储大小有限(具体参考文档),这时考虑采用分片的形式,比如将原Base64字符串切分成 1KB 为一份的若干份,分别存储云端,下载过程则是将分片完整合并,还原完整Base64字符串。 使用“Web客...
https://bbs.tsingfun.com/thread-1679-1-1.html 

Battery Manager 拓展:设备电池管理 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

TaifunBattery 电池管理器拓展 中文文档:https://www.fun123.cn/reference/extensions/battery.html