We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb230d commit 804d097Copy full SHA for 804d097
README.md
@@ -486,7 +486,6 @@ password: qaz123
486
487
如果服务器运行报错,记得查看mysql端口`show global variables like 'port';`、查看表名`show databases;`、创建表`create database 表名;`<br>
488
java进程是否被占用`ps -ef |grep java` ,关闭进程`kill -9 PID号`。<br>
489
-
490
其中将服务打包上传至服务器时,用`filezilla`,使用sftp安全传输协议,同时注意sftp协议端口与ssh端口一致。<br>
491
492
```js
服务打包.png
15.4 KB
0 commit comments