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

https://www.tsingfun.com/it/tech/1387.html 

iPhone App 开发第一步:从零到真机调试HelloWorld - 更多技术 - 清泛网 - ...

...&mode=download 3、之后把iTunes升级到10.6以上版本,其它软件组件勿升级,即只下载iTunes最新版安装即可,否则可能系统白装。不升级iTunes的后果是,插上iPhone无反应,不识别。 4、网上学习如何在XCode中写一个HelloWorld,并在iOS 5.0...
https://stackoverflow.com/ques... 

Android 4.3 Bluetooth Low Energy unstable

...w Energy (testing on the Nexus 4). After getting started with the official BLE APIs in Android 4.3, I have noticed that after I connect a device for the first time I am rarely able to successfully connect to / communicate with that device or any other device again. ...
https://bbs.tsingfun.com/thread-1959-1-1.html 

BLE 接收BLE模块发来的信息 - 创客硬件开发 - 清泛IT社区,为创新赋能!

如何编程可以接收BLE模块,发送给手机APP的消息数据,并显示呢 求指教ble 设备连接,发送数据到硬件请参考:https://bbs.tsingfun.com/thread-1844-1-1.html 读取ble数据并显示在App上请参考文档:https://www.fun123.cn/reference/ ... ml#RegisterForByte...
https://www.fun123.cn/referenc... 

为AppInventor2开发拓展(Extension) · App Inventor 2 中文网

...源码,使得开发者可以根据自己的需要,自定义开发原生组件实现不了的、更加强大的功能。 一般拓展采用java/kotlin语言进行开发,由于拓展开发相当于直接使用安卓原生开发语言开发安卓相关功能,因此理论上拓展可以实现...
https://www.tsingfun.com/it/tech/1331.html 

浅谈APM在电子交易系统中的应用 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...系统性 能时,一般重点测量为最终用户提供服务的硬件组件的利用率,如CPU利用率以及通过网络传输的字节数。虽然这种方法也提供了一些宝贵的信息,但却忽视了最 重要的因素--最终用户的响应时间。现在通过事务处理过程...
https://community.appinventor.... 

[SOLVED] Can't send payload > 23bytes(MTU setted to 128bytes) - #9 by ...

...cheme is dark */ /* user picked a theme a light scheme and also enabled a dark scheme */ /* deal with light scheme first */ @media (prefers-color-scheme: light) { :root { --primary: #222222; --secondary: #ffffff; --tertiary: #008...
https://bbs.tsingfun.com/thread-1368-1-1.html 

低功耗蓝牙(BLE) 和 经典蓝牙(SPP) 的区别 - App Inventor 2 中文网 - 清泛...

BLE 和 SPP 怎么选?看应用场景:BLE适用于低功耗、轻量级的应用,例如穿戴设备、传感器网络等。而SPP适用于需要大容量数据传输的应用,例如音频设备、文件传输等。看功耗需求:如果你的应用对功耗有严格要求,需要长...
https://bbs.tsingfun.com/thread-1382-1-1.html 

BLE(三)APP开发步骤 - 创客硬件开发 - 清泛IT社区,为创新赋能!

文章源自:https://www.gandalf.site/2018/11/bleapp.html Android系统自4.3版本开始,引入了对BLE的支持,详见Bluetooth Low Energy。通过浏览当中的信息,我们可以得知在app开发环节,需要做到如下几件事情: 1. BLE相关权限声明 2. 操...
https://bbs.tsingfun.com/thread-1953-1-1.html 

BLE UUID是对的但连接闪退:java.lang.IllegalArgumentException: UUID str...

...错日志 java.lang.ExceptionInInitializerError at edu.mit.appinventor.ble.BluetoothLEint$BLEReadOperation.subscribe(BluetoothLEint.java:357) at edu.mit.appinventor.ble.BluetoothLEint$BLEReadOperation.run(BluetoothLEint.java:325) at android.os.Handler.handleCallback(Handler.java:958) at and...
https://www.fun123.cn/referenc... 

App Inventor 2 打造个性化酷炫的底部导航条 · App Inventor 2 中文网

...制字体 注:可以在导航条的切换事件中通过同一屏幕组件的显示和隐藏来完成UI的切换,多屏幕通信较为复杂且导航条必须每个屏幕都要有,因此还是推荐同一屏幕模拟完成多屏操作,更多请参考《构建具有多个屏幕的应用...