码迷,mamicode.com
首页 >  
搜索关键字:yum source    ( 40430个结果
数据库连接池的使用
数据库连接池的使用 连接池基本介绍 在使用数据库连接池之前,我们通过程序直接连接数据库或释放数据库资源频繁的连接或释放数据库资源,会消耗大量系统资源效率低下 系统运行时,连接池会自动与数据库建立一定数量的连接对象,并将这些连接对象放入连接池中等待使用 当程序需要使用连接对象操作数据库时,会在连接池中 ...
分类:数据库   时间:2021-06-04 18:54:31    阅读次数:0
git 安装配置
Linux 平台上安装 Git 的工作需要调用 curl,zlib,openssl,expat,libiconv 等库的代码,所以需要先安装这些依赖工具。 在有 yum 的系统上(比如 Fedora)或者有 apt-get 的系统上(比如 Debian 体系),可以用下面的命令安装: 各 Linux ...
分类:其他好文   时间:2021-06-03 18:28:05    阅读次数:0
[AWS - DA] Lambda (ALB, Mult-values header, Edge, Async invocation, Event Source Mapping, Destination) PART 1
Lambda integration with ALB HTTP(s) Lambda function must be registered in a target group ALB Multi-Header Values If a client connect to ALB, we can co ...
分类:移动开发   时间:2021-06-03 18:21:09    阅读次数:0
Linux下安装Nginx
作者:Grey 原文地址:Linux下安装Nginx 版本 Nginx:1.20.1 操作系统:CentOS 7 安装必要工具和依赖 yum -y install wget gcc gcc-c++ pcre pcre-devel zlib zlib-devel openssl openssl-dev ...
分类:系统相关   时间:2021-06-03 18:15:31    阅读次数:0
linux下python3.6.7安装
linux下python3.6.7安装yum -y install gcc yum -y install wget openssl openssl-develtar xvf Python-3.6.7.tgzcd Python-3.6.7/ ./configure --prefix=/usr/loca ...
分类:编程语言   时间:2021-06-03 18:13:34    阅读次数:0
linux下安装mysql
#CentOS7的yum源中默认好像是没有mysql 1.1 下载mysql的repo源 cd /usr/local wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm 1.2 安装mysql-community-r ...
分类:数据库   时间:2021-06-03 17:43:34    阅读次数:0
Hsm状态机init()和dispatch()流程
QHsm_dispatch_(QHsm * const me, QEvt const * const e) {(通过函数参数me传入终状态) typedef QState (*QStateHandler)(void * const me, QEvt const * const e);(QStateH ...
分类:其他好文   时间:2021-06-02 20:51:10    阅读次数:0
oracle 19c安装
1.环境安装 yum -y install compat-libcap1 compat-libstdc++-33 ksh libaio-devel libstdc++-develrpm -ivh oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm ...
分类:数据库   时间:2021-06-02 20:49:42    阅读次数:0
Centos7安装python3.6
1.下载python3.6包 wget https://www.python.org/ftp/python/3.6.6/Python-3.6.6.tar.xz 2.安装相关依赖 yum install gcc-c++ yum install pcre pcre-devel yum install z ...
分类:编程语言   时间:2021-06-02 20:23:58    阅读次数:0
Linux添加环境变量
参考: linux添加环境变量4种方法 (360doc6.net) Linux vi/vim | 菜鸟教程 (runoob.com) 基础 Linux的环境变量是保存在变量PATH中,可通过Linux shell命令 echo $PATH 查看输出内容,或者直接输入export查看。 Linux环境 ...
分类:系统相关   时间:2021-06-02 20:15:43    阅读次数:0
40430条   上一页 1 ... 12 13 14 15 16 ... 4043 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!