2016年2月26日
摘要: <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> </head> <body> <p>字体加粗</p> <font color="#0066FF" fac 阅读全文
posted @ 2016-02-26 08:47 悠悠小花 阅读(311) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文
posted @ 2016-02-26 08:44 悠悠小花 阅读(234) 评论(0) 推荐(0) 编辑
摘要: <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> <style type="text/css"> #apDiv1 { position: absolute 阅读全文
posted @ 2016-02-26 08:40 悠悠小花 阅读(187) 评论(0) 推荐(0) 编辑
  2016年2月19日
摘要: 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www. 阅读全文
posted @ 2016-02-19 09:38 悠悠小花 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www. 阅读全文
posted @ 2016-02-19 08:39 悠悠小花 阅读(215) 评论(0) 推荐(0) 编辑
  2016年1月26日
摘要: package com.hanqi;import java.io.*;public class FileTest { public static void main(String[] args) throws IOException { File file=new... 阅读全文
posted @ 2016-01-26 11:54 悠悠小花 阅读(151) 评论(0) 推荐(0) 编辑
摘要: package com.hanqi;import java.io.File;public class Test { public static void main(String[] args) { //实例化 File file=new File("D:... 阅读全文
posted @ 2016-01-26 11:52 悠悠小花 阅读(120) 评论(0) 推荐(0) 编辑
  2016年1月23日
摘要: 1 package com.hanqi; 2 3 import java.util.ArrayList; 4 import java.util.Collections; 5 import java.util.HashSet; 6 import java.util.List; 7 import j... 阅读全文
posted @ 2016-01-23 09:01 悠悠小花 阅读(329) 评论(0) 推荐(0) 编辑
摘要: 1 package com.hanqi; 2 3 import java.util.ArrayList; 4 import java.util.List; 5 6 public class JKL { 7 8 public static void main(String[]args)... 阅读全文
posted @ 2016-01-23 08:35 悠悠小花 阅读(193) 评论(0) 推荐(0) 编辑
  2016年1月20日
摘要: 1 package com.mingrisoft; 2 public class Employee { 3 4 5 private String name; 6 private double gongzi; 7 8 public String getN... 阅读全文
posted @ 2016-01-20 16:31 悠悠小花 阅读(930) 评论(0) 推荐(0) 编辑