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

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

Appinventor的人工智能组件在哪里? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...研拓展:接入DeepSeek、Kimi、通义千问...等国内大模型 最新aix拓展永久下载地址:https://www.fun123.cn/reference/extensions/LLMAI2Ext.html 太厉害了期待AI,APP_inventor加油
https://bbs.tsingfun.com/thread-1738-1-1.html 

AI伴侣有电脑版的吗? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...拟器,全程自动交互启动及运行,无需手动操作。 中文最新版性能优化提升,对电脑要求非常低,虚拟机也可正常使用,用户体验很不错!点此下载。 USBaiStarter 启动USB调试也是利用aiStarter启动USB调试,通过USB连接你的手机,...
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/tech/1048.html 

PHP 错误记录和聚合的平台Sentry实战 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...假设我们要监控 PHP 错误日志,那么通常是在我们的业务代码里嵌入官方的 PHP SDK,不过这样肯定会影响到性能,好在我们可以通过错误日志曲线救国,只要定期扫描错误日志,把新生成的数据发送给 Sentry 就好了。 BTW:如果发...
https://www.tsingfun.com/ilife/relax/1864.html 

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

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