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

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

意见反馈考虑改为bbs:[url]https://bbs.tsingfun.com/forum.php?mod=forum...

意见反馈考虑改为bbs:https://bbs.tsingfun.com/forum.p ... ypeid&typeid=63已修改。
https://bbs.tsingfun.com/thread-1111-1-1.html 

server { # 我们都知道(我们都应该知道),443是 https 的默认端口 list...

server {         # 我们都知道(我们都应该知道),443是 https 的默认端口         listen 443 ssl;         server_name www.your-domain.com;         # 你要有证书,才能 https,免费申请一...
https://bbs.tsingfun.com/thread-1599-1-1.html 

AppInventor怎么修改app图标? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

在默认屏幕Screen1的属性“图标”中修改,如图: 点击?,可以查看属性的帮助,“更多信息”可跳转中文文档页面: 可以使用透明背景的png图片作为图标,以实现镂空的效果:https://bbs.tsingfun.com/forum.p ... 319&fromuid=810
https://bbs.tsingfun.com/thread-1608-1-1.html 

【解决】App Inventor 2 如何下载/保存网络图片? - App Inventor 2 中文网...

首先,需要使用“Web客户端”组件,需要和网络url进行数据交互的场景就要考虑使用它。设置好网络图片的url,然后执行Get方法即可,代码如下:其中,特别要注意的是保存相应信息属性设置为真,这样才能将目标网络图片保存...
https://bbs.tsingfun.com/thread-1891-1-1.html 

【完美解决】docker: 'compose' is not a docker command. - C/C++ - 清泛IT社区,为创新赋能!

国内资料找了一圈愣是没有解决,关键时刻还是得靠ChatGPT! 安装步骤参考:https://blog.csdn.net/weixin_45844208/article/details/140521002 首先必须得确保 docker 和 docker-compose 这2个命令都能正常运行。 mkdir -p /usr/libexec/docker/cli-plugins ln ...
https://bbs.tsingfun.com/thread-2030-1-1.html 

Intel HAXM 安装失败?Hyper-V or Intel HAXM 你得二选一 - App Inventor 2...

--------------------------- HAXM - Open Source Cross-Platform Hypervisor --------------------------- The system requirements are not satisfied. --------------------------- 简单查了一下,Hyper-V 和 HAXM 都是虚拟化技术。前者是微软提供的,Windows 10 自带。后者是...
https://bbs.tsingfun.com/thread-2035-1-1.html 

高德地图api访问URL出错求助 - App应用开发 - 清泛IT社区,为创新赋能!

https://restapi.amap.com/v3/staticmap? &zoom=12 &size=1024*1024 &markers=large,0xFF0000,M:116.482957,39.875308|P:116.39747,39.908823;116.410891,39.881951;116.482630,39.944151;116.469815,39.913968 &key= 这个地图api为什么用“|”来分隔不同标注点的话会显示错...
https://bbs.tsingfun.com/thread-2127-1-1.html 

- App应用开发 - 清泛IT社区,为创新赋能!

目前已知,miui系统的小米手机是有这个问题的,其他手机正常,原因目前未知。 https://bbs.tsingfun.com/forum.p ... id=2097&fromuid=810
https://bbs.tsingfun.com/thread-2138-1-1.html 

APP被手机识别为疑似病毒 - App应用开发 - 清泛IT社区,为创新赋能!

本帖最后由 ABCDHHH 于 2024-12-30 13:41 编辑 使用INVENTOR 制作的APP被手机识别为疑似病毒,包括AI伴侣,请问是什么原因呀,有什么方法可以不被识别为病毒软件吗{:8_385:} 1、如果纯本地使用,忽略警告,加入白名单,继续安装,使...
https://bbs.tsingfun.com/thread-2255-1-1.html 

- App应用开发 - 清泛IT社区,为创新赋能!

经测试,这个属于安卓系统安全限制,不允许访问 DCIM 目录。 有的说加这个权限:<application android:requestLegacyExternalStorage="true"。 也有的说加也没用:https://www.cnblogs.com/SaraMoring/p/16587445.html 直接访问DCIM属于大概率会...