Rabbitmq 3.6.5以上版本修改端口号方法,网上查了下有一些方不管用,所以自己实践了引用官网说明 https://www.rabbitmq.com/configure.html#configuration-files 本文主要说明在Win系统下如何修改端口号5672为其它号首先查看Log 查 ...
分类:
其他好文 时间:
2021-05-03 12:27:44
阅读次数:
0
盘符切换 例如 E: 查看当前目录下的所有文件 dir 切换目录 cd change directory 退回上级目录 cd .. 清理屏幕 cls 退出终端 exit 查看电脑IP ipconfig 打开应用 calc 计算器 mspaint 画图 notepad 记事本 ping命令 ping ...
分类:
其他好文 时间:
2021-05-03 12:08:43
阅读次数:
0
我们大多数时候都使用IDE和其他软件来编写命令,但为了更好的工作,我们还需要随时准备一些可以随手使用的命令,以备不时之需。以下是我在开发时候,通常使用的命令,今天,我将它分享与你,希望对你有所帮助。 1、初始化本地Git存储库 git init 2、创建远程存储库的本地副本 git clone ss ...
分类:
其他好文 时间:
2021-04-30 12:43:46
阅读次数:
0
之前为了解决mysql远程连接,改了ip/端口、防护墙一直没有成功,今突然重新数据次命令,居然成功了 环境: 虚拟机:centOS 、lnmp环境 主机:navicat工具 当虚拟机安装完lnmp后,进入数据库执行如下步骤: 1、用root账户登录,回车输入密码进行登录 mysql -uroot - ...
分类:
数据库 时间:
2021-04-29 11:49:17
阅读次数:
0
防火墙由netfilter组成,iptables是控制netfilter的软件 iptables(重点)- 用户空间的工具 环境准备 systemctl stop firewalld.service systemctl disable firewalld.service 或systemctl dis ...
分类:
系统相关 时间:
2021-04-28 12:11:32
阅读次数:
0
添加一个类继承JsonResult public class CustomJsonResult : JsonResult { private const string _dateFormat = "yyyy-MM-dd HH:mm:ss"; public CustomJsonResult() { s ...
分类:
Web程序 时间:
2021-04-28 12:07:11
阅读次数:
0
工具 kali linux下的arpspoof,VMware以及USB式的无线网卡 遇见问题 1、kali2020未装arpsproof。 首先执行sudo apt-get update,然后apt-get install arpsproof 2、无法ping到受害主机 3、注意使用管理员权限进行操 ...
分类:
其他好文 时间:
2021-04-27 15:23:07
阅读次数:
0
1.安装依赖npm install --save-dev stylelint stylelint-scss stylelint-config-standard stylelint-csstree-validator stylelint-config-prettier 2.安装插件stylelint ...
分类:
其他好文 时间:
2021-04-27 14:36:39
阅读次数:
0
1、安装 Homebrew, $/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh 命令输入后出现报错:curl: (7) Failed to connect ...
分类:
数据库 时间:
2021-04-26 13:47:29
阅读次数:
0
实验 1.以图片方式,向页面输出红色的当前时间日期,格式为“yyyy年MM月dd日 HH:mm:ss”。 2.又一个简单的登录功能(一定时期的免登陆): (1)登录界面输入用户名、密码,勾选“一个星期自动登录”后,提交至CheckServlet; (2)CheckServlet中判断用户名密码非空且 ...
分类:
其他好文 时间:
2021-04-26 13:22:10
阅读次数:
0