操作系统调度器的种类 Posted on 2017年6月9日 by 海明博士 - Updated 2017年6月12日 调度在计算机中是分配工作所需资源的方法。资源可以指虚拟的计算资源,如线程、进程或数据流;也可以指硬件资源,如处.. Read more 系统开发
WebSocket 介绍 Posted on 2017年6月8日 by 海明博士 - Updated 2017年7月25日 WebSocket WebSocket一种在单个 TCP 连接上进行全双工通讯的协议。WebSocket通信协.. Read more WebSocket
mysql5.7 MGR集群搭建 Posted on 2017年6月8日 by 海明博士 mysql5.7 MGR集群搭建部署 此文章由队员(谆谆)拟写 最近看了一下mysql5.7的MGR集群挺不错.. Read more Mysql
mongodb3.4.4安装 Posted on 2017年6月7日 by 海明博士 mongodb3.4.4源码安装 超简单就那么两步 完事了 看效果 chmod +x /etc/init.d.. Read more mongodb
CentOS 7上安装Jenkins Posted on 2017年6月5日 by 海明博士 Jenkins 安装 只安装不介绍 步骤1:更新CentOS 7 Linux系统管理员的最佳做法之一是使系统.. Read more 其他
lnmp 配置pathinfo模式 Posted on 2017年6月5日 by 海明博士 LNMP 配置支持 pathinfo 1,nginx里添加以下配置文件内容如下 [crayon-63d58c5.. Read more Nnginx
openstack一键安装(最新版) Posted on 2017年6月1日 by 海明博士 环境 Centos 7.2 最小化安装(最小11G内存) 1,下载安装脚本 [crayon-63d58c530.. Read more 一键安装工具
Redis 3.2.9 安装 Posted on 2017年5月23日 by 海明博士 - Updated 2017年5月26日 Redis 3.2.9 安装 1, 安装相关软件包 2, 下载redis源码包 wget http:/.. Read more redis
sed awk find grep 常用参数 Posted on 2017年5月23日 by 海明博士 sed 打印文件第一行 打印文件第一行到第二行 打印文件第5599行到最后一行 打印文件最后一行 删除文件第一.. Read more Linux 小命令