摘要: using System;using System.Collections.Generic;using System.Drawing;using System.Linq;using System.Text;using System.Threading;using System.Threading.T... 阅读全文
posted @ 2015-08-14 13:24 墨梅 阅读(566) 评论(0) 推荐(0) 编辑
摘要: 1,泛型类type TimeSeriesQueue(getKey :'V ->'K)=let daysInCache =7let cache = ref Map.empty member x.Foo()=()2,泛型类,要求实现接口type Foo IComparable>=member x.Bl... 阅读全文
posted @ 2015-08-14 13:22 墨梅 阅读(252) 评论(0) 推荐(0) 编辑
摘要: Java代码在转换为UTF-8编码后,Eclipse编译运行没有问题,但是用Maven编译时,抛出非法字符65278错误。 原因在于,转换后文件头部带有BOM信息,而Maven不支持,删掉文件头的BOM信息即可。 可以通过以下命令,在命令行中批量删除文件中BOM信息:perl -pi.bak... 阅读全文
posted @ 2015-08-14 13:11 墨梅 阅读(1299) 评论(0) 推荐(0) 编辑