【微知】一些常用的日常技术英语词语或者词组(不断更新)

背景

记录一些日常用到的技术英语词组or词汇。不一定准确,但基本能够保证日常沟通。欢迎指出native expression。

细节

缩小范围 narrow down

例句:
目前还在narrow down期间
正在进行narrow down

复现 reproduce

不是repeat
复现问题 reproduce the bug/issue 验证问题是否可重复,例:Can you reproduce this bug on Windows?。

性能下降 performance degradation

  • 不是performance down。不是performance decline。不是performance decrease。
    例句:Questions about performance degradation caused by duplicate atomic request
    性能下降 performance degradation 性能变差的状态,例:We noticed performance degradation after the update。

在这里插入图片描述
degradation意思:质量或者性能 的减少。
在这里插入图片描述

decline意思:(dec line),包含有数字和值或者质量的减少。
在这里插入图片描述
decrease意思: de(离开) cre(增加) ase 。在大小强度和数量层面,更加抽象。
在这里插入图片描述
其他:
【辨析】decrease diminish lessen reduce
decrease: 减少,减小。指事物在数量上、程度上逐渐减少的过程。
diminish: 减小,使变弱、降低。指外因使数字或力量不断变小或变弱。
lessen: 减轻,减少。指减轻强度或减缓激烈程度。
reduce: 减少,缩减。既可指事物在数量上和程度上逐步减少,也可指人的地位、状况的下降。

需求拆解requirement breakdown

requirement breakdown
breakdown requirement
例:We need a requirement breakdown by Friday。

调试会议 debug sessions

紧急问题 Urgent issues

紧急需求 Urgent request

分配专人资源 assign dedicated resources

处理问题 address those issues

和PM讨论 discuss with PM

三个阶段 three phases

phase 1:xxx
phase 2: xxx
在这里插入图片描述

系统和CPU组合 OS and CPU combinations

第一优先级 in first priority

最高优先级 in highest priority
in 3rd priority

商务理由 business justification

表示正规的 正式的,比如official
在这里插入图片描述

附件 the attached file

带薪休假中 in PTO

PTO 是 Paid Time Off 的缩写,意为 “带薪休假”,指员工在休假期间仍能获得正常薪资的假期(包括年假、事假、病假等合并计算的带薪假期)。
“I’ll be on PTO next week, so please contact Jane for urgent matters.”(我下周带薪休假,急事请联系 Jane。)

I am out of office

首先问PM ask first to PM

不支持的驱动和固件的组合 any no-supported drivers and firmwares combinations

主要的会议纪要:the main meeting notes from today’s call

识别理解偏差 gaps are identified

安排一个演示 arrange a presentation

其他词汇

  • 联调 API integration
  • 回归测试 regression testing 例:Run regression testing after fixing the bug。
  • 合并代码 code merge
  • 代码评审 code review (CR) 例:Please submit your code for review。
  • 重构代码 code refactoring 优化代码结构(不改变功能),例:We need to refactor this legacy code。
  • 版本迭代 version iteration 产品 / 代码的持续更新,例:The next version iteration will focus on performance。
  • 部署上线 deploy to production (prod) 把代码发布到生产环境,“测试环境” 为 staging environment,例:Deploy the build to prod tonight。
  • 回滚版本 roll back (the version) 上线后出现问题,恢复到上一稳定版本,例:Roll back to v2.1 if the error occurs。
  • 资源扩容 resource scaling (up) 增加服务器 / 带宽等资源,“缩容” 为 scaling down,例:Scaling up the database server for peak traffic。
  • 内存泄漏 memory leak 程序未释放无用内存导致的问题,例:The memory leak causes the server to crash。
  • 定位问题 pinpoint the issue/problem 精准找到问题根源(比 “find” 更专业),例:Pinpoint the issue in the payment module。
  • 排查原因 troubleshoot the cause 系统性排查问题原因,例:Troubleshoot the network cause for the timeout。
  • 阻塞问题 blocking issue 阻碍后续开发的关键问题,例:This is a blocking issue for the release。
  • 偶发 bug intermittent bug 不固定出现的 bug(高频难点),例:The intermittent bug only happens in peak hours。
    在这里插入图片描述
  • 性能瓶颈 performance bottleneck 限制系统性能的关键节点,例:The database is the performance bottleneck。
  • 缩小范围 narrow down the scope 如你提到的,聚焦核心需求,例:Narrow down the scope to focus on core features。
  • 推进进度 push forward the progress 推动项目进展,例:Push forward the progress of the design phase。
  • 延迟交付 delivery delay 项目 / 任务无法按时交付,例:Inform the client about the delivery delay。
  • 风险评估 risk assessment 识别项目潜在风险,例:Do a risk assessment for the third-party API。
  • 任务分配 task assignment 分配工作任务,例:Complete the task assignment by EOD(EOD=End of Day)。
  • 同步进度 sync up on the progress 团队内同步项目进展,例:Let’s sync up on the progress in the daily standup(daily standup = 每日站会)。
  • 截止日期 deadline 任务完成的最后日期,例:The deadline for this task is next Monday。

综述

不断总结收集地道表达,避免口语化短语(如 “fix the problem” 不如 “resolve the issue” 专业,“find the reason” 不如 “pinpoint the cause” 精准)在技术沟通中使用,能让表达更符合行业惯例。

【事件触发一致性】研究多智能体网络如何通过分布式事件驱动控制实现有限时间内的共识(Matlab代码实现)内容概要:本文围绕多智能体网络中的事件触发一致性问题,研究如何通过分布式事件驱动控制实现有限时间内的共识,并提供了相应的Matlab代码实现方案。文中探讨了事件触发机制在降低通信负担、提升系统效率方面的优势,重点分析了多智能体系统在有限时间收敛的一致性控制策略,涉及系统模型构建、触发条件设计、稳定性与收敛性分析等核心技术环节。此外,文档还展示了该技术在航空航天、电力系统、机器人协同、无人机编队等多个前沿领域的潜在应用,体现了其跨学科的研究价值和工程实用性。; 适合人群:具备一定控制理论基础和Matlab编程能力的研究生、科研人员及从事自动化、智能系统、多智能体协同控制等相关领域的工程技术人员。; 使用场景及目标:①用于理解和实现多智能体系统在有限时间内达成一致的分布式控制方法;②为事件触发控制、分布式优化、协同控制等课题提供算法设计与仿真验证的技术参考;③支撑科研项目开发、学术论文复现及工程原型系统搭建; 阅读建议:建议结合文中提供的Matlab代码进行实践操作,重点关注事件触发条件的设计逻辑与系统收敛性证明之间的关系,同时可延伸至其他应用场景进行二次开发与性能优化。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值