1.网站系统开发需要掌握的技术
至少掌握asp、asp.net、php、Jsp一种编程语言和MSSQL或者MYSQL数据库
2.本次课堂测试的源程序代码
<%@ 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.列出你对这门课的希望和自己的目标,并具体列出你计划每周花费多少时间在这门课上
基本掌握老师所讲的知识,能在学完本课程后编写出一个自己满意的程序
时间安排:周一下午一个半小时
周二晚上一个小时
周日一个半小时
原文:http://www.cnblogs.com/cchjl/p/5228444.html