1. 下载tomcat:#wget http://apache.fayea.com/tomcat/tomcat-7/v7.0.54/bin/apache-tomcat-7.0.54.tar.gz 2. 将tomcat放置到 / server / tomcat / 目录下#mv apache-tomc ...
分类:
系统相关 时间:
2020-06-16 23:40:23
阅读次数:
89
详细看网址:https://blog.csdn.net/qq_37345604/article/details/80556639 wget在线下载 wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2 ...
分类:
系统相关 时间:
2020-06-16 23:25:05
阅读次数:
148
每一个网页或者说是web页都有其固定的后缀名,不同的后缀名对应着不同的文件格式和不同的规则、协议、用法,最常见的web页的后缀名是.html和.htm,但这只是web页最基本的两种文件格式,今天我们来介绍一下web页的其它一些文件格式。 首先介绍一下html与htm 关于HTML,HTML(Hype ...
分类:
Web程序 时间:
2020-06-16 23:17:04
阅读次数:
81
1,sql登录不上,啥连接失败, 可以用win+r并输入SQLServerManager10.msc打开配置管理器 ...
分类:
其他好文 时间:
2020-06-16 21:58:12
阅读次数:
55
一、 整个测试框架只要分为6部分,分别是:python安装、easy_install安装、pip安装、Robotframework安装、wxpython安装、ride的安装。 二、 Python安装 目前robotframework 整个测试框架支持Python2和Python3的安装,根据个人要求 ...
分类:
其他好文 时间:
2020-06-16 18:26:32
阅读次数:
68
1、下载mysql包 wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.24-linux-glibc2.12-x86_64.tar.gz 2、解压 tar xzvf mysql-5.7.24-linux-glibc2.12-x8 ...
分类:
数据库 时间:
2020-06-16 16:49:12
阅读次数:
88
一、安装YUM Repo1、由于CentOS 的yum源中没有mysql,需要到mysql的官网下载yum repo配置文件。下载命令: wget https://dev.mysql.com/get/mysql57-community-release-el7-9.noarch.rpm 2、然后进行r ...
分类:
数据库 时间:
2020-06-16 15:29:08
阅读次数:
59
1. 创建一个Amazon ElasticCache 集群
2. 连接这个集群
3. 运行命令
4. 删除集群
分类:
数据库 时间:
2020-06-16 15:00:56
阅读次数:
62
安装很简单,执行如下指令即可: wget https://www.cpan.org/src/5.0/perl-5.28.0.tar.gz # tar -zxvf perl-5.28.0.tar.gz cd perl-5.28.0 ./Configure -des -Dprefix=/usr/loca ...
分类:
其他好文 时间:
2020-06-16 14:51:38
阅读次数:
48
安装openresty 编译安装 yum install pcre-devel openssl-devel gcc curl wget wget https://openresty.org/download/openresty-1.15.8.3.tar.gz tar -xzvf openresty- ...
分类:
其他好文 时间:
2020-06-16 14:49:56
阅读次数:
52