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

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

自定义下载器扩展:个性化下载进度展示 - App Inventor 2 拓展 - 清泛IT社...

...storage/emulated/0/Download/any folder name Set the custom notification title for download complete notification. Set the custom notification message for download complete notification. Get a list of all download IDs Get the ASD path of your app Get the current download ID. Cancel ...
https://bbs.tsingfun.com/thread-1002-1-1.html 

App Inventor 2开发计步器与定位器 - App Inventor 2 中文网 - 清泛IT论坛,有思想、有深度

...图: 百度地图的uri参考地址:http://lbsyun.baidu.com/index.php?title=uri/api/web?(5)本程序的前台界面如图10-9所示:(6)后台程序模块如图10-10所示: 图10-7 将输入的文本读出来的程序设计
https://bbs.tsingfun.com/thread-1393-1-1.html 

【BLE技术内幕】BLE技术揭秘 - 创客硬件开发 - 清泛IT论坛,有思想、有深度

文章源自:http://doc.iotxx.com/index.php?title=BLE技术揭秘 BLE技术揭秘 BLE是低功耗蓝牙的英文缩写(Bluetooth Low Energy),是蓝牙4.0版本起开始支持的新的、低功耗版本的蓝牙技术规范。蓝牙技术联盟(Bluetooth SIG)在2010年发布了跨...
https://bbs.tsingfun.com/thread-464-1-1.html 

Lua简明教程 - 脚本技术 - 清泛IT论坛,有思想、有深度

...个实例:Window_Prototype = {x=0, y=0, width=100, height=100} MyWin = {title="Hello"} setmetatable(MyWin, {__index = Window_Prototype})复制代码 于是:MyWin中就可以访问x, y, width, height的东东了。(注:当表要索引一个值时如table[key], Lua会首先在table...