摘要:
用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; --取得数 阅读全文
摘要:
docker如果挂载了外挂目录,路径需要为绝对路径,否则报错: ERROR: for 32c44c463102-publish_consumer-app_1 Cannot create container for service svn-Recreating 32c44c463102-publish 阅读全文