大约有 550 项符合查询结果(耗时:0.0036秒) [XML]

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

蓝牙接收的数据怎么一行一行更新显示和,类似图2这样的 - App应用开发 - 清...

...滚动,可以使用 TableView 拓展,参考这里:https://community.appinventor.mi ... -and-5-by-ken/26000 或者这个方案:https://community.appinventor.mi ... he-listview/9105/11
https://bbs.tsingfun.com/thread-2371-1-1.html 

ComponentTools 拓展:设置组件的边距 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

https://community.kodular.io/t/f ... ols-extension/78798 https://community.appinventor.mi ... ols-extension/15803 https://community.appinventor.mi ... hin-a-label/65831/9
https://bbs.tsingfun.com/thread-2374-1-1.html 

求助!关于拓展模块NotificationStyle的demo运行时报错的问题 - App Invent...

...ificationStyle.html 结果无论点什么按键都会报错: edu.mit.appinventor.aicompanion3: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if so...
https://bbs.tsingfun.com/thread-2442-1-1.html 

KIO4_Gradient 拓展:布局中的颜色渐变 - App Inventor 2 中文网 - 清泛IT...

http://kio4.com/appinventor/287_extension_gradiente_color.htm - 让我们看一下在布局中制作颜色渐变的扩展。- 我们放置一个布局,然后在该扩展的块中插入该布局的名称,放置一个包含所需颜色的列表,以及一个从 1 到 8 的数字,用于表示...
https://bbs.tsingfun.com/thread-2575-1-1.html 

【解决】ChartData2D 二维图表组件报错 - 用户反馈 - 清泛IT社区,为创新赋能!

...x: 9, Size: 1 at java.util.ArrayList.add(ArrayList.java:483) at com.google.appinventor.components.runtime.LineChartBaseDataModel.addEntryFromTuple(LineChartBaseDataModel.java:89) at com.google.appinventor.components.runtime.ChartData2D$1.run(ChartData2D.java:81)at java.util.concurrent.ThreadPoolExe...
https://bbs.tsingfun.com/thread-2730-1-1.html 

【iOS】有关苹果iOS App的一些进展、BluetoothLE蓝牙拓展等 - App Inventor...

...stand whether what you want to do is feasible. 来源:https://community.appinventor.mit.edu/t/bluetooth-on-ios/32797/13 2、iOS虽然不支持拓展,但是部分比如ble拓展,兼容安卓模式的拓展导入,内部自动处理,除了少数内置拓展,其余的不支持。 目前你...
https://bbs.tsingfun.com/thread-2791-1-1.html 

QRCodeGenerator 拓展使用后,apk编译失败 - 用户反馈 - 清泛IT社区,为创新赋能!

...问题,里面放了zxing源码,zxing是谷歌的二维码库,但是appinventor内置有,这个拓展里面也有,类重复了导致编译失败。 查了一下原版的帖子中有人提出过这个问题,但是作者没有解决。 我们决定重写一下这个拓展,技术路...
https://www.tsingfun.com/it/ai2/ai2_connect.html 

App Inventor 2 AI伴侣有电脑版的吗? - App Inventor 2 中文网 - 清泛网 - 专注C/C++及内核技术

... 《App Inventor 2 连接:USB(Ai2 Starter启动手机USB调试)》 AppInventor,AppInventor2,AI伴侣
https://www.tsingfun.com/it/tech/290.html 

BSON与JSON的区别 - 更多技术 - 清泛网 - 专注C/C++及内核技术

... 目前在10gen的努力下,BSON已经有了针对多种语言的编码解码包。并且都是Apache 2 license下开源的。并且还在随着MongoDB进一步地发展。 BSON,JSON,区别
https://www.tsingfun.com/it/tech/1727.html 

PhpCms v9 Tag url静态化全攻略 兼容\"+\",\"#\"等特殊字符 - 更多技术 - ...

..."tag"]则会再进行一次urldecode,这样特殊字符就进行了二次解码原本内容失效。有人建议url中二次encode内容,当然可以解决,但是不够好,因为这样的话url中是一连串不友好的UTF-8编码字符串,不能辨识tag内容。最后本帖的解决方...