摘要: 1.首先固定宽高 (将文字移至左边,例如 “姓名:”) .line{ width:100%; height:40px; float:left; border-bottom:1px solid #ccc } .title{ height:38px; width:50px; line-height:38 阅读全文
posted @ 2016-04-05 15:46 circle丶break 阅读(3513) 评论(0) 推荐(0) 编辑
摘要: http://www.ruanyifeng.com/blog/2015/07/flex-examples.html 阅读全文
posted @ 2016-04-05 15:44 circle丶break 阅读(173) 评论(0) 推荐(0) 编辑
摘要: <!--[if !supportLists]-->html5和之前版本的区别就是:以前版本多采用<tr><td>等标签,对于webapp的开发不是很好把控。H5采用<div>等标签直接进行布局(且多了许多标签功能很实用)。 阅读全文
posted @ 2016-04-05 15:42 circle丶break 阅读(919) 评论(0) 推荐(0) 编辑
摘要: 1 appearance:none; 2 -moz-appearance:none; /* Firefox */ 3 -webkit-appearance:none; /* Safari 和 Chrome */ 例子:使用appearance属性改变元素的外观 1 <p class="lookLik 阅读全文
posted @ 2016-04-05 15:41 circle丶break 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 因为缺少一个包 servlet-api.jar 没引。 阅读全文
posted @ 2016-04-05 15:36 circle丶break 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Eclipse启动Tomcat错误: Several ports (8080, 8009) required by Tomcat v6.0 Server at localhost are already in use. The server may already be running in ano 阅读全文
posted @ 2016-04-05 15:33 circle丶break 阅读(415) 评论(0) 推荐(0) 编辑