摘要: 1)用SimpleDateFormat格式化日期 Date date=new Date(); SimpleDateFormat dateFm = new SimpleDateFormat("EEEE"); dateFm.format(date);注:格式化字符串存在区分大小写对于创建SimpleDa... 阅读全文
posted @ 2014-10-30 14:58 GrandKai 阅读(254) 评论(0) 推荐(0)
摘要: 一、 1)下载Oracle客户端:http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html 2)下载plsql: 注意:安装plsql如果是32位的对应的instantclient就下32... 阅读全文
posted @ 2014-10-30 10:10 GrandKai 阅读(369) 评论(0) 推荐(0)