大约有 9,700 项符合查询结果(耗时:0.0154秒) [XML]
能把一个图片放到另一个图片上层吗? - App应用开发 - 清泛IT社区,为创新赋能!
当然可以。
1、 图像放布局中,布局设背景图片。
2、 图像精灵放画布,画布设背景。
3、 屏幕设背景图片,图像组件放上面。
AppInventor实现图片和文字等进行发帖和查看帖子功能 - App应用开发 - 清泛...
...欢迎补充。
1、最简便,使用Web开发,有现成开源方案,AppInventor用一个Web浏览器组件浏览即可,这时最直观简便的方式。
2、AppInventor原生实现图片/文字上传功能,要采用 网络微数据库 组件,图片要base64化,但是数据库单Key...
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 时给定的图片路径为空导致的。
解决:指定有效的图片路径,或者拍照...
AppInventor2如何实现写文件不覆盖,而是在文件尾部追加? - App应用开发 -...
文件管理器 组件有个 追加内容 的方法,可以往文件后面追加而不覆盖。
想试着做一个间歇运动的计时器 - 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), ":",...
如何实现post访问的流式响应 - App应用开发 - 清泛IT社区,为创新赋能!
用post访问硅基流动的deepseek ri的流式响应时,一次性返回全部信息,如何实现一句一句的显示呀?
deepseek提示可以通过设置整显示速度,修改 TimerInterval 属性:200 毫秒 → 快速逐字1000 毫秒 → 慢速逐句 来实现,但是在哪...
How to delete a module in Android Studio
...e this one on youtube: youtube.com/watch?v=lvFCRl_zxsw, instruct to remove app and activity modules first before deleting project folder for a clean project delete.
– Androidcoder
Jun 10 '15 at 13:54
...
angular.service vs angular.factory
...ion);
angular.factory('myFactory', myFactoryFunction);
I had trouble wrapping my head around this concept until I put it to myself this way:
Service: the function that you write will be new-ed:
myInjectedService <---- new myServiceFunction()
Factory: the function (constructor) that you w...
Using a custom typeface in Android
I want to use a custom font for my android application which I am creating.
I can individually change the typeface of each object from Code, but I have hundreds of them.
...
Android Studio - local path doesn't exist
... classpath 'com.android.tools.build:gradle:0.9.0'
}
}
2.In gradle-wrapper.properties make sure to use gradle 1.11
#Wed Apr 10 15:27:10 PDT 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://se...