大约有 18,000 项符合查询结果(耗时:0.0112秒) [XML]

https://www.fun123.cn/referenc... 

App Inventor 2 PhoneInfo 拓展:获取手机等设备软硬件、版本等相关信息 ·...

...图是在模拟器上运行的结果。 .aix 拓展下载: cn.fun123.PhoneInfo.aix demo程序下载: PhoneInfo.aia 使用方法 GetDeviceID 获取设备ID。Android 10+不支持! GetPhoneNumber 获取本机手机号码。无SIM卡设备将返回空文本;双SIM卡设备将...
https://www.fun123.cn/reference/info/about-us.html 

关于我们 · App Inventor 2 中文网,少儿编程陪伴者

... 关于我们(fun123.cn) 您更好的编程陪伴者! 开始编程 ...
https://www.fun123.cn/reference/info/vip.html 

VIP会员中心 · App Inventor 2 中文网,少儿编程陪伴者

... VIP会员中心(fun123.cn) 您更好的编程陪伴者! 我们深入探索过几乎...
https://bbs.tsingfun.com/thread-1873-1-1.html 

DendritasMqtt 拓展:用于 websocket 的Mqtt扩展 - App Inventor 2 拓展 - ...

...原始版本,支持原生的TCP协议,用最新版本即可:https://www.fun123.cn/reference/iot/MQTT.html 请自行通过demo研究。 参考来源:https://community.appinventor.mi ... -with-service/14365 https://groups.google.com/d/msg/ ... cn5PzY/Kg8BJEPGAQAJ
https://bbs.tsingfun.com/thread-1957-1-1.html 

AsciiConversion 拓展问题:字母开头的会出现“C2”非预期字符 - App Inven...

...加了二进制数据的发送接口,并测试通过,详见:https://www.fun123.cn/reference/ ... ctivity.html#Socket测试结果如下:
https://bbs.tsingfun.com/thread-2263-1-1.html 

用户反馈ble广播数据收不到 - 用户反馈 - 清泛IT社区,为创新赋能!

https://www.fun123.cn/reference/ ... l#AdvertisementData MCU&物联网: 就用这个函数,serviceuuid怎么填都不对,就是获取个广播数据不知道为什么还需要uuid MCU&物联网: 你看看能搞定这一块吗?要是可以的话我就先买个离线版的,在...
https://bbs.tsingfun.com/thread-2367-1-1.html 

MQTT接入EasyIoT平台 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...章基础上进行的另一个平台的测试,先学习这个:https://www.fun123.cn/reference/iot/MQTTGuide.html。 网址:https://iot.dfrobot.com.cn/ 自行注册并登录。 新建一个订阅主题。 代码差别主要在:地址、端口不同,且使用用户名、密码...
https://bbs.tsingfun.com/thread-2441-1-1.html 

【天气API】对接国内免费好用的天气API - App应用开发 - 清泛IT社区,为创新赋能!

... 高德天气API使用起来简单高效,代码改动较少。https://www.fun123.cn/aia-store/250622120222691
https://stackoverflow.com/ques... 

Condition within JOIN or WHERE

... yes I have checked results are same for : SELECT funds.id, prospects.id FROM funds inner join prospects on (prospects.id = funds.lead_id and prospects.is_manual='no') and SELECT funds.id, prospects.id FROM funds left join prospects on (prospects.id = funds.lead_id) where p...
https://stackoverflow.com/ques... 

Blocks and yields in Ruby

...puts "#{index}: #{line}" } (plus no memory issues) – Fund Monica's Lawsuit Jul 11 '15 at 4:47 ...