无法采集https的网站内容主要是https不支持file_get_contents获取内容,所以可以考虑采用curl的方式获取。(需要开启curl,可以在pathinfo里边查看)
(1)打开phpcms\modules\collection\classes\collection.class.php
在类里边添加新函数:
protected static function curl_request($url){
if (!...
在安装flutter之后,打算开启一个demo测试一下,结果出现了这么一句话:
Unable to locate a development device; please run ‘flutter doctor’ for information about installing additional components.
于是运行flutter doctor:出现了如下内容:
[✓] Flutter (on Linux, locale en_US.UTF-8, channel master)
[✗] Android t...