摘要: Mostly all modern day web applications have some sort of data storage system at the backend. For example, if you take the case of a web shopping appli 阅读全文
posted @ 2020-05-25 18:07 PrimerPlus 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 一、下载并编译Redis 二、配置开机自启动Redis服务 将redis 6.0.3/utils目录下的redis_init_script脚本拷贝到/etc/init.d下修改名字为redis 三、编辑redis文件,在文件头部添加以下注释 四、拷贝redis.conf文件到/etc/redis目录 阅读全文
posted @ 2020-05-25 11:46 PrimerPlus 阅读(155) 评论(0) 推荐(0) 编辑
摘要: Generic Binary Install MySQL 1、如果未在本地安装依赖库,则数据目录初始化以及后续的服务器启动步骤将会失败。安装libaio库的代码如下 2、添加mysql组和mysql用户。所有的文件和目录应该在mysql用户下 3、解压二进制文件 4、制作软连接 5、MySQL各个目 阅读全文
posted @ 2020-05-25 11:22 PrimerPlus 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 一、本地YUM源 1、 备份源文件 2、挂载镜像 开机挂载 3、编辑YUM源仓库文件 新增以下内容 4、清理YUM缓存, 重建YUM仓库 二、配置CentOS YUM源 1、备份源文件 2、下载CentOS Base.repo 到/etc/yum.repos.d/ 3、清理YUM缓存,重建YUM仓库 阅读全文
posted @ 2020-05-25 10:37 PrimerPlus 阅读(2636) 评论(0) 推荐(0) 编辑
摘要: In this program, you'll learn to create pyramid, half pyramid, inverted pyramid, Pascal's triangle and Floyd's triangle sing control statements in Jav 阅读全文
posted @ 2020-05-25 00:55 PrimerPlus 阅读(201) 评论(0) 推荐(0) 编辑