logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

linux centos yum 单独安装 mysqldump

linux centos yum 单独安装 mysqldump在 linux下

#linux#centos#mysql
xml/apr_xml.c:35:19: 致命错误:expat.h:没有那个文件或目录

xml/apr_xml.c:35:19: 致命错误:expat.h:没有那个文件或目录在安装 Apache 相关的软件 apr-util 时可能会报这个错误,这是因为系统缺失 expat 库。CentOS下(我这里的环境是CentOS 7)root超级管理员用户执行以下命令,非root超级管理员前面加上 sudo 用以获取权限执行:# yum install -y expat-devel安...

#linux#centos
nginx 错误Failed to start The nginx HTTP and reverse proxy server.

nginx 错误Failed to start The nginx HTTP and reverse proxy server.nginx 启动中可能会报以下错误,演示如下:[centos@localhost nginx-1.16.1]$ :<<!启动 nginx![centos@localhost nginx-1.16.1]$ sudo systemctl start n...

#linux#nginx#centos
ThinkPHP5.1 查询所有数据并排除某些字段数据

ThinkPHP5.1 查询所有数据并排除某些字段数据在使用 thinkphp5.1 的时候,难免会碰到这样的场景。 我要查询数据库某张表的所有数据,但可能要排除个别某些字段 。当然,良好的习惯是将所有的字段都罗列出来,并将其中个别不要的字段删除即可 。但如果字段数量非常多时,恐怕身为程序员的我们内心是崩溃的。但是 ,若是我们想偷偷懒,应该怎么做?解决方法如下:还是使用 field 字段...

#php
Linux-CentOS环境下Nginx源码编译安装产生错误缺失GeoIP库的问题解决

Linux-CentOS环境下Nginx源码编译安装产生错误缺失GeoIP库的问题解决在 nginx 源码编译安装时,可能会碰到以下错误:./configure: error: the GeoIP module requires the GeoIP library.You can either do not enable the module or install the library....

#nginx#linux#centos
Linux系统中将wget更新到最新版本

Linux系统中将wget工具更新到最新版本一般来讲,linux类系统中,包括ubuntu、CentOS、Redhat等衍生系统已经默认包含了wget工具,但一般版本比较低,低版本的wget可能也会存在一些致命bug,需要时可以进行编译安装更新到最新版本。方法如下:先到wget工具的官网页面下载,点击 Get wget 获取最新的wget源码软件。官方网站:http://wget.add...

#linux#centos
wget -c 断点续传命令

wget -c 断点续传命令当文件特别大或者网络特别慢的时候,往往一个文件还没有下载完,链接就已经被切断,虽然 wget 会尝试重新连接,但超过一定尝试次数后,依然会切断链接,此时就需要断点续传。特别是使用谷歌浏览器下载东西的时候!wget 的断点续传是自动的,只需要使用 -c 参数。格式如下:$ wget -c 网址样例如下:$ wget -c https://www.zli...

#linux#bash
Apache-httpd服务器启动成功网页却不能访问的问题

Apache-httpd服务器启动成功网页却不能访问的问题环境:CentOS 7 。在 Apache 成功启动后,可能会存在服务已经启动,但是网页却无法访问的情况。如下,查看服务 httpd 是否已经启动。[centos@localhost ~]$ ps -ef|grep httpdroot229110 09:02 ?00:00:00 /usr...

#linux#centos#apache
Linux-CentOS环境下Nginx源码编译安装产生错误缺失GeoIP库的问题解决

Linux-CentOS环境下Nginx源码编译安装产生错误缺失GeoIP库的问题解决在 nginx 源码编译安装时,可能会碰到以下错误:./configure: error: the GeoIP module requires the GeoIP library.You can either do not enable the module or install the library....

#nginx#linux#centos
Linux-CentOS环境下Nginx源码编译安装产生错误缺失libxml2/libxslt库的问题解决

Linux-CentOS环境下Nginx源码编译安装产生错误缺失libxml2/libxslt库的问题解决在 nginx 源码编译安装时,可能会碰到以下错误:./configure: error: the HTTP XSLT module requires the libxml2/libxsltlibraries. You can either do not enable the modul...

#linux#nginx#centos
    共 11 条
  • 1
  • 2
  • 请选择