摘要: <div class="floatDiv" style="position: fixed; width: 200px; height: 200px; right: 10px; bottom: 20px; z-index: 1000;"> <div><span>关闭</span></div> </di 阅读全文
posted @ 2017-02-06 16:00 你看见了我的ID 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 时间改长一些 不行就在改长一些 阅读全文
posted @ 2016-12-21 09:17 你看见了我的ID 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 比如给Id为a的A标签添加一个title的属性 <script>setTimeout(function(){document.querySelector('a').title = 'test';},0);</script> 阅读全文
posted @ 2016-12-01 11:03 你看见了我的ID 阅读(7160) 评论(0) 推荐(0) 编辑
摘要: overflow: hidden; text-overflow:ellipsis;white-space:nowrap;一定要一起用;一定要给容器定义宽度.如果少了overflow: hidden;文字会横向撑到容易的外面如果少了white-space:nowrap;文字会把容器的高度往下撑;即使你 阅读全文
posted @ 2016-11-21 17:23 你看见了我的ID 阅读(218) 评论(0) 推荐(0) 编辑
摘要: <a href="#" target="_Blank">百度</a>_Blank是新窗口_Self是自身_Parent是父窗口_Top是顶层窗口当然也可以是自己定义的一个frame 的名字比如<a href="#">百度</a> from同样是加一个—target="—blank“ 属性 阅读全文
posted @ 2016-11-21 09:50 你看见了我的ID 阅读(2050) 评论(0) 推荐(0) 编辑
摘要: 严重: Servlet.service() for servlet [dispatcher] in context with path [/cc] threw exception [Request processing failed; nested exception is java.lang.Nu 阅读全文
posted @ 2016-09-15 14:52 你看见了我的ID 阅读(156) 评论(0) 推荐(0) 编辑
摘要: org.hibernate.hql.internal.ast.QuerySyntaxException: unexpected token: null near line 1, column 291 少空格 多引号等等 hql格式错误 阅读全文
posted @ 2016-09-13 14:34 你看见了我的ID 阅读(1734) 评论(0) 推荐(0) 编辑