logo头像
Snippet 博客主题
centos7下mongodb安装

centos7下mongodb安装

1.下载mongodb1234567891011121314151617181920╭─lzq@localhost.localdomain ~ ╰─➤ cd /usr/local╭─lzq@localhost.localdomai...

SQL正则表达式

SQL正则表达式

1.ORACLE正则表达式函数1.1 REGEXP_LIKE12select SXZYY from SW_ZH_ZHMX where REGEXP_LIKE(SXZYY, '^\w\d', 'i'); -- 'i' 忽略大小写 SXZ...

oracle常见问题收集

oracle常见问题收集

1.windows1.1.新建帐号不能登陆登陆system账户,然后编辑要登陆的账户选择”System privileges”授予create session权限 或者执行以下命令即可 12grant create session t...