摘要: 角色是 privilege 集合 单纯的privilege使用不方便。( 可以包括 system, object privilege, roles )Improved performance ( 另一个好处 )Dynamic : 一改全改,比如改变 role 里的部分权限,那么所有拥有该 role的... 阅读全文
posted @ 2013-01-18 14:15 神之一招 阅读(253) 评论(0) 推荐(0)
摘要: /* video 12 */Enumeration 枚举 ( 想象成组合在一起的项 )public static final int ONE = 1; // java 一般用以前的方式,就是这种,而不是新的枚举类型 switch (num) { case ONE: println("one... 阅读全文
posted @ 2013-01-18 09:23 神之一招 阅读(258) 评论(0) 推荐(0)
摘要: Sucurity domain : The database administrator defines the names of the users allowed to access a database. A security domain defines the settings that ... 阅读全文
posted @ 2013-01-18 09:23 神之一招 阅读(212) 评论(0) 推荐(0)