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

    1.网站系统开发需要的技术有:

    一、前台美工设计:Dreamweaver、Flash、Photoshop

    二、网站编程:asp、asp.net、php、Jsp、JavaScript、MYSQL

    2、源代码程序:

    <%@ page language="java" contentType="text/html; charset=UTF-8"
        pageEncoding="UTF-8"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Insert title here</title>
    </head>
    <body>复制代码
    <form action=" ">
    <div>
       <ul><li><h3>用户登录</h3></li></ul>
       <ul><li>用户名:<input type="text" name="password"></li></ul>
       <ul><li>密码:<input type="password" name="password"></li></ul>
       <ul><li><input type="button" value="登陆"></li></ul>
    </div>
    </form>
    <body>
    您现在的位置为 index.jsp !
    <jsp:forward page="login.jsp"></jsp:forward></body></body>
    </body>
    </html>
    
    

    运行结果截图:

     

    3、原因:自学能力不强,自我约束力弱,在假期中不愿意细心的找资料,没有好好学习创建网站的资料,只是单纯的把软件安上了。

    4、希望和目标:在这门课能够做到基本网站的实现,能够靠自己的努力实现网站的创建。

    星期一、二、五、下午两个小时学习相关的信息及编辑程序等、其他有时间就多看看相关的资料书等

  • 相关阅读:
    gitlab安装笔记二_Centos7配置163yum源
    gitlab安装笔记一_虚拟机中安装Centos7
    初篇:我与Linux
    Redis分布式锁正确的实现方法
    MacOS从零开始搭建hexo博客
    docker服务编排--docker-compose
    多线程问题整理
    maven依赖范围
    linux打开文件数 too many open files 解决办法
    【数据结构】队列-数组模拟队列
  • 原文地址:https://www.cnblogs.com/chenpengmeng/p/5228723.html
Copyright © 2011-2022 走看看