当前位置: 首页 > news >正文

开发中的英语积累 P13:Segment、Inclusive、Exclusive、Movement、Arbitrarily、Generic

英文词性

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

一、Segment

public abstract String getLastPathSegment();
  • 词性:n. / v.

  • 含义:段,片段;分割

# 内存段memory 【segment】
# 代码段code 【segment】
# 操作系统使用内存段来隔离不同进程的数据The operating system uses memory 【segments】 to isolate data from different processes.
# 我们需要将大文件分割成较小的段以便于传输
We need to 【segment】 large files into smaller pieces for easier transmission.

二、Inclusive

int SPAN_INCLUSIVE_EXCLUSIVE = 17;
  • 词性:adj.

  • 含义:包含的,包括的

# 包含边界【inclusive】 boundary
# 全包含all-【inclusive】
# 在 Python 中,range(1, 5) 包含起始值 1 但不包含结束值 5In Python, range(1, 5) includes the start value 1 but excludes the end value 5.
# 这个价格是全包含的,涵盖了所有服务和税费This price is all-【inclusive】, covering all services and taxes.

三、Exclusive

int SPAN_INCLUSIVE_EXCLUSIVE = 17;
  • 词性:adj.

  • 含义:排他的,独占的

# 互斥锁【exclusive】 lock
# 独占访问【exclusive】 access
# 这个功能是平台独占的,其他系统无法使用This feature is platform-【exclusive】 and unavailable on other systems.
# 线程需要获取互斥锁才能访问共享资源Threads need to acquire an 【exclusive】 lock to access shared resources.

四、Movement

public interface MovementMethod {...
}
  • 词性:n.

  • 含义:移动,运动

# 文件移动
file 【movement】
# 鼠标移动
mouse 【movement】
# 文件管理系统跟踪所有文件的移动和修改历史
The file management system tracks all file 【movements】 and modification history.
# 游戏引擎需要精确处理玩家的移动和碰撞检测
The game engine needs to accurately handle player 【movement】 and collision detection.

五、Arbitrarily

public boolean canSelectArbitrarily();
  • 词性:adv.

  • 含义:任意地,随机地

# 任意选择【arbitrarily】 choose
# 任意大小【arbitrarily】 sized
# 测试数据生成器可以任意创建各种边界条件的测试用例The test data generator can 【arbitrarily】 create test cases with various boundary condition
# 这个数据结构支持存储任意大小的数据块This data structure supports storing 【arbitrarily】 sized data chunks.

六、Generic

public boolean onGenericMotionEvent(TextView widget, Spannable text, MotionEvent event);
  • 词性:adj.

  • 含义:通用的,泛型的

# 泛型编程【generic】 programming
# 通用组件【generic】 component
# Java 的泛型允许我们编写类型安全的集合类Java's 【generics】 allow us to write type-safe collection classes.
# 我们开发了一个通用的错误处理组件,可以在多个项目中复用We developed a 【generic】 error handling component that can be reused across multiple projects.
http://www.dtcms.com/a/613308.html

相关文章:

  • node语法特性详解
  • 2025-11-15 学习记录--Python-LSTM模型定义(PyTorch)
  • PLB-TV 4K+H.265 编码,无广告超流畅
  • Transformer结构完全解读:从Attention到LLM
  • 【ZeroRange WebRTC】REMB(Receiver Estimated Maximum Bitrate)技术深度分析
  • sharding-jdbc 绑定表
  • 郑州网站制作wordpress 密码失败
  • Dify-Token 应用实现
  • webRTC:流程和socket搭建信令服务器
  • PoA 如何把 CodexField 从“创作平台”推向“内容经济网络”
  • 厦门 外贸商城网站建设网站推广哪个好
  • 小米Java开发校园招聘面试题及参考答案
  • 哪个网站做头像比较好网片式防护围栏
  • LangChain Memory 使用示例
  • 【剑斩OFFER】算法的暴力美学——寻找数组的中心下标
  • APIs---Day01
  • 猪只行为状态识别与分类:基于YOLO13-C3k2-ESC模型的实现与优化_3
  • 宁波网站建设方案推广公司网站设计
  • [智能体设计模式] 第10章:模型上下文协议(MCP)
  • 使用docker-composer安装MySQL8、Redis7、minio脚本
  • linux的nginx版本升级
  • 支持selenium的chrome driver更新到142.0.7444.162
  • 【 Java八股文面试 | JVM篇 内存结构、类加载、垃圾回收与性能调优 】
  • 网站开发和前端是一样吗化妆品网站模板
  • Mujoco 机械臂进行 PBVS 基于位置的视觉伺服思路
  • 【玄机靶场】Crypto-常见编码
  • 360加固 APK 脱壳研究:安全工程师视角下的防护与还原原理解析
  • AI面试速记
  • ASC学习笔记0018:返回属性集实例的引用(如果此组件中存在)
  • SpringBoot中整合RabbitMQ(测试+部署上线 最完整)