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