摘要:
java.sql.SQLException: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=',意思是说字符编码不一样,不能进行比较,也就是 阅读全文
posted @ 2016-06-23 17:58
夏嘻嘻嘻嘻嘻
阅读(18183)
评论(0)
推荐(0)
摘要:
PermGen space的全称是Permanent Generation space,是指内存的永久保存区域,这块内存主要是被JVM存放Class和Meta信息的,Class在被Loader时就会被放到PermGen space中,它和存放类实例(Instance)的Heap区域不同,GC(Gar 阅读全文
posted @ 2016-06-23 15:28
夏嘻嘻嘻嘻嘻
阅读(244)
评论(0)
推荐(0)
摘要:
1、修改eclipse默认工作空间编码方式。点击Window-->Preferences-->General-->Workspace,设置编码格式为UTF-8,然后点击OK。 2、修改工程编码方式。将鼠标移动到项目上,点击右键,选择"Properties",弹出如图所示对话框 ,选中"Resourc 阅读全文
posted @ 2016-06-23 14:21
夏嘻嘻嘻嘻嘻
阅读(265)
评论(0)
推荐(0)

浙公网安备 33010602011771号