Snowfun

导航

 

2010年12月20日

摘要: 1. 静态页面的乱码问题文件的编码和浏览器要显示的编码不一致。1) 检查文件原始的编码, 可以用记事本打开, 然后选择另存为来看;2) 给当前页面加入一个指令来建议浏览器用指定的编码来显示文件字符内容.meta http-equiv="content-type" content="text/html; charset=GBK"3) 如果系统是英文XP,没装东亚字符集支持, 也会显示乱码.2. JSP 页面的乱码问题1) page 指令有个 pageEncoding="GBK" 这个会指定当前页面保存的编码, 如果写成ISO8859-1 就不能保存汉字;2) page 指令的 content 阅读全文
posted @ 2010-12-20 16:37 Snowfun 阅读(582) 评论(0) 推荐(0) 编辑
 
该文被密码保护。 阅读全文
posted @ 2010-12-20 16:34 Snowfun 阅读(0) 评论(0) 推荐(0) 编辑
 
摘要: Hibernate開發指南(中文)http://www.xiaxin.net/Spring_Dev_Guide.rarHibernate中文參考手冊http://www.redsaga.com/hibernate-ref/3.2/pdf/hibernate_reference.pdfHTML格式 http://www.redsaga.com/hibernate-ref/3.2/html/index.html单个网页格式http://www.redsaga.com/hibernate-ref/3.2/html_single/index.html 阅读全文
posted @ 2010-12-20 10:03 Snowfun 阅读(105) 评论(0) 推荐(0) 编辑
 
该文被密码保护。 阅读全文
posted @ 2010-12-20 09:55 Snowfun 阅读(1) 评论(0) 推荐(0) 编辑
 
该文被密码保护。 阅读全文
posted @ 2010-12-20 09:00 Snowfun 阅读(5) 评论(0) 推荐(0) 编辑