大约有 1,500 项符合查询结果(耗时:0.0063秒) [XML]

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

app inventor拍照的照片如何保存到手机相册? - App Inventor 2 中文网 - ...

...中不生效?-------- 就是用的filetools这个扩展把照片从appinventor的数据目录拷贝到系统相册目录,但是必须把系统重启后才能在相册中看到这些照片。 重启相册App也不生效?一定要重启手机吗? 是的,重启相册没有用。你也...
https://bbs.tsingfun.com/thread-1698-1-1.html 

创建并发送BLE蓝牙广播 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...LE广播,并感谢社区的帮助。 原帖链接:https://community.appinventor.mi ... ertisements/17557/7 可以获得到广播数据吗?BLE有2种通信方式:扫描和广播,请参考中文网文档,广播数据接收:https://www.fun123.cn/reference/ ... l#AdvertisementData
https://bbs.tsingfun.com/thread-1749-1-1.html 

图片轮播拓展 - ColinTreeSlideShow - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

...下载地址最后更新 2017.9.24 (v2)下载1(本站)样例aia样例apk - Appinventor样例apk - Thunkable
https://www.fun123.cn/reference/pro/ai_face.html 

App Inventor 2 人脸识别App开发 - 第三方API接入的通用方法 · App Inventor 2 中文网

..., 识别成功/失败后,会返回json格式的数据结果,使用AppInventor2解析json结果,显示到App上即可。 当然,也可以采用原生的自行训练本地人脸识别模型的方式去完成这个人脸识别需求,可以参考:《自行训练AI图像识别模型,开...
https://bbs.tsingfun.com/thread-2090-1-1.html 

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

...“高对比度模式”开启的问题。 参考:https://community.appinventor.mi ... ecurity-error/72831 [/hide]
https://www.tsingfun.com/it/cpp/2108.html 

C/C++中的段错误(Segmentation fault) - C/C++ - 清泛网 - 专注C/C++及内核技术

... int i=0; scanf("%d",i); printf("%d\n",i); return 0; } 编译和执行一下 $ gcc -o segerr segerr.c $ ./segerr 10 段错误 咋一看,好像没有问题哦,不就是读取一个数据然后给输出来吗? 下面我们来调试一下...
https://www.tsingfun.com/it/tech/660.html 

Windbg Step 2 分析程序堆栈实战 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...y to exit ...\n"); _getch(); #endif return 0; } 编译,用Windbg分析。 1. 设置断点,打开源文件,直接在result = _ttol(argv[1]);按F9 或者设置_wtol和atol的断点: 因为代码中有: #ifdef _UNICODE # define _ttol _wtol #else # de...
https://www.tsingfun.com/it/cpp/1357.html 

C++ 读写xml方法整理(持续更新) - C/C++ - 清泛网 - 专注C/C++及内核技术

...编写的,一个.h,一个.cpp,绿色小巧,直接加入工程源码编译,只支持MFC。 <?xml version="1.0" encoding="utf-8"?> <root> <update ver="1.2.0" pkg="setup.exe" force="1"/> <update ver="1.1.1" pkg="setup.exe" force="0"/> <update ver="1.1.0" pkg="setup.exe" force="0"/> ...
https://www.tsingfun.com/it/ai... 

App Inventor 2 连接调试器的几种方式的比较 - App Inventor 2 中文网 - 清...

... 《App Inventor 2 连接:USB(Ai2 Starter启动手机USB调试)》 AppInventor2
https://bbs.tsingfun.com/thread-1584-1-1.html 

app inventor屏幕属性中的文件范围分别是什么意思? - App Inventor 2 中文...

...图:(这是AI伴侣的App目录,如果最终编译apk运行,则到 appinventor.ai_admin.[project_name] 目录下查看文件)写入文件的参考代码如下:生成的文件如下: 程序包 :从应用程序包中读取文件,应用程序包属于只读存储,不可写入。缓...