上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 29 下一页
摘要: 设计下面网页,用div来实现 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>table用户注册</title> </head> <body> <div> <div style="display:inline 阅读全文
posted @ 2022-03-16 21:42 好(justice)…… 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 我终于读完了《梦断代码》这本巨作,《梦断代码》这本书讲述的主要是Chandler软件漫长而痛苦的开发过程,在该过程中,一系列的问题都要考验他们那些程序热衷者,那一刻真觉得是不是该同情他们一下,在OSAF开发组中,单单负责选择其他程序员用来创建软件的部件的“系统架构师”安德森一人就要面临:应该采用什么 阅读全文
posted @ 2022-03-16 09:13 好(justice)…… 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 设计下面的网页 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>数据表</title> </head> <body> <table border="0"> <tr> <td colspan=14 align= 阅读全文
posted @ 2022-03-13 23:25 好(justice)…… 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 设计下面的网页。 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <table border ="0"> <tr> <td colspan =" 阅读全文
posted @ 2022-03-12 23:23 好(justice)…… 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 本章为软件工程师的成长,主要介绍了评价软件工程师水平的主要方法,技能的反面,TSP对个人的要求。 软件开发流程包括团队的流程,也包括个人的流程: 1、积累软件开发相关的知识,提升技术技能 2、积累问题领域的知识和经验 3、对通用的软件设计思想和软件工程思想的理解 4、提升职业技能 5、实际成果 总结 阅读全文
posted @ 2022-03-12 07:57 好(justice)…… 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 题目:输入一个整形数组,数组里有正数也有负数。 数组中连续的一个或多个整数组成一个子数组,每个子数组都有一个和。 求所有子数组的和的最大值。要求时间复杂度为O(n) 过程:(1)定义一个整数数组 (2)找连续m个比m-1大的数,然后赋值给max. package diyibufen; import 阅读全文
posted @ 2022-03-11 22:01 好(justice)…… 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 设计下面的网页。姓名框隐藏,默认自己的名字 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>简易求职表</title> </head> <body> <h2>申请表</h2> <form action="" 阅读全文
posted @ 2022-03-10 20:48 好(justice)…… 阅读(25) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>灿坤蒸汽电熨斗</title> </head> <body> <a href="Document.html">灿坤蒸汽电熨斗 </a> </body> </ht 阅读全文
posted @ 2022-03-10 20:45 好(justice)…… 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 请设计下面网页。 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>练习2</title> </head> <body> <h2>促销信息</h2> <img src="D:\php\image/show3_b 阅读全文
posted @ 2022-03-10 20:43 好(justice)…… 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 设计下面网页。 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <h2>商品信息</h2> <h4>产品类别</h4> <hr> <ul> <l 阅读全文
posted @ 2022-03-10 20:40 好(justice)…… 阅读(14) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 29 下一页