码迷,mamicode.com
首页 >  
搜索关键字:red    ( 13693个结果
Python里的map、reduce、filter、lambda、列表推导式
Map函数: 原型:map(function, sequence),作用是将一个列表映射到另一个列表, 使用方法: def f(x): return x**2 l = range(1,10) map(f,l) Out[3]: [1, 4, 9, 16, 25, 36, 49, 64, 81] Red ...
分类:编程语言   时间:2016-06-10 12:15:47    阅读次数:196
css横向导航条
css横向导航条有两种方法 1. ul li a li{float:left} #navlist li, #navlist a{height:44px;display:block;} a{width:60px;background:red} 2.ul{font-size:0px;}或者ul{word ...
分类:Web程序   时间:2016-06-09 21:05:09    阅读次数:890
HTML页面的布局
1.纵向切分页面:CSS POSITION的默认值为:STATIC 1) 1 <html> 2 <head> 3 <title>Hello</title> 4 </head> 5 <body> 6 <div style="float:left;background:red;width:50%;hei ...
分类:Web程序   时间:2016-06-09 18:41:29    阅读次数:205
端午小长假--前端基础学起来03CSS为网页添加样式
定义:用于定义HTML内容在浏览器内的显示样式,如文字大小,颜色,字体 设置样式:将要设置样式的内容用<span></span>样式括起来,然后再head中设置span <head><style type="text/css">span{ color:red;}</style></head> <bo ...
分类:Web程序   时间:2016-06-09 17:23:39    阅读次数:233
考试认证
Red Hat OpenStack Administration (CL210) Red Hat CloudForms Hybrid Cloud Management (CL220) Red Hat OpenStack Administration III (CL310) RabbitMQ Mess ...
分类:其他好文   时间:2016-06-08 15:51:55    阅读次数:141
SQL多条件查询
SELECT a.tel,a.business_code,b.name AS business_name,a.register_time FROM T_RED_USER a LEFT JOIN T_Product_Spec b ON a.business_code=b.code where a.te ...
分类:数据库   时间:2016-06-08 12:28:40    阅读次数:212
CSS样式之背景、文本
一、背景 1、背景颜色用background-color属性,例如:body{background-color:red} 2、用图像做背景用background-image属性,例如body{background-image:ul1(23.jpg) 3、背景由图片重复平铺用backgroud-rep ...
分类:Web程序   时间:2016-06-07 23:56:29    阅读次数:186
虚拟机上安装 Red Hat Enterprise Linux 7 64位
一、准备1)可以支持64位电脑一台;2)安装VMwareWorkstaition10及以上版本;3)下载RedHatEnterpriseLinux764位镜像;二、安装1)打开VMware,创建新的虚拟机
分类:系统相关   时间:2016-06-07 16:33:06    阅读次数:627
c++ primer(第五版)学习笔记及习题答案代码版(第十四章)重载运算与类型转换
笔记较为零散,都是自己不熟悉的知识点。 习题答案至于一个.h 和.cc 中,需要演示某一题直接修改 #define NUM****, 如运行14.30题为#define NUM1430;Alice Emma has long flowing red hair. Her Daddy says when the wind blows through her hair, it looks almo...
分类:编程语言   时间:2016-06-07 10:03:54    阅读次数:307
Youth -Samuel Ullman
Samuel Ullman(塞缪尔.厄尔曼) Youth is not a time of life,it is a state of mind;青春不是年华,而是心境; it is not a matter of rosy cheeks, red lips and supple knees;青春不 ...
分类:其他好文   时间:2016-06-06 13:47:49    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!