上一页 1 2 3 4 5 6 7 ··· 33 下一页
摘要: 链接:https://pan.baidu.com/s/1-EsuGaw0_9ubw5_9AhRS2Q 提取码:1hp4 一,Elasticsearch环境准备 elasticsearch-5.6.8.zip进行解压(安装目录随意) 启动服务: 访问http://127.0.0.1:9200,显示如下 阅读全文
posted @ 2023-09-08 16:12 金虹巴巴 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 1.查看哪个进程占用了6379端口 或则判断端口为6379服务是否启动netstat -atpln | grep 6379或lsof -i:6379 2.然后根据查出的进程号查询相应的服务ps -ef | grep PID 3.查询服务的进程号 观察结果是否与1中netstat的一致ps -ef | 阅读全文
posted @ 2023-09-08 11:07 金虹巴巴 阅读(1193) 评论(0) 推荐(0) 编辑
摘要: 1.nvm nvm list //查找本电脑上所有的node版本 - nvm list //查看已经安装的版本 - nvm list installed //查看已经安装的版本 - nvm list available //查看网络可以安装的版本 2.nvm install //安装最新版本nvm 阅读全文
posted @ 2023-08-23 09:28 金虹巴巴 阅读(2365) 评论(0) 推荐(0) 编辑
摘要: 1、提高允许的max_connect_errors数量(治标不治本)a.命令行修改 修改max_connection_errors的数量为1000 mysql -h 123.57.78.101 -P 3306 -uroot -p123456 set global max_connect_errors 阅读全文
posted @ 2023-08-10 16:58 金虹巴巴 阅读(661) 评论(0) 推荐(0) 编辑
摘要: window+R 组合键,输入【cmd】命令,调出窗口 netstat -aon|findstr "1198" tasklist|findstr "19800" C:\Users\mytest>netstat -aon|findstr "1198" TCP 0.0.0.0:1198 0.0.0.0: 阅读全文
posted @ 2023-07-27 10:20 金虹巴巴 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 搜索 复制 阅读全文
posted @ 2023-07-17 10:50 金虹巴巴 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 搜索 复制 阅读全文
posted @ 2023-06-19 09:51 金虹巴巴 阅读(17) 评论(0) 推荐(0) 编辑
摘要: SELECT substring_index(host, ':',1) AS host_name,state,count(*) ROM information_schema.processlist GROUP BY state,host_name; 搜索 复制 阅读全文
posted @ 2023-05-31 09:25 金虹巴巴 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 下载地址:https://dev.mysql.com/downloads/mysql官网:https://www.mysql.com .sock 可通过如下命令查到: ps -ef|grep mysql 或 netstat -ln | grep mysql [root@localhost ~]# n 阅读全文
posted @ 2023-05-23 14:36 金虹巴巴 阅读(35) 评论(0) 推荐(0) 编辑
摘要: Ctrl+Alt+End 然后 点击任务管理器 用户-->Windows资源管理器 重新启动 搜索 复制 阅读全文
posted @ 2023-05-12 14:38 金虹巴巴 阅读(174) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 33 下一页