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

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

App Inventor 2 手机AI伴侣进行测试时,为啥进度条卡在10%就一直不动? - A...

...致的,App Inventor 2 测试原理是电脑端在局域网内启动一个WEB服务器,AI伴侣扫码后手机和WEB服务器进行通信,完成App的测试。因此如果不在一个局域网内,两者就无法进行通信。当然,如果电脑连的是手机的热点,也算在同一个...
https://www.tsingfun.com/it/te... 

Discuz轻松生成sitemaps.xml网站地图 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...fg_updateperi='60';//协议文件更新周期的上限,单位为分钟 $web_root=$_G['siteurl'];//根网址 $CHARSET='utf-8';// or gbk //选择编码方式 /***********************************************************************************************/ //网站地图sitemap.xml $sitemap="<?x...
https://www.fun123.cn/reference/pro/mysql.html 

App Inventor 2 如何连接MySQL数据库(阿里云数据库) · App Inventor 2 中文网

...的拓展。 经过官方资料查找,目前仅有的方案是利用 Web客户端 将你的查询请求 Post 到你自己的服务器,服务器提供 php 代码代理执行你的 sql 给 MySQL。 先看效果: 开发步骤 将 PHP 代码放在 Web 服务器上 在应用和 PHP 代...
https://www.fun123.cn/reference/other/media.html 

访问图像和声音 · App Inventor 2 中文网

...户不会通过安装你的应用程序自动获得它们。 URL 和 Web 可以使用以 http:// 开头的 URL 来访问 Web 上的文件,例如将图像的图片属性设置为:http://www.google.com/images/srpr/nav_logo14.png 音乐和视频也是如此,确保使用指向实...
https://www.tsingfun.com/it/tech/php_curl.html 

【解决】Linux:Call to undefined function curl_init() - 更多技术 - 清...

【解决】Linux:Call to undefined function curl_init() php_curl 安装curlsudo apt-get install php-curl 重启web服务器,搞定apachectl restart #安装curl sudo apt-get install php-curl #重启web服务器,搞定 apachectl restart linux php curl
https://bbs.tsingfun.com/thread-1593-1-1.html 

Error 1103: Unable to complete the given request with the text - App I...

...equest with the text &quot;key=&amp;ipaddr=1 92.168.1.4&amp;port=9987&amp;web rtc=true&amp;version=2.69&amp;api=3 4&amp;installer=com.hihonor.bai du.browser&amp;aid=9fd2eba4-b 84e-4db7-8442-d956c74172 8e&amp;r2=true&amp;useproxy=true&quot; with the specified URL: http:// rendezvous.appinvento...
https://www.fun123.cn/reference/pro/down_pics.html 

App Inventor 2 如何下载/保存网络图片? · App Inventor 2 中文网

... « 返回首页 首先,需要使用 Web客户端 组件,需要和网络url进行数据交互的场景就要考虑使用它,Web客户端 组件在“通信连接”抽屉中: 设置好网络图片的url,然后执行Get方法即可,代码如下: ...
https://bbs.tsingfun.com/thread-1736-1-1.html 

App Inventor 2 如何下载/保存网络图片? - App Inventor 2 中文网 - 清泛I...

首先,需要使用 Web客户端 组件,需要和网络url进行数据交互的场景就要考虑使用它,Web客户端 组件在“通信连接”抽屉中:设置好网络图片的url,然后执行Get方法即可,代码如下:其中,特别要注意的是保存响应信息属性设置...
https://www.fun123.cn/reference/pro/weather.html 

App Inventor 2 天气预报App开发 - 第三方API接入的通用方法 · App Inventor 2 中文网

...理介绍 通过调用第三方天气api,填入必要的参数,通过Web客户端请求url。返回json格式的数据结果,使用AppInventor2解析json结果,显示到App上即可。 第三方天气API介绍 第三方天气的api平台特别多,这里仅以“和风天气”(dev.qwe...
https://bbs.tsingfun.com/thread-1960-1-1.html 

AppInventor2能否用网络摄像头的实时画面作为屏幕的背景? - App应用开发 -...

...景只能是图片,不能是网址。(已证伪) 2、考虑使用“Web客户端”读取url,短间隔定时保存图片,将图片设置到屏幕背景中。(”Web浏览器“组件没有下载保存图片的方法) ------------------------------- 据会员反馈,有更直接更...