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

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

App Inventor 2有没有代码注释功能? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

Q:App Inventor 2有没有代码注释功能?就是比如说如果你要用visual studio的话,就是会有一些不用的代码就可以注释掉。有一些模块其实暂时不用的话可以注释。 A:有代码注释功能,在AppInventor中是“禁用代码块”,如下: ...
https://bbs.tsingfun.com/thread-1892-1-1.html 

mqtt协议加密连接,仅ca证书如何配置? - App Inventor 2 中文网 - 清泛IT...

mqtt协议加密连接,仅ca证书如何配置?
https://bbs.tsingfun.com/thread-1898-1-1.html 

AppInventor 文本框颜色怎么设置? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

如题: 文本框只能设置 文字颜色 和 背景颜色: [hide]文本框的颜色没有直接的设置选项,跟着屏幕的交互颜色走的,具体请看文档:https://www.fun123.cn/reference/ ... terface.html#Screen [/hide]
https://bbs.tsingfun.com/thread-1912-1-1.html 

AppInventor2 文本输入框(TextBox)已支持文本变更事件,非常便于实时处理...

自 v2.70开始,文本输入框加入了文本变更事件: 效果如下: 同理,密码输入框组件也是一样的。
https://bbs.tsingfun.com/thread-1946-1-1.html 

appinventor2 多屏幕之间如何共享过程? - App Inventor 2 中文网 - 清泛IT...

appinventor2 多屏幕之间如何共享过程?或者说如何跨屏幕调用其他屏幕的过程? 相信有很多人有过这样的问题,但是目前来看每个屏幕都是独立的,无法相互直接调用,只能打开其他屏幕或传参,无法跨屏幕调用定义的过程。 ...
https://bbs.tsingfun.com/thread-1948-1-1.html 

The operation > cannot accept the arguments:,[""],["...

报错如下: 代码块如下: --------------------------- 解决方案:左边文本要判空,空文本转数字导致的异常。 参考如下: 另外,右边的100最好不要用文本(直接用数字),虽然文本也能自动转换数字的。
https://bbs.tsingfun.com/thread-1953-1-1.html 

BLE UUID是对的但连接闪退:java.lang.IllegalArgumentException: UUID str...

请问UUID是对的 连接闪退, 下面是报错日志 java.lang.ExceptionInInitializerError at edu.mit.appinventor.ble.BluetoothLEint$BLEReadOperation.subscribe(BluetoothLEint.java:357) at edu.mit.appinventor.ble.BluetoothLEint$BLEReadOperation.run(BluetoothLEint.java:325) at android.os....
https://bbs.tsingfun.com/thread-1966-1-1.html 

我想使用照相机组件显示出错 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

我想使用照相机组件,显示出错,错误代码如下:The operation TextColor cannot accept the arguments: , ["file:///storage/emulated/0/Android/data/edu.mit.appinventor.aicompanion3/files/Pictures/app_inventor_1727434191034.jpg"] 注意: 5秒钟后将报告另一条错误...
https://bbs.tsingfun.com/thread-1969-1-1.html 

- App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

关于消息体大小的限制,文档中没有描述这个限制,但是每个MQTT平台应该是有限制的,经过实际测试befa.com平台,base64文本大小约100KB以内的消息订阅可以正常接收,超过则无法接收。建议你自己的平台也进行一下测试,如果有...
https://bbs.tsingfun.com/thread-1972-1-1.html 

AppInventor2除法算数取整数怎么做? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

公式 1、长容量÷长物体=整数长(取整数) 2、宽容量÷宽物体=整数宽(取整数) 3、高容量÷高物体=整数高(取整数) 4、(整数高×整数宽)÷2=降阶高度数 5、(整数长-整数高)×整数宽+降阶高度数=最大容量数