网站系统开发需要掌握的技术:html、jsp技术、css样式技术、php技术;
本次课堂测试源代码:
<%@page contentType="text/html" pageEncoding="UTF-8" %> <html> <head> </head> <body> <center> <h1>登陆操作!</h1> </center> <hr> <form action="login_check.jsp" method="post"> <table border="1"> <tr> <td>用户名:</td> <td><input type="text" name="id"> </td> </tr> <tr> <td>密码:</td> <td><input type="password" name="password"> </td> </tr> </tr> <tr> <td colspan="2"><input type="submit" value = "登陆!"> </td> </tr> </table> </form> </body> </html>
运行结果截图:
未按时完成的原因:寒假没有掌握好相关知识,不知道如何写出代码;
列出你对这门课的希望和自己的目标,并具体列出你计划每周花多少时间在这门课上: 希望自己能够熟练掌握相关知识,目标是可以自己建立一个系统,每周将会花3-4个小时在这门课上;
时间: 2024-10-16 19:54:32