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

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

【待研究】BlueToothLE AutoReconnect 自动重连开启后,后台运行App激活...

AutoReconnect – 如果为 真,App将尝试重连已断开设备(比如:距离过大导致连接断开等)。注意:这不适用于通过调用 Disconnect 方法断开连接,这类断开连接需要通过调用 Connect 或 ConnectWithAddress 进行重新连接。 这个属性...
https://bbs.tsingfun.com/thread-2097-1-1.html 

蓝牙客户端组件(SPP经典蓝牙)vs BluetoothLE拓展(低功耗蓝牙)基础代码...

...luetoothClient 显示列表: 选设备: 断开当前连接设备: 错误处理: --------------------- BluetoothLE拓展(低功耗蓝牙),特点是无需配对,直接扫描发现ble设备列表。 https://www.fun123.cn/reference/iot/bluetoothle.html 开始...
https://bbs.tsingfun.com/thread-2221-1-1.html 

不得不服DeepSeek 强大! - 闲聊区 - 清泛IT社区,为创新赋能!

不得不服DeepSeek 强大!昨天刚出 AppInventor2 对接大模型文档,回答堪称完美,无死角非常全面。
https://www.fun123.cn/referenc... 

App Inventor 2 “虚拟”屏幕:同一屏幕展示多屏内容,模拟切换屏幕 · App...

...虚拟屏幕(虚拟分屏) 好处:大部分需要连接组件(比如蓝牙客户端、MQTT、BluetoothLE、Wifi、Socket等)如果跨屏幕话,都需要重新连接,自行管理连接状态,非常不便利,且大部分场景并不是真正需要多个屏幕...
https://bbs.tsingfun.com/thread-2638-1-1.html 

简易地图游戏App - .aia 案例源码 - 清泛IT社区,为创新赋能!

屏幕数量:1个,代码块100左右,非常简易地图游戏,通过方向按钮控制小人方向行走,遇到障碍物则停止。可玩性非常好,有很好学习参考价值。 apk可以安装试玩。
https://bbs.tsingfun.com/thread-2708-1-1.html 

诗词大会App-还原打乱诗词汉字顺序 - .aia 案例源码 - 清泛IT社区,为创新赋能!

屏幕数量:2个,代码块800左右,非常简易诗词小游戏,还原打乱诗词汉字顺序,内置10首七言诗词,可自行修改定制,有很好学习参考价值。
https://bbs.tsingfun.com/thread-2966-1-1.html 

App Inventor 2 MultiImagePicker 拓展:实现图片/视频多选功能 - App Inve...

...ker 拓展:实现图片/视频多选功能 App Inventor 2 原生提供 ImagePicker(图像选择器)组件只能一次选择一张图片,在实际开发中经常需要一次选取多张图片(比如发帖、上传相册等场景)。MultiImagePicker 拓展完美解决这个问题。 ...
https://stackoverflow.com/ques... 

jQuery UI Sortable, then write order into a database

...; <div id="pl-4"></div> </div> <script type="text/javascript" language="javascript"> $(function () { var tabs = $("#planlist").tabs(); tabs.find(".ui-tabs-nav").sortable({ axis: "x", stop: function () { tabs.tabs...
https://stackoverflow.com/ques... 

How can I change the color of a Google Maps marker?

...ly interested in v3 maps: https://developers.google.com/maps/documentation/javascript/markers#simple_icons For v2 maps: http://code.google.com/apis/maps/documentation/overlays.html#Icons_overview You would have one set of logic do all the 'regular' pins, and another that does the 'special' pin(s)...
https://stackoverflow.com/ques... 

Chrome ignores autocomplete=“off”

...why I called it a modern approach. Less than 1% of users in the world have Javascript turned off. So honestly, it's not worth anyones time accommodating for such a small audience when a large majority of websites rely on Javascript. Been developing websites for a very long time now, and 100% of my s...