首页 /后端开发
Top
问题描述中午网站突然打不开,登录阿里云控制台发现ECS的CPU占用一直在56%以上,尝试ssh登录服务器无法连接,最终只能重启。问题排查1. 重启服务器,ssh登录后,发现一堆sendmail进程。 Choose here javascripttypescripthtmlcssshellpythongolangjavacc++c#phprubyswiftkotlinscalarustdartelixirhaskellluaperlrsql /
2023-03-02 PHP linux 云服务商 sendmail crond crontab

Top
python 安装过程及遇到的问题官网下载免安装压缩包解压到对应目录,如:D://python,并设置系统环境变量采用官方 get-pip.py 方式安装 pip1. 下载免安装压缩包上图可以看出:windows installer(xxx) 是windows系统的安装版本,如:python-3.11.1-amd64.exe ;windows embeddable package(xxx) 是windows系统的免安装压缩包,如:python-3.11.1-embed-amd64.zip;这里我们选择免安装压缩包方
2023-02-08 python 报错 python pip

错误信息 Choose here javascripttypescripthtmlcssshellpythongolangjavacc++c#phprubyswiftkotlinscalarustdartelixirhaskellluaperlrsql php7.4:No package 'libzip' found 解决方法一[已验证,可行]下载较高版本libzip 1.2 Choose here
2021-05-12 PHP php 报错

问题说明在获取经过gzip压缩的网页内容时,仅简单的使用file_get_contents时无法自动解压缩获取到实际的网页内容的,会出现乱码的问题。解决方式url 前拼接 compress.zlib:// 字符串 Choose here javascripttypescripthtmlcssshellpythongolangjavacc++c#phprubyswiftkotlinscalarustdartelixirhaskellluaperlrsql
2021-03-22 PHP php gzip 爬虫

先添加需要的用户组及用户 Choose here javascripttypescripthtmlcssshellpythongolangjavacc++c#phprubyswiftkotlinscalarustdartelixirhaskellluaperlrsql groupadd www-data useradd -g www-data www-data 修改 php-fpm 配置文件一般路径:/usr/local/etc/ph
2020-12-29 PHP nginx php php-fpm

官网下载对应版本的安装包,解压php-7.xxx.xxx.tar.gz进入ext/openssl目录,执行 phpize 命令(前提安装好php) Choose here javascripttypescripthtmlcssshellpythongolangjavacc++c#phprubyswiftkotlinscalarustdartelixirhaskellluaperlrsql cd ./ext/openssl mv config0
2020-11-08 PHP php 扩展 openssl
总共36个记录,当前第1 首页下一页尾页 跳到