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

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

AI 伴侣 在手机中的显示 同下载到手机中的显示不同 下载到手机的少...

...           实际下载装手机 这个后面会调查一下,有结果会及时回复的哦基本确定是ai2或者Android系统的bug,可能是部分机型/安卓系统版本才会出现,不过官方目前还没修复。 https://community.appinventor.mi...
https://bbs.tsingfun.com/thread-1868-1-1.html 

AI2伴侣权限的问题 - App应用开发 - 清泛IT社区,为创新赋能!

...去查看 https://bbs.tsingfun.com/thread-1864-1-1.html 然后,经过这几天的神仙操作,终于找到解决的问题: 首先,先接触手机对AI2伴侣软件的管控(的话就是解除连接网络的管控),接着,找到应用管理中的AI2伴侣软件,如下图1 ...
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://bbs.tsingfun.com/thread-2381-1-1.html 

16进制转化为单精度浮点数(float)? - App Inventor 2 中文网 - 清泛IT社...

想要在app里实现将“7B 20 B1 2C”这4个16进制转化为单精度浮点数appinventor是弱语言类型,只有数字(整数、浮点数),没有float类型。 float 的内存表示比较复杂,不建议直接将内存拿来转换。 比较建议的做法,浮点数使用字...
https://bbs.tsingfun.com/thread-2389-1-1.html 

如何实现post访问的流式响应 - App应用开发 - 清泛IT社区,为创新赋能!

... ai2并不能原生处理sse协议,需要自己处理响应数据。们的大模型拓展已经实现过deepseek的接入。 java/python处理sse方便一些,ai2直接处理协议数据没试过,你可以自己研究看看。
https://bbs.tsingfun.com/thread-2453-1-1.html 

大模型拓展调用报错,已解决 - 用户反馈 - 清泛IT社区,为创新赋能!

...valid_request _error"}} 解决中。 这个是拓展报的错,后面优化一下。你可以先 调用一下   开始新对话,理论上可以先解决。 但是客户反馈还是不行。跟踪中。 后面发现用户给大模型的提问内容为空导致的,...
https://bbs.tsingfun.com/thread-2719-1-1.html 

2026 新年第一篇:即将全面支持苹果iOS App编译生成,纯血鸿蒙计划中,编译...

...码,AI伴侣测试和ipa编译都不支持带拓展的源码。 但是们会逐步推进最常见的拓展适配iOS,比如 BluetoothLE、MQTT 等拓展的iOS支持。 以下是GPT整理的iOS拓展方案说明,和们的预想大致一致。 --------------- MIT App Inventor 官方...
https://bbs.tsingfun.com/thread-2898-1-1.html 

对话框设置背景颜色后,颜色没有变? - App应用开发 - 清泛IT社区,为创新赋能!

这样设置后,颜色没有变? -------- 对话框的颜色设置只针对弹出信息提醒才能生效,系统弹窗样式是跟着安卓系统走的,定制不。 要定制,用 AlphaDialog 拓展。帮助菜单,拓展文档,搜索 对话框。
https://stackoverflow.com/ques... 

Python Anaconda - How to Safely Uninstall

...se steps and not uninstalling Anaconda. Go to your home directory. Just a cd command will do. Edit the file .bashrc. Look for something like export PATH="/home/ubuntu/anaconda3/bin:$PATH" in the file. Put a # at the beginning to comment it from the script. #export PATH="/home/ubuntu/anaconda3/b...
https://stackoverflow.com/ques... 

Total size of the contents of all the files in a directory [closed]

... cd to directory, then: du -sh ftw! Originally wrote about it here: https://ao.gl/get-the-total-size-of-all-the-files-in-a-directory/ share ...