zoukankan      html  css  js  c++  java
  • 课后作业

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

    Php ASP HTML jsp javascrip VBscrip CSS+DIV XML操作系统的基本设置 图片动画处理等等

    2:本次课堂测试的源程序代码:

    <!DOCTYPE html>
    <!--
    To change this license header, choose License Headers in Project Properties.
    To change this template file, choose Tools | Templates
    and open the template in the editor.
    -->
    <html>
    <head>
    <title>TODO supply a title</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </head>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Translational//EN""www.w3.org/...al.dtd">
    <html xmlns="www.w3.org/1999/xhtml">
    <head>
    <title>3</title>
    <script>
    fouction r()
    {
    var username=document.getElementByld("password");
    if(username.value=="")
    {alert("请输入用户名");
    username.focus();
    return;
    }
    if(pass.value=="")
    {
    alert("请输入密码");
    return;
    }
    return true;
    }

    </script>
    </head>
    <body>
    <form>
    <table width="350" bgcolor="#ccffcc" style="border-color" border="1" >
    <tr align=center>
    <td>用户名</td><input type="text" name="username" id="username"></td>
    </tr>
    <tr align center><td>密码</td><td><input type="password " name="password" id="password"></td></tr>
    <tr align=center><td>验证码</td><td><input type="text" name="yanzheng"></td></tr>
    <tr align=center><td colspan="2"><input type="button"value="登录"onclick="r();"/> <input type="reset" value="重置"/></td></tr>
    </table>
    </form>
    </body>
    </html>

    3:运行结果截图:

     

    4:说明课堂测试未按时完成的原因:

    php语言掌握的不牢固,连接数据库及调用的知识没有学习,自主学习由于家里比较忙,时间太紧,没有能够学好。

    5:列出你对这门课的希望和自己的目标,并具体列出你计划每周花多少时间在这门课上:

    我的目标是自己能在学期结束后能自己开发一个Mis系统,我希望能够好好掌握网站开发的技术,加深对软件工程的学习和认识。

    我计划每周一下午三点到五点半,周二晚上七点到九点半,周四下午四点到六点半,周六上午这些时间段用来学习网站开发的技术。

  • 相关阅读:
    一切都是对象
    对象入门
    同步计算输入的各个数的总和与平均值
    与时间有关的类Date,DateFormat,Calendar
    获取文件信息
    串行化
    分解
    高速缓存
    压缩
    MyCAT实现MySQL的读写分离
  • 原文地址:https://www.cnblogs.com/my1204/p/5227738.html
Copyright © 2011-2022 走看看