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

https://www.fun123.cn/aia-store/240126110920432 

接水果游戏 · App Inventor 2 源码商店

... 教学学习用,主要涉绘图动画相关组件使用。 源码购买 ¥9.8   未登录,点...
https://bbs.tsingfun.com/thread-1824-1-1.html 

MQTT 打包后,运行退到后台在返回,mqtt连接掉线问题 - App应用开发 - 清泛...

打包后APP安装到手机上,刚开始打开软件时候,连接成功,屏幕退到后台在反回app界面时候,显示MQTT未连接(联网失败) 请帮忙解决一下这个是需要进行状态管理,当状态变成连接失败时,需要进行一次重新连接:将连...
https://bbs.tsingfun.com/thread-1976-1-1.html 

AppInventor2 屏幕如何切换成横屏? - App应用开发 - 清泛IT社区,为创新赋能!

设置Screen1“屏幕方向”属性即可: 预览如下: ai2Stater测试效果如下: ai2Stater模拟器窗口无法横屏,但是Mumu模拟器手机AI伴侣测试话,则会自动横屏。
https://bbs.tsingfun.com/thread-2297-1-1.html 

模拟器启动失败:找不到 msvcp140.dll - App Inventor 2 中文网 - 清泛IT社...

msvcp140.dll 相关微软运行环境安装即可: https://aka.ms/vs/16/release/vc_redist.x64.exe https://aka.ms/vs/16/release/vc_redist.x86.exe
https://bbs.tsingfun.com/thread-2377-1-1.html 

【研究中】MQTT接入OneNET物联网平台 - 创客硬件开发 - 清泛IT社区,为创新赋能!

网址:https://open.iot.10086.cn/ 注册,实名验证。https://baijiahao.baidu.com/s?id ... 0&wfr=spider&for=pc 非常详细,就是我想要步骤。 https://blog.csdn.net/xiaolong11 ... e/details/144806792 这个更详细。
https://www.tsingfun.com/it/cpp/1962.html 

CListCtrl 行高设置,自定义行高 - C/C++ - 清泛网 - 专注C/C++内核技术

CListCtrl 行高设置,自定义行高先看效果:主要步骤代码剖析:MyListCtrl.h#pragma onceclass CMyListCtrl : public CListCtrl{public:CMyListCtrl(void);~CMyListC...先看效果: 主要步骤代码剖析: MyListCtrl.h #pragma once class CMyListCtrl : public CList...
https://www.tsingfun.com/it/cp... 

【解决】undefined reference to \'apr_thread_rwlock_destory\'、undefine...

...ence to 'apr_initialize'undefined_reference_apr1、首选确认安装了aprapr-util否则报错<apr-1 apr_xxx h>头文件找不到。2、-lapr-1 -laprutil-1添加库链接,否则报错:undefined reference to & 39;apr_thread_rwlock_de 1、首选确认安装了aprapr-util 否则报错“...
https://www.tsingfun.com/it/tech/1742.html 

Flash AS 3.0 第一个HelloWorld程序 - 更多技术 - 清泛网 - 专注C/C++内核技术

...0 第一个HelloWorld程序笔者用是Flash CS4软件,建议使用CS4以上。软件启动画面:新建一个Flash文件:在场景中添加一个Label(窗口->组件,调出组件对话框)...笔者用是Flash CS4软件,建议使用CS4以上。 软件启动画面: ...
https://www.tsingfun.com/html/special/cpp11/ 

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

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

C++应用程序添加VBScript和JavaScript支持 - C/C++ - 清泛网 - 专注C/C++内核技术

...Script-support-in-Cpp-appl采用MSSCRIPT.OCX在C++程序中调用JavaScriptVBScript。效果截图: 源码点此下载。 Introduction I am always amazed to see how the script control (msscript.ocx) is fun to use and at the same time how C++ developers reacted when it's time to use. Mayb...