摘要: jsp:${pageContext.request.contextPath} java:request.getSession().getServletContext().getRealPath("/"); 阅读全文
posted @ 2018-02-25 11:31 安静的码农9527 阅读(108) 评论(0) 推荐(0)
摘要: servlet返回json字符串 public static void write(HttpServletResponse response,Object o)throws Exception{ response.setContentType("text/html;charset=utf-8"); 阅读全文
posted @ 2018-02-25 10:38 安静的码农9527 阅读(2289) 评论(0) 推荐(0)
摘要: 引用记载:数据源的四种连接方式http://blog.csdn.net/orclight/article/details/8616103 阅读全文
posted @ 2018-02-24 19:18 安静的码农9527 阅读(170) 评论(0) 推荐(0)
摘要: 引用一下,自己做个记录:http://blog.csdn.net/u012581453/article/details/53709623 阅读全文
posted @ 2018-02-24 16:12 安静的码农9527 阅读(65) 评论(0) 推荐(0)