摘要: 强制不换行 div{white-space:nowrap;} 自动换行 div{ word-wrap: break-word; word-break: normal; } 强制英文单词断行 div{word-break:break-all;} 阅读全文
posted @ 2017-08-15 15:41 Keis 阅读(112) 评论(0) 推荐(0)
摘要: org.springframework.beans.factory.UnsatisfiedDependencyException异常 这个异常是由于在applicationContext.xml中关于bean的autowirte装配类型,在类型byName,byType,constructor三种类 阅读全文
posted @ 2017-08-15 15:37 Keis 阅读(1190) 评论(0) 推荐(0)