<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> ul, li { margin: 0; padding: 0; list-style-type: none; } ...
分类:
Web程序 时间:
2016-11-19 12:03:05
阅读次数:
215
CSS书写顺序 *{ /*显示属性*/ display position float clear cursor … /*盒模型*/ margin padding width height /*排版*/ vertical-align white-space text-decoration text-a ...
分类:
Web程序 时间:
2016-11-19 02:46:10
阅读次数:
248
在非ie浏览器下,当容器的高度为auto,且容器中有浮动的元素,容器的高度不能自适应容器中内容的高度,使容器中的内容溢出而影响布局,为了防止浮动溢出,就要进行清除浮动。 例: 清除浮动的方法 1、给浮动元素的容器添加 overflow:hidden;或 overflow:auto;此外在ie6中,需 ...
分类:
其他好文 时间:
2016-11-19 01:34:50
阅读次数:
248
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Test</title> <style> .tip { position: relative; background-color: deepskyblue; margin: 20p ...
分类:
Web程序 时间:
2016-11-18 21:35:50
阅读次数:
330
重新认识margin-top和margin-bottom
分类:
其他好文 时间:
2016-11-18 19:00:56
阅读次数:
124
一.昨天内容回顾 索引设计依据 与数据表有关系的sql语句都统计出来 where order by or等等条件的字段适当做索引 原则: 频率高的sql语句 执行时间长的sql语句 业务逻辑重要的sql语句 什么样子字段不适合做索引? 内容比较单调的字段不适合做索引 前缀索引 一个字段只取前边的几位... ...
分类:
数据库 时间:
2016-11-18 18:15:04
阅读次数:
200
*{ margin: 0; padding: 0; } ul{ list-style: none; } .out{ width: 730px; height: 454px; /*border: 8px solid mediumvioletred;*/ margin: 50px auto; posit ...
分类:
Web程序 时间:
2016-11-18 12:24:04
阅读次数:
232
2016年11月15日被攻击,于2016年11月17日被以为良心黑客告知,攻击代码: ...
分类:
Web程序 时间:
2016-11-18 07:19:37
阅读次数:
1389
function onshowpopup(){ $(".mini-calendar-timespinner").css({"width":"180px","height":"100px","margin":"10px"}); $(".mini-calendar-views").parent().cs ...
分类:
其他好文 时间:
2016-11-18 07:08:50
阅读次数:
321