10 2020 档案
[Warning] Could not increase number of max_open_files to more than 1024 (request: 4907)
摘要:问题 201026 12:59:09 mysqld_safe mysqld from pid file /var/run/mariadb/mariadb.pid ended 201026 13:01:37 mysqld_safe Starting mysqld daemon with databas
阅读全文
mysql/mariadb很慢,报错:InnoDB: ERROR: the age of the last checkpoint is
摘要:问题 mysql最新网络吞吐速度慢,到后台查看日志报错: Version: '5.5.65-MariaDB' socket: '/var/lib/mysql/mysql.sock' port: 3306 MariaDB Server 201023 14:19:01 InnoDB: ERROR: th
阅读全文
golang unrecognized import path "golang.org/x/net" 完美解决方案
摘要:背景 在centos7编译mkcert报错 yum install nss-tools git clone https://github.com/FiloSottile/mkcert && cd mkcert go build -ldflags "-X main.Version=$(git desc
阅读全文
nginx搭建基于基于ftp的文件服务器
摘要:背景 公司内网一部分文件,需要在外网可以看到,内网路由设置FTP PASV模式麻烦/没成功。 nginx搭建服务器方法: #安装nginx yum install nginx systemctl enable nginx.service 修改配置文件 server { location / { ch
阅读全文
netty_transport_native_epoll cannot be loaded from java.library.path, now trying export to -Dio.netty.native.workdir:
摘要:背景 按照尚硅谷周阳老师的springcloud系列课程敲代码,然后部署到linux,日志级别改成debug看到以下错误 .NativeLibraryLoader - netty_transport_native_epoll cannot be loaded from java.library.pa
阅读全文