摘要:
英语长难句 方法 寻找插入语 去除插入语:补充说明 同位语(也是解释说明 ps:一个名词(或其它形式)对另一个名词或代词进行解释或补充说明,这个名词(或其它形式)就是同位语) ,, — — 名词动词之间 :(介词短语或者副词放在主语谓语中间) With the help of the teacher 阅读全文
摘要:
对hive表操作 spark-shell 进入界面 spark.sql("").show sql 语句 spark.table("").show 查看表 spark.sql("select guid,count(1) as num from phonec group by guid").show s 阅读全文
摘要:
自动化 python语法 selenums 定位元素:八个 id name tag_name Class_name 文本 <a></a> By.Link_TEXT,"新闻" By.PARTIAL_LINK_TEXT,“新” CSS 选择元素 id + # class + . elements = w 阅读全文
摘要:
import time from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.edge.service import Service def loginAn 阅读全文