软件工程概论作业
Posted 一笑笑出了泪痕
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了软件工程概论作业相关的知识,希望对你有一定的参考价值。
<%@ page language=
"java"
contentType=
"text/html; charset=ISO-8859-1"
pageEncoding=
"UTF-8"
%>
<html>
<head>
<meta http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>欢迎登入</title>
</head>
<body>
<div id=
"login"
>
<span>${msg}</span>
<form name=
"form 1"
method=
"post"
action=
"<c:urlvalue="
/common/login.action
"/>"
>
<span>
<label>用户名:</label>
<input name =
"loginname"
id=
"loginname"
type=
"text"
value=
"/common/login.action"
/>
</span>
<span>
<label>密码</label>
<input type=
"password"
name=
"password"
id=
"password"
value
"123"
/>
</span>
<span>
<input type =
"submit"
value=
"登入"
/>
</span>
</form>
</div>
</body>
</html>
3.运行结果截图
4.说明课堂测试未按时完成的原因
寒假未能学习有关数据库的知识
5.列出你对这门课的希望和自己的目标,并具体列出你计划每周花费多少时间在这门课
基本掌握老师所讲的知识,能在学完本课程后编写出一个自己满意的程序
时间安排: 周六,日一个半小时
以上是关于软件工程概论作业的主要内容,如果未能解决你的问题,请参考以下文章