连接Mysql客户端 mysql -hxxx.xx.x.x -uxxx -p'xxxxxx' -P xxx -- ip 用户名 密码 端口号 show slave status\G; 在MYSQL的主从复制中 ,通过命令show master status,可以查看master数据库当前正在使用的二 ...
分类:
数据库 时间:
2021-06-09 15:31:03
阅读次数:
0
1、File->New Project。 http://start.springboot.io 2、下一步。 3、选择依赖。 4、生成项目。 5、运行。 6、设置Tomcat端口 src\main\resources\application.properties server.port=9001 ...
分类:
编程语言 时间:
2021-06-09 10:37:26
阅读次数:
0
安装tomcat 1.去官网下载对应版本的压缩包: tomcat官网:http://tomcat.apache.org/ 2.下载完毕在你想安装的目录解压即可 #Tomcat启动和配置 文件夹作用: 启动。关闭Tomcat 访问测试:http://localhost:8080/ 可能遇到的问题: J ...
分类:
系统相关 时间:
2021-06-09 10:31:26
阅读次数:
0
const express = require("express"); //创建服务器 var app = express(); //配置服务器的端口 app.listen(8080); app.get("/login",(req,res)=>{ //普通响应 // res.end("今天天气好晴朗 ...
分类:
Web程序 时间:
2021-06-08 23:39:34
阅读次数:
0
title: TCP date: 2021-06-07 22:42:01 tags: NET categories: Java description: top_img: comments: cover: TCP InetAddress **作用:**封装计算机的IP地址和DNS(没有端口信息)。 ...
分类:
编程语言 时间:
2021-06-08 23:17:07
阅读次数:
0
参考: https://blog.csdn.net/xueyingqi/article/details/50674078 https://www.cnblogs.com/pengzheng/p/3633438.html https://blog.csdn.net/qq_38461232/articl ...
分类:
系统相关 时间:
2021-06-08 22:39:45
阅读次数:
0
百度搜索kong install,查找官网安装教程,点docker海豚图表,查看:https://docs.konghq.com/enterprise/2.4.x/deployment/installation/docker/ 安装kong,按照官网的教程:docker pull kong/kong ...
分类:
其他好文 时间:
2021-06-07 21:18:02
阅读次数:
0
Apple 可能正试图将我们推向无线未来,但对于很多事情,您仍然需要使用数据线和端口来插入显示器、外置驱动器或读卡器等配件。了解哪些 Mac 拥有的端口数量,因此当您将其带回家并尝试连接所有基本外围设备时,您才不会感到意外。 哪台 Mac 的端口最多? 如果您希望 Mac 具有最广泛的内置端口选择, ...
分类:
系统相关 时间:
2021-06-07 20:54:52
阅读次数:
0
1.在自己的服务器中找到redis的配置文件 redis.conf 使用命令vi redis.conf或vim redis.conf ...
分类:
其他好文 时间:
2021-06-07 20:35:04
阅读次数:
0
启动 % brew services start php@5.6 ==> Successfully started `php@5.6` (label: homebrew.mxcl.php@5.6) jiqing@jiqingdeMacBook-Pro nginx % ps -ef | grep ph ...
分类:
Web程序 时间:
2021-06-06 19:15:28
阅读次数:
0