高频知识点
高频单词表-笔记
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.
一个麻烦的领域是用于加密和身份验证的密钥的管理。
authorization 和 authentication 区别
授权 和 认证 的区别
认证和授权是两个重要的安全概念,用于保护系统和资源免受未经授权的访问
Authentication (认证):
-
验证用户的身份,确保用户是谁:
-
通过检查用户提供的凭据(如用户名、密码、指纹等)来确定用户的身份:如果用户的凭据正确,系统就会授予用户访问权限。
Authorization (授权):
-
用户是否有权,访问某个资源或执行某个操作。
-
通过检查用户的角色、权限,来确定用户是否有权访问某个资源或执行某个操作:如果用户有权访问某个资源或执行某个操作,系统就会允许用户进行相应的操作。
简单来说,认证是确定用户是谁(用户名+密码登录认证),而授权是决定用户可以做什么(权限管理)。
例如:
-
当你登录一个网站时,你需要提供用户名和密码来认证你的身份(authentication)。
-
一旦你登录成功,网站会检查你的角色和权限,来决定你可以访问哪些页面或执行哪些操作(authorization)。
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.
他租下了这栋房子,租期为10年。
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
密钥交换
Create a certificate based on the certificate authority that can perform 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
pattern
模型;图案
an irregular sleeping pattern 不规律的睡眠模式
a pattern of diamonds and squares 菱形和正方形构成的图案
参考:pattern、style、manner、mode 、model 的区别:https://zhuanlan.zhihu.com/p/472733767
sphere
球体
To check whether a sphere contains a point we need to calculate the distance between the point and the sphere’s center.
检查一个球体是否包含一个点,我们需要计算点和球体中心的距离,是否大于球体的半径。
(元素碰撞检测)
deploy
部署
Installing, deploying and upgrading
(软件的)安装、部署和升级
tail wind
顺风
A stout tail wind was giving a friendly boost.
一股强劲的顺风正在给予有利的推动。
tail 是尾巴,wind 是风,组合起来是 tail wind 顺风
lighting lightning
照明——闪电
light 光
lighting 照明
eg: the cost of heating and lighting 取暖和照明成本
lightning 闪电
eg: lightning storm is ready 闪电风暴就绪
match
比赛;火柴;匹配
名词
比赛;火柴;竞赛;婚姻;敌手;相配的人(或物);旗鼓相当的人;外观相同的东西
to strike a match(划火柴)
to win/lose a match (赢得比赛)
动词
相同;配对;相配;相似;适应;相一致;般配;使等同于;与…相匹敌;找相称(或相关)的人(或物)
The two pieces match(这两片相似)
Match my sweater(搭配我的毛衣)
privilege
特权
Next privilege at 250 Reputation
声誉达到 250 的特权
campaign
活动;运动
in marketing campaigns
在商业活动中
这个不是指体育运动
gratitude
感谢,感激
I would like to express my gratitude to everyone for their hard work.
insight
洞察力,了解
He was a man with considerable insight.
他是个富有洞察力的人。
considerable
相当大的
The project wasted a considerable amount of time and money.
copilot
飞机副驾驶员
pilot 是飞行员
copilit 是飞行员的合作人,就是副驾驶员
这里用于 AI 辅助工具
dash
飞奔;猛冲
Suddenly she dashed down to the cellar.
她突然冲向地下室
dashboard
仪表盘
the part of a car in front of the driver that has instruments and controls in it
assistive
辅助的
Necessity of Development of Higher Education of Assistive Technology in China
论发展中国残疾人辅助技术高等教育的必要性
immersive
拟真的;虚拟现实的
Research on User Experience of Immersive Web Navigation Design
浅谈沉浸式网页导航设计的用户体验
如果开启 AI immersive 功能,通常就是新建一个对话窗口进行辅助问答
gist
要点;主旨;大意
Then I interpreted the gist and purpose of this paper.
接着,我解释了论文的主旨和目的。
例如 https://gist.github.com/Michael18811380328
interpret
解释;说明
She tried to interpret the meaning of his dream.
workbench
工作台
Design on the computer workbench on the basis of ergonomics theory
基于人机工程学的电脑工作台的设计
azure
蔚蓝
通常用在专有名词中:
Azure OpenAI
Azure lane 碧蓝航线
An azure blue stone. 一块天蓝色的石头
tutorial
教程
possession
占有
You will immediately cease and desist all use of the Software; 您将立即停止使用本软件
and will destroy all copies of the software in your possession. 并将销毁您拥有的所有软件副本
cease 停止(书面正式的表达),彻底且永久性地停止,经过深思熟虑后停止
desist 停止:在受到警告、劝诫等情况下停止某种不当或正在进行的行为
stop:停止(口语),表示动作行为等的突然停止,可以表示暂时中断,还可以表示阻止某人做某事等多种含义。
possession 占有
seamless
无缝的
seamless cross-platform synchronization
无缝的跨平台的同步
synchronization
同步;同时
How to Build a time Synchronization System in the Telecom Network
effortlessly
毫不费力地;轻易地
There is so much information you can almost effortlessly find the facts for yourself
programme program 的区别
节目;程序
programme:电视节目、演出节目单、培训项目
program:电脑程序
The TV programme tonight is really interesting.
I’m writing a computer program to solve this problem.
achemy
炼金术;变换方法
achemy 本意是炼金术,例如点石成金
计算机中翻译成“变换”,例如 SQLachemy 就是把 SQL 结构,转换成 Python Class 数据结构的第三方库。
prune
修剪;删除
修剪(动词):指对植物枝叶的修剪,例:He pruned the rose bushes. → 他修剪了玫瑰丛
删除冗余(动词,计算机术语):例:prune unused data → 删除无用数据
n. 李子干;西梅干
deploy
部署
部署项目
When you’re ready to deploy to production, create a minified bundle with `npm run build`.
部署导弹
The defense department decided to deploy a new missile system.
refine
改进;精练
改进,用于计算机中,对某个功能的改进
精炼,用于石油化工中,精炼技术