zoukankan      html  css  js  c++  java
  • 2月29日课后作业

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

    java语言,环境配置,数据库,php语言

    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>
    <form name="first" action="land.php" method="post">
    <table width="500" border="0" cellspacing="20" cellpadding="0">
    <td>用户名:</td>
    <td><input type="text" name="ures"></td>
    </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>

    </center>
    </body>
    </html>

    3.结果截图:

    4.课堂上未完成的原因:寒假没有学习这方面的知识,没有认真完成老师布置的作业。

    5.对这门课的希望及目标:未来将更多的时间放在专业知识的学习上,将软件工程各方面的知识学习到位,学习到该拥有的各项技术。

  • 相关阅读:
    CSS使用规则总结
    python虚拟机内存泄露?
    对象内存池
    由引擎接口自顶向下的设计引擎结构
    【译】Lesson 0: 开始学习WebGL
    【译】Lesson 1: 一个三角形和一个方块
    网盘中搭建git服务
    行为树(Behavior Tree)
    显卡参数大全
    VTune 备忘
  • 原文地址:https://www.cnblogs.com/weiyao/p/5228589.html
Copyright © 2011-2022 走看看