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

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

加入bbs.tsingfun.com社区,学习更多AI2知识 - App应用开发 - 清泛IT社区,为创新赋能!

加入bbs.tsingfun.com社区,学习更多AI2知识加入bbs.tsingfun.com社区,学习更多AI2知识请多多指导
https://bbs.tsingfun.com/thread-2300-1-1.html 

菜品识别的API有哪些? - App应用开发 - 清泛IT社区,为创新赋能!

目前找到的有百度和阿里,做菜品识别api,文档地址分别如下: 百度云:https://cloud.baidu.com/doc/IMAGERECOGNITION/s/tk3bcxbb0 阿里云:https://help.aliyun.com/zh/viapi ... a2c4g.11186623.0.i0 ------------------------- 食物营养成分识别:https://www.tian...
https://bbs.tsingfun.com/thread-2328-1-1.html 

Attempt to invoke virtual method 'boolean android.graphics.Bitmap.comp...

Attempt to invoke virtual method 'boolean android.graphics.Bitmap.compress(android.graphics.Bitmap$CompressFormat, int, java.io.OutputStream)' on a null object reference 原因:调用 TaifunImage 时给定的图片路径为空导致的。 解决:指定有效的图片路径,或者拍照...
https://bbs.tsingfun.com/thread-2360-1-1.html 

AppInventor2如何实现写文件不覆盖,而是在文件尾部追加? - App应用开发 -...

文件管理器 组件有个  追加内容 的方法,可以往文件后面追加而不覆盖。
https://bbs.tsingfun.com/thread-2364-1-1.html 

想试着做一个间歇运动的计时器 - App应用开发 - 清泛IT社区,为创新赋能!

本帖最后由 碳水哥斯拉 于 2025-05-08 23:37 编辑 用deepseek生成了代码 使用AI2 遇到了问题 to formatTime seconds   set minutes to (seconds / 60)   set secs to (seconds - (minutes * 60))   return join strings( padZero(minutes), ":",...
https://bbs.tsingfun.com/thread-2389-1-1.html 

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

用post访问硅基流动的deepseek ri的流式响应时,一次性返回全部信息,如何实现一句一句的显示呀? deepseek提示可以通过设置整显示速度,修改 TimerInterval 属性:200 毫秒 → 快速逐字1000 毫秒 → 慢速逐句  来实现,但是在哪...
https://stackoverflow.com/ques... 

Is it possible to set a custom font for entire of application?

I need to use certain font for my entire application. I have .ttf file for the same. Is it possible to set this as default font, at application start up and then use it elsewhere in the application? When set, how do I use it in my layout XMLs? ...
https://stackoverflow.com/ques... 

What is AppDomain? [duplicate]

What is an AppDomain ? What are the benefits of AppDomains or why Microsoft brought the concept of AppDomains, what was the problem without AppDomains? ...
https://stackoverflow.com/ques... 

Nginx 403 error: directory index of [folder] is forbidden

...work: location / { try_files $uri /index.html index.php; } Why this happens TL;DR: This is caused because nginx will try to index the directory, and be blocked by itself. Throwing the error mentioned by OP. try_files $uri $uri/ means, from the root directory, try the file pointed by the uri,...
https://stackoverflow.com/ques... 

Is there a way of setting culture for a whole application? All current threads and new threads?

Is there a way of setting culture for a whole application? All current threads and new threads? 10 Answers ...