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

开发中的英语积累 P28:Via、Profile、Underway、Usage、Dest、Uncompatible

英文词性

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

一、Via

词性含义
prep.通过;经由;借助
# 通过网络 【via】 network
# 借助工具 【via】 tool
# 数据通过 HTTP 协议经由网络传输到服务器。 Data is transmitted to the server 【via】 the network using the HTTP protocol.
# 用户可通过点击按钮借助 UI 触发操作。 Users can trigger actions 【via】 the UI by clicking a button.

二、Profile

wx.navigateTo({url:"/pages/profile/index",});
词性含义
n.配置文件;用户档案
# 用户档案 user 【profile】
# 应用程序配置 application 【profile】
# 每个用户都有一个用户档案存储其偏好和设置。 Each user has a user 【profile】 storing their preferences and settings.

三、Underway

<van-icon name="underway-o"/>
词性含义
adj.正在进行中的;已启动的;实施中的
# 正在进行的任务 task 【underway】
# 项目实施中 project 【underway】
# 该功能开发目前正在进行中,预计下周完成。 Development of this feature is currently 【underway】 and expected to complete next week.
# 服务器备份进程正在进行中,请勿中断。 The server backup process is 【underway】; please do not interrupt.
# 当前有多个请求正在进行中,系统正在处理中。 Multiple requests are currently 【underway】; the system is processing them.

四、Usage

词性含义
n.使用;用法;消耗量
# 内存使用 memory 【usage】
# CPU 使用率 CPU 【usage】
# 监控面板显示当前系统的内存使用和 CPU 使用率。 The monitoring dashboard displays current system memory 【usage】 and CPU 【usage】.
# 用户行为分析关注功能使用情况以优化产品设计。 User behavior analysis focuses on feature 【usage】 to optimize product design.

五、Dest

wx.canvasToTempFilePath({...destWidth:400,destHeight:400,...});
词性含义
n.目的地;目标
# 目标路径 【dest】 path
# 输出目录 【dest】 directory
# 目标文件 【dest】 file
# 命令行工具 cp source.txt dest.txt 将文件复制到目标。 The command-line tool `cp source.txt dest.txt` copies the file to the 【dest】.

六、Uncompatible

received type-uncompatible value
词性含义
adj.不兼容的;无法协同工作的
# 不兼容的版本 【uncompatible】 version
# 软件冲突 software 【uncompatible】
# 新版本库与旧版 API 存在不兼容变更,需重构代码。 The new library version has 【uncompatible】 changes with the old API, requiring code refactoring.
# 开发者应避免引入不兼容修改以保证向后兼容性。 Developers should avoid introducing 【uncompatible】 changes to ensure backward compatibility.
http://www.jsqmd.com/news/246141/

相关文章:

  • 一文说清KiCad在STM32项目中的工程配置核心要点
  • 公共安全语音预警:哭声/掌声检测系统部署教程
  • 临床医生必学:AI支持下的临床医学日常工作、论文撰写、数据分析与可视化、机器学习建模中的实践应用
  • Android 开发 - 实现隐藏标题栏 + 全屏 + 常亮
  • 如何用5天完成25天的复杂航道测绘任务?天宝耐特携灵光L2pro助力长江数字航道建设
  • 周末项目:用Kotaemon搭建个人知识库,总成本不到10元
  • 手部姿态估计入门:MediaPipe Hands快速上手
  • Youtu-2B运行缓慢?后端Flask优化部署教程
  • SGLang计费系统:用量统计部署实战指南
  • DS4Windows终极指南:免费让PS4/PS5手柄在PC上完美运行
  • Hunyuan MT1.8B模型偏移?在线蒸馏纠正机制部署教程
  • 一文说清单片机在Proteus中的仿真流程
  • ms-swift踩坑记录:这些错误千万别再犯了(附解决方法)
  • AI智能文档扫描仪版本迭代计划:用户需求调研结果公布
  • Hunyuan-OCR-WEBUI实战应用:法律文书关键条款高亮标记系统
  • Springboot教学资料库系统023ce102(程序+源码+数据库+调试部署+开发环境)带论文文档1万字以上,文末可获取,系统界面在最后面。
  • Qwen2.5-0.5B角色深度定制:性格语气调整秘籍
  • python基于flask框架电商秒杀商品管理系统设计与实现
  • PaddleOCR-VL高效文档解析:SOTA模型落地指南
  • Open-AutoGLM部署检查清单:确保成功连接的8个要点
  • 如何监控DeepSeek-R1运行状态?资源占用查看教程
  • python基于flask框架考研服务电子商务平台的设计与实现
  • LobeChat ROI分析:投入一台GPU多久能收回成本?
  • Seurat-wrappers单细胞分析扩展工具集:从入门到精通
  • 企业二维码管理系统:AI智能二维码工坊解决方案
  • Source Han Serif CN:彻底告别字体版权困扰的终极解决方案
  • MinerU是否需要微调?预训练模型适用场景详解
  • Source Han Serif CN完整使用指南:7种字重免费商用中文宋体
  • STM32调试失败?SWD引脚连接问题全面讲解
  • 微信插件管理新策略:WeChatExtension-ForMac重构部署方案