
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
swoole框架hyperf下报此错,代码无法正常运行NOTICE php_swoole_http_server_onReceive (ERRNO 1005): session[2] is closed之前安装的swoole 4.6.3扩展没有问题,后来因为要用到openssl,但是反复编译安装都无法开启openssl所以我重新下载的4.6.4编译安装,万万没想到,报错了!网上查不到这方面的解决办
一、下载frphttps://github.com/fatedier/frp/releases根据不同系统下载对应的包,这里我服务器是linux ,本地客户端是windows,所以要下载两种包。linux:https://github.com/fatedier/frp/releases/download/v0.36.2/frp_0.36.2_linux_amd64.tar.gzwindows:ht
Composer update 报错:Protocol “https“ not supported or disabled in libcurlphp代码运行也报错:Protocol “https“ not supported or disabled in libcurl排查问题:1.openssl,如果没有安装openssl请百度安装openssl version -a2.curl$ curl

一、使用Hbuilder右上角的预览,Hbuilder内置浏览器调试跨域忽略掉跨域问题二、修改vue.config.js配置文件1.在devServer{}内加入代理devServer: {proxy: {//配置跨域'/host': {target: 'https://xxx.xxx.com',//这里后台的地址模拟的;应该填写你们真实的后台接口changOrigin: true,//允许跨域p







