test.jsp.svn-base
来自「在线书库系统 查看图书 编写文章 管理员管理」· SVN-BASE 代码 · 共 17 行
SVN-BASE
17 行
<%@ page language="java" import="StoryManage.Bll.*,StoryManage.Dal.*" contentType="text/html; charset=GB18030"
pageEncoding="GB18030"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GB18030">
<title>Insert title here</title>
</head>
<body>
<%
UserDAO ud=new UserDAO();
User user=ud.findById(1);
session.setAttribute("User",user);
%>
<a href="/RegUser/WriteNewStory">写新文章</a>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?