2013年10月12日
摘要: Caveats说明As of Java 7, functional programming in Java can only be approximated through awkward and verbose use of anonymous classes. This is expected to change in Java 8, but Guava is currently aimed at users of Java 5 and above.在Java7中, 只能通过笨拙且啰嗦的使用匿名类来模拟函数式编程.在Java 8中这些亟待改变, 但Guava现在的目标是Java5及以上用户 阅读全文
posted @ 2013-10-12 16:22 ZimZz 阅读(1401) 评论(0) 推荐(0) 编辑
摘要: 今天看到关于移到关于字符串查找和替换的题目, 如下:现有2个文件,地址在:http://***.com/sites/task3.propertieshttp://***.com/sites/task3.txt要求:根据properties中内容替换掉txt里$function(index)形式文字,将其还原成一本完整小说。其中function有4种函数,替换规则如下:1、natureOrder 自然排序,即文本中排列顺序2、indexOrder 索引排序,文本中每行第一个数字为索引3、charOrder 文本排序(Java默认的Unicode排序),java的字符排序4、charOrderDE 阅读全文
posted @ 2013-10-12 14:02 ZimZz 阅读(2414) 评论(0) 推荐(0) 编辑