英文词性
| 词性 | 说明 | 举例 |
|---|---|---|
n. |
名词 | student:学生 |
pron. |
代词 | you:你 |
adj. |
形容词 | happy:高兴的 |
adv. |
副词 | quickly:迅速地 |
v. |
动词 | run:跑 |
num. |
数词 | three:三 |
art. |
冠词 | the:这个 |
prep. |
介词 | at:在... |
conj. |
连词 | and:和 |
interj. |
感叹词 | wow:哇 |
一、Inspect
java
@InspectableProperty
| 词性 | 含义 |
|---|---|
v. |
检查,审查;查看 |
# 元素检查
【inspect】 element
# 内存检查
memory 【inspect】
# 开发者使用浏览器开发者工具检查页面元素
Developers use browser DevTools to 【inspect】 page elements.
# 安全团队定期审查代码以发现潜在漏洞
The security team regularly 【inspects】 code to identify potential vulnerabilities.
二、Hint
java
public void setAutofillHints(@Nullable String... autofillHints) {
...
}
| 词性 | 含义 |
|---|---|
n. |
提示 |
# 编译器提示
compiler 【hint】
# 输入框提示文本
input 【hint】 text
# 编译器根据代码结构给出内联优化提示
The compiler provides an inlining optimization 【hint】 based on code structure.
# 文档中的注释可作为 API 使用的提示
Comments in documentation can serve as 【hints】 for API usage.
三、Feedback
java
public void setHapticFeedbackEnabled(boolean hapticFeedbackEnabled) {
...
}
| 词性 | 含义 |
|---|---|
Feedback |
反馈;响应 |
# 用户反馈
user 【feedback】
# 系统反馈机制
system 【feedback】 mechanism
# 我们根据用户反馈改进了应用的交互流程
We improved the app's interaction flow based on user 【feedback】.
# 良好的 UI 设计应提供即时的系统反馈
Good UI design should provide immediate system 【feedback】.
四、Direction
java
public int getRawLayoutDirection() {
...
}
| 词性 | 含义 |
|---|---|
n. |
方向;指导;方位 |
# 布局方向
layout 【direction】
# 导航方向
navigation 【direction】
# 技术选型应遵循团队制定的长期开发指导方针
Technology choices should follow the long-term development 【direction】 set by the team.
# GPS 设备提供精确的导航方向
GPS devices provide precise navigation 【direction】.
五、Compact
Compact Middle Packages
| 词性 | 含义 |
|---|---|
adj. |
紧凑的 |
v. |
压缩 |
# 紧凑布局
【compact】 layout
# 内存压缩
memory 【compact】
# 新版 UI 采用紧凑布局以节省屏幕空间
The new UI adopts a 【compact】 layout to save screen space.
# 垃圾回收器在某些算法中会压缩内存以减少碎片
The garbage collector 【compacts】 memory in some algorithms to reduce fragmentation.
六、Vulnerability
Vulnerability found in dependency
| 词性 | 含义 |
|---|---|
n. |
漏洞;弱点;易受攻击性 |
# 安全漏洞
security 【vulnerability】
# 系统脆弱性评估
system 【vulnerability】 assessment
# 该软件存在一个远程代码执行漏洞
The software has a remote code execution 【vulnerability】.
# 定期进行漏洞扫描是 DevSecOps 的关键环节
Regular 【vulnerability】 scanning is a key part of DevSecOps.