zoukankan      html  css  js  c++  java
  • 英语单词escapes


    escapes

    来源

    [root@centos7 ~]# help  echo 
    echo: echo [-neE] [arg ...]
        Write arguments to the standard output.
        
        Display the ARGs on the standard output followed by a newline.
        
        Options:
          -n    do not append a newline
          -e    enable interpretation of the following backslash escapes
          -E    explicitly suppress interpretation of backslash escapes
        
        `echo' interprets the following backslash-escaped characters:
          a    alert (bell)
              backspace
          c    suppress further output
          e    escape character
          f    form feed
          
        new line
          
        carriage return
          	    horizontal tab
          v    vertical tab
          \    backslash
          nnn    the character whose ASCII code is NNN (octal).  NNN can be
            0 to 3 octal digits
          xHH    the eight-bit character whose value is HH (hexadecimal).  HH
            can be one or two hex digits
        
        Exit Status:
        Returns success unless a write error occurs.

    翻译

    Escapes 逃脱;转义符;逃逸;避免

    高中 | IELTS | 初中

    词根escape逃跑;避开,避免

    词根词缀: es-(ex-的变体) + -cap-拿

    在古代欧洲的战场上,被击败的战士为了保命,往往会使出“金蝉脱壳”的招数。

    在被敌人抓住斗篷时脱掉斗篷而摆脱敌人,或在被敌人追赶时主动脱掉斗篷,趁敌人去捡斗篷时赶紧逃掉。

    因为在古代,一件斗篷算是不菲的财产,有钱人才穿得起。

    英语单词escape(逃脱)就跟古人脱掉斗篷保命的做法有关。

    它来自拉丁语excappare,由ex(out of)+cappa(cape,斗篷)构成,字面意思就是“脱掉斗篷”。

    因此,英语单词escape可以按以下方式记忆其拼写:escape=es(=ex,out of,脱掉)+cape(斗篷)。

    巧记词缀ex

    外:ex-,e-,es-;
    举例:exit 出口,门(ex 往外 it 后缀——往外出的地方——出口,门)
    elect 选举(e 往外 lect 挑选——往外挑选——选举)
    essay 散文,随笔 (es 往外 say 说——随口而说——散文,随笔)

  • 相关阅读:
    利用dockerfile定制镜像
    发布Docker 镜像到dockerhub
    Docker 停止容器
    133. Clone Graph
    132. Palindrome Partitioning II
    131. Palindrome Partitioning
    130. Surrounded Regions
    129. Sum Root to Leaf Numbers
    128. Longest Consecutive Sequence
    127. Word Ladder
  • 原文地址:https://www.cnblogs.com/wang618/p/10358734.html
Copyright © 2011-2022 走看看