开发中的英语积累 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.
相关推荐
a努力。1 小时前
国家电网Java面试被问:混沌工程在分布式系统中的应用
java·开发语言·数据库·git·mysql·面试·职场和发展
dalong101 小时前
A6:编写计算器界面程序
笔记·aardio
zilikew2 小时前
Flutter框架跨平台鸿蒙开发——桌面宠物APP的开发流程
学习·flutter·harmonyos·鸿蒙·宠物
Sarvartha4 小时前
LangChain 入门核心知识学习笔记
笔记·学习·langchain
QZ_orz_freedom4 小时前
后端学习笔记-苍穹外卖
笔记·学习
Lips6117 小时前
2026.1.25力扣刷题笔记
笔记·算法·leetcode
源代码•宸7 小时前
Leetcode—746. 使用最小花费爬楼梯【简单】
后端·算法·leetcode·职场和发展·golang·记忆化搜索·动规
WK100%7 小时前
二叉树经典OJ题
c语言·数据结构·经验分享·笔记·链表
沉默-_-7 小时前
力扣hot100-子串(C++)
c++·学习·算法·leetcode·子串
googleccsdn7 小时前
ENSP Pro LAB笔记:配置M-LAG双归接入三层网络(V-STP + Monitor Link + OSPF)
网络·笔记·网络协议