摘要:用惯了sysdate对于timestamp有点不习惯,但后者对时间的精确度更高,这里只是记录下对格式化得到timestamp时间,在oracle手册中The following example converts a character string to a timestamp:SELECT TO_TIMESTAMP ('1999-12-01 11:00:00', 'YYYY-MM-DD HH:M...
阅读全文
摘要:/** Copyright 2000-2005 The Apache Software Foundation** Licensed under the Apache License, Version 2.0 (the "License");* you may not use this file except in compliance with the License.* You may obta...
阅读全文
摘要:j 写这篇文章真的有必要,真希望MyEclipse以后的版本能兼容SVN,这个插件装起来太麻烦了,抱怨到此结束,回归正题!先看看官网对SVN插件的解释吧Subversive distribution consists of two parts - Subversive plug-in and Subversive SVN Connectors. Both parts are required in...
阅读全文
摘要:一、安装Subclipse安装Subclipse的最好方法是使用Eclipse Update Manager。在Eclipse 3.1中,它位于Help -> Software Updates -> Find and Install...菜单下。选择搜索要安装的新功能部件,点击新建远程站点,弹出图1,在URl输入框输入http://subclipse.tigris.org/update...
阅读全文