03 2015 档案

摘要:1 进入window->preferencesgeneral->content types,可以设置Text对应的default encoding值为UTF-8或为空,然后点击update即可。也可能点击Text进入java source file属性,设置default encoding值为UTF... 阅读全文
posted @ 2015-03-31 16:41 dldg 阅读(301) 评论(0) 推荐(0)
摘要:解决方法:1.关闭VS;2.去C:/Users//AppData/Local/Microsoft/VisualStudio/12.0/ComponentModelCache文件夹下删除所有文件及文件夹;3.重新打开VS即可。 阅读全文
posted @ 2015-03-25 15:01 dldg 阅读(845) 评论(0) 推荐(0)
摘要:1:比较和排序的概念;2:IComparable和IComparer;3:IComparable和IComparer的泛型实现IComparable和IComparer;1:比较和排序的概念 比较:两个实体类之间按>,=, student.Age) { ... 阅读全文
posted @ 2015-03-24 08:53 dldg 阅读(244) 评论(0) 推荐(0)