大约有 900 项符合查询结果(耗时:0.0060秒) [XML]

https://www.fun123.cn/referenc... 

微数据库 · App Inventor 2 中文网

...般指的就是“微数据库”,提供键、值方式的存储。 本示例程序演示了如何保存App退出前的状态(即数据),然后重新打开App时仍然能够知道上次保存的数据。主要用到“数据通信”下的“微数据库”组件。 连接你的应用 ...
https://www.fun123.cn/referenc... 

微数据库 · App Inventor 2 中文网

...般指的就是“微数据库”,提供键、值方式的存储。 本示例程序演示了如何保存App退出前的状态(即数据),然后重新打开App时仍然能够知道上次保存的数据。主要用到“数据通信”下的“微数据库”组件。 连接你的应用 ...
https://bbs.tsingfun.com/thread-1548-1-1.html 

BLE通信数据不能超过20字节? - 创客硬件开发 - 清泛IT社区,为创新赋能!

...,当我必须发送< 23字节的有效负载时,我可以像很多示例一样使用调用.WriteStrings,但如果我需要发送超过23字节,我将使用调用.WriteBytes After a lot of hours I found the problem in my app. How I proceeded: 1- At ESP32 code I put this line: BLEDevi...
https://bbs.tsingfun.com/thread-1633-1-1.html 

TaifunFlashlight 手电筒/闪光灯拓展 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

...回设备是否有闪光灯 过程 打开闪光灯 关闭闪光灯 示例程序 .aix 下载: 为什么条码扫描器开始工作时,通过taifunflashlight打开的手电筒就自动关闭了,能否在条码扫描器工作的同时手电筒也能同时工作?这样在...
https://bbs.tsingfun.com/thread-1836-1-1.html 

系统界面增强扩展 - KevinkunEnhance - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

...、圆角矩形、外边距、内边距、高程、使用自定义字体等示例截图实时调整布局外观(感谢ldtxinkai提供截图) 属性块设置背景颜色及圆角背景颜色fillColor、边框宽度borderWidth、边框颜色borderColor、圆角半径roundRadius。"圆角半径...
https://bbs.tsingfun.com/thread-2383-1-1.html 

App Inventor 输入文本如何转成ASCII码? - App Inventor 2 中文网 - 清泛I...

Q:App Inventor 输入文本如何转成ASCII码? A:使用AsciiConversion 拓展可以轻松实现。 AsciiCode: 给出字符,返回它相应的 Ascii码。 用法示例:返回字符“A”的Ascii码,结果将是:65。
https://bbs.tsingfun.com/thread-2442-1-1.html 

KIO4_Gradient 拓展:布局中的颜色渐变 - App Inventor 2 中文网 - 清泛IT...

...ius(float)______________________________________________________- 渐变的示例。 p187_渐变.aiacom.KIO4_Gradient.aix_____________________________________________ - 设计。_____________________________________________ - 块。___________________________ 原版:合成颜色貌似有bug,a...
https://www.fun123.cn/reference/other/vr.html 

使用虚拟现实和App Inventor进行实验 · App Inventor 2 中文网

...,您需要在手机上安装 Android 4.3 或更高版本才能运行此示例。我们知道许多 App Inventor 用户的操作系统版本较低。 虚拟性 第二个 VR 演示项目是 Virtuality。它展示了一个全景图,其中包括一个从 3D 模型生成的 3D 对象。此演示中...
https://stackoverflow.com/ques... 

How do I make a fully statically linked .exe with Visual Studio Express 2005?

...ndow): Under Configuration Properties --> General, change the "Use of MFC" field to "Use MFC in a Static Library". Under Configuration Properties --> C/C++ --> Code Generation, change the "Runtime Library" field to "Multi-Threaded (/MT)" Not sure why both were needed. I used this to re...
https://stackoverflow.com/ques... 

How to get the number of characters in a std::string?

...== 0) There are other string types in non-standard C++ libraries, such as MFC's CString, ATL's CComBSTR, ACE's ACE_CString, and so on, with methods such as .GetLength(), and so on. I can't remember the specifics of them all right off the top of my head. The STLSoft libraries have abstracted this a...