• java自动生成Oracle sequence管理类

    Oracle自增长主键自动生成类 public static int nextID String table { if table null return 1; table table toLowerCase ; String strKey table; if sequences containsKey strKey { SequenceManager tmp SequenceManager sequences get strKey ; return tmp nextUniqueID ; } else { SequenceManager tmp new SequenceManager table 200 ; sequences put strKey tmp ; return tmp nextUniqueID ; } } ">Oracle自增长主键自动生成类 public static int nextID String table { if table null return 1; table table toLowerCase ; String strKey table; if sequences containsKey strKey { SequenceManager tmp SequenceManager sequences get strKey ; return tm [更多]

    1
    521
    6KB
    2014-08-18
    45
  • 在线考试系统导出试题代码

    在线考试系统导出试题代码,将试题以word形式导出

    1
    4722
    26KB
    2013-12-30
    41
关注 私信
上传资源赚积分or赚钱