240 发简信
IP属地:江苏
  • RabbitMQ 错误解决

    安装好mq后,查看状态,错误 解决方法: 将C:\Users\ *** \ .erlang.cookie 文件 拷贝到C:\Windows\Sy...

  • windows下一台服务器多个tomcat服务安装

    生成3份tomcat 分别命名为 tomcat1,tomcat2,tomcat3 打开tomcat/conf/server.xml文件,按照下面...

  • Resize,w 360,h 240
    IntelliJ IDEA设置虚拟机运行时的参数

    第一步:打开“Run->Edit Configurations”菜单 第二步:选择“VM Options”选项,输入你要设置的VM参数

  • Linux修改文件权限,所属用户和组

    chmod命令(变更文件或目录的权限) Linux用 户分为:拥有者、组群(Group)、其他(other),Linux系统中,预设的情況下,系...

  • CentOS7(Linux)清理yum缓存 和释放内存方法

    清理yum缓存 清理yum缓存使用yum clean 命令,yum clean 的参数有headers, packages, metadata,...

  • vsftpd:500 OOPS: vsftpd: refusing to run with writable root inside chroot ()错误的解决方法

    当我们限定了用户不能跳出其主目录之后,使用该用户登录FTP时往往会遇到这个错误: 500 OOPS: vsftpd: refusing to r...

  • CentOS 7 执行service iptables start出现redirecting to systemctl ...Failed to ...not loaded.

    在centOS 7系统中运行 service iptables stop 发现出错 解决办法 1. 使用systemctl systemctl ...

  • CentOS 7 安装 MySQL 7

    下载源sudo wget https://dev.mysql.com/get/mysql57-community-release-el7-11....

  • Linux查找占用的端口,并杀死进程

    我要使用4040端口,但是被其他的程序占用了 查找占用的程序 sudo netstat -apn | grep 4040 最后一项显示的是pid...