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

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

DendritasMqtt 拓展:用于 websocket 的Mqtt扩展 - App Inventor 2 拓展 - ...

...。这个拓展感觉应该是原始版本,支持原生的TCP协议,用最新版本即可:https://www.fun123.cn/reference/iot/MQTT.html 请自行通过demo研究。 参考来源:https://community.appinventor.mi ... -with-service/14365 https://groups.google.com/d/msg/ ... c...
https://bbs.tsingfun.com/thread-1905-1-1.html 

终于等到!AppInventor2 中文网已升级v2.72,全面支持Android 14 - App Inv...

...版本 sdk 编译的 App 上线,国内估计也会跟进,因此使用最新版本的 sdk 是非常必要的。经测试,安卓 10 及以上设备都能正常兼容运行。
https://bbs.tsingfun.com/thread-1953-1-1.html 

BLE UUID是对的但连接闪退:java.lang.IllegalArgumentException: UUID str...

...使用java11 编译出来的ble拓展即可解决这个问题,请使用最新编译出来的拓展(版本20240822):https://www.fun123.cn/reference/iot/bluetoothle.html。
https://bbs.tsingfun.com/thread-1987-1-1.html 

Invoke: no method named `…………’ in class java.lang.Boolean - App I...

...因2:可能是测试用AI伴侣版本低了导致的,升级AI伴侣到最新版即可。 Invoke: no method named `ShowTextDialog’ in class java.lang.Boolean 来自英文社区:https://community.appinventor.mi ... ang-boolean/17544/5
https://bbs.tsingfun.com/thread-2380-1-1.html 

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

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

error: cannot dynamic_cast ‘b’ (of type ‘class Base*’) to type ‘c...

...无虚函数,例如可以将析构函数设置为虚函数. 更正后的代码为(来自: c++ - converting a base class pointer to a derived class pointer): #include <iostream> using namespace std; class Base { public: Base() {}; virtual ~Base() {}; // make it polymorphic }; tem...
https://www.tsingfun.com/ilife/relax/1864.html 

炒股是世界难题!历史上那些名人炒股水平 - 轻松一刻 - 清泛网 - 专注C/C++...

...。”当晚,伤感的作家在自己的日记里这样写道。   最新案例:   ?超级牛散袁海林涉嫌操纵股价亏了2.78亿,还被罚款300万   操纵股价亏损2.78亿,再被罚款300万,求心理阴影面积?   据证监会披露,袁海林于2015年...
https://www.tsingfun.com/ilife/life/1865.html 

如何高效的学习掌握新技术 - 杂谈 - 清泛网 - 专注C/C++及内核技术

...是需要充分运用各个知识点,合理组合,才能写出高质量代码,而对于新技术,一开始很难掌握这些细节,盲目依赖以往经验,很可能就是照猫画虎,最终做出来的东西不伦不类。 在初学习实践新技术时,模仿借鉴很重要,就...
https://www.tsingfun.com/ilife/relax/2078.html 

程序闹鬼了... - 轻松一刻 - 清泛网 - 专注C/C++及内核技术

...置。大家都没告诉她猝死的事。某天晚上加班,妹子有段代码不会写,就让男朋...公司经常加班,程序员小五猝死了,后来来了一个妹子,坐的那个位置。大家都没告诉她猝死的事。 某天晚上加班,妹子有段代码不会写,就让...
https://www.tsingfun.com/it/cpp/2039.html 

fatal error \"vector iterator + offset out of range\" \"standard C++ ...

...ector iterator + offset out of range" "standard C++ libraries out of range"代码如下:#include <iostream> #include <iterator> 使用back_inserter #include <algorithm> #include <vector> usin...代码如下: #include <iostream> #include <iterator>//使用back_inserter #include <a...