摘要: 下午经过一场激烈的关于前端页面呈现问题的头脑风暴,:经过讨论之后初步确定应该是两种方式: 第一种为,页面模板由后端返回,并由浏览器进行缓存。页面需要的业务数据,则通过服务调用的从后端获取。当数据获取之后,在前端页面通过JS的方式,将数据渲染。 第二种为,浏览器呈现的页面是有后端实现模板和数据的整... 阅读全文
posted @ 2014-07-22 19:22 aqhjh 阅读(1300) 评论(0) 推荐(0) 编辑
摘要: 1 Object.seal(O)的调用When the seal function is called, the following steps are taken: If Type(O) is not Object throw a TypeError exception. For each nam... 阅读全文
posted @ 2014-07-20 17:01 aqhjh 阅读(422) 评论(0) 推荐(0) 编辑
摘要: The encodeURI and decodeURI functions are intended to work with complete URIs; theyassume that any reserved characters in the URI are intended to have... 阅读全文
posted @ 2014-07-20 09:21 aqhjh 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 今天在做页面开发的时候,发现360浏览器在XP系统下不支持focus事件,而主流的IE(包括IE6),firefox,chrome都没有这个问题。前段开发的悲剧啊,各种浏览器兼容性的问题。 阅读全文
posted @ 2014-07-19 10:54 aqhjh 阅读(231) 评论(0) 推荐(0) 编辑
摘要: Each else for which the choice of assocated if is ambiguous shall be associated with the nearest possible if that would otherwise hava no correspondin... 阅读全文
posted @ 2014-07-18 09:22 aqhjh 阅读(189) 评论(0) 推荐(0) 编辑