上一页 1 ··· 52 53 54 55 56
摘要: import java.util.logging.Logger; /** * @author Administrator jdk日志操作工具类 */ public class JdkLog { public static Logger logger = Logger.getLogger(JdkLog 阅读全文
posted @ 2017-02-14 13:47 元一软件 阅读(14) 评论(0) 推荐(0)
摘要: [root@localhost ~]# mysql -h localhost -uxxxxxxx -pxxxxxxx Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 19 阅读全文
posted @ 2016-10-14 10:41 元一软件 阅读(21) 评论(0) 推荐(0)
摘要: --oracle的字典 select * from dictionary --创建表空间oracle创建表空间 create tablesapce testSpace datafile 'E:oracleSpace\test.dbf' size 100M autoextend on; --创建用户 阅读全文
posted @ 2016-10-14 10:35 元一软件 阅读(21) 评论(0) 推荐(0)
摘要: select sysdate from dual--返回系统时间 select trunc(sysdate) from dual select trunc(sysdate-8) from dual select trunc(sysdate+8) from dual select trunc(sysd 阅读全文
posted @ 2016-10-14 10:26 元一软件 阅读(15) 评论(0) 推荐(0)
上一页 1 ··· 52 53 54 55 56