2014年12月8日

摘要: XXXXXXXXXXXXXXXXXX PS:IE中float布局将center写在前会导致right的换行显示,这时需要将right的写在前面,即可解决。chrome中前后无影响。 阅读全文
posted @ 2014-12-08 20:06 是不是啊亲 阅读(262) 评论(0) 推荐(0)

2014年12月6日

摘要: 方法一:readonly="true";方法二:disabled="true";方法三:onfocus="this.blur()";chrome做了优化,这三种方式都不会被选中;而IE,没有做任何优化,设置为readonly时还是会被选中,但是不能修改,而disabled是灰色话,this.blur... 阅读全文
posted @ 2014-12-06 17:54 是不是啊亲 阅读(497) 评论(0) 推荐(0)

2014年12月4日

摘要: package com.zl.test;// try catch finally 内有returnpublic class Demo { public static void main(String args[]) { Demo d = new Demo(); int num = 10; Sy... 阅读全文
posted @ 2014-12-04 15:35 是不是啊亲 阅读(186) 评论(0) 推荐(0)

2014年11月27日

摘要: 删除 阅读全文
posted @ 2014-11-27 15:59 是不是啊亲 阅读(126) 评论(0) 推荐(0)