zoukankan      html  css  js  c++  java
  • 日常英语---200327(Intersection Observer API)

    日常英语---200327(Intersection Observer API)

    一、总结

    一句话总结:

    intersection:英 /ˌɪntəˈsekʃn/:n. 交叉;十字路口;交集;交叉点

    1、@param compareFn The name of the function used to determine the order of the elements. If omitted, the elements are sorted in ascending, ASCII character order(js的sort函数)?

    omit:英 /əˈmɪt/:vt. 省略;遗漏;删除;疏忽
    ascending:英 /ə'sendɪŋ/ :adj. 上升的

    2、Uncaught RangeError: Maximum call stack size exceeded?

    exceed:英 /ɪkˈsiːd/:vt. 超过;胜过

    3、Lazy Load Remastered?

    重制版

    4、The name of the data attribute containing the sizes attribute to use?

    包含要使用的sizes属性的数据属性的名称

    5、withCredentials:Access-Control-Allow-Origin设置*是最简单粗暴的,如果是*的话,游览器将不会发送cookies,即使你的XHR设置了withCredentials?

    credential:英 /krəˈdenʃl/ :n. 证书;凭据;国书

    6、阿里云配置cdn是出现SSL_ERROR_NO_CYPHER_OVERLAP错误?

    cypher:英 /ˈsaɪfə(r)/ :n. 密码,暗号;
    overlap:英 /ˌəʊvəˈlæp/:v. 与……重叠,与……互搭;

    7、fiddler菜单栏中的编码转换:TextWizard(文字编码)?

    wizard:英 /ˈwɪzəd/:n. 男巫;术士

    8、fiddler插件willow?

    willow:英 /ˈwɪləʊ/:n. [林] 柳树;[木] 柳木制品

    二、200327(Intersection Observer API)

    博客对应课程的视频位置:

     
  • 相关阅读:
    Anaconda下载及安装教程
    机器学习之一元线性回归模型
    PyCharm下载及安装教程
    Python基础之数据类型、变量、常量
    新旧代码的兼容(c和c++)
    埃拉托斯特尼--筛法 c++求质数,用bitset类型
    使用预处理器进行调试
    刷题-网易2018实习生招聘笔试题
    深度优先搜索-DFS遍历图-C++
    图--邻接矩阵c++
  • 原文地址:https://www.cnblogs.com/Renyi-Fan/p/12581035.html
Copyright © 2011-2022 走看看