• 软件工程概论第一节课作业


    软件工程概论第一节作业

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

          编程语言,编程环境,后期维护

     

     

     

    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=gb2312" />

    <title>用户登录</title>

    <script language="javascript">

    <!--

    function check()

    {

    if(form1.textfield.value==""){

    alert("请输入用户名!");

    return false;

    }

    if(form2.textfield2.value==""){

    alert("请输入密码!");

    return false;

    }

    }

    -->

    </script>

    <style type="text/css">

    <!--

    .STYLE1 {font-size: 36px}

    .STYLE2 {font-size: 24px}

    .STYLE3 {font-size: x-large}

    -->

    </style>

    </head>

     

    <body>

    <table width="500" height="200" border="1" align="center" bgcolor="#C5BDEC">

      <tr>

        <td><div align="left">

          <p class="STYLE2">user logis</p>

          <p class="STYLE1">用户登录</p>

          <form id="form1" name="form1" method="post" action="">

            <label>

            <div align="center"><span class="STYLE3">用户名</span>

              <input type="text" name="textfield" />

            </div>

            </label>

          </form>

          <form id="form2" name="form2" method="post" action="">

            <label>

            <div align="center"><span class="STYLE3">密码</span>

              <input type="password" name="textfield2" />

            </div>

            </label>

          </form>

          <p align="center">

            <input name="Submit" type="submit" onclick="check()" class="STYLE2" value="登录" />

          </p>

          <p>&nbsp;</p>

        </div></td>

      </tr>

    </table>

    <form id="form3" name="form3" method="post" action="">

      <label></label>

    </form>

    </body>

    </html>

     

    3、运行结果截图:

     

     

     

     

     

     

     

     

     

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

    (1)没有成功的安装上SQL server;

    (2)在家没能够好好的学习网页设计;

    (3)刚开始的DW也没有好好的理解;

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

       上:

    (1)希望和目标:我希望在这个学期通过软件工程概论这门学科我可以很好的做到网页

           设计,可以自己独立的做成一个小的模块。

    (2)在这门课上每周花的时间:计划每周在软件工程概论上花费时间基本都为每天下午

          的3:00-----5:00;

     

  • 相关阅读:
    去掉谷歌浏览器下input框自动填充的背景色
    ajax请求中动态显示问题
    Array对象的方法有
    请求页面的方法
    IE浏览器checkbox的样式问题
    property、classmethod和staticmethod总结
    面向对象和类
    内置函数补充map、reduce和filter等
    python实现控制台的进度条功能
    python常见内置函数
  • 原文地址:https://www.cnblogs.com/syhn/p/5228277.html
Copyright © 2020-2023  润新知