摘要: 阅读全文
posted @ 2019-05-21 23:02 你的城市没有雨 阅读(295) 评论(0) 推荐(0) 编辑
摘要: Java中的基本类型功能简单,不具备对象的特性,为了使基本类型具备对象的特性,所以出现了包装类,就可以像操作对象一样操作基本类型数据。 一、基本类型对应的包装类 基本类型 包装类型 byte Byte int Integer short Short long Long float Float dou 阅读全文
posted @ 2019-05-21 22:51 你的城市没有雨 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 今天用hibernate框架写crm项目时遇到报错: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set 说是hibernate的dialect没有设置,但是在hibernate.cfg,xm 阅读全文
posted @ 2019-05-21 21:40 你的城市没有雨 阅读(2529) 评论(0) 推荐(0) 编辑