摘要:
我的环境是:selenium+java+maven 出现这个问题:stale element reference: element is not attached to the page document。 目前总结的原因: 前一个页面或者某个弹窗没有完全关闭 添加下面代码解决: 1、等待页面消失 阅读全文
摘要:
Oracle数据库,当varchar类型的字段值完全是由数字组成时,可以直接进行运算,如下: select '123'/100 as s from dual 以下内容复制于:https://www.cnblogs.com/dshore123/p/7805050.html 1、substr函数格式 ( 阅读全文