/*选择器分组:多个选择器使用同一个样式*/h1,h2,a{ color: blue;}strong{ color: aquamarine;}/*选择器继承:body中未设置样式的会使用继承得到的样式*/body{ color: antiquewhite;}/*派生选择器:通过元素...
分类:
Web程序 时间:
2015-06-13 15:36:19
阅读次数:
134
Mike has a frog and a flower. His frog is named Xaniar and his flower is named Abol. Initially(at time 0), height of Xaniar is h1 and
height of Abol is h2.
Each second, Mike waters Abol and Xaniar...
分类:
其他好文 时间:
2015-06-12 19:30:41
阅读次数:
156
body, div, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4{margin:0;padding:0;font-style:normal;font:12px/22px "\5B8B\4F53",Arial, Helvetica,sans-serif} o....
分类:
Web程序 时间:
2015-06-11 18:37:01
阅读次数:
159
iOS--CoreLocation地理反地理编码操作步骤1.导入框架CoreLocation/CoreLocation.h2.设置属性@property (nonatomic, strong) CLGeocoder *geocoder;3.方法实现3.1 懒加载创建geocoder属性- (CLGe...
分类:
移动开发 时间:
2015-06-09 15:28:06
阅读次数:
135
阿里云Linux云服务器数据盘默认是未做分区和格式化的,使用前需要先挂载数据盘。步骤如下:1、查看数据盘在没有分区之前,使用1df -h2、命令,是无法查看到数据盘的,可以使用1fdisk -l2、对数据盘进行分区执行1fdisk /dev/xvdb3、查看新的分区1fdisk -l命令可以看到,新...
分类:
其他好文 时间:
2015-06-08 11:29:49
阅读次数:
104
/* v3.0 2015-06-06*/html, body, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del...
分类:
Web程序 时间:
2015-06-06 23:28:52
阅读次数:
220
Grouping Selectors在样式表中有很多具有相同样式的元素。h1{color:green;}h2{color:green;}p{color:green;}为了尽量减少代码,你可以使用分组选择器。每个选择器用逗号分隔.在下面的例子中,我们对以上代码使用分组选择器:实例h1,h2,p{col...
分类:
Web程序 时间:
2015-06-06 12:01:40
阅读次数:
162
$("#jump_find?h2")[0].innerHTML=?$("#jump_find?h2")[0].innerHTML?+?‘<span?style="width:?50px;display:?inline-block;"></span><button?class="btn?btn-primary">查找资产信息</button>‘...
分类:
其他好文 时间:
2015-06-05 19:53:15
阅读次数:
117
先前一直使用的是postgresql,因为网速的原因,所以打算将数据统一放到HDFS上,但是一条一条写HDFS是很慢的,全部写到本地文件再传到HDFS上也是一样慢,这样一来就有了本文,将部分先放到内存数据库中,然后再写到...
分类:
数据库 时间:
2015-06-05 18:00:46
阅读次数:
1459
世界上居然还有洗牌机这玩意。。。牌的初始序列是:S1, S2, ..., S13, H1, H2, ..., H13, C1, C2, ..., C13, D1, D2, ..., D13, J1, J2给出洗牌轮数n,以及给出一个数列确定洗牌一次后,每张牌的位置都在哪Sample Input:23...
分类:
系统相关 时间:
2015-06-04 20:41:27
阅读次数:
140