//hibernate.cfg.xml中的配置 //基于注解annotation,直接注释在类名上面 //基于配置文件,加载配置文件。 true //排版SQL语句 基于annotation要创建Sessionfactory sf = new AnnotationConfiguration().configure().buildSessionfactory(); 类名上加@Entity @Table(name="_User") //表名与类名不一致 @Column(name="_name") //列名与属性名不一致 @Id //主键,加在get方法上 //取map中的key和value |
|
使用status: | 遍历过的元素总数: | 遍历过的元素索引: | 当前是偶数?: | 当前是奇数?: | 是第一个元素吗?: | 是最后一个元素吗?:
//把变量放入actionContext中 wrong age! too young! yeah! //struts2标签中可以使用静态方法 //声明式异常处理 //时间类型格式 //Set集合转换为Long[]数组 Long[] privilege = new Long[role.getPrivilege.size()]; int indx = 0; for(Privilege privilege : role.getPrivilege()) { privilegeIds[index++] = privilege.getById(); } //jquery全选