(1)一个最简单的例子就是学生选课的数据表了
(2)Student.java
public class Course {
private Integer id;
private String name;
private Set stuCourses;
//get/set方法
}
(3)Student.java
public class Student {
private...
分类:
Web程序 时间:
2014-10-11 00:48:54
阅读次数:
338
http://delphi.about.com/od/windowsshellapi/a/wm_copydata.htmhere are many situation when you need to allow for two applications to communicate. If you...
分类:
移动开发 时间:
2014-10-10 14:37:54
阅读次数:
277
MongoDB is a powerful, flexible, and scalable data store. It combines the ability toscale out with many of the most useful features of relational data...
分类:
数据库 时间:
2014-10-10 02:10:43
阅读次数:
319
Just a JokeDescription Here is just a joke, and do not take it too seriously. Guizeyanhua is the president of ACMM, and people call him Presid...
分类:
其他好文 时间:
2014-10-10 00:34:21
阅读次数:
408
The key is to use two constant space(32 bits) to store how many times 1 or 0 showed up in the bit i. If times of 1 in bit i is not the multiple of 3, then the unique value's bit i is 1. Otherwise the ...
分类:
其他好文 时间:
2014-10-09 15:29:08
阅读次数:
243
Givenn, how many structurally uniqueBST's(binary search trees) that store values 1...n?For example,Givenn= 3, there are a total of 5 unique BST's. 1.....
分类:
编程语言 时间:
2014-10-09 14:37:53
阅读次数:
215
[leetcode]Given n, how many structurally unique BST's (binary search trees) that store values 1...n?...
分类:
其他好文 时间:
2014-10-08 12:00:15
阅读次数:
159
[leetccode]You are climbing a stair case. It takes n steps to reach to the top.Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top?...
分类:
其他好文 时间:
2014-10-08 11:29:55
阅读次数:
193
Hey guys, umm i was trying to hook endscene using detours and i used a method that i hooked many other functions with before but it just doesnt seem t...
分类:
其他好文 时间:
2014-10-07 16:42:03
阅读次数:
404
转自:http://blog.csdn.net/syhost/article/details/14448899完整的报错为:system/core/include/cutils/properties.h:64:39: error: call to '__property_get_too_smal.....
分类:
移动开发 时间:
2014-10-07 13:44:23
阅读次数:
215