1:首先yuminstallvconfig安装vconfig2:复制需要做vlan的网卡(em2)配置文件给em2.10和em2.20[root@localhost~]#cp/etc/sysconfig/network-scripts/ifcfg-em2etc/sysconfig/network-scripts/ifcfg-em2.10[root@localhost~]#cp/etc/syscon
分类:
其他好文 时间:
2020-12-04 11:20:23
阅读次数:
7
缘由:A项目用HttpURLConnection代理(B项目)内部接口的时候,返回值正常; 由于要走负载,nginx代理了几个A项目,通过nginx访问的时候,页面显示ERR_EMPTY_RESPONSE; nginx报错upstream sent invalid chunked response ...
分类:
其他好文 时间:
2020-12-03 11:34:06
阅读次数:
4
1 !/bin/bash 2 3 4 HOSTNAME="localhost" 5 PORT="3306" 6 USERNAME="root" 7 PASSWORD="1234" 8 DBNAME="mydatabase" 9 10 11 LOGIN_CMD="mysql -h${HOSTNAME} ...
分类:
数据库 时间:
2020-12-02 12:27:59
阅读次数:
12
一、首先我们安装Jenkins,我这里采用的是.msi应用程序,根据提示进行安装(傻瓜式),最后会打开默认的网页地址:http://localhost:8080 如果端口有冲突,可以去Jenkins的安装目录下的这个文件去改端口: 二、进入Jenkins的界面,会提示输入解锁密码,根据界面提示找对对 ...
分类:
编程语言 时间:
2020-12-02 12:14:47
阅读次数:
8
code macname@localhost Desktop % cat content fox jumps over the lazy dog. fox jumps over the lazy dog. fox jumps over the lazy dog. fox jumps over the ...
分类:
系统相关 时间:
2020-12-01 12:32:52
阅读次数:
24
CREATE DEFINER=`root`@`localhost` PROCEDURE `fetchdemo`()BEGINDECLARE is1,ic1,isc1,ic2,isc2 INT;DECLARE done int DEFAULT 0; DECLARE cur1 CURSOR for se ...
分类:
其他好文 时间:
2020-12-01 12:26:39
阅读次数:
7
code macname@localhost Desktop % cat test.sh while read line;do echo $line; done < a.txt macname@localhost Desktop % macname@localhost Desktop % cat a ...
分类:
系统相关 时间:
2020-11-30 16:14:46
阅读次数:
16
code macname@localhost Desktop % echo `uname -a` Darwin localhost 19.6.0 Darwin Kernel Version 19.6.0: Thu Oct 29 22:56:45 PDT 2020; root:xnu-6153.141 ...
分类:
系统相关 时间:
2020-11-30 16:12:29
阅读次数:
12
I use phpstudy to set a php+Mysql+Apache environment for the sqli-labs. The first step is to download the sqli-labs-master.zip from the official websi ...
分类:
数据库 时间:
2020-11-26 15:15:20
阅读次数:
14
1、下载Rocket MQ http://rocketmq.apache.org/docs/quick-start/ 下载的版本为rocketmq-all-4.7.1-bin-release.zip 下载完成后解压C:\Tools\rocketmq-all-4.7.1-bin-release 2、设 ...