摘要:
浏览器服务器的编码问题 1、pageEncoding="UTF-8"的作用是设置JSP编译成Servlet时使用的编码。 2、contentType="text/html;charset=UTF-8"的作用是指定对服务器响应进行重新编码的编码。 3、request.setCharacterEncod 阅读全文
posted @ 2017-12-25 17:36
可乐也许是苦的
阅读(547)
评论(0)
推荐(0)
摘要:
MySQL安装图解 一、MYSQL的安装 1、打开下载的mysql安装文件mysql-5.5.27-win32.zip,双击解压缩,运行“setup.exe”。 2、选择安装类型,有“Typical(默认)”、“Complete(完全)”、“Custom(用户自定义)”三个选项,选择“Custom” 阅读全文
posted @ 2017-12-25 02:17
可乐也许是苦的
阅读(168)
评论(0)
推荐(0)
摘要:
一、以管理员身份运行cmd窗口 G:\MySQL\MySQL Server 5.7\bin>mysqld --initialize G:\MySQL\MySQL Server 5.7\bin>mysqld -installService successfully installed. G:\MySQ 阅读全文
posted @ 2017-12-25 02:09
可乐也许是苦的
阅读(316)
评论(0)
推荐(0)