随笔分类 -  Web

第一个springboot1.2.0项目遇到的问题
摘要:由于服务器环境使用的是WAS8.5.5.3 + JDK1.6环境,所以只能使用springboot1.2.0的版本。 01、需要指定springboot使用fastjson注:通过@Bean方式实现 02、集成jsp 注:springboot1.2和springboot1.3的配置不同 03、upd 阅读全文
posted @ 2018-09-11 15:54 feong 阅读(899) 评论(0) 推荐(0)
ie6兼容性问题汇总
摘要:1、取屏幕高宽信息之前在ie8使用document.documentElement.clientHeight取值,该值在ie6中为0.后改成:clientHeight = document.documentElement.clientHeight;if(clientHeight == 0) { // 阅读全文
posted @ 2017-08-14 17:47 feong 阅读(170) 评论(0) 推荐(0)