2012-3-15 16:23:23 阅读19 评论0 152012/03 Mar15
public class SomeModel extends Model {
@Emberded
public Something something; //一个嵌入的对象,里面放了个枚举属性和一些方法
// ... many other properties and functions
// 这就是那个害人的方法:
public Boolean isSomething() {
return something.state == SomeEnum.someValue;
}
}
2012-3-14 17:17:05 阅读22 评论0 142012/03 Mar14
2012-3-5 14:56:44 阅读24 评论0 52012/03 Mar5
some sentence with keyword and a link: <a href="http://someweb/somelinke">there is a sentence with keyword in it.</a>
<a href="http://someweb/somelinke">there is a sentence with <a href="
2012-2-4 23:48:01 阅读41 评论0 42012/02 Feb4
2012-1-20 15:54:50 阅读49 评论1 202012/01 Jan20
2011-11-24 13:36:02 阅读206 评论0 242011/11 Nov24
2011-10-11 18:21:18 阅读92 评论0 112011/10 Oct11
2011-9-22 18:19:41 阅读144 评论0 222011/09 Sept22
2011-9-20 13:05:24 阅读75 评论0 202011/09 Sept20
2011-9-15 14:30:57 阅读54 评论0 152011/09 Sept15