¶
统计信息:字数 9118 阅读19分钟
segment¶
片段;线段;不分
URL segments, layouts, and data are more often than not coupled (tripled?) together.
URL片段、布局和数据通常是耦合在一起的(三倍?)
URL 指的是界面 URL
布局指的是组件结构 View
数据指的是内部 Store 层
所以 React-router 把 url - router - page - data 对应起来
layout¶
布局;设计;排版
He tried to recall the layout of the farmhouse.
他想回忆那农舍的布局。
authorization¶
授权;批准
Can I see your authorization?
我能看你的授权书吗?
authentication¶
鉴定;身份验证,认证
A troublesome area is the management of the keys used for encryption and authentication.
一个麻烦的领域是用于加密和身份验证的密钥的管理。
onward¶
向前的,继续的;
The bus continued onward.
公交车继续前行。
accommodate¶
容纳,供应
I needed to accommodate to the new schedule.
我需要适应新的时间表
venue¶
发生地点;场所
The venue was packed with 3 000 clubbers.
会场被3 000名俱乐部会员挤得满满的。
lease¶
出租,租用
He took up a 10-year lease on the house.
bid¶
出价;投标,竞标;努力争取;
The bank announced its intention to bid。
银行宣布了其投标意向。
farewell¶
告别;离去;
farewell party 欢送会
evaluation¶
评估
This way, you can truly memoize the value and prevent unnecessary re-evaluation.
这样,您可以真正记住值,并防止不必要的重新评估(use-Memo)
assume¶
认为
React doesn't assume that and still calls the function to check if the result has changed.
React 并不这么认为,它仍然调用函数来检查结果是否发生了变化。
certificate¶
证书
the connection to this site is using a valid, trusted certificate issued by Encryption EveryWhere DV TSL CA-G2
与此站点的连接使用由Encryption EveryWhere DV TSL CA-G2颁发的有效、受信任的证书
certificate 证书
issued 发出;(正式)颁布
这是网站证书和 SSL 安全部分
protocol¶
协议
Protocol: 协议
TSL 1.2:安全传输层协议,TLS(Transport Layer Security,传输层安全)是更为安全的升级版 SSL
HTTPS = HTTP + SSL
key exchange¶
密钥交换
certificate transparency¶
证书透明度
Certificate Transparency 简称CT,中文名:证书透明度
是用于记录和监视SSL证书颁发的系统,其目的是为了监控CA或其他恶意人员伪造服务器证书
由于各大CA受所有浏览器信任,它们中的任意一个证书颁发机构都有权为您的域名颁发证书,如果这些证书是恶意的,您的浏览器同样会无条件信任它。
aggregation¶
聚合;总量;
An Aggregation Algorithm Based on Group Numbers 基于分组序号的聚集算法
instinct¶
本能;直觉;天性
Every human being have a basic instinct: to help each other out.
人类有一种本能:帮助彼此走出困境。
His first instinct was to run away.
manipulation¶
操作;处理
They make a lot of money by clever manipulation of the Stock Market. 他们巧妙地操纵股票市场而大赚其钱。
DML:database Manipulation language 数据库操作语句
vigorous¶
充满活力的
Take vigorous exercise for several hours a week.
每周做几个小时剧烈运动。
a vigorous young man
身强力壮的年轻人
lane¶
小道;车道
We drove along a muddy lane to reach the farmhouse.
我们驾车沿泥泞的小路到达农舍。
vain¶
徒劳的;自负的;
The drafting committee worked through the night in a vain attempt to finish on schedule...
起草委员会为按计划完成草案已通宵加班,但结果仍是徒劳。
notion¶
观念;信念;理解
I have to reject the notion that greed can be a good thing.
我不能接受那种认为贪欲也可以是件好事的想法。
notion == opinion
notion: 指的是一种模糊的,变化莫测的想法,无可靠的基础,未经深思熟虑的观点。
consciousness¶
意识
I can't remember any more─I must have lost consciousness .
我想不起来了——我当时一定是失去了知觉。
She did not regain consciousness and died the next day.
她再也没有苏醒过来,第二天便去世了。(regain —— 再次得到;恢复)
firewall¶
防火墙
significantly¶
显著地;明显的
WebpackDevServer 2.4.3 introduced a security fix that prevents remote websites from potentially accessing local content through DNS rebinding
However, it made several existing use cases such as development in cloud environment or subdomains in development significantly more complicated
然而,它使一些现有的案例(如云环境中的开发或开发中的子域)明显变得更加复杂
compromise¶
妥协;折中方案
While we're investigating better solutions, for now we will take a compromise.
虽然我们正在研究更好的解决方案,但目前我们将采取折中方案。
vulnerability¶
漏洞;弱点
Since our WDS configuration only serves files in the `public` folder we won't consider accessing them a vulnerability.
由于我们的WDS配置只为“public”文件夹中的文件提供服务,因此我们不会将访问这些文件视为一个漏洞。
convention¶
惯例;习俗;
Instead, we establish a convention that only files in `public` directory get served.
相反,我们建立了一个约定,即只有“公共”目录中的文件才能得到服务。(webpack dev server 开启服务后,可以访问 public 目录下面的文件。)
Our build script will copy `public` into the `build` folder.(build 脚本将会把 public 目录拷贝到 build 目录。)
hatch¶
孵化;转义符
Note that we only recommend to use `public` folder as an escape hatch for files like `favicon.ico`, `manifest.json`
an escape hatch 转义符
请注意,我们只建议将“public”文件夹用作“favicon.ico”、“manifest.json”等文件的转义符`
release¶
释放;发行
传统行业指的是——释放
He stopped and faced her, releasing her wrist.
他停下来面对着她,放开了她的手腕。
在软件、电影、唱片领域,——发布新版。
He is releasing an album of love songs.
他即将推出一张情歌专辑。
refactor¶
重构
Unit test and refactor are two very important methods.
单元测试和重构是两种非常重要的方法。
retrieve¶
检索数据
Retrieve = computing
1
Retrieve variable value by its name.
按变量的名称检索变量值。
2
to retrieve information from the database
从数据库检索资料
3
The program allows you to retrieve items quickly by searching under a keyword.
这个程序通过关键词进行搜索,能让你迅速获取数据项。
gradient¶
梯度;渐变色;斜率;
公路的坡度
Numerical simulation study the gradient's impact on the tunnel fire
坡度对隧道火灾影响的数值模拟研究
数学的斜率,梯度
颜色中的渐变色
First, draw a gradient in the background layer.
首先,得出一个梯度背景层
dominate¶
支配
The book is expected to dominate the best-seller lists...
这本书预计会占据畅销书排行榜的榜首。
numerous¶
很多的
it has numerous improvements and new features.
它有许多改进和新功能。
revised¶
修订
The completely revised form editor in block design offers new freedoms and additional functions for the design and use of web forms.
块设计中经过完全修订的表单编辑器为网页表单的设计和使用提供了新的自由度和附加功能。
makes this a breeze¶
让这一切变得轻而易举
The extended editor for formatted text makes this a breeze.
convincing¶
有说服力的
The numerous advantages of the block design are convincing
块级设计的众多优点令人信服
annotations¶
注释
the Annotations block can be used to place explanatory text in the form
“注释”块可用于在表单中放置解释性文本
consent¶
同意;允许;
This is helpful when you need to obtain consent, such as for terms of use or personal data processing.
当您需要获得同意时,例如在使用条款或个人数据处理方面,这很有帮助。
mandatory¶
强制的;法定的;义务的
you can now make all fields in your form mandatory with one click.
您现在可以一键使表单中的所有字段成为必填字段。
fancier¶
花哨的
Fancier emails with HTML
花哨的HTML邮件
invoice¶
发票;开发票
an invoice for £250
Invoice the goods to my account.
arbitrary¶
任意的
These item sizes are arbitrary