摘要:
JIT时php8的重要功能之一,可以极大的提高性能; JIT编译器集成在了Opcache插件中,仅在启动Opcache插件才有效 Opcache将 PHP 脚本编译后的字节码存储到内存中,以避免每次执行脚本时重新解析和编译,从而提高 PHP 应用程序的性能和响应速度。 Opcache开启: 编辑ph 阅读全文
摘要:
docker-desktop安装注意事项 1.wsl安装 https://learn.microsoft.com/zh-cn/windows/wsl/install-manual 安装php扩展 apk add --update-cache php81-mongodb 阅读全文
摘要:
一.安装chrome下载安装脚本wget https://intoli.com/install-google-chrome.sh1然后授予可执行权限chmod 755 ./install-google-chrome.sh1执行脚本./install-google-chrome.sh1安装脚本会自动下 阅读全文
摘要:
一、php连接websocket服务器内部通信 1.1、安装ratchet/pawl composer require ratchet/pawl 1.2、代码示例: \Ratchet\Client\connect('ws://123.57.237.122:9004')->then(function 阅读全文
摘要:
执行powershell: wsl --install 如果遇到无法解析,检查更换dns 阅读全文
摘要:
cURL error 60: SSL certificate problem: unable to get local issuer certifica 解决 无法获取本地颁发者证书 Windows版本1.到 https://curl.haxx.se/ca/cacert.pem 下载证书文件 cac 阅读全文
摘要:
查看目前composer使用的版本 ls -l /usr/bin/php 返回结果显示是7.2版本 lrwxrwxrwx 1 root root 26 10月 18 2021 /usr/bin/php -> /www/server/php/72/bin/php 修改版本为7.4 ln -sf /ww 阅读全文
摘要:
在centos7上安装anaconda碰到很多的坑,分享出来,也免得以后自己忘记,下面这篇文章主要给大家介绍了关于宝塔centos7安装Conda的相关资料,文中通过实例代码介绍的非常详细,需要的朋友可以参考下 前言: 最近学习了python,主要原因是公司主营百度相关业务,接触了一下paddle 阅读全文
摘要:
location ~* (runtime|application)/{ return 403;}location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }} 阅读全文
摘要:
1、添加推流和播流域名 2、播流域名配置 开启低延迟直播 --http请求头配置 --证书配置,可以去阿里云申请免费证书(一年有效期) 阅读全文