码迷,mamicode.com
首页 >  
搜索关键字:the twenty-first cen    ( 220个结果
centos7 部署 汉化版 gitlab 10.0.2
20171008_第一次修改 ccb_warlock gitlab接触了一段时间,觉得是一个很不错的开源产品(gitlab的社区版),值得我整理一篇部署教程作为记录。 安装全程选择的用户为root。 一、环境准备 操作系统:centos7(minimal,www.centos.org下载的包是Cen ...
分类:其他好文   时间:2017-10-08 15:34:08    阅读次数:211
js_外部对象——时钟列子
<!DOCTYPE html><html><head><meta charset="UTF-8"><title>时钟</title><style type="text/css"> #clock{ border: 1px solid red; width: 200px; text-align: cen ...
分类:Web程序   时间:2017-10-07 14:57:20    阅读次数:163
css 背景图片百分比
1.等价写法 在看各类教程时有以下等价写法:· top left, left top 等价于 0% 0%. top, top center, center top 等价于 50% 0%. right top, top right 等价于 100% 0%. left, left center, cen ...
分类:Web程序   时间:2017-09-23 13:41:09    阅读次数:358
Wmware快速复制虚拟机环境
目的: 准备5台虚拟机centos7,并安装docker,设置IP地址并联网 192.168.2.10 192.168.2.11 192.168.2.12 192.168.2.13 192.168.2.14 192.168.2.15 准备工作: 虚拟机软件:wmware 8.5.8 操作系统:cen ...
分类:其他好文   时间:2017-09-09 19:42:28    阅读次数:328
Jenkins集成Docker实现镜像构建和线上发布
原文地址:http://www.cnblogs.com/keithtt/p/6410229.html 大概过程如下图: 由于需要用到docker打包镜像,jenkins宿主机上需要安装docker,原先的jenkins server安装在centos6上无法运行docker,所以这里单独用一台cen ...
分类:其他好文   时间:2017-09-06 17:10:50    阅读次数:271
部署自己的GitLab
先说明一下自己的想法:无论怎么样,个人确实先不想升级到centos7上面,因为我觉得centos6还是比较占用资源少的,而且作为生产环境,centos6完全够用了。实验测试环境:centos 6.5_X86_64 最小化安装关闭了iptables 和selinuxCPU:4 内存:8G1.安装cen... ...
分类:其他好文   时间:2017-08-24 23:50:27    阅读次数:392
ftp服务器和http服务器的简单安装测试
0.【 安装前的准备工作:】 1)chkconfig iptables off或service iptables stop 禁防火墙(centos6) systemctl disable firewalld.service 或systemctl stop firewalld.services(cen ...
分类:Web程序   时间:2017-08-05 23:39:07    阅读次数:374
js日历
1 <html> 2 <head> 3 <title>日历表格</title> 4 <style type="text/css"> 5 .DateTime { 6 width: 99%; 7 margin-top: 4px; 8 } 9 .dateTitle { 10 text-align: cen ...
分类:Web程序   时间:2017-07-30 23:39:20    阅读次数:211
公司安装mariaDB-5.5.52和Jdk 7
转自:http://www.cnblogs.com/kgdxpr/p/3209009.html vi /etc/yum.repos.d/MariaDB.repo 加入下面内容 [mariabd]name=MariaDBbaseurl=http://yum.mariadb.org/5.5.34/cen ...
分类:数据库   时间:2017-07-29 16:28:52    阅读次数:192
Nginx实现tomcat集群进行负载均衡
一、背景 随着业务量和用户数量的激增,单一的tomcat部署应用已经无法满足性能需求,而且对于每次发布项目期间服务不可用的问题也凸显,既然出现了这个问题,那么我们本文就借助nginx来完美的解决这个问题。 二、基本概念 1.说明:关于Nginx的概念和介绍以及Centos7下安装步骤,请移步:Cen ...
分类:其他好文   时间:2017-07-25 12:32:22    阅读次数:241
220条   上一页 1 ... 8 9 10 11 12 ... 22 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!