response.setContentType("text/html;charset=utf-8");
response.getWriter().write("hellow");
response.getWriter().flush();
response.getWriter().close();