摘要:
1、获取当前日期并想获取6个月前的日期 getDate() { var now = new Date(); var year = now.getFullYear(); //得到年份 var month = now.getMonth() + 1; //得到月份 var date = now.getDa 阅读全文
摘要:
1 在终端登陆到linux上,然后进到oracle数据库。su - oracle ,然后输入 sqlplus / as sysdba (注意:命令之间的空格一定不要忘了) 如图所示: 2 在输入修改密码的命令行:alter user sa identified sa123;出现 User alter 阅读全文