摘要:
项目服务器启动镜像时候报错 Cannot create container for service xxx-app: mkdir /xxx/overlay2/xx-init: no space left on device 但是前几天刚加的2T磁盘,不应该满了 df -h查了下磁盘还有空间 又查了下 阅读全文
摘要:
用iframe嵌入另一个页面做演示时候,之前几次嵌入都没问题,这次遇到一个跨域错误 Blocked a frame with origin “xxx“ from accessing a cross-origin frame 正常情况下,如果iframe嵌入的页面跟外部页面没有交互情况下 不会存在跨域 阅读全文
摘要:
select count(*) from v$process; --取得数据库目前的进程数。 select value from v$parameter where name = 'processes';--取得进程数的上限 select count(*) from v$session; --取得数 阅读全文