摘要: java Process的waitFor() 在编写Java程序时,有时候我们需要调用其他的诸如exe,shell这样的程序或脚本。在Java中提供了两种方法来启动其他程序: (1) 使用Runtime的exec()方法 (2) 使用ProcessBuilder的start()方法 Runt... 阅读全文
posted @ 2015-06-03 17:20 Rozdy 阅读(9838) 评论(0) 推荐(2)
摘要: oracle 怎样查一个表中的记录是否被锁住了 怎么查询一个数据库中有几个表引用了其中某个特定表的主键做为其外键的select t.table_name from user_constraints twhere t.constraint_type='R' and t.r_constraint_nam... 阅读全文
posted @ 2015-06-03 15:39 Rozdy 阅读(276) 评论(0) 推荐(0)