博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年10月24日

摘要: .cross-browser .feature-box-image:hover { -webkit-transition: all 0.7s linear; -webkit-transform: rotate(6.28rad); transition: all 0.7s; transform: rotate(6.28rad);} 阅读全文

posted @ 2013-10-24 16:57 有事没事 阅读(121) 评论(0) 推荐(0)

2013年1月7日

摘要: IE6下click事件须返回return false;不然大问题来了 阅读全文

posted @ 2013-01-07 14:20 有事没事 阅读(91) 评论(0) 推荐(0)

2012年9月12日

摘要: 1.main class com.caucho.server.resin.Resin 2.args -conf "D:/Server/eclipse/resin-3.1.4/conf/resin.conf" vm args -Dresin.home="D:/Server/eclipse/resin-3.1.4/"-Djava.util.logging.manager=com.caucho.log.LogManagerImpl3.class path,把jar加进去 阅读全文

posted @ 2012-09-12 20:38 有事没事 阅读(93) 评论(0) 推荐(0)