Github代码地址
摘要: <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> </head> <body> <form action="#" method="post"> <input type="number" min="1" max="5"> <i 阅读全文
posted @ 2016-12-08 15:00 @小葱拌豆腐 阅读(407) 评论(0) 推荐(0) 编辑
摘要: Spool 目录 (把sql语句都记录在txt文件中) spool e:\xxx.txt Spool off 结束 SQL> --清除屏幕信息 SQL> clear screen SQL> --查看表空间 SQL> select * from v$tablespace; SQL> --设置sql语句 阅读全文
posted @ 2016-12-08 10:56 @小葱拌豆腐 阅读(2043) 评论(0) 推荐(1) 编辑
摘要: package cn.bdqn.bean; public class Dept { private Integer deptno; private String dname; private String loc; public Dept(Integer deptNo, String dname, String loc) { su... 阅读全文
posted @ 2016-12-08 09:42 @小葱拌豆腐 阅读(580) 评论(0) 推荐(1) 编辑

霸气