课程引言课后作业1

1.网站系统开发需要掌握的技术。

  Java语言、环境配置、网页脚本语言、数据库、应用服务器。

2、课堂测试代码

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>爱心管理系统</title>
</head>

<body>
<center>
<h1>登录</h1>
<br><br><br><br>
<form name="first" action="land.php" method="post">
<table width="500" border="0" cellspacing="20" cellpadding="0">
<tr>
<td>用户名:</td>
<td><input type="text" name="ures"></td>
</tr>
<tr>
<td>密码:</td>
<td><input type="password" name="ps"></td>
</tr>
<tr>
</tr>
<tr>
<td colspan="3" align="center"><input type="submit" value="登录"、><!--注册按钮-->
<input type="reset" value="取消"><!--取消按钮-->

</tr>
</table>
</form>
<br><br><br>
<h3>没有账号?请先<a href="zhuce.html" >注册</a></h3>
</center>
</body>
</html>

3、截图:

4.为什么没能及时完成

寒假未能全身心投入学习,这是对自己的不负责,以后将会改正。

5、对这门课的希望以及自己的目标

知道如何开发一个软件,并且理解软件工程的意义。

原文地址:https://www.cnblogs.com/hzxsg0919/p/5228580.html