摘要: 前段时间找工作,看到有些公司JD要求robotframework,特此来学习下: Robot Framework Robot Framework是一个开源的自动化框架。更本质一点就是可以把你编写好的函数导出来,然后像写存储过程一样写代码,达到降低难度的目的。比如你在python文件中写好了一个函数l 阅读全文
posted @ 2020-09-01 17:02 DeyouKong 阅读(2571) 评论(0) 推荐(0) 编辑
摘要: 外连接(out join) 外连接分为外左连接(left outer join)和外右连接(right outer join) 注释:left outer join 与 left join 等价, 一般写成left join right outer join 与 right join等价,一般写成r 阅读全文
posted @ 2020-09-01 10:03 DeyouKong 阅读(1332) 评论(0) 推荐(0) 编辑