1、如何高效地组织CSS代码。 所有的CSS都可以分为两大类:通用类和业务类。将它们的代码放置于不同的目录中。 (1) 通用类文件夹下应该有default.css、common.css、ie-style.css样式文件等。 default.css文件中是重置元素的默认样式,目的是让元素在各个浏览器中 ...
分类:
Web程序 时间:
2017-10-15 22:41:05
阅读次数:
306
HDU1087:Super Jumping! Jumping! Jumping! kuangbin专题十二:E题 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submiss ...
分类:
其他好文 时间:
2017-10-15 21:25:44
阅读次数:
190
一、类选择器: 1.点号开始 2.包含字母、数字、连字符、下划线 3.点后面必须是字母开始 4.区分大小写 5.一个类选择器可以应用到多个标签 二、伪类选择器: 元素名称-伪类名称: a:link(未访问) a:visited(已访问) a:hover(鼠标悬停) a:active(点击时) 三、后 ...
分类:
Web程序 时间:
2017-10-15 18:01:54
阅读次数:
198
String evTable = "select * from erp_visit erv " + "where erv.DISCHARGE_DATE_TIME is null and erv.patient_id=?1 and rownum=1 " + "order by erv.ACCEPT_D... ...
分类:
数据库 时间:
2017-10-14 17:12:10
阅读次数:
335
洛谷P3057 [USACO12NOV]远处的牧场Distant Pastures因为是稀疏图(一个点最多连接4条边) 所以每个点跑SPFA就行了 ...
分类:
其他好文 时间:
2017-10-11 21:04:44
阅读次数:
138
先附上原题: HDU#4607. Park Visit 题目描述 Claire and her little friend, ykwd, are travelling in Shevchenko's Park! The park is beautiful - but large, indeed. N ...
分类:
其他好文 时间:
2017-10-09 18:31:01
阅读次数:
196
1. Use priority queue. Need to check whether one element has been double counted: 2 Binary search: For this kind of matrix, binary search should work ...
分类:
其他好文 时间:
2017-10-09 14:09:28
阅读次数:
126
Sightseeing Cows Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 10595 Accepted: 3632 Description Farmer John has decided to reward his cow ...
分类:
其他好文 时间:
2017-10-09 12:01:56
阅读次数:
220
Given a non-empty 2D array grid of 0's and 1's, an island is a group of 1's (representing land) connected 4-directionally (horizontal or vertical.) Yo ...
分类:
其他好文 时间:
2017-10-08 12:09:19
阅读次数:
206
一. 基本选择器 二 .多元素的组合选择器 三.伪类选择器 四.属性选择器 ...
分类:
Web程序 时间:
2017-10-07 19:35:30
阅读次数:
172