摘要:
问题描述Element 'project' cannot have character [children], because the type's content type is element-only.元素 'project' 不能有字符 [children],因为该类型的内容类型是仅元素。 阅读全文
摘要:
1. 实体类 1 public class Person implements Serializable{ 2 private static final long serialVersionUID = -8288372263345673367L; 3 private String id; 4 pri 阅读全文
摘要:
1.使用@Indexed注解 在字段上使用@Indexed注解,为该字段申请索引。 public class people{ @Indexed(value=IndexDirection.ASC,name="ind",unique=true,dropDups=ture) private String 阅读全文