ARTICLE DETAIL

资讯详情

深耕网站建设、视觉设计与SEO优化的一线实战洞察。

开发中的英语积累 P29:Explain、Identity、Identify、Launch、Instead、Meta

开发中的英语积累 P29:Explain、Identity、Identify、Launch、Instead、Meta

英文词性

词性说明举例
n.名词student:学生
pron.代词you:你
adj.形容词happy:高兴的
adv.副词quickly:迅速地
v.动词run:跑
num.数词three:三
art.冠词the:这个
prep.介词at:在...
conj.连词and:和
interj.感叹词wow:哇

一、Explain

词性含义
v.解释;说明;阐述
# 解释错误 【explain】 error
# 说明原理 【explain】 principle
# 教师用简单例子解释复杂概念帮助学生理解。 Teachers use simple examples to 【explain】 complex concepts for student understanding.
# 文档应清晰解释函数的参数和返回值。 Documentation should clearly 【explain】 a function’s parameters and return values.

二、Identity

词性含义
n.身份;标识;特性
# 用户身份 user 【identity】
# 设备身份 device 【identity】
# 认证系统验证用户身份以授予访问权限。 Authentication systems verify user 【identity】 to grant access permissions.
# 每个对象在内存中都有一个唯一的标识(地址)。 Every object in memory has a unique 【identity】 (address).

三、Identify

词性含义
v.识别;鉴定;确定
# 识别错误 【identify】 error
# 识别用户 【identify】 user
# 日志分析工具可识别异常请求模式。 Log analysis tools can 【identify】 anomalous request patterns.
# 安全扫描器能识别代码中的潜在漏洞。 Security scanners can 【identify】 potential vulnerabilities in code.

四、Launch

onLaunch(Object object)
词性含义
v.启动;发布
# 启动应用 【launch】 app
# 产品发布 product 【launch】
# 用户点击图标即可启动应用程序。 Users can 【launch】 the application by tapping its icon.
# 公司计划下季度进行产品发布,市场部已准备就绪。 The company plans a product 【launch】 next quarter; the marketing team is ready.

五、Instead

Use empty string instead.
词性含义
adv.代替;相反;反而
# 代替方案 alternative 【instead】
# 使用 A 代替 B use A 【instead】 of B
# 不要使用硬编码值,而应从配置文件读取。 Don’t use hardcoded values; 【instead】, read them from configuration files.
# 该功能未按预期工作,反而返回了空值。 The feature didn’t work as expected; 【instead】, it returned null.

六、Meta

page-meta
词性含义
n.元;元数据
# 元数据 【meta】 data
# 元标签 【meta】 tag
# HTML 中的元标签提供页面的元数据,如字符集和描述。 HTML’s 【meta】 tags provide metadata about the page, such as charset and description.
# 元编程允许程序在运行时修改自身行为,如动态创建类。 【Meta】 programming allows programs to modify their own behavior at runtime, such as dynamically creating classes.
返回列表