摘要: selenium更改页面元素 获取属性 通过get_attribute方法获得一个页面元素的属性 str = driver.find_element_by_xpath('/div[1]').get_attribute("value") 修改属性 在selenium中一个标签对象是没办法直接设置属性的 阅读全文
posted @ 2021-07-14 16:17 鸭梨的药丸哥 阅读(67) 评论(0) 推荐(0)
摘要: spring事务 spring事务类型 spring支持以下两种事务: 编程式事务声明式事务 spring编程式事务(不使用) 编程式事务管理是 侵入性事务管理 ,使用TransactionTemplate或者直接使用PlatformTransactionManager接口,对于编程式事务管理,Sp 阅读全文
posted @ 2021-07-14 16:15 鸭梨的药丸哥 阅读(20) 评论(0) 推荐(0)