开发中的英语积累 P25:Axis、Stroke、Corner、Interceptor、Declared、Internal

英文词性

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

一、Axis

复制代码
changes main axis to vertical
词性 含义
n. 轴;坐标轴;主轴
复制代码
# X 轴

x-【axis】

# 坐标轴刻度

【axis】 tick

# CSS Flexbox 中,主轴决定子元素的排列方向。

In CSS Flexbox, the main 【axis】 determines the arrangement direction of child elements.

# 数据可视化库允许自定义坐标轴刻度的间隔和格式。

Data visualization libraries allow customization of 【axis】 tick intervals and formats.

二、Stroke

xml 复制代码
<stroke
    android:width="1dp"
    android:color="@color/blue" />
词性 含义
n. 笔画;描边
v. 划动
复制代码
# 描边宽度

【stroke】 width

# 笔画颜色

【stroke】 color

# SVG 元素可通过设置 stroke 和 stroke-width 属性来控制描边。

SVG elements can control their outline via 【stroke】 and stroke-width attributes.

# 手势识别器检测用户的触摸划动路径以判断滑动方向。

Gesture recognizers detect the user's touch 【stroke】 path to determine swipe direction.

三、Corner

xml 复制代码
<corners
    android:radius="2dp"
    android:topLeftRadius="8dp"
    android:topRightRadius="8dp"
    android:bottomRightRadius="0dp"
    android:bottomLeftRadius="0dp" />
词性 含义
n. 角;拐角;角落
复制代码
# 圆角半径
corner radius

# 四角对齐
four-corner alignment

# 设置 View 的圆角半径可使其边缘变圆润。

Setting a View's corner radius makes its edges rounded.

# 窗口最大化时,按钮会移动到左上角。

When maximized, the window buttons move to the top-left corner.

四、Interceptor

java 复制代码
public interface HandlerInterceptor {
    ...
}
词性 含义
n. 拦截器;中间件
复制代码
# 网络请求拦截器

network 【interceptor】

# 权限拦截器

permission 【interceptor】

# OkHttp 库支持添加网络拦截器用于记录请求 / 响应。

The OkHttp library supports adding network 【interceptors】 to log requests/responses.

# 在 Spring Boot 中,HandlerInterceptor 可在 Controller 执行前后插入逻辑。

In Spring Boot, 【HandlerInterceptor】 can insert logic before or after Controller execution.

五、Declared

java 复制代码
public native Field getDeclaredField(String name) throws NoSuchFieldException;
词性 含义
adj. 已声明的;被定义的
复制代码
# 已声明变量

【declared】 variable

# 声明类型

【declared】 type

# Java 中,变量必须先声明才能使用。

In Java, variables must be 【declared】 before use.

# 该方法返回值的声明类型是 List<String>。

The method's return value has a 【declared】 type of List<String>.

六、Internal

java 复制代码
private native Constructor<?>[] getDeclaredConstructorsInternal(boolean publicOnly);
词性 含义
adj. 内部的;内联的;私有的
复制代码
# 内部类
【internal】 class

# 内部错误
【internal】 error

# 不应将内部 API 暴露给外部客户端,以免破坏封装。

【internal】 APIs should not be exposed to external clients to preserve encapsulation.

# 服务器返回内部错误表示后端处理失败,非客户端问题。

The server returns an 【internal】 error when backend processing fails, not due to client issues.
相关推荐
努力的小雨1 天前
我用 QClaw 做了个 Web3 陪学助手,专治 Java 程序员的“概念劝退”
经验分享·ai智能
RainCity2 天前
Java Swing 自定义组件库分享(十二)
java·笔记·后端
LinXunFeng9 天前
Obsidian - 使用 Share Note 分享笔记并自部署
前端·笔记·github
通信小呆呆14 天前
当算法有了“五感”:多模态数据融合如何向人体感官协同学习?
人工智能·学习·算法·机器学习·机器人
H__Rick14 天前
自动对焦学习-3
人工智能·学习·计算机视觉
Daisy Lee14 天前
量化学习-第1章-什么是量化金融
学习·金融·datawhale
SM1771521183814 天前
NSK紧凑型FA系列丝杠技术详解
经验分享·规格说明书
Alsn8614 天前
等待学习-学习目录:Docker 容器安全攻防
学习·安全·docker
YM52e14 天前
买菜计算器小应用 - HarmonyOS ArkUI 开发实战-PC版本
学习·华为·harmonyos·鸿蒙·鸿蒙系统
小雨下雨的雨14 天前
HarmonyOS ArkUI训练营入门-组件掌握系列-Animation 动画效果实现-PC版本
学习·华为·harmonyos·鸿蒙