2008-04-15

innerHTML的性能问题

关键字: prototype innerhtml replacehtml
看到一遍文章When innerHTML isn’t Fast Enough,反应了innerHTML在操作量大了以后的性能下降的问题。 并且给出了一个replaceHTML的函数 function replaceHtml(el, html) { var oldEl = typeof el === "string" ? document.getElementById(el) : el; /*@cc_on // Pure innerHTML is slightly faster in IE oldEl.innerHTML = html; return oldEl; @*/ ...
The Karora group has released version 1.1 of their Java-based AJAX framework Cooee. This release includes new components and several bug fixes aimed at improving browser compatibility and stability. The updates to Cooee include: - Overall improved compatibility across all major browsers. Consequent ...
2008-03-25

Spring2结合DWR2的用户注册的例子

关键字: spring dwr
1.软件版本 Spring-Version: 2.0.7 http://www.springframework.org/ DWR-version: 2.0.2 http://getahead.org/dwr IDE: Eclipse 3.2 + MyEclipse 6.0 2.新建工程:dwrsping 加入对spring的支持,并把dwr的jar包dwr.jar复制到WEB-INF\lib下 需要的jar包为: 3.编辑web.xml加入对spring和dwr的支持 <!-- DWR servlet 配置 --> <servlet> <servl ...
lveyo
搜索本博客
最近加入圈子
存档
最新评论