摘要: 电脑突然断电,正在运行的项目在电脑重启后出现如下错误Could not load file or assembly 'AspNetPager' or one of its dependencies. The parameter is incorrect. (Exception from HRESUL... 阅读全文
posted @ 2016-01-27 10:40 BerthaPeng 阅读(348) 评论(0) 推荐(0) 编辑
摘要: display在w3c上的定义是:display 属性规定元素应该生成的框的类型。 display有许多值,这里详细讲block,inline-block,inline,table-cell. block:此元素将显示为块级元素,此元素前后会带有换行符 inline:默认。此元素会被显示为内联... 阅读全文
posted @ 2015-09-30 15:13 BerthaPeng 阅读(745) 评论(0) 推荐(0) 编辑