摘要: position: 1、fixed——position:fixed; /*固定显示,一直悬着,不随着滚动条更换位置 */ 2、absolute——position:absolute; /*根据显示窗口的第一显示界面进行定位 ,直接定死在页面上,跟着滚动条更换位置 3、relative——positi 阅读全文
posted @ 2016-03-23 14:55 百事没事 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 样式表 内嵌样式表<p></p> 外部样式表Css类 选择器 1、标签选择器。<p></p>。 2、class选择器。.开头 3、ID选择器。#开头 <div id="样式名"><> 阅读全文
posted @ 2016-03-22 16:14 百事没事 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 恢复内容结束 阅读全文
posted @ 2016-03-20 16:46 百事没事 阅读(173) 评论(0) 推荐(0) 编辑
摘要: <body bgcolor="#99CCFF" text="#FFFF00" topmargin="100" leftmargin="100" rightmargin="100" bottommargin="400"> 空格.&nbsp; <i>文字倾斜方式1</i><em>文字倾斜方式2</em> 阅读全文
posted @ 2016-03-20 16:39 百事没事 阅读(173) 评论(0) 推荐(0) 编辑
摘要: class Thread1       class Test2     阅读全文
posted @ 2016-03-15 16:21 百事没事 阅读(123) 评论(0) 推荐(0) 编辑
摘要:         阅读全文
posted @ 2016-03-15 16:04 百事没事 阅读(334) 评论(0) 推荐(0) 编辑
摘要:     阅读全文
posted @ 2016-03-15 08:29 百事没事 阅读(181) 评论(0) 推荐(0) 编辑
摘要: package Zuoye1; import java.util.*; public class Choujiang { public static void main(String[]args) { String str = "0123456789qwertyuiopasdfghjklzxcvbn 阅读全文
posted @ 2016-03-11 22:11 百事没事 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 第二题: package Zuoye1; import java.util.*;; public class SetList { public static void main(String[] args) { List<String> l=new ArrayList<String>(); l.ad 阅读全文
posted @ 2016-03-11 21:34 百事没事 阅读(172) 评论(0) 推荐(0) 编辑
摘要: package Leidejihe; import java.util.*; public class Test2set { public static void main(String[] args) { //两种方式。Set没有顺序输入和输出 Set<String>s=new HashSet<S 阅读全文
posted @ 2016-03-11 20:54 百事没事 阅读(471) 评论(0) 推荐(0) 编辑