WarOfUnderword
WarOfUnderword
全部文章
Linux
基础算法(3)
数据库(1)
题解(4)
归档
标签
去牛客网
登录
/
注册
Alice
全部文章
/ Linux
(共3篇)
centos --问题
inux 安装mysql客户端时提示libncurses.so.5()(64bit) is needed 错误信息: [root@VM-12-14-centos mysql]# rpm -ivh MySQL-client-5.6.25-1.el6.x86_64.rpm error: Failed ...
2022-05-25
0
226
部署web
启动redis: nohup src/redis-server > log.file 2>&1 & 启动web //输出日志 nohup java -jar spring-3-0.0.1-SNAPSHOT.jar > log.file 2>&1 &am...
2022-05-22
0
194
Centos 服务器
这里写自定义目录标题 安装jdk 添加环境变量(配置文件:/etc/profile) 在文件末尾行添加 保存退出 安装mysql.5.7( mysql-8.0.29安装 ) 设置root用户密码 创建root用户 Mysql服务加入到系统服务并自动启动操作: ...
2022-05-22
0
226