摘要: 一、元素定位 1.find_element_by_id2.find_element_by_name3.find_element_by_xpath4.find_element_by_link_text5.find_element_by_partial_link_text6.find_element_b 阅读全文
posted @ 2020-07-13 22:23 喻解 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 一、udp 1 from socket import * 2 3 4 def send_msg(udp_socket): 5 send_data = input("请输入发送数据:") 6 udp_socket.sendto(send_data.encode("utf-8"),("192.168.4 阅读全文
posted @ 2020-07-13 22:22 喻解 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 一、启动 mysql -hlocalhost -uroot -p 80版本sql需要修改加密形式才能用navicat连接 alter user 'root'@localhost identified with mysql _native_password by '123456'; 创建数据库-创建表 阅读全文
posted @ 2020-07-13 18:43 喻解 阅读(270) 评论(0) 推荐(0) 编辑