摘要: <!DOCTYPE html><html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>jQuery实现页面滚动时层智能浮动定位_前端开发</title> <style type 阅读全文
posted @ 2016-08-04 17:35 Mr.Bruce 阅读(491) 评论(0) 推荐(0) 编辑
摘要: Web.config配置文件的system.web节点增加: <customErrors mode="On" defaultRedirect="Default/Index"> <error statusCode="404" redirect="Default/Page404" /> <error s 阅读全文
posted @ 2016-08-04 15:10 Mr.Bruce 阅读(444) 评论(0) 推荐(1) 编辑
摘要: 一、行高(line-height)法 如果要垂直居中的只有一行或几个文字,那它的制作最为简单,只要让文字的行高和容器的高度相同即可,比如: 这段代码可以达到让文字在段落中垂直居中的效果。 二、内边距(padding)法 另一种方法和行高法很相似,它同样适合一行或几行文字垂直居中,原理就是利用padd 阅读全文
posted @ 2016-08-04 14:59 Mr.Bruce 阅读(904) 评论(0) 推荐(0) 编辑
摘要: 原因:由于clob类型字段不能使用group by函数,而union中需要使用group by过滤掉重复纪录; 解决方法:union可以改为union all。 阅读全文
posted @ 2016-08-04 14:48 Mr.Bruce 阅读(1714) 评论(0) 推荐(0) 编辑