摘要:
/* video 12 */Enumeration 枚举 ( 想象成组合在一起的项 )public static final int ONE = 1; // java 一般用以前的方式,就是这种,而不是新的枚举类型 switch (num) { case ONE: println("one... 阅读全文
摘要:
System : 一些特定的数据库动作,和具体的object 没有关系object : 和具体的 object 有关系,操作或访问该对象等等。System privilegesSystem Privileges:The privileges can be classified as follows:... 阅读全文
摘要:
A profile is a named set(集合) of password and resource limits.what is a profile ?Password aging and expirationPassword historyPassword complexity verif... 阅读全文
摘要:
( 01 ~ 20 )重点句型How are you ? answer: Not too bad!/Pretty good!/Couldn’t be better!/Just so-so/I’m just my oldself!Haven’t seen you for a long time. 好久不见What is luccy’s job ?What nationality are you ?Are you a teacher ?How are you today ?Whose shirt is that ?What color is luccy’s dress ?Do you mind m 阅读全文
摘要:
完整类 实例Student class/** * The Student class keeps track of the following pieces of data * about a student: the student's name, ID number, the number of * credits the student has earned toward graduation, and whether * the student is paid up with respect to university bills. * All of this informat 阅读全文