码迷,mamicode.com
首页 >  
搜索关键字:red    ( 13693个结果
Sort Colors
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, ...
分类:其他好文   时间:2016-09-19 01:12:39    阅读次数:160
CSS实现圆角,三角,五角星,五边形,爱心,12角星,8角星,圆,椭圆,圆圈,八卦等等
1.长方形 #Rectangle{ width: 200px; height: 50px; background-color: red; color: white; text-align: center; } 2.正方形 #square{ width: 200px; height: 200px; b ...
分类:Web程序   时间:2016-09-18 22:05:08    阅读次数:195
Redis集群及管理讲解
集群技术是构建高性能网站架构的重要手段,试想在网站承受高并发访问压力的同时,还需要从海量数据中查询出满足条件的数据,并快速响应,我们必然想到的是将数据进行切片,把数据根据某种规则放入多个不同的服务器节点,来降低单节点服务器的压力。上篇redis_主从我们讲到了Red..
分类:其他好文   时间:2016-09-18 15:40:58    阅读次数:257
【canvas】半圆和半弧——首尾是否绘制连接
<body> <canvas id="c1" style="border:1px solid red;display:block;margin:0 auto;"></canvas></body> <script> window.onload=function(){ var canvas=docume ...
分类:其他好文   时间:2016-09-18 15:04:09    阅读次数:109
CSS背景属性background
background属性是所有背景属性的缩写: 以下是这些背景属性: background-color:背景颜色 你可以通过颜色名称(red/green/blue)来设置 也可以用十六进制(#fff/#000/#bcbcbc) 还可以用到rgb(x,x,x) x取值(0~255) backgroun ...
分类:Web程序   时间:2016-09-15 22:44:54    阅读次数:279
Red hat 6使用 CentOS7 的yum和yum源
删除redhat原有的yumrpm-aq|grepyum|xargsrpm-e–nodeps下载yum安装文件Wgethttp://mirrors.163.com/centos/6/os/x86_64/Packages/yum-3.2.29-73.el6.centos.noarch.rpmWgethttp://mirrors.163.com/centos/6/os/x86_64/Packages/yum-metadata-parser-1.1.2-16.el6.x86_64.rpmW..
分类:其他好文   时间:2016-09-15 15:18:43    阅读次数:964
ElasticSearch1.7.1 安装
--测试环境 centos 6.5 Linux version 2.6.32-431.el6.x86_64 (mockbuild@c6b8.bsys.dev.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) ) #1 SM ...
分类:其他好文   时间:2016-09-15 09:53:07    阅读次数:228
CSS选择器
1、元素选择器大多数的HTML标记都包含一个style属性,允许指定在标记显示时的样式。语法格式:语法格式:< style type=”text/css”> div{color:red; font-size:25px;}</sytle>在<body></body>之间插入div即可2、css类选择器 ...
分类:Web程序   时间:2016-09-14 21:53:17    阅读次数:124
我的云服务之WWW
云服务器系统是:[root@ip-172-31-27-132 system]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.2 (Maipo) 内核: [root@ip-172-31-27-132 system] ...
分类:其他好文   时间:2016-09-14 01:45:12    阅读次数:131
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!