大约有 3,100 项符合查询结果(耗时:0.0062秒) [XML]

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

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

...时正常,而apk运行报错的情况。 参考: https://community.appinventor.mi ... ime-errors/61044/44 https://community.appinventor.mi ... runtime-error/62242
https://www.tsingfun.com/it/ai2/2705.html 

AppInventor2如何通过socket给网络发16进制的数据? - App Inventor 2 文...

AppInventor2如何通过socket给网络发16进制的数据?问:app inventor的给网络发16进制指令的方法,可以赐教吗?软件只能发ASCLL码?没办法收发HEX,蓝牙组件的有写字节功能,TCP网络组件没有。答:发送文本消息时,hexaStringMode 问:a...
https://bbs.tsingfun.com/thread-1981-1-1.html 

AppInventor2可以接收VR眼镜的头传吗? - App应用开发 - 清泛IT社区,为创新赋能!

...ctivityClass 应指向应用程序活动类(对于此演示,它是 com.appinventor.cardboard.ui.VirtualActivity)ActivityPackage 即 com.appinventor.cardboard 这是按下按钮时启动视图的事件处理程序。我们需要复制 obj 文件和纹理文件,使助手可以访问它们。...
https://bbs.tsingfun.com/thread-2327-1-1.html 

AppInventor实现图片和文字等进行发帖和查看帖子功能 - App应用开发 - 清泛...

...欢迎补充。 1、最简便,使用Web开发,有现成开源方案,AppInventor用一个Web浏览器组件浏览即可,这时最直观简便的方式。 2、AppInventor原生实现图片/文字上传功能,要采用 网络微数据库 组件,图片要base64化,但是数据库单Key...
https://www.tsingfun.com/it/tech/1215.html 

构建高并发高可用的电商平台架构实践 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...cache) IO调度优化,减少不必要的阻塞,降低随机IO访问的延时(CFQ、Deadline、NOOP) c、server以及存储引擎级别(连接管理、网络管理、table管理、日志) 包括cache/buffer、Connection、IO d、应用级别(比如索引的考虑,schema的优化适当...
https://www.fun123.cn/referenc... 

通信连接组件 · App Inventor 2 文网

...JSON文本(JSON文本) 解码给定的 JSON 编码值以生成相应的 AppInventor 值。 JSON 列表 [x, y, z] 解码为列表 (x y z),具有键 A 和值 B 的 JSON 对象(表示为 {A:B})解码为列表 (( A B)),即包含二元素列表(A B)的列表。 如果你希望返回...
https://www.fun123.cn/reference/info/ 

App Inventor 2 文网 · 项目指南

... 为什么选择AppInventor2 开始编程 ...
https://bbs.tsingfun.com/thread-1012-1-1.html 

AppInventor第一条,加油{:jqmbwtxing:} - 微思想区 - 清泛IT论坛,有思想、有深度

AppInventor第一条,加油{:jqmbwtxing:}
https://bbs.tsingfun.com/thread-1583-1-1.html 

appinventor2 生成的APP没有标题栏? - App Inventor 2 文网 - 清泛IT社区,为创新赋能!

...版本才会出现,不过官方目前还没修复。 https://community.appinventor.mi ... reated-app/100233/6 目前可以通过选择“经典模式”主题,临时规避该问题。后续官方修复我们第一时间更新。 Screen1的属性面板: v2.74已经修复该问题...
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