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

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

【解决】error 1101 unable to get a response with the specified url - A...

请求标头用字典的话,就会出现 error 1101 unable to get a response with the specified url 错误, 改为二元列表就可以了:
https://bbs.tsingfun.com/thread-2223-1-1.html 

AppInventor2能实现不跳转相机直接预览拍照吗? - App应用开发 - 清泛IT社...

...不跳转相机界面的那种。 A:根据AI回答,CameraX API可以实现,谷歌了一下,TaifuImage官方说了不打算开发这个拓展,因为已经有现成的拓展了,叫:ProCamera。 下载地址:https://community.appinventor.mi ... custom-camera/25353 开源地址...
https://bbs.tsingfun.com/thread-2237-1-1.html 

带滑块的动态调整布局问题 - App Inventor 2 文网 - 清泛IT社区,为创新赋能!

...展,动态分割的布局。可能需要自己实现,拖动间的条可以用图片,图片的按下及放开事件,动态调整左右布局的大小。
https://bbs.tsingfun.com/thread-2263-1-1.html 

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

...需要uuid MCU&物联网: 你看看能搞定这一块吗?要是可以的话我就先买个离线版的,线的太慢了 清泛: ble 广播用法不常见,也不太安全,目前就之前一个用户反馈要这个功能,应是成功过的。这块我还没有实地测试,...
https://bbs.tsingfun.com/thread-2380-1-1.html 

micro:bit 连接报错 - 创客硬件开发 - 清泛IT社区,为创新赋能!

....fromString(UUID.java:226) 原因:ble版本太旧了,用新版本就可以解决。请使用最新编译出来的拓展(版本20240822):https://www.fun123.cn/reference/iot/bluetoothle.html。 来源:https://bbs.tsingfun.com/thread-1953-1-1.html
https://bbs.tsingfun.com/thread-2396-1-1.html 

列表显示框 - App Inventor 2 文网 - 清泛IT社区,为创新赋能!

列表显示框如何根据名称筛选列表的内容,就像搜索框输入名字那样,可以筛选特定的内容,但是需要搜出来的时候就是筛选过的
https://bbs.tsingfun.com/thread-2500-1-1.html 

如何设置App不随着屏幕旋转而旋转? - App Inventor 2 文网 - 清泛IT社区...

Q:如何设置App不随着屏幕旋转而旋转? A:Screen1 的属性设置屏幕方向为“锁定竖屏”就可以啦! 学习到了!!
https://www.tsingfun.com/html/special/cpp11/ 

C++ 11特性 - 专题 - 清泛网 - 专注IT技能提升

c++11新特效,及高效使用的方法
https://www.tsingfun.com/it/cp... 

\'graphic\' : undeclared identifier - C/C++ - 清泛网 - 专注C/C++及内核技术

... : undeclared identifier 'FromFile' : is not a member of 'Gdiplus' 解决方法: #include <afxcontrolbars.h> // MFC support for ribbons and control bars graphic undeclared identifier
https://www.tsingfun.com/it/cpp/1515.html 

解决:Successful WSAStartup not yet performed. Error code : 10093. - C...

...ocket等Socket函数之前必须先执行WSAStartup()初始化。 解决方法: BOOL CxxxApp::InitInstance() { WSADATA wsaData; int res = WSAStartup(0x202, &wsaData); if (res) { AfxMessageBox("WSAStartup filed. [CxxxApp::InitInstance()]", 0); ...