随笔杂谈

withdraw: 撤销;中止供应 (相似stop)
consent:赞成 相似agree
my father will never give his consent to our marriage
i didn't agree from the very beginning
i understand i can withdraw my consent any time.css

Ditto的呼出键是 ctrl+` 能够用ctrl、shift多选ide

magnificent是华丽的,壮丽的 / 跟 glorious相区别
significant是重要的(比major,important,great更重要,强调重要性)字体

Your password is not strong enough, try making it longer
That doesn't look right, please re-enter your phone number.ui

对...感兴趣:
be interested in , be very enthusi'astic about ... be passionate about ...
a passionate believer in public artthis

多我的物的全部格,只在最后的那个词语上用's
you need your parent or guardian's permission to continue.spa

polyurethane
urethane: 自己不是聚氨酯,而是:“氨基甲酸乙酯” polyurethane 皮衣,跟真皮同样防寒透气,可是比真皮耐磨指针

flow和flew?
flew: 不是flow的过去时,flow的过去时/分词是flowed, flew是fly的过去时和分词。
flew:飞、飞翔、疾驰而过 the plane flew northeast. we flew to Dallas. the train flew past
northeast: n. adj. adv.(自东北方向, 从东北方向, 向东北方向...)
shard: 碎片, shards of emotional relationships, a shard of steel knifed through the mainsail. shards of glass flew in all directions
flowage, flowable, flowability(preheat, prepressing) flowcharting flow diagram.rest

争论:
argument, controversy, debate, disputecode

scin'tilla :丝毫,一星半点,毫厘
he says there is not a scintilla of evidence to link him to any controversythree

隔行,空行一般表示段落分割,区块的分割。若是不是意思、目的大的分段分割,一般不用空行的。包括行注释一般不跟下一行空行。

  • 在css中的字体font-size, line-height等属性中,使用相对大小也是颇有用的,能够不用考虑绝对大小。其中百分比%是一种和em相似的好方法。
  • font-family: 字体列表,一般是先写英文字体名称,而后是中文字体名称。中文字体名称能够加上双引号好比 "宋体". 中文字体分为 字体 文件 名称(英文的,好比simsun)
    显示名称(中文的),因此写中文字体的时候,最好是字体文件名称和字体名称都写上.
    字体列表中的sans-serif,不是某一种具体的字体名称,而是表示 "非衬线体"的一类字体.
    网页中经常使用的是 非衬线体sans-serif, 有三种 arial, Tahoma, Helvetica.

  • 关于文字内容的分级显示,最好仍是 按照 标题h1 h2(h1的下一级子标题) h3...和正文p 的来写,不要过度在乎相对大小的, 由于标题和正文的相对大小标准制造者就已经想好了的

对于下划线: 水平分割线: 有三种相似的效果, text-decoration: underline(字体较小时使用效果较好); hr: horizontal ruler 能够用得较少; border-bottom: 这个用得较多

weak-willed and indecisive ruler:
decided decision decisive desively inde'cisive (优柔寡断的; 非决定意义的)
reverse, reversible(可撤销的,可取消的) irreversible(不可撤销的)
decision: sion: 在元音后面读 [32n] ren(人), 在浊音后读s2n ren是s2n的相应的浊音.
guideline: 指导方针; 纲领; 行动原则 The government should issue clear guidelines on the content of religious education.

代码成功退出为0, 不成功,出错退出代码是1,这个是大多系统的约定.
其实是: ErrorLevel错误等级, 若是为0,表示错误等级为0,就是没有错误,其余ErrorLevel好比为1,2,...表示不一样的错误...因此有不一样的exit code(2)...
好比: the parameter contains a variable name missing its ending percent sign. call to nonexistent function.

...cla..两个易混淆词
exclaim , excla'mation 惊叹惊呼 Sue gave an exclamation as we got a clear sight of the house.
declare, decla'ration 声明/宣布

modal: m2udl发2u
modal verbs generally take the bare in'finitives (bare in'finitive 不带to的动词不定式)
mo'dality: 模式; 形态

int pa 表示的是一个指针, 变量名是pa. x = pa 这里的* 就是 解引用, pa表示的是一个地址, 而*pa是表示把这个地址里的内容拿出来,就是 解开pa这个指针包裹,因此叫解引用

already?
already一般跟如今/过去完成时 一块儿使用,可是实际上, 他能够跟任什么时候态一块儿使用,好比如今进行时: an older instance of this script is already running. Replace it with this instance?

recipe /'resipi/ large-scale inflation is a recipe for disaster. 菜肴;食谱; 诀窍/秘笈
o'mit the salt in this recipe

whether 是否: whether 从句; 或者 whether to (表示是否,通常用whether不用if且最后通常不加or not)

SingleInstance

Determines whether a script is allowed to run again when it is already running.

SingleInstance [ForceIgnoreOff] a combination of three words(Force/Ignore/off)

If this parameter is omitted, a dialog box is displayed asking whether to keep the old instance or replace it with a new one. To change this
behavior, specify one of the following words:
Force: skips the dialog box and replaces the old instance automatically, which is similar in effect to the "reload" command.
Ignore: skips the dialog box and leaves the old instance running. In other words, attempts to launch an already-running script are ignored.
Off: Allows multiple instances of the script to run concurrently.

treachery: 拼写上有点相似: teacher
he was deeply wounded by the treachery of close aides and old friends.

in effect(在效果上), in fact(实际上), actually
in effect一般放在句中; in fact一般放在句首

^n
Run, notepad.exe
return
第一行的^n后面, 若是没有冒号会报语法错误; 若是只有一个冒号,会执行一次快捷键对应的run操做,可是进程不会驻留(退出该脚本了)
两个冒号,进程会驻留,并且不会主动执行快捷键对应的run操做,除非手动按一次快捷键操做

ahk的热键?
只能是 前导符 ^(ctrl), !(alt) 加 一个 字母,只能是一个字母,不能是多个字母组合

MsgBox的参数若是只有一个 content, 则能够不用 逗号, 并且 ahk的字符串是不须要用引号的,若是使用了引号,则会把引号看做是字符串自己的一部份内容

:🔤:abc的缩写展开字符串,至关于自动展开 可是要在 按键 abc后, 用 space/tab/enter 来补全

built-in variables? A number of useful variables are built into the program and can be referenced by any script.

相关文章
相关标签/搜索