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

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

BLE 蓝牙APP 接收不到来自蓝牙模块讯息 - App应用开发 - 清泛IT社区,为创新赋能!

...这个怎么做才能让APP收到模块消息。 如果你是使用BLE拓展通信话,连接硬件成功后,用Registerxxxx相关方法就能监听硬件发送过来数据了。详见文文档: RegisterForBytes – 注册用以在已连接BLE设备一个或多个 8-bi...
https://bbs.tsingfun.com/thread-1372-1-1.html 

ButtonBar拓展:定制功能非常强大、效果非常酷炫导航条拓展 - App Invent...

...,这次试成功了,不知道之前为什么不行。谢谢版主。看起来效果挺好图片应该有要求吧,换个图片好像显示不出来yyszx 发表于 2024-10-22 11:08 图片应该有要求吧,换个图片好像显示不出来 看着合适大小png图片就可以了。其余...
https://www.tsingfun.com/down/ebook/85.html 

Android编程权威指南.pdf - 文档下载 - 清泛网 - 专注C/C++及内核技术

...应用,可学到很多重要理论知识和开 发技巧,获得最直接开发经验。  GeoQuiz 本书第一个应用,通过它学习Android应用基本组成、activity、界面布局(layout)以及 显式intent。  CriminalIntent 本书最复杂应用,...
https://www.tsingfun.com/it/cpp/1700.html 

为什么编译好libcurl静态lib用不了? - C/C++ - 清泛网 - 专注C/C++及内核技术

...s_when_building_libcur 在需要调用静态lib工程(非libcurl源代码工程)预编译器添加 CURL_STATICLIB ,即可解决。 原因解析: curl.h部分代码 #ifdef CURL_STATICLIB # define CURL_EXTERN #elif defined(WIN32) || defined(_WIN32) || defined(__SYMBIAN...
https://bbs.tsingfun.com/thread-1779-1-1.html 

1、如果自定义错误提示?2、网络接口连接错误导致程序经常有卡死现象如何...

...输出?我想自定义提示内容。另外,网络连接不上时,程序会经常有卡死现象,请问如何解决?第一个问题请参考:https://bbs.tsingfun.com/thread-1730-1-1.html 第二个问题请参考:https://bbs.tsingfun.com/thread-1810-1-1.html
https://www.fun123.cn/reference/iot/ble_spp.html 

低功耗蓝牙(BLE) 和 经典蓝牙(SPP) 区别 · App Inventor 2 文网

...对模式在两台蓝牙设备之间建立虚拟串口数据连接,提供一种简单而直接数据传输通路用于数据交换。 传输距离 距离较短,通信范围一般为10米左右。 通信距离较远,可达100米。 传输速率 ...
https://www.tsingfun.com/it/te... 

php出现 Notice: Undefined index: xxx 解决方法 - 更多技术 - 清泛网 - 专注IT技能提升

...为 error_reporting = E_ALL & ~E_NOTICE # 除去Notice警告 2、使用代码 ini_set( 'error_reporting', E_ALL ^ E_NOTICE ); ini_set( 'display_errors', '0' ); 3、使用@抑制错误 @$name = $_GET['name'];
https://www.tsingfun.com/it/te... 

php出现 Notice: Undefined index: xxx 解决方法 - 更多技术 - 清泛网 - 专注IT技能提升

...为 error_reporting = E_ALL & ~E_NOTICE # 除去Notice警告 2、使用代码 ini_set( 'error_reporting', E_ALL ^ E_NOTICE ); ini_set( 'display_errors', '0' ); 3、使用@抑制错误 @$name = $_GET['name'];
https://www.tsingfun.com/it/te... 

php出现 Notice: Undefined index: xxx 解决方法 - 更多技术 - 清泛网移...

...为 error_reporting = E_ALL & ~E_NOTICE # 除去Notice警告 2、使用代码 ini_set( 'error_reporting', E_ALL ^ E_NOTICE ); ini_set( 'display_errors', '0' ); 3、使用@抑制错误 @$name = $_GET['name'];
https://www.tsingfun.com/it/te... 

php出现 Notice: Undefined index: xxx 解决方法 - 更多技术 - 清泛网移...

...为 error_reporting = E_ALL & ~E_NOTICE # 除去Notice警告 2、使用代码 ini_set( 'error_reporting', E_ALL ^ E_NOTICE ); ini_set( 'display_errors', '0' ); 3、使用@抑制错误 @$name = $_GET['name'];