摘要: 1.查看数据库编码格式 0. /**-所有权限-**/GRANT ALL ON epet TO 'epetadmin'@localhost IDENTIFIED BY '1234'; mysql> show variables like 'character_set_database'; 2.查看数 阅读全文
posted @ 2018-01-14 01:16 得_失之我幸 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 解决中文字符乱码的问题大致分为以下这几种: 1.jsp 页眉 设置 pageEncoding 为 "utf-8" 2..jsp 页眉 设置 contentType="text/html;charset=UTF-8" 3.Window >>> preferences >>> Workspace 工作区 阅读全文
posted @ 2018-01-14 01:10 得_失之我幸 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 数据连接池的使用 阅读全文
posted @ 2018-01-14 01:05 得_失之我幸 阅读(204) 评论(0) 推荐(0) 编辑