会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
尚文韬
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
下一页
2016年3月23日
HTTP格式布局
摘要: position: 1、fixed——position:fixed; /*固定显示,一直悬着,不随着滚动条更换位置 */ 2、absolute——position:absolute; /*根据显示窗口的第一显示界面进行定位 ,直接定死在页面上,跟着滚动条更换位置 3、relative——positi
阅读全文
posted @ 2016-03-23 14:55 百事没事
阅读(292)
评论(0)
推荐(0)
2016年3月22日
HTML样式表,选择器
摘要: 样式表 内嵌样式表<p></p> 外部样式表Css类 选择器 1、标签选择器。<p></p>。 2、class选择器。.开头 3、ID选择器。#开头 <div id="样式名"><>
阅读全文
posted @ 2016-03-22 16:14 百事没事
阅读(189)
评论(0)
推荐(0)
2016年3月20日
HTML图片热点,表单
摘要: 恢复内容开始 恢复内容结束
阅读全文
posted @ 2016-03-20 16:46 百事没事
阅读(191)
评论(0)
推荐(0)
HTML标签属性
摘要: <body bgcolor="#99CCFF" text="#FFFF00" topmargin="100" leftmargin="100" rightmargin="100" bottommargin="400"> 空格. <i>文字倾斜方式1</i><em>文字倾斜方式2</em>
阅读全文
posted @ 2016-03-20 16:39 百事没事
阅读(184)
评论(0)
推荐(0)
2016年3月15日
课后题
摘要: class Thread1 class Test2
阅读全文
posted @ 2016-03-15 16:21 百事没事
阅读(136)
评论(0)
推荐(0)
字节写入读出//字符读取写入//带缓存读取写入
摘要:
阅读全文
posted @ 2016-03-15 16:04 百事没事
阅读(343)
评论(0)
推荐(0)
输入输出流
摘要:
阅读全文
posted @ 2016-03-15 08:29 百事没事
阅读(188)
评论(0)
推荐(0)
2016年3月11日
生成验证码
摘要: package Zuoye1; import java.util.*; public class Choujiang { public static void main(String[]args) { String str = "0123456789qwertyuiopasdfghjklzxcvbn
阅读全文
posted @ 2016-03-11 22:11 百事没事
阅读(131)
评论(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 百事没事
阅读(183)
评论(0)
推荐(0)
Set,Map,包装类工具类
摘要: 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 百事没事
阅读(510)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
下一页
公告