大约有 1,300 项符合查询结果(耗时:0.0059秒) [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-1593-1-1.html 

Error 1103: Unable to complete the given request with the text - App I...

...rue&useproxy=true" with the specified URL: http:// rendezvous.appinventor.mit .edu/rendezvous/ 原因:AI2 伴侣无法接入互联网导致请求失败。可能网络权限没开,可能手机安全软件把它网络限制了。可以尝试设置中开启网络权限,安全软件...
https://bbs.tsingfun.com/thread-1597-1-1.html 

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

蓝牙客户端需要先和经典蓝牙设备配对成功才能显示在列表中,而 ble低功耗则是即时连接的。 这里要注意,经典蓝牙 spp 使用蓝牙客户端组件,用的是列表显示框.元素列表(列表类型数据);而 ble 低功耗蓝牙使用 bluetooth...
https://bbs.tsingfun.com/thread-1599-1-1.html 

AppInventor怎么修改app图标? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

在默认屏幕Screen1的属性“图标”中修改,如图: 点击?,可以查看属性的帮助,“更多信息”可跳转中文文档页面: 可以使用透明背景的png图片作为图标,以实现镂空的效果:https://bbs.tsingfun.com/forum.p ... 319&fromuid=810
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-1602-1-1.html 

请教一个有关WEB 客户端 1的问题 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...客户端正常工作?试试这个: 参考:https://community.appinventor.mi ... cified-url/20906/18
https://bbs.tsingfun.com/thread-1613-1-1.html 

Bad arguments to +:The operation + cannot accept the arguments:, [&qu...

原因是加号+前面是空字符串,不能有效地转换成数字,所以报错。 比如"123"这个字符串可以自动转数字,但是空文本不行。 文本要判断空,然后给数字 0。 同理,空文本不但不能转数字,也不能转列表、字典...
https://bbs.tsingfun.com/thread-1619-1-1.html 

【规划】Sorry, cannot package projects larger than 30 MB. Yours is 36....

有朋友问,项目超过 30MB,编译 apk 时报错,大小超限: 这里说几点我的思考,体积这么大的项目大多是媒体文件占用较多,前期只能考虑将图片或其他媒体文件压缩处理,再上传。彻底破除这个限制肯定是要改代码的。做...
https://bbs.tsingfun.com/thread-1626-1-1.html 

文件Hash值拓展:sha256、sha512 哈希 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

文件哈希(Hash)拓展,支持sha256及sha512 哈希: 来源:https://community.appinventor.mit.edu/t/file-hash-extension/54089
https://bbs.tsingfun.com/thread-1628-1-1.html 

MenuSlide 拓展:滑动菜单效果 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

代码如下: 拓展.aix下载: 原文:https://community.kodular.io/t/m ... ar-extension/209153