大约有 8,500 项符合查询结果(耗时:0.0061秒) [XML]

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

App Inventor 2 SliderVertical 扩展:垂直滑动条 · App Inventor 2 中文网

... App Inventor 2 SliderVertical 扩展:垂直滑动条 SliderVertical 拓展 « 返回首页 SliderVertical 拓展 将滑块组件旋转 90º,效果如下: 代码块如下:...
https://www.tsingfun.com/it/cpp/1279.html 

了解 Boost Filesystem Library - C/C++ - 清泛网 - 专注C/C++及内核技术

...和重命名文件;提供删除功能。 实用工具:测试文件扩展名等。 杂项常规函数:以编程方式更改文件扩展名等。 属性函数 Boost Filesystem Library 包括以下属性函数: uintmax_t file_size(const path&):返回常规文件大小(以字...
https://www.fun123.cn/referenc... 

micro:bit 微控制器教程 · App Inventor 2 中文网

...温度数据? Q: 控制指令无效? 扩展功能 1. 添加更多传感器 2. 数据记录 3. 图形化显示 技术规格 相关资源 « 返回首页 Iot 专题 micro:bit ...
https://bbs.tsingfun.com/thread-2380-1-1.html 

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

...错了。 运行故障 java.lang.ExceptionInInitializerError at edu.mit.appinventor.ble.BluetoothLEint$BLEReadOperation.subscribeBluetoothLEint.java:357) at edu.mit.appinventor.ble.BluetoothLEintSBLEReadOperation.run(BluetoothLEint.java:325) at android.os.Handler.handleCallback(Handler.java:1013) ...
https://bbs.tsingfun.com/thread-1587-1-1.html 

AppInventor如何选相反数? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

问:AppInventor如何选相反数? 答:使用“数学”中“相反数”积木: 返回给定数字负数,若给定负数则返回正数。如:8 返回 -8,-0.7 返回 0.7,0 则仍然返回 0。 文档:https://www.fun123.cn/reference/blocks/math.html#neg
https://bbs.tsingfun.com/thread-1879-1-1.html 

“修改项目名称”功能全新上线,AppInventor2中文网原创上新 - App Invento...

全新 “修改项目名称”功能全新上线,AppInventor2中文网原创上新,可随时、便捷修改项目名称。会员反馈 您声音,我们一直听得见! 详见发布日志:https://www.fun123.cn/reference/info/ReleaseNotes.html 效果演示:
https://bbs.tsingfun.com/thread-1986-1-1.html 

AI伴侣错误: invoke: no method named `AppName’ in class edu.mit.appinv...

原因:测试用AI伴侣版本过旧(2.3版本,2015年),使用最新版本AI伴侣测试即可解决该问题。 参考英文社区:https://community.appinventor.mi ... nion3-screen1/60187
https://bbs.tsingfun.com/thread-2918-1-1.html 

CircularlmageBar cannot accept the arguments: , [com.google.appinvento...

CircularlmageBar cannot accept the arguments: , [com.google.appinventor .components.runtime .Image@f3f6c0d], I''],.... 原因:温度数据为空导致,加一个非空判断即可解决问题。
https://www.tsingfun.com/it/cpp/1965.html 

cpuid汇编指令 - C/C++ - 清泛网 - 专注C/C++及内核技术

...令有两组功能,一组返回是基本信息,另一组返回扩展信息。 1、如何判断CPU是否支持CPUID指令 前面说过,大概是从80486开始才有cpuid这个指令,是不是所有80486家族CPU都有这个指令我也不是很清楚,但在EFLAGS中b...
https://bbs.tsingfun.com/thread-64-1-1.html 

LINUX下用PHPIZE安装PHP GD扩展 - PHP - 清泛IT论坛,有思想、有深度

...3 于 2015-4-26 14:39 编辑 环境:LNMP in centOS 6.4。linux下PHP扩展可以用phpize方法,比较简单地进行启用。以下以PHP-GD2 库安装为例子。sudo yum install php-gd2  png jpeg freetype   //YUM安装扩展cd /app/php-5.4.13/ext/gd  //...