大约有 5,700 项符合查询结果(耗时:0.0220秒) [XML]

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

HAXM 安装/启动失败? - App Inventor 2 离线版 - 清泛IT社区,为创新赋能!

...ndows 10/11) 如果系统启用了 Hyper-V,可能会导致 HAXM 无法使用。可以尝试关闭 Hyper-V: 在管理员模式下运行以下命令:bcdedit /set hypervisorlaunchtype off运行后 重启电脑 HAXM 设备文件丢失 从错误提示 Unable to open HAXM device: ERROR_FILE_NO...
https://bbs.tsingfun.com/thread-2312-1-1.html 

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

...性id的。 3、软件探测: nFC Connect低功耗蓝牙APP工具的使用:https://bbs.tsingfun.com/thread-1481-1-1.html 或 LightBlue® 可以将您连接到所有使用低功耗蓝牙(也称为蓝牙智能或蓝牙 Light)的设备。使用 LightBlue®,您可以扫描、连接和浏...
https://bbs.tsingfun.com/thread-2327-1-1.html 

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

...I吗? A:这里提供一些思路,欢迎补充。 1、最简便,使用Web开发,有现成开源方案,AppInventor用一个Web浏览器组件浏览即可,这时最直观简便的方式。 2、AppInventor原生实现图片/文字上传功能,要采用 网络微数据库 组件,...
https://bbs.tsingfun.com/thread-2352-1-1.html 

Mind+ 掌控板、ESP32开发板等硬件如何接入AppInventor? - 创客硬件开发 - ...

...板种类繁多,这里仅讨论硬件与AppInventor的通信方式,及使用什么组件。一般不外乎2种方式: 1、蓝牙(经典蓝牙),使用 蓝牙客户端 组件。Mind+ 参考代码如下: 2、WIFI(TCP服务器),使用ClientSocketAI2Ext 拓展。
https://www.fun123.cn/reference/iot/spp.html 

App Inventor 2 经典蓝牙(SPP) 硬件接入:hc05 · App Inventor 2 中文网

...5.0(低功耗BLE),它需要配对码进行配对,App Inventor 2 中使用“蓝牙客户端”组件,而非BLE拓展,必须在手机设置中配对成功才能出现在蓝牙列表中。 注意: 它的波特率是:38400,而非默认的9600。 上电之前按...
https://bbs.tsingfun.com/thread-2392-1-1.html 

AppInventor如何实现通过扫二维码导入表格数据 - App Inventor 2 拓展 - 清...

1、扫二维码: 使用原生的“条码扫描器”组件: 2、读取二维码中的url信息: 从上面条码组件的事件中获取。 3、访问远程url获取表格csv数据: 使用Web客户端组件访问url获取数据。数据格式建议采用csv(逗号分隔)格...
https://www.fun123.cn/referenc... 

App Inventor 2 标签内容过多,如何做到可上下滑动? · App Inventor 2 中文网

... 垂直滚动条布局 一般在大模型App中,使用标签进行输出,这时可能内容较多,默认情况下,并不会出现滚动条,不能上下滑动,看不到上面已经隐藏的内容,那么该如何让其可滚动呢?其实很简单: 垂直...
https://stackoverflow.com/ques... 

How to write asynchronous functions for Node.js

...olve, reject) => { fetch(url, { method }) .then(resp => resp.json()) .then(json => { resolve(json); }) }); } async function your_function() { var json = await ajax_call('www.api-example.com/some_data', 'GET'); console.log(json); // { status: 200, data: ... } } Bottom li...
https://stackoverflow.com/ques... 

Fastest way to copy file in node.js

... was a blank file on write. any ideas why? fs.createReadStream('./init/xxx.json').pipe(fs.createWriteStream('xxx.json')); – Timmerz Aug 20 '14 at 15:23 ...
https://www.tsingfun.com/it/tech/887.html 

iOS开发过程中的各种tips - 更多技术 - 清泛网 - 专注C/C++及内核技术

...er stringFromDate:[NSDate date]]); 20.加载大量图片的时候,可以使用 NSString *imagePath = [[NSBundle mainBundle] pathForResource:@"icon" ofType:@"png"]; UIImage *myImage = [UIImage imageWithContentsOfFile:imagePath]; 21.有时候在iPhone游戏中,既要播放背景音乐,同...