maapple VIP2
2016-08-30 开始修炼简单之道
刚刚
Jieven 发表了文章
45月前
maapple 回复
把图片配置的文件改成内网地址即可@一年改变世界
68月前
maapple 回复
public String addBefore(AopContext ac) throws Exception {
//这里可以做手机以及邮箱的验证 为了方便只做昵称唯一的处理

String A= ac.record.getStr("A");
String B= ac.record.getStr("B");
Record table = Db.findFirst("select * from table where A=? and B = ?",A,B);
if (table !=null) {
return Easy.error("禁止重复添加!");
}
return super.addBefore(ac);
}
68月前
maapple 回复
@一个大好人 可以做保存校验,使用eova的拦截器实现
72月前
maapple 回复
@YCR 在 web.xml中配置
<session-config>
<session-timeout>300</session-timeout>
</session-config>
设置这个按分钟来算
76月前
maapple 回复
有办法解决这个问题吗,在使用主子表拼装的时候,会使用到下拉列表选择数据.