摘要: 这个是现学现用的。public class Student { private String name; private int age; public Student(int age) { this.age = age; } public String getName() { return n... 阅读全文
posted @ 2014-12-01 17:37 Hong_Jerry 阅读(481) 评论(0) 推荐(0) 编辑
摘要: package com.cs.multi;import java.io.File;import java.io.IOException;import org.apache.lucene.analysis.Analyzer;import org.apache.lucene.analysis.stand... 阅读全文
posted @ 2014-12-01 15:46 Hong_Jerry 阅读(304) 评论(0) 推荐(0) 编辑