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

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

appinventor2中求某个值在列表中的索引用什么方法? - App Inventor 2 中文...

...索引处的项目,索引从 1 开始。 更多列表用法请参考中文文档:https://www.fun123.cn/reference/blocks/lists.html
https://bbs.tsingfun.com/thread-1882-1-1.html 

cn.fun123.ClientSocketAI2Ext 中文网升级版 Socket客户端拓展,TCP通信拓...

...,App直接崩溃,没得选择,体验不好! AppInventor2中文网升级版: 连接出错后,使用对话框组件个性展示出错信息,App仍然能够正常运行: 注:由于此拓展编译自最新的平台源码,经过测试,AI伴侣 < 2.67 或安卓 &l...
https://bbs.tsingfun.com/thread-2001-1-1.html 

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

网络微数据库已经出过不少资料了,详见中文文档页面:https://www.fun123.cn/reference/components/storage.html#TinyWebDB 包括公众号都已经发过。mysql 通过 web api 封装中间层是没有太大难度的。还有收费第三方数据库的拓展,如 LeanDB 可...
https://bbs.tsingfun.com/thread-2187-1-1.html 

计时器组件能不能在手机黑屏时继续工作? - App Inventor 2 中文网 - 清泛I...

...一下~ --------------------------- 当然,上述测试结果是在中文网平台上测试通过的,但是,可能某些其他平台大概率是由于SDK过于陈旧的原因,可能在现代较新的手机上不支持黑屏继续触发:
https://bbs.tsingfun.com/thread-812-1-1.html 

C++字符串截断时中文的处理问题(中文被截断怎么处理?) - c++1y / stl - ...

// 防止后台错误消息中汉字双字节被截断出现乱码 if (pRspMsg->RspMsg.buf[pRspMsg->RspMsg.Length() - 2] & 0x80)          pRspMsg->RspMsg.buf[pRspMsg->RspMsg.Length() - 2] = 0; 一个字节和0x80与运算(& 0x80 )是否...
https://bbs.tsingfun.com/thread-1068-1-1.html 

答题类APP - App Inventor 2 中文网 - 清泛IT社区,创新赋能!

      在答题APP的编程中,我设置了全局变量“点击次数”,每点击一次按钮变量便会加一,第二题时再判断点击次数是否一,但如果点了按钮,直接两题的效果全部执行了。我思考了一下,觉得是点击一次按钮...
https://bbs.tsingfun.com/thread-1511-1-1.html 

The operation is list empty? cannot accept the arguments: , ["&qu...

报错:The operation is list empty? cannot accept the arguments: , [""] 原因: [hide]列表数据空导致的。注意这里的空并不是指“空列表”,“创建空列表”创建的列表本身不是空的,只是里面没有元素而已,它本身不是空对...
https://bbs.tsingfun.com/thread-1512-1-1.html 

The operation is in list? cannot accept the arguments: , [""...

报错:The operation is in list? cannot accept the arguments: , [""], [""] 原因: [hide] 列表数据空导致的。注意这里的空并不是指“空列表”,“创建空列表”创建的列表本身不是空的,只是里面没有元素而已,它...
https://bbs.tsingfun.com/thread-1545-1-1.html 

条码扫描器组件扫描时报错:Your device does not have a scanning applica...

转:App里面能了一个扫描功能,但在使用扫描功能时,提示,须要扫描程序,还须要安装什么吗?扫描二维码,使用的是App自带的扫描摸块。 解决: [hide] 不使用外部扫描器,这个属性设置假(去掉勾选)即可 原理...
https://bbs.tsingfun.com/thread-1601-1-1.html 

【解决】Component "com.google.appinventor.components.runtime.Butt...

编译apk报错信息如下: [LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.ActivityStarter" does not specify permissionConstraints [LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.Button" does not specify permissio...