摘要:
先看看图片 -要求 刚开始呢 我只是简单的认为查询开始和结束时间之间的就可以了。 select * from table fp where WHERE fp.preferential_start_time >= ' 2012-12-11 10:31:36.0' and fp.preferential 阅读全文
摘要:
随笔转载自:http://www.cnblogs.com/appleat/archive/2012/09/03/2669033.html 一、CONCAT()函数CONCAT()函数用于将多个字符串连接成一个字符串。使用数据表Info作为示例,其中SELECT id,name FROM info L 阅读全文
摘要:
视频地址(第五课时):https://pan.baidu.com/s/1gfLVC2n alert 弹出窗口 Alert Should Be Present Get Alert Message confirm 弹出窗口 Choose Cancel On Next Confirmation Choos 阅读全文
摘要:
视频地址(第三课时):https://pan.baidu.com/s/1gfLVC2n 元素定位 Selenium支持的定位方式: id, name,xpath,dom,link,css,jquery,tag.(我们通常是使用id或name)。 当没有id的时候我们可以Assign Id To El 阅读全文