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

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

输入框输入内容为空提示编写求助 - App Inventor 2 中文网 - 清泛IT社区...

要如何编写实现就是如果三个文本输入框没有进行填写话,对话框会进行提示呢(要对文本框填写情况进行一个是否填写判断,但是自己尝试了一下弄不出来) 就一个非空判断,参考如下: App Inventor 2  发表于 ...
https://bbs.tsingfun.com/thread-2090-1-1.html 

Error 1801 : Security Error Receiving Blocks from Browser. - App Inven...

...m Browser. ----------------------- [hide]App Inventor 对配套应用每次调用都使用哈希函数(特别是 HMAC)进行签名,并且配套应用在执行代码之前会验证该哈希,以防止可能试图让您手机执行恶意代码恶意应用。当配套应用尝试...
https://stackoverflow.com/ques... 

Setting different color for each series in scatter plot on matplotlib

...r_obj.get_path() trans = mtransforms.Affine2D().scale(np.sqrt(s*5)*dpi/72.0) ptch = mpatches.PathPatch(path, fill = True, transform = trans) return ptch patches = [] # markerArr is an array of maker string, ['o', 's'. 'o'...] # sizeArr is an array of size float, [1.0, 1.0. 0.5...] for ...
https://stackoverflow.com/ques... 

How to tell if a string is not defined in a Bash shell script

... GiliGili 72.2k7575 gold badges325325 silver badges598598 bronze badges ...
https://bbs.tsingfun.com/thread-1494-1-1.html 

App inventor 如何过去阿里云传来数据 - App Inventor 2 中文网 - 清泛IT...

我想把stm32采集到数据发送到阿里云上,然后通过数据转发给app。怎么弄,目前app可以接受到数据,但是不知道怎样解析数据这种场景一般是采用mqtt协议通信。不过既然你app可以接收到数据,那通信就是没有问题了,剩余...
https://bbs.tsingfun.com/thread-1523-1-1.html 

短信组件(texting)使用问题 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...能自动发短信,ai伴侣不行,apk也不行,但在老本打包apk就可以,通过安装发现,新本打包apk安装时缺少收发短信权限,很奇怪,本越更新,越不好用了已解决,设置receivingenabled为foreground,使用sendmessagedirect,但ai伴...
https://bbs.tsingfun.com/thread-1730-1-1.html 

AppInventor2 Runtime Error 运行时错误,无详细信息定位技巧 - App Inve...

...信息,是什么原因? 加个这个代码块,捕获全局错误异常,把具体错误信息输出标签查看: 如果用到了蓝牙相关功能,也将蓝牙出错信息输出标签查看: 注意:AI伴侣测试和打包apk,实际上是有一定差别...
https://bbs.tsingfun.com/thread-1804-1-1.html 

APP 可以接受蓝牙模块反馈信息么 - App Inventor 2 中文网 - 清泛IT社区...

使用APP inventor 制作了一个控制蓝牙模块APP 可不可以实现蓝牙模块反馈过来信息 在APP上显示出来? 谢谢现成解决方案,请参考这里:https://bbs.tsingfun.com/thread-1792-1-1.html谢谢, 谢谢及时回答
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-2369-1-1.html 

标签“具有外边距”有啥用? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...L_MARGIN);     } 复制代码根据源码,标签只有在特定布局中才会有margin,否则就是0不生效。 ViewGroup.MarginLayoutParams 是 Android 布局系统中一个 用于描述视图外边距(margin) 参数类。它继承自 ViewGroup.LayoutParams,在其基础...