2020年10月26日

Oracle TO_DATE 日期格式大全

摘要: Oracle TO_DATE 日期格式大全 Oracle中TO_DATE格式2009-04-14 10:53TO_DATE格式(以时间:2007-11-02 13:45:25为例) Year: yy two digits 两位年 显示值:07 yyy three digits 三位年 显示值:007 阅读全文

posted @ 2020-10-26 19:56 癫狂编程 阅读(859) 评论(0) 推荐(0)

oracle 中的INTERVAL 函数解析学习笔记

摘要: 简单层次解析: select sysdate - interval '10' day as "10天前", sysdate - interval '10' hour as "10小时前", sysdate - interval '10' minute as "10分钟前", sysdate - in 阅读全文

posted @ 2020-10-26 19:55 癫狂编程 阅读(3230) 评论(0) 推荐(0)

Eclipse下载地址

摘要: http://www.eclipse.org/downloads/packages/ 阅读全文

posted @ 2020-10-26 09:40 癫狂编程 阅读(113) 评论(0) 推荐(0)

打开eclipse出现Incompatible JVM解决方法

摘要: 安装了oracle10g的客户端后,eclipse打不开了。所以检查了一下,发现是以下原因。运行eclipse出现以下错误: Incompatible JVMVersion 1.3.1_01 of the JVM is not suitable for this product.Version:1. 阅读全文

posted @ 2020-10-26 09:38 癫狂编程 阅读(3296) 评论(0) 推荐(0)

Eclipse各个版本及区别

摘要: Eclipse IDE for Java Developers 该版本适合Java开发者,集成CVS,Git,XML编辑器,Mylyn, Maven integration和WindowBuilder等插件。 Eclipse IDE for Java EE Developers 该版本集成了Java 阅读全文

posted @ 2020-10-26 09:35 癫狂编程 阅读(4349) 评论(0) 推荐(0)

导航

好的代码像粥一样,都是用时间熬出来的