一、作业内容

原网页网址:http://www.liageren.com/

模仿网页网址:http://39.108.159.141/test/test2/

源码链接(码云):https://gitee.com/linglong123/test2/tree/master

二、效果截图

1. 原网页截图

2. 模仿网页截图

三、源文件介绍

其中images中存放本次作业所用的图片。index.html包含个人简历网站框架,index.css文件包含个人简历网站的大部分样式,index.js文件包含网站的一些行为。

四、难点实现

1. 图片资源的获取

首先使用WebSeizer和Teleport Ultra工具爬了一下目标网站,获取部分图片资源。

但是一部分图片资源无法获取,选择截图之后用Photoshop裁剪获取。

工具截图如下:

2.不同终端下的响应式布局效果

在本次实验中通过

@media screen and (min-width:900px)

@media screen and (min-width:600px) and (max-width:900px)

@media screen and (max-width:600px)

三条语句来判断浏览器宽度,并根据浏览器宽度指定不同的样式。

3.实现简单的动画效果

本次实验总共实现了两种简单动画。

(1)     自动幻灯片

此幻灯片背景可以自动轮播。

js代码如下:

(2)     图标动画

当鼠标移动到图标位置时,会替换图标图片。鼠标移开时会复原。

js代码如下:

五、源码

1.index.html源码

<!DOCTYPE html>
<html>
<head><title>两个人-记录甜蜜时刻</title><meta charset="utf-8"><style type="text/css">@import url("index.css");em{font-style:normal;color: #000;}</style><script src="index.js"></script></head>
<body><div class="top"><a href="https://www.baidu.com/" style="color: red;">旧版入口</a></div><div class="top_css"><div class="logo_css"><img src="data:images/logo2.png"></div><div class="top_jieshao1_css"><a style="text-decoration: none;" href="https://www.baidu.com/"><font size="5">功能介绍</font></a></div><div class="top_jieshao2_css"><a style="text-decoration: none;" href="https://www.baidu.com/"><font size="5">帮助</font></a></div><div class="top_denglu"><button class="blue"><font size="5">登录</font></button></div></div><div class="main_css"><div class="font_css1"><font size="7">记录<em>你们俩</em>的甜蜜时刻</font><ul class="list"><li><font>在<em>电脑上和手机上</em>记录你们的甜蜜时刻</font></li><li><font>通过<em>时光轴</em>回味那些美好的记忆</font></li><li><font>我们提供<em>私密的、安全的、永久的</em>云存储服务</font></li></ul><div class="now_join"><button class="button1" style="vertical-align:middle"><span>现在注册</span></button></div></div><div class="ppt_ccs"><div class="slideshow-container"><div class="mySlides fade"><img src="data:images/home_slide1.jpg" class="photo_css"></div><div class="mySlides fade"><img src="data:images/home_slide2.jpg" class="photo_css"></div><div class="mySlides fade"><img src="data:images/home_slide3.jpg" class="photo_css"></div><div class="mySlides fade"><img src="data:images/home_slide4.png" class="photo_css"></div><div class="mySlides fade"><img src="data:images/home_slide5.png" class="photo_css"></div></div><br><div><span class="dot"></span> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div><script type="text/javascript">var slideIndex = 0;showSlides();function showSlides() {var i;var slides = document.getElementsByClassName("mySlides");var dots = document.getElementsByClassName("dot");for (i = 0; i < slides.length; i++) {slides[i].style.display = "none";  }slideIndex++;if (slideIndex > slides.length) {slideIndex = 1}    for (i = 0; i < dots.length; i++) {dots[i].className = dots[i].className.replace(" active", "");}slides[slideIndex-1].style.display = "block";  dots[slideIndex-1].className += " active";setTimeout(showSlides, 2000); // 切换时间为 2 秒
                }</script></div></div><div style="background-color: rgb(240,240,240)"><div class="button_css"><div class="funtion_css"><font size="6">功能介绍</font><ul class="ul1"><li class="li1"><a class="a1" href="https://www.baidu.com/"><img onmouseover="bigImg1(this)" onmouseout="normalImg1(this)" style="border-radius: 50%;" src="data:images\photo\1.png"></a><br><div class="li_txt"><a style="text-decoration: none;" href="https://www.baidu.com/"><font>记录</font></a></div></li><li class="li1"><a class="a1" href="https://www.baidu.com/"><img onmouseover="bigImg2(this)" onmouseout="normalImg2(this)" style="border-radius: 50%;" src="data:images\photo\2.png"></a><br><div class="li_txt"><a style="text-decoration: none;" href="https://www.baidu.com/"><font>时间轴</font></a></div></li><li class="li1"><a class="a1" href="https://www.baidu.com/"><img onmouseover="bigImg3(this)" onmouseout="normalImg3(this)" style="border-radius: 50%;" src="data:images\photo\3.png"></a><br><div class="li_txt"><a style="text-decoration: none;" href="https://www.baidu.com/"><font>纪念日</font></a></div></li><li class="li1"><a class="a1" href="https://www.baidu.com/"><img onmouseover="bigImg4(this)" onmouseout="normalImg4(this)" style="border-radius: 50%;" src="data:images\photo\4.png"></a><br><div class="li_txt"><a style="text-decoration: none;" href="https://www.baidu.com/"><font>表情</font></a></div></li><li class="li1"><a class="a1" href="https://www.baidu.com/"><img onmouseover="bigImg5(this)" onmouseout="normalImg5(this)" style="border-radius: 50%;" src="data:images\photo\5.png"></a><br><div class="li_txt"><a style="text-decoration: none;" href="https://www.baidu.com/"><font>脚印</font></a></div></li><li class="li1"><a class="a1" href="https://www.baidu.com/"><img onmouseover="bigImg6(this)" onmouseout="normalImg6(this)" style="border-radius: 50%;" src="data:images\photo\6.png"></a><br><div class="li_txt"><a style="text-decoration: none;" href="https://www.baidu.com/"><font>App</font></a></div></li></ul></div><br><div class="question_css"><font size="6">常见问题</font><table border="0"  style="width: 90%"><tr><td class="td1"><div class="question_biaoti"><h4>两个人是什么?</h4></div><div class="question_neirong"><p>两个人是最好的给情侣共同使用的一个云端网络服务,包括网站和APP,以及移动设备的支持。在两个人可以记录你们的甜蜜时刻,回味那些美好的回忆。</p></div></td><td class="td1"><div class="question_biaoti"><h4>两个人都提供什么样的功能?</h4></div><div class="question_neirong"><p>从2009年起,我们为超过30万对情侣提供了服务,新版两个人重装上线,希望可以成为你们爱情的忠实见证者。<a class="a1" href="https://www.baidu.com/">功能概览</a></p></div></td></tr><tr><td class="td1"><div class="question_biaoti"><h4>使用价格</h4></div><div class="question_neirong"><p>新版两个人是一款需要付费使用的网络服务,我们提供最棒的用户体验,支持多种设备浏览。 服务费用是60元/年 。 无论新老用户,在付费之前都有60天的免费试用期。</p></div></td><td class="td1"><div class="question_biaoti"><h4>免费试用期间功能是完整的吗?</h4></div><div class="question_neirong"><p>免费试用期间的功能和正式付费后完全一样。你现在体验到的就是你真正可以购买到的。 试用期满后会为你免费保留已有的数据,你可以随时回来。</p></div></td></tr><tr><td class="td1"><div class="question_biaoti"><h4>如何付款?不满意可以退款么?</h4></div><div class="question_neirong"><p>我们支持支付宝和网银的在线付款。可以在7天内退款,不需要理由。</p></div></td><td class="td1"><div class="question_biaoti"><h4>数据在你们这里安全吗?</h4></div><div class="question_neirong"><p>全新改版的两个人提供安全,私密的云端数据存储,保证你们的数据安全。</p></div></td></tr></table></div></div></div><div class="button_button_css"><ul class="ul1"><li class="li2"><a class="a1" href="https://www.baidu.com/">帮助</a></li><li class="li2"><a class="a1" href="https://www.baidu.com/">博客</a></li><li class="li2"><a class="a1" href="https://www.baidu.com/">新浪微博</a></li><li class="li2"><a class="a1" href="https://www.baidu.com/">微信</a></li><li class="li2"><a class="a1" href="https://www.baidu.com/">App</a></li><li class="li2"><a class="a1" href="https://www.baidu.com/">旧版入口</a></li></ul><div class="p1"><p>2009-2013 © liageren.com Enjoy your life <em class="p2">♥</em> 京ICP备09034393号  京公网安备110114000689 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;两个人</p></div></div></body>
</html>

2.index.css源码

@media screen and (min-width:900px)
{.photo_css{height: 400px;}.top{position: relative;float:right;right: 10px;top: 10px;}.top_css{width: 100%;height: 80px;/*background-color: #eee;*/}.logo_css{float:left;    padding-top: 10px;padding-left: 100px;width: 130px;/*background-color: #ddd;*/}.top_jieshao1_css{float:left;padding-top: 20px;padding-left: 100px;width: 100px;text-decoration: none;/*background-color: #ddd;*/}.top_jieshao2_css{float:left;padding-top: 20px;padding-left: 100px;width: 100px;/*background-color: #ddd;*/}.top_denglu{float:right;padding-top: 20px;padding-right: 100px;/*background-color: #ddd;*/}.blue {width: 80px;height: 50px;color: #d9eef7;border: solid 1px #0076a3;background: #0095cd;background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));background: -moz-linear-gradient(top,  #00adee,  #0078a5);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');}.blue:hover {background: #007ead;background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));background: -moz-linear-gradient(top,  #0095cc,  #00678e);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');}.blue:active {color: #80bed6;background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));background: -moz-linear-gradient(top,  #0078a5,  #00adee);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');}.main_css{width: 100%;height: 400px;background: #ee9ca7;background: -webkit-linear-gradient(top left, #87CEFA 0%, #90EE90 100%);background: linear-gradient(to bottom right,  #87CEFA 0%, #90EE90 100%);background-color:rgba(255,255,255,0.9);}.list{color:#fff; }.font_biaoti{font-size: 10;}.font_css1{float:left;padding-top: 80px;padding-left: 50px;    color: #fff;font-family: STXingkai;font-size: 25px;}.ppt_ccs{float:left;padding-left: 50px;text-align:center;}/* 幻灯片容器 */.slideshow-container {max-height: 400px;position: relative;margin: auto;}/* On hover, add a black background color with a little bit see-through */.prev:hover, .next:hover {background-color: rgba(0,0,0,0.8);}/* 标记符号 */.dot {background-color: #bbb;border-radius: 50%;display: inline-block;transition: background-color 0.6s ease;}.active, .dot:hover {background-color: #717171;}/* 淡出动画 */.fade {-webkit-animation-name: fade;-webkit-animation-duration: 1.5s;animation-name: fade;animation-duration: 1.5s;}@-webkit-keyframes fade {from {opacity: .4} to {opacity: 1}}@keyframes fade {from {opacity: .4} to {opacity: 1}}.now_join{padding-left: 50px;}.button1 {display: inline-block;border-radius: 4px;background-color: #f4511e;border: none;color: #FFFFFF;text-align: center;font-size: 28px;padding: 20px;width: 200px;transition: all 0.5s;cursor: pointer;margin: 5px;border-radius: 12px;}.button1 span {cursor: pointer;display: inline-block;position: relative;transition: 0.5s;}.button1 span:after {content: '»';position: absolute;opacity: 0;top: 0;right: -20px;transition: 0.5s;}.button1:hover span {padding-right: 25px;}.button1:hover span:after {opacity: 1;right: 0;}.button_css{width: 100%;height: 500px;}.funtion_css{padding-left: 100px;padding-top: 50px;background-color: rgb(240,240,240);}.ul1{padding-left:20px;}.li1{padding-left: 40px;float:left;list-style: none;}.li2{padding-left: 40px;float:left;list-style: none;}.a1{color:rgb(255,0,0); }.li_txt{padding-left: 40px;margin-top: 10px;height: 50px;font-size: 30px;}.question_css{float:left;padding-left: 100px;padding-top: 50px;background-color: rgb(240,240,240);}.td1{padding-left: 30px;}.button_button_css{float:left;padding-top: 50px;padding-left: 100px;}.p1{float:left;color: rgb(100,100,100);width: 100%;}.p2{color: rgb(255,0,0);}}@media screen and (min-width:600px) and (max-width:900px)
{.photo_css{height: 400px;}.top{position: relative;float:right;right: 10px;top: 10px;}.top_css{width: 100%;height: 80px;/*background-color: #eee;*/}.logo_css{float:left;    padding-top: 10px;padding-left: 100px;width: 130px;/*background-color: #ddd;*/}.top_jieshao1_css{float:left;padding-top: 20px;padding-left: 100px;width: 100px;text-decoration: none;/*background-color: #ddd;*/}.top_jieshao2_css{float:left;padding-top: 20px;padding-left: 100px;width: 100px;/*background-color: #ddd;*/}.top_denglu{float:right;padding-top: 20px;padding-right: 100px;/*background-color: #ddd;*/}.blue {width: 80px;height: 50px;color: #d9eef7;border: solid 1px #0076a3;background: #0095cd;background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));background: -moz-linear-gradient(top,  #00adee,  #0078a5);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');}.blue:hover {background: #007ead;background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));background: -moz-linear-gradient(top,  #0095cc,  #00678e);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');}.blue:active {color: #80bed6;background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));background: -moz-linear-gradient(top,  #0078a5,  #00adee);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');}.main_css{width: 100%;height: 400px;background: #ee9ca7;background: -webkit-linear-gradient(top left, #87CEFA 0%, #90EE90 100%);background: linear-gradient(to bottom right,  #87CEFA 0%, #90EE90 100%);background-color:rgba(255,255,255,0.9);}.list{color:#fff; }.font_biaoti{font-size: 10;}.font_css1{float:left;padding-top: 80px;padding-left: 50px;    color: #fff;font-family: STXingkai;font-size: 25px;}.ppt_ccs{float:left;padding-left: 50px;text-align:center;}/* 幻灯片容器 */.slideshow-container {max-height: 400px;position: relative;margin: auto;}/* On hover, add a black background color with a little bit see-through */.prev:hover, .next:hover {background-color: rgba(0,0,0,0.8);}/* 标记符号 */.dot {background-color: #bbb;border-radius: 50%;display: inline-block;transition: background-color 0.6s ease;}.active, .dot:hover {background-color: #717171;}/* 淡出动画 */.fade {-webkit-animation-name: fade;-webkit-animation-duration: 1.5s;animation-name: fade;animation-duration: 1.5s;}@-webkit-keyframes fade {from {opacity: .4} to {opacity: 1}}@keyframes fade {from {opacity: .4} to {opacity: 1}}.now_join{padding-left: 50px;}.button1 {display: inline-block;border-radius: 4px;background-color: #f4511e;border: none;color: #FFFFFF;text-align: center;font-size: 28px;padding: 20px;width: 200px;transition: all 0.5s;cursor: pointer;margin: 5px;border-radius: 12px;}.button1 span {cursor: pointer;display: inline-block;position: relative;transition: 0.5s;}.button1 span:after {content: '»';position: absolute;opacity: 0;top: 0;right: -20px;transition: 0.5s;}.button1:hover span {padding-right: 25px;}.button1:hover span:after {opacity: 1;right: 0;}.button_css{width: 100%;height: 500px;}.funtion_css{padding-left: 100px;padding-top: 50px;background-color: rgb(240,240,240);}.ul1{padding-left:20px;}.li1{padding-left: 40px;float:left;list-style: none;}.li2{padding-left: 40px;float:left;list-style: none;}.a1{color:rgb(255,0,0); }.li_txt{padding-left: 40px;margin-top: 10px;height: 50px;font-size: 30px;}.question_css{float:left;padding-left: 100px;padding-top: 50px;background-color: rgb(240,240,240);}.td1{padding-left: 30px;}.button_button_css{float:left;padding-top: 50px;padding-left: 100px;}.p1{float:left;color: rgb(100,100,100);width: 100%;}.p2{color: rgb(255,0,0);}}@media screen and (max-width:600px)
{.photo_css{height: 300px;}.top{position: relative;float:right;right: 10px;top: 10px;}.top_css{width: 100%;height: 80px;/*background-color: #eee;*/}.logo_css{float:left;    padding-top: 10px;padding-left: 100px;width: 130px;/*background-color: #ddd;*/}.top_jieshao1_css{float:left;padding-top: 20px;padding-left: 100px;width: 100px;text-decoration: none;/*background-color: #ddd;*/}.top_jieshao2_css{float:left;padding-top: 20px;padding-left: 100px;width: 100px;/*background-color: #ddd;*/}.top_denglu{float:right;padding-top: 20px;padding-right: 100px;/*background-color: #ddd;*/}.blue {width: 80px;height: 50px;color: #d9eef7;border: solid 1px #0076a3;background: #0095cd;background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));background: -moz-linear-gradient(top,  #00adee,  #0078a5);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');}.blue:hover {background: #007ead;background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));background: -moz-linear-gradient(top,  #0095cc,  #00678e);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');}.blue:active {color: #80bed6;background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));background: -moz-linear-gradient(top,  #0078a5,  #00adee);filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');}.main_css{width: 100%;height: 400px;background: #ee9ca7;background: -webkit-linear-gradient(top left, #87CEFA 0%, #90EE90 100%);background: linear-gradient(to bottom right,  #87CEFA 0%, #90EE90 100%);background-color:rgba(255,255,255,0.9);}.list{color:#fff; }.font_biaoti{font-size: 10;}.font_css1{float:left;padding-top: 80px;padding-left: 10px;    color: #fff;font-family: STXingkai;font-size: 10px;}.ppt_ccs{float:left;padding-left: 0px;text-align:center;}/* 幻灯片容器 */.slideshow-container {max-height: 100px;position: relative;margin: auto;}/* On hover, add a black background color with a little bit see-through */.prev:hover, .next:hover {background-color: rgba(0,0,0,0.8);}/* 标记符号 */.dot {background-color: #bbb;border-radius: 50%;display: inline-block;transition: background-color 0.6s ease;}.active, .dot:hover {background-color: #717171;}/* 淡出动画 */.fade {-webkit-animation-name: fade;-webkit-animation-duration: 1.5s;animation-name: fade;animation-duration: 1.5s;}@-webkit-keyframes fade {from {opacity: .4} to {opacity: 1}}@keyframes fade {from {opacity: .4} to {opacity: 1}}.now_join{padding-left: 50px;}.button1 {display: inline-block;border-radius: 4px;background-color: #f4511e;border: none;color: #FFFFFF;text-align: center;font-size: 28px;padding: 20px;width: 200px;transition: all 0.5s;cursor: pointer;margin: 5px;border-radius: 12px;}.button1 span {cursor: pointer;display: inline-block;position: relative;transition: 0.5s;}.button1 span:after {content: '»';position: absolute;opacity: 0;top: 0;right: -20px;transition: 0.5s;}.button1:hover span {padding-right: 25px;}.button1:hover span:after {opacity: 1;right: 0;}.button_css{width: 100%;height: 500px;}.funtion_css{padding-left: 100px;padding-top: 50px;background-color: rgb(240,240,240);}.ul1{padding-left:20px;}.li1{padding-left: 40px;float:left;list-style: none;}.li2{padding-left: 40px;float:left;list-style: none;}.a1{color:rgb(255,0,0); }.li_txt{padding-left: 40px;margin-top: 10px;height: 50px;font-size: 30px;}.question_css{float:left;padding-left: 100px;padding-top: 50px;background-color: rgb(240,240,240);}.td1{padding-left: 30px;}.button_button_css{float:left;padding-top: 50px;padding-left: 100px;}.p1{float:left;color: rgb(100,100,100);width: 100%;}.p2{color: rgb(255,0,0);}}

3.index.js源码

        function bigImg1(x){x.src = "images/photo/t1.png";x.style.height="127px";x.style.width="127px";}function normalImg1(x){x.src = "images/photo/1.png";x.style.height="127px";x.style.width="127px";}function bigImg2(x){x.src = "images/photo/t2.png";x.style.height="127px";x.style.width="127px";}function normalImg2(x){x.src = "images/photo/2.png";x.style.height="127px";x.style.width="127px";}function bigImg3(x){x.src = "images/photo/t3.png";x.style.height="127px";x.style.width="127px";}function normalImg3(x){x.src = "images/photo/3.png";x.style.height="127px";x.style.width="127px";}function bigImg4(x){x.src = "images/photo/t4.png";x.style.height="127px";x.style.width="127px";}function normalImg4(x){x.src = "images/photo/4.png";x.style.height="127px";x.style.width="127px";}function bigImg5(x){x.src = "images/photo/t5.png";x.style.height="127px";x.style.width="127px";}function normalImg5(x){x.src = "images/photo/5.png";x.style.height="127px";x.style.width="127px";}function bigImg6(x){x.src = "images/photo/t6.png";x.style.height="127px";x.style.width="127px";}function normalImg6(x){x.src = "images/photo/6.png";x.style.height="127px";x.style.width="127px";}

转载于:https://www.cnblogs.com/linglong9068/p/10575529.html

软件工程第二次作业——模仿实现主流网页相关推荐

  1. 软件工程第二次作业——模仿网站

    我以我的JS发誓 我以我的解释器宣告 将世界上所有的HTML汇聚 将世界上应有之css样式改变 集中所有的解释器和JS 将这网页为我所用 the Teleport Ultra 倾听我内心的愿望 让它实 ...

  2. 软件工程第二次作业——模仿主流网站:搜狗输入法

    源码链接:https://gitee.com/tangjiahao/2017_software_engineering.git 原网页链接:https://pinyin.sogou.com/ 原网站: ...

  3. 软件工程 第二周作业

    ##软件工程第二周作业 提出问题 1. 一般来说,想要自己的程序跑得又快又好,就要减少函数的反复调用,但有所得则必有所失,效能提高就有可能伴随着程序的稳定性的降低,这两者应该如何权衡呢? 2. 关于5 ...

  4. 2022OUC软件工程第二次作业-08组

    第二次作业:深度学习基础 一.金知霖 一.视频学习心得及问题总结 人工智能:使一部机器像人一样进行感知.认知.决策.执行的人工程序或系统 人工智能三个层面:计算智能.感知智能.认知智能 机器学习的定义 ...

  5. 北航2022软件工程第二次作业——产品评测、分析与规划

    软件工程第二次分析作业 项目 内容 这个作业属于哪个课程 北京航空航天大学2022春季软件工程(罗杰 任健) 这个作业的要求在哪里 个人阅读作业-软件案例分析 我在这个课程的目标是 学习软件工程的基础 ...

  6. 本周总结 前端第二次作业 模仿制作百度界面

    前端第二次作业: 制作百度界面: https://www.baidu.com/ 要求: 模仿制作,相似度达99%. 仿照https://www.runoob.com/css/css-tutorial. ...

  7. 集大1513 1514班 软件工程第二次作业评分与点评

    谢谢按时完成作业的同学. 请大家在今后的作业中多思考,认真完成并注意作业的原创性. 学号 作业标题 作业地址 提交日期 分数 201521121087 微信APP简要分析 http://www.cnb ...

  8. 2016福州大学软件工程第二次作业成绩

    第二次作业为结对项目之需求分析与原型设计 以下为作业成绩: 学号 姓名 昵称 评分 031402524 王智强 iphone2s 9 031402509 胡泽善 aiprogram 9 0314025 ...

  9. 软件工程第二次作业(原型设计)

    课程名称:软件工程实践 作业要求:结对第一次-原型设计(文献摘要热词统计) 结对学号:221600428 | 221600438 作业目标:了解NABCD模型,学习建立软件原型 原型工具:墨刀 PDF ...

  10. 现代软件工程第二次作业-github初使用及CanTool需求文档

    作业要求: 完成下面的题目,并在小组博客中写出整个操作过程及学习心得(图文并茂):(每人都要在小组博客中写出来,并注明姓名) 1.参照 http://www.cnblogs.com/xinz/p/38 ...

最新文章

  1. mysql数据库之单表查询
  2. java list e 查找_源码(04) -- java.util.ListE
  3. 社交网络中各类产品形态的分析
  4. XILINX ZYNQ7100 的上电顺序
  5. 最新骗局,速查银行卡余额!
  6. 上海内推 | 上海人工智能实验室招聘计算视觉实习生(NeRF神经渲染方向)
  7. 程序员在跳槽时,该怎么说离职原因?
  8. 基于CAN的网络管理NM(network management)
  9. 惠普笔记本LED灯闪烁代码故障含义
  10. 向西,向西,到栖霞去(二)--走马看福山
  11. 社团c语言程序设计,C语言课程设计-大学社团管理系统.doc
  12. 鸿蒙时期的修真等级,相关介绍关于小说里的修真和武器等级划分
  13. 净宗科学观-净空法师讲于台南某高等学府
  14. html格式发邮件,怎么用HTML格式发送邮件.既怎么发HTML格式的邮件?
  15. 小米5s 原生android,羡慕谷歌Pixel?其实就是国外版小米5s
  16. 电脑正在更新计算机一直是,win10电脑一直不停更新怎么办啊
  17. 多频相位三维重建之生成正弦光栅投影图C#代码
  18. 拿到已开发好的Vue前端代码如何在本地运行?
  19. 使用面向对象思想,实现(人狗大战)小游戏
  20. Element(3) 使用v-org-tree组件实现组织树形菜单

热门文章

  1. 顶级域名 一级域名 二级域名 三级域名
  2. Excel绘制动态图和甘特图
  3. Python-文件操作
  4. 【HLA】初识HLA/RTI
  5. 超详细的LSA内容解析及SPF算法分析,一看就懂
  6. Word去除段前黑点
  7. 相关系数r和决定系数R2的那些事
  8. ant Design Vue2.0+vite+vue3+typescript+node后台项目实现使用upload一个表单上传多个图片
  9. Oracle 同义词,赋权语句图解记录
  10. SwiftUI 控件