SSH
文章平均质量分 51
Maktub
这个作者很懒,什么都没留下…
展开
-
Oracle mysql 自动增长
Oracle 采用序列方式增长的列的属性可以为整型或字符型 而mysql的auto_increment列的属性可以为整型,但不能为字符型原创 2013-11-02 09:36:59 · 728 阅读 · 0 评论 -
QuerySyntaxException: Professional is not mapped [select professional FROM Professional]
异常内容: org.hibernate.hql.ast.QuerySyntaxException: Professional is not mapped [select professional FROM Professional] 出错处: public List ProfessionList() { this.beginSession(); Stri原创 2013-11-02 16:58:06 · 905 阅读 · 0 评论 -
struts2清除session的方法
第一种方法(继承SessionAware类来取得session,然后用invalidate()方法清理) public class ExitAction extends ActionSupport implementsSessionAware{ @Override public String execute() throws Exception { HttpServletRequest r转载 2014-11-25 11:27:22 · 695 阅读 · 0 评论