文件名称:hello
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Text]
- 上传时间:
- 2014-05-22
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 杨*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
逐行比较两份文件,以下条件视为匹配:
1 每行头尾有数量不等的空格或制表符
2 每行中间有数量不等的空格或制表符
3 有大小写区别
提示:
写一个类继承BasicFileIo类,它至少包含两个方法
一 public String getCanonicalLine() 方法, 该方法的功能:
1 删除每行头尾得空格或制表符
2 用一个空格符代替一个以上的空格符
3 用一个制表符代替一个以上的制表符
4 把所有的字符转换成小写 (用Character.toLowerCase(‘A’) )
二 比较各行的方法 boolean matchLine()
方法参数可以自己定义
三 其他的方法可以自己定义
再写一个应用类,比较两个文件是否一致
-Compare two documents line by line, the following conditions as a match:
1 each gear end has any number of Spaces or tabs
2 there are any number of Spaces or tabs among each row
Three is case sensitive
Tip:
Write a class inherits BasicFileIo class, it contains at least two methods
A public String getCanonicalLine () method, the method of function:
1 remove every outfit have Spaces or tabs
2 use a Spaces instead of one or more Spaces
3 a tabs instead of one or more tabs
4 to convert the characters of all lowercase (use Character. ToLowerCase ( A ) )
2 the method of comparing all Boolean matchLine ()
? ? method parameter can define your own
Three other methods can define your own
Then write an application class, compare two files are consistent
1 每行头尾有数量不等的空格或制表符
2 每行中间有数量不等的空格或制表符
3 有大小写区别
提示:
写一个类继承BasicFileIo类,它至少包含两个方法
一 public String getCanonicalLine() 方法, 该方法的功能:
1 删除每行头尾得空格或制表符
2 用一个空格符代替一个以上的空格符
3 用一个制表符代替一个以上的制表符
4 把所有的字符转换成小写 (用Character.toLowerCase(‘A’) )
二 比较各行的方法 boolean matchLine()
方法参数可以自己定义
三 其他的方法可以自己定义
再写一个应用类,比较两个文件是否一致
-Compare two documents line by line, the following conditions as a match:
1 each gear end has any number of Spaces or tabs
2 there are any number of Spaces or tabs among each row
Three is case sensitive
Tip:
Write a class inherits BasicFileIo class, it contains at least two methods
A public String getCanonicalLine () method, the method of function:
1 remove every outfit have Spaces or tabs
2 use a Spaces instead of one or more Spaces
3 a tabs instead of one or more tabs
4 to convert the characters of all lowercase (use Character. ToLowerCase ( A ) )
2 the method of comparing all Boolean matchLine ()
? ? method parameter can define your own
Three other methods can define your own
Then write an application class, compare two files are consistent
(系统自动生成,下载前可以参看下载内容)
下载文件列表
hello.txt