摘要: import org.hibernate.SessionFactory;import org.hibernate.boot.registry.StandardServiceRegistryBuilder;import org.hibernate.cfg.Configuration;import or... 阅读全文
posted @ 2014-12-22 12:43 希望的石头CUP 阅读(174) 评论(0) 推荐(0)
摘要: Grails中表单提交后,如果采用普通表单(form),提交后会触发新的页面。如果采用Ajax表单(remoteForm),提交后会刷新部分页面(div),不会触发新的页面。 阅读全文
posted @ 2014-12-22 12:36 希望的石头CUP 阅读(105) 评论(0) 推荐(0)