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

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

构建具有多个屏幕的应用程序 · App Inventor 2 中文网

...而是像这样设计: 也许有一天我们会让 App Inventor 足够智能,能够自动处理视图切换逻辑,或者增强系统的功能并放宽对屏幕数量的限制。 但目前,请注意具有大量屏幕的应用程序的限制,并准备好应对这些限制。 ...
https://www.fun123.cn/referenc... 

App Inventor 2 中文网 · 升级日志

... 230809 2023/08/09 全新 升级MIT官方最新2个人工智能相关的“试验组件”:ChatBot(OpenAI ChatGPT聊天机器人)及ImageBot(OpenAI 绘图机器人) ,提供ChatGPT代理接入方案,文档请参考这里。 230728 2023/07/28 ...
https://www.fun123.cn/referenc... 

App Inventor 2 Personal Image Classifier (PIC) 拓展:自行训练AI图像识...

...I的基础技术细节不在本文讨论范围。 我们都知道,人工智能AI的基本原理是事先准备好样本数据(这里指的是图片)及数据的标注信息(如图片中的人物是高兴、愤怒、哭泣等图片的判定信息),通过AI算法的训练,对输入的...
https://bbs.tsingfun.com/thread-1477-1-1.html 

Personal Image Classifier (PIC) 拓展:自行训练AI图像识别模型,开发图像...

...AI的基础技术细节不在本文讨论范围。我们都知道,人工智能AI的基本原理是事先准备好样本数据(这里指的是图片)及数据的标注信息(如图片中的人物是高兴、愤怒、哭泣等图片的判定信息),通过AI算法的训练,对输入的样...
https://bbs.tsingfun.com/thread-2213-1-1.html 

记录一下使用JDY-34蓝牙模块,使用本平台搭建蓝牙APP的过程 - 创客硬件开发...

...目已完成,使用SU-03T做语音识别配合STM32和JDY34搭建一个智能语音音响。 二、过程踩了不少坑,在这里记录避免后来者继续踩坑。 三、具体分享如下: 1、平台配置: (附件在这里) 2...
https://bbs.tsingfun.com/thread-2220-1-1.html 

【免费开放】App Inventor 2 LLMAI2Ext 自研拓展:接入DeepSeek、Kimi、通...

...很多学校在内的国内用户都有AI结合传统的App来开发具有智能App的需求,因此,必须开发拓展以接入国内大模型,对,它专门接国内大模型的,国外的不接。拓展接口参考了原生ChatGPT组件的简洁设计,在其基础上更加简化,还引...
https://bbs.tsingfun.com/thread-2810-1-1.html 

AI助手案例:制作一个精美的计算器app - AI 助手 - 清泛IT社区,为创新赋能!

秒表 BMI计算器 智能家居app,中文组件名 mqtt demo
https://stackoverflow.com/ques... 

Why do my list item bullets overlap floating elements

...ap) but without hiding content behind it. Much like a table does :-) .img { float: left; } .table { display: table; } <img class="img" src="https://via.placeholder.com/350x350" alt=""> <ul> <li>Test content</li> <li>Test content</li> &lt...
https://stackoverflow.com/ques... 

How do I test a file upload in rails?

... upload a user's avatar image" do image = fixture_path + "/test_avatar.png" file = ActionController::TestUploadedFile.new image, "image/png" post :create, :user => { :avatar => file } User.last.avatar.original_filename.should == "test_avatar.png" end end This spec would req...
https://stackoverflow.com/ques... 

Android: Share plain text using intent (to all messaging apps)

... ShareCompat.IntentBuilder.from(activity) * .setType("image/png") * .setStream(uriToImage) * .getIntent(); */ .setEmailTo(arrayOfStringEmailAddresses) .setEmailTo(singleStringEmailAddress) /* * [OPTIONAL] Designat...