zoukankan      html  css  js  c++  java
  • 团队开发第二周第二天(董文轩,苏康奖,刘权毅,常晓杨,刘梦辉,刘若凡)

     

    四月二十二:

     

      姓 名

                   任            务

      预计时间

     董文轩

    学习数据库连接的内容,帮助程序员撰写代码,参与调试工作

     一个半小时

     常晓杨

    在已有需求分析报告的基础上完善用户注册界面功能;若目前无所需要完善功能,则尽量帮助程序员完成用户注册界面

      两小时

     苏康奖

    学习java web控件的相关知识

      一个小时

     刘权毅

    在用户注册界面实现数据库连接,按照需求分析中用户注册的界面的各项功能的完成

      两个小时

     刘梦辉

    根据需求分析中用户注册界面建立数据库表,要求有各项功能所能所需数据且包括限定

     半个小时

     刘若凡

    记录每天会议的主要内容,撰写博客

      一个小时

     

     

     

     

      姓 名

                   任务完成情况

     董文轩

    学习JDBC驱动程序用到connection对象已成功连接到MySQL

     常晓杨

    暂无发现新功能

     苏康奖

     学习到表单,单选框控件,复选框控件,列表框控件知识

     刘权毅

    对用户注册界面中输入方面的错误进行处理完善,并对图形的插入技术进行了学习与资料的查询

     刘梦辉

     通过分析用户的基本属性结合需求分析样板对用户的基本信息表进行了初步的建立

     刘若凡

    完成每天会议的记录以及注协博客

     

     

     

    注:

     

    展板:

     

     

     

     

     

    刘权毅:

     

    %@ page contentType="text/html; charset=gb2312" import="java.sql.*"  %>

    <html>

    <head>

    <title>用户注册页面</title>

    </head>

    <body>

       <% request.setCharacterEncoding("gb2312");%>

    <form action="result2.jsp" method="post">

    <font size="+3" face="迷你简胖头鱼" color="#FF6699">

    <h1 align="center">可爱的用户欢迎您的注册</h1>

    </font>

    <table align="center" border="1">

    <tr><th align="left">用户名:</th><th align="left"><input type="text" name="usename" size="20"/></th>

    </tr>

    <tr><th align="left">密码:</th><th align="left"><input type="password" name="pwd1" size="20" /></th></tr>

    <tr><th align="left">密码确认:</th><th align="left"><input type="password" name="pwd2" size="20" /></th></tr>

    <tr><th align="left">姓名:</th><th align="left"><input type="text" name="usename1" size="20" /></th></tr>

    <tr><th align="left">身份证号:</th><th align="left"><input type="text" name="pwd3" size="20" /></th></tr>

    <tr><th align="left">性别:</th><th align="center"><input type="radio" value="" name="sex"> <input type="radio" value="" name="sex"></th></tr>

    <tr><td  colspan="2" align="center"><input type="submit" value="提交" name="submit1" /><input type="reset" value="全部重写" name="B2" /></td></tr>

    <tr><td colspan="2" align="center"><a href="http://localhost:8080/traval/login2.jsp">返回用户登陆页面</a>

    </table>

    </form>

    </body>

    </html>

     

    苏康奖;

     

     

     

    刘梦辉:

     

     

  • 相关阅读:
    pytorch图像处理的问题
    MWCNN中使用的haar小波变换 pytorch
    GhostNet: More Features from Cheap Operations
    人脸检测和识别以及检测中loss学习
    人脸检测和识别以及检测中loss学习
    C++ string的find类函数的使用
    pytorch各个版本的.whl文件下载地址
    人脸识别和检测中loss学习
    人脸识别和检测中loss学习
    人脸识别和检测中错误数据的三种类别
  • 原文地址:https://www.cnblogs.com/dashendwx/p/3681853.html
Copyright © 2011-2022 走看看