error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory 在CentOS 7.6 操作系统的机器上安装 MySQL 过程中,执行安装命令报 ...
分类:
其他好文 时间:
2020-07-17 13:34:29
阅读次数:
60
root@ubuntu:/data1/root/ryu/SDN-IP-Ryu# sshd -T Missing privilege separation directory: /run/sshd Missing privilege separation directory: /run/sshd ro ...
分类:
系统相关 时间:
2020-07-15 23:54:56
阅读次数:
177
1 <?xml version="1.0" encoding="utf-8" ?> 2 <configuration> 3 <configSections> 4 <section name="log4net" type="log4net.Config.Log4NetConfigurationSect ...
分类:
Web程序 时间:
2020-07-15 01:14:22
阅读次数:
107
在个人服务器上新安装的PHP7.2.12和mysql8.0.13,安装完成后将下载好的phpmyadmin4.8.3版本解压后直接放到站点根目录下面,输入正确的用户名和密码后会提示如下错误: mysqli_real_connect(): (HY000/2002): No such file or d ...
分类:
数据库 时间:
2020-07-13 14:07:19
阅读次数:
107
一台服务器安装一个web站点,资源浪费,虚拟主机可以使单web服务器部署多个站点,可以省钱
分类:
Web程序 时间:
2020-07-12 23:55:39
阅读次数:
122
#切换用户或以其他用户身份执行命令 su: 即 switch user,命令可以切换用户身份,并且以指定用户的身份执行命令 ##格式: su [options...] [-] [user [args...]] ##常见选项: -l --login su -l UserName 相当于 su - Us ...
分类:
系统相关 时间:
2020-07-12 22:24:42
阅读次数:
62
删除window 指定目录重复文件 package cn.liuyangjob; import java.io.File; public class AllText { public void getAllFiles() { File file = new File("K:/music"); if ...
分类:
编程语言 时间:
2020-07-11 19:45:21
阅读次数:
80
安装composer报错Project directory fecshop/ is not empt
分类:
其他好文 时间:
2020-07-11 09:44:29
阅读次数:
80
在进行python包安装的时候遇到错误(输入conda、pip) zsh: /opt/anaconda3/bin/pip: bad interpreter: /opt/anaconda3/bin/python: no such file or directory 问题主要出现在anacanda的pi ...
分类:
编程语言 时间:
2020-07-10 13:40:46
阅读次数:
75
Centos7.5 编译安装apr-util时报错:xml/apr_xml.c:35:19: fatal error: expat.h: No such file or directory 解决方案:yum install expat-devel 编译pcre 报错 error: Invalid C ...
分类:
Web程序 时间:
2020-07-10 13:39:29
阅读次数:
92