码迷,mamicode.com
首页 >  
搜索关键字:localhost    ( 15941个结果
centos7配置vlan,实现一个网卡两个地址的功能
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
nginx报错upstream sent invalid chunked response while reading upstream
缘由:A项目用HttpURLConnection代理(B项目)内部接口的时候,返回值正常; 由于要走负载,nginx代理了几个A项目,通过nginx访问的时候,页面显示ERR_EMPTY_RESPONSE; nginx报错upstream sent invalid chunked response ...
分类:其他好文   时间:2020-12-03 11:34:06    阅读次数:4
shell创建数据库的脚本
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+python自动化测试持续集成
一、首先我们安装Jenkins,我这里采用的是.msi应用程序,根据提示进行安装(傻瓜式),最后会打开默认的网页地址:http://localhost:8080 如果端口有冲突,可以去Jenkins的安装目录下的这个文件去改端口: 二、进入Jenkins的界面,会提示输入解锁密码,根据界面提示找对对 ...
分类:编程语言   时间:2020-12-02 12:14:47    阅读次数:8
shell sed 多行执行多个命令
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
shell 循环打印出文件所有行
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
shell 查看本机的Linux版本和内核信息
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
How to install sqli-labs into localhost
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
Windown10下Rocket MQ 安装
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、设 ...
分类:Windows程序   时间:2020-11-26 15:00:43    阅读次数:13
15941条   上一页 1 ... 24 25 26 27 28 ... 1595 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!