摘要:
--取第几天的数据。select * from table where trunc(sysdate)-trunc(cr)=1;select * from table where trunc(sysdate)-trunc(cr)=2;select * from table where trunc(sy... 阅读全文
摘要:
function checkStartTime(){ var d1 = new Date(); var endTime = document.getElementById("secCreateDateStart").value; var end = endTime.replace('/','-');... 阅读全文
摘要:
对于这个问题我前一天还可以用的,第二天打开就报这个错误了。我在网上找了很多方法,大多为修改/listener.ora这个文件里的SID,修改后也没弄好。我的解决方法很简单,打开Oracle Net Manager里面的服务,我们会看到自己在装oracle时候新的一个服务名(如:orcl),点击这个服... 阅读全文