摘要: <%-- Created by IntelliJ IDEA. User: xinfeng Date: 2020/5/22 Time: 10:00 To change this template use File | Settings | File Templates. --%> <%@ page c 阅读全文
posted @ 2020-07-19 08:59 akaxuan 阅读(208) 评论(0) 推荐(0)
摘要: <%-- Created by IntelliJ IDEA. User: xinfeng Date: 2020/5/8 Time: 15:58 To change this template use File | Settings | File Templates. --%> <%@ page co 阅读全文
posted @ 2020-07-19 08:58 akaxuan 阅读(134) 评论(0) 推荐(0)
摘要: <%-- Created by IntelliJ IDEA. User: xinfeng Date: 2020/5/8 Time: 15:58 To change this template use File | Settings | File Templates. --%> <%@ page co 阅读全文
posted @ 2020-07-19 08:57 akaxuan 阅读(98) 评论(0) 推荐(0)
摘要: <body> <% request.setCharacterEncoding("utf-8"); String uname = (String) session.getAttribute("uname"); session.setAttribute("uname", uname); Connecti 阅读全文
posted @ 2020-07-19 08:55 akaxuan 阅读(104) 评论(0) 推荐(0)
摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2020-07-19 08:54 akaxuan 阅读(122) 评论(0) 推荐(0)