
linux
佐斯特勒
代码敲烂了,键盘谁买?
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Error occurred: Query against mysql.user table failed when checking the mysql.session.
Linux安装mysql时出现 Error occurred: Query against mysql.user table failed when checking the mysql.session. 出现这个错误真的很令人头疼,它会导致: root@ubuntu:~# systemctl status mysql ● mysql.service Loaded: masked (/de...原创 2019-10-10 01:57:33 · 1584 阅读 · 0 评论 -
Linux服务器的程序部署--java服务器
linux环境部署 jdk环境 1、下载linux版本的jdk.tar文件上传到/usr/local/中 2、解压文件 tar -zxvf jdk.tar文件 3、设置权限 chown -R root:root 解压后的文件/ 4、设置环境变量 vim /etc/profile 添加配置信息 export JAVA_HOME=/usr/local/解压后的文件 export CLASSPAT...原创 2019-10-10 02:02:24 · 172 阅读 · 0 评论