连接池 连接池主要是用来管理 Connection 对象,减少创建的时候消耗性能,然后还可以重复使用它。当你在使用的时候,如果说访问量激增时,有可能需要等待一定的时间,因为 cpu 会将空闲下来的 Connection 拿来使用,当你使用完了之后,还需要归还到连接池中,让下一个访问者来继续使用 Ja ...
分类:
数据库 时间:
2020-07-03 21:26:32
阅读次数:
80
1.下载mysql包 wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.24-linux-glibc2.12-x86_64.tar.gz#如果没有wget则安装sudo apt-get updatesudo apt-get in ...
分类:
数据库 时间:
2020-07-03 17:33:27
阅读次数:
97
源码安装 php # yum install epel-release # rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm # 先安装下依赖 yum install -y wget gcc gcc-c++ autoc ...
分类:
Web程序 时间:
2020-07-03 12:25:34
阅读次数:
56
curl http://localhost:6800/schedule.json -d project=default -d spider=somespider shell 命令请求转换为python 请求: request.post('http://localhost:6800/schedule. ...
分类:
其他好文 时间:
2020-07-03 00:38:20
阅读次数:
54
centos7的mini版没有wget命令, 我们可以使用yum在线安装,普通版可以正常使用wget命令 1、下载在线安装的wget命令 yum -y install wget 2、安装nginx 创建一个nginx的文件夹: [root@localhost ~]# mkdir /usr/nginx ...
分类:
系统相关 时间:
2020-07-02 21:41:36
阅读次数:
92
cur下载地址 curl curl FTP 上传下载文件 1.查看文件 curl ftp://192.168.2.10/test/ -u user:passwd 查看test文件夹下的文件(文件夹后必须加 /),查看更目录直接写ftp://192.168.2.10/ curl ftp://192.1 ...
分类:
Web程序 时间:
2020-07-02 16:49:41
阅读次数:
83
网络正常的情况下,执行如下命令: yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh 安装好后,重启一下服务 bt restart ...
分类:
系统相关 时间:
2020-07-02 11:57:30
阅读次数:
118
一.inception安装使用 inception是一个集审核、执行、备份及生成回滚语句于一身的MySQL自动化运维工具 [root@CentOS ~]# [root@CentOS ~]# wget http://ftp.gnu.org/gnu/bison/bison-3.0.5.tar.gz 11 ...
分类:
数据库 时间:
2020-07-02 00:15:44
阅读次数:
68
CSS 中文开发手册 空单元 | empty-cells (Miscellaneous Level 2) - CSS 中文开发手册 empty-cells 该empty-cellsCSS属性指定用户端应该如何渲染周围的边框和背景有没有可见的内容的单元格。此属性时才适用border-collapse的... ...
分类:
Web程序 时间:
2020-07-02 00:03:47
阅读次数:
65
#!/bin/bash yum -y install epel-release yum -y update yum -y remove firewalld yum -y install iptables iptables-services yum -y install gcc vim wget ma ...
分类:
Web程序 时间:
2020-07-01 20:32:05
阅读次数:
238