3.日常英语笔记

screening discrepancies 筛选差异

The team found some screening discrepancies in the data. 团队在数据筛选中发现了些差异。

Don’t tug at it ,or it will fall over and crush you.

tug 拉,拽,拖
He tugged the door open with all his might.

shampoo 洗头膏
hair conditioner 护发素

Do you know all these characters ?这些字你都认识吗?

We often said it when we were kids.But as we grew up,we don’t talk like that anymore.Occasionally,we might say it ,but just as a joke or to be cute with friends.
Wehn we become adults,we would think it’s little bit childish.

Generally,this is an agreement made among children.

You can scan this QR code,there is prose content inside.

I will keep my promise.
I’ll abide by my promise.
I’ll stand by my word.

abide by 遵守
what’s up 用于和熟人打招呼,询问近况,或者发生了什么事情,Not much 回应表示没事特别的事情

I need to mop the floor to get rid of the stains.
You can use this

do a favor 帮忙,could you do me a favor and pass the book。

What our textbooks have been teaching us all the time
How are your,I’m fine ,thank you ,and you?

In your place,how do you usually respond when someone asks you “How are you?”
Personaly, I always feel that the response is too formulaic and it feels kind of strange

伸伸懒腰 stretch oneself
When I woke up,I stretch myself and felt very much more relaxed.

After sitting in front of the computer for a long time,I need to have a stretch.

He gave a stretch and yawned打哈欠 when he got out of bed.

小米粥 millet congee congee 表示粥,porridge 也是粥
Don’t throw away the corn cob,it can used for some crafts. 它能用来做些手工艺品

The farmer is holding an ear of corn,checking its ripeness. 成熟度

Millet congee 小米粥
spareribs 排骨
stir-fried garlic sprouts with word ear mushrooms 蒜苔炒木耳
soybeans 黄豆
steamed buns 馒头
baked sesame cakes 烧饼

Through I have a consistent job schedule,my days off change尽管我有固定的工作日程安排,但我的休息日都会变动

implusive 冲动的 He made an impulsive decision to quit his job.

I need to be more scheduled with it我得在这方面有调理得安排。
so that you guys can change,modify your schedule to be here.I’ve been pretty implusive,but now I have a consistent job schedule,my days off change.

consistent始终如一得,持续的

He is a consistent performer ,always delivering high-quality work.
他是一个表现稳定的人

His works are not consistent with his actions
他的言行不一

consistently 一贯地,始终如一的

Thank you for your tips and praise感谢您的建议和称赞

Shower window,my roommate always kept open,because it’s very humid in the city.He didn’t want mold growing in there.

is it code? not so much 。很冷吗,不太冷

she’s been a friend of mine for a while.

run out of time 时间快耗尽了

definitely 肯定的,确定的,当然了==certainly
I definitely locked the door. 我肯定锁了门了。

conducive to your studying
有助于你的学习
conducive to xxx 有助于xxx的

Eventually,the structure comes into where it's conducive to your studying pattern.

put people off使反感,使厌恶
His rude behavor really put people off .他的粗鲁行为真的让人们反感。

put of xxx推迟。。。
She put off the meeting until next week.

使干扰,使分心
The noise outside put her off her work.

mended that
Occasinally,she’s put people off,that was a misunderstanding,but we mended that ,and they came back.

They had an argument,but later mended that and became friends again.

Don’t worry about the naysayers唱反调的人 in the chat.Eventually,if you’re consistent with your time,then you get people who come there all the time.

Don’t listen to the naysayers,believe in your ability to succeed. 别听那些唱反调的人

墩地 mop the floor,发霉go moldy, become moldy
把水倒掉 pour out the water
食物变质了,酸了
The food has spoiled and turned sour

damp 潮湿的,程度比wet轻
Don’t put on damp clothes, or you may catch a cold.
The damp clothes became moldy.
The bread went moldy because I left it out for too long.

水烧开了 the water is boiling
the water has boiled.

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/diannao/68395.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

解析“in the wild”——编程和生活中的俚语妙用

解析“in the wild”——编程和生活中的俚语妙用 看下面的技术文章中遇到 in the wild这个词,想要研究一下,遂产生此文。 Are there ever pointers to pointers to pointers? There is an old programming joke which says you can rate C programmers…

软件测试丨从自动化软件测试到自主测试,还差几步?

在当今万物互联、信息爆炸的时代,软件测试的角色显得越发重要。作为软件开发生命周期(SDLC)中的关键环节,测试不仅仅是保障软件质量的工具,更是推动产品迭代的助推器。随着自动化测试技术的崛起,测试开发变…

高阶C语言|深入理解字符串函数和内存函数

文章目录 前言1.求字符串长度1.1 字符串长度函数:strlen模拟实现 长度不受限制的字符串函数1.2 字符串拷贝函数:strcpy模拟实现 1.3 字符串连接函数:strcat模拟实现 1.4 字符串比较函数:strcmp模拟实现 长度受限制的字符串函数2.1…

Golang Ticker Reset异常的坑

前言 延迟执行的场景我们通常会使用time.NewTimer(…)来实现,当一些场合可能需要使用timer.Reset(…)方法修改超时时间,这时使用要多注意, 使用不当会导致Reset失败,或是重复执行两次的情况。 复现 下面这段代码我们是希望&…

Chameleon(变色龙) 跨平台编译C文件,并一次性生成多个平台的可执行文件

地址:https://github.com/MartinxMax/Chameleon Chameleon 跨平台编译C文件,并一次性生成多个平台的可执行文件。可以通过编译Chameleon自带的.C文件反向Shell生成不同平台攻击载荷。 登录 & 代理设置 按照以下步骤设置 Docker 的代理: 创建配置目…

DFFormer实战:使用DFFormer实现图像分类任务(二)

文章目录 训练部分导入项目使用的库设置随机因子设置全局参数图像预处理与增强读取数据设置Loss设置模型设置优化器和学习率调整策略设置混合精度,DP多卡,EMA定义训练和验证函数训练函数验证函数调用训练和验证方法 运行以及结果查看测试完整的代码 在上…

几种K8s运维管理平台对比说明

目录 深入体验**结论**对比分析表格**1. 功能对比****2. 用户界面****3. 多租户支持****4. DevOps支持** 细对比分析1. **Kuboard**2. **xkube**3. **KubeSphere**4. **Dashboard****对比总结** 深入体验 KuboardxkubeKubeSphereDashboard 结论 如果您需要一个功能全面且适合…

DeepSeek API 的获取与对话示例

代码文件下载:Code 在线链接:Kaggle | Colab 文章目录 注册并获取API环境依赖设置 API单轮对话多轮对话流式输出更换模型 注册并获取API 访问 https://platform.deepseek.com/sign_in 进行注册并登录: 新用户注册后将赠送 10 块钱余额&#…

Vue 3 + TypeScript 实现父子组件协同工作案例解析

引言 在现代的前端开发中,Vue.js 作为一款流行的渐进式 JavaScript 框架,为我们构建交互式用户界面提供了强大的支持。Vue 3 的推出带来了许多新特性,尤其是组合式 API 的引入,让代码的组织和复用更加灵活。同时,TypeS…

基于STM32的循迹小车设计与实现

1 系统方案设计 根据系统设计功能,展开基于STM32的循迹小车设计,整体设计框图如图2.1所示。系统采用STM32单片机作为控制器,通过L298驱动器控制两个直流电机实现对小车的运动控制,两路红外模块实现黑线的检测,HC-SR04超声波模块实…

14.模型,纹理,着色器

模型、纹理和着色器是计算机图形学中的三个核心概念,用通俗易懂的方式来解释: 1. 模型:3D物体的骨架 通俗解释: 模型就像3D物体的骨架,定义了物体的形状和结构。 比如,一个房子的模型包括墙、屋顶、窗户等…

Docker/K8S

文章目录 项目地址一、Docker1.1 创建一个Node服务image1.2 volume1.3 网络1.4 docker compose 二、K8S2.1 集群组成2.2 Pod1. 如何使用Pod(1) 运行一个pod(2) 运行多个pod 项目地址 教程作者:教程地址: https://www.bilibili.com/video/BV1Zn4y1X7AZ?…

Ubuntu 20.04安装Protocol Buffers 2.5.0

个人博客地址:Ubuntu 20.04安装Protocol Buffers 2.5.0 | 一张假钞的真实世界 安装过程 Protocol Buffers 2.5.0源码下载:https://github.com/protocolbuffers/protobuf/tree/v2.5.0。下载并解压。 将autogen.sh文件中以下内容: curl htt…

算法每日双题精讲 —— 二分查找(寻找旋转排序数组中的最小值,点名)

🌟快来参与讨论💬,点赞👍、收藏⭐、分享📤,共创活力社区。 🌟 别再犹豫了!快来订阅我们的算法每日双题精讲专栏,一起踏上算法学习的精彩之旅吧💪 在算法的…

【踩坑日常,已解决】彻底修改IDEA项目的JDK版本,8改为17

三处修改彻底解决IDEA中JDK版本不对问题(8改为17) 文章目录 三处修改彻底解决IDEA中JDK版本不对问题(8改为17)第一处第二处第三处 第一处 setting -> Build, Execution, Deployment -> Java Compiler -> Target bytecod…

linux naive代理设置

naive linux客户端 Release v132.0.6834.79-2 klzgrad/naiveproxy GitHub Client setup Run ./naive with the following config.json to get a SOCKS5 proxy at local port 1080. {"listen": "socks://127.0.0.1:1080","proxy": "htt…

redis的分片集群模式

redis的分片集群模式 1 主从哨兵集群的问题和分片集群特点 主从哨兵集群可应对高并发写和高可用性,但是还有2个问题没有解决: (1)海量数据存储 (2)高并发写的问题 使用分片集群可解决,分片集群…

Nuxt:利用public-ip这个npm包来获取公网IP

目录 一、安装public-ip包1.在Vue组件中使用2.在Nuxt.js插件中使用public-ip 一、安装public-ip包 npm install public-ip1.在Vue组件中使用 你可以在Nuxt.js的任意组件或者插件中使用public-ip来获取公网IP。下面是在一个Vue组件中如何使用它的例子&#xff1a; <template…

AI软件栈:LLVM分析(一)

文章目录 AI 软件栈后端编译LLVM IRLLVM的相关子项目AI 软件栈后端编译 AI软件栈的后端工作通常与硬件架构直接相关,为了实现一个既能适配现代编程语言、硬件架构发展的目标,所以提出了LLVM具备多阶段优化能力提供基础后端描述,便于进行编译器开发兼容标准编译器的行为LLVM …

搭建Spring Boot开发环境

JDK&#xff08;1.8及以上版本&#xff09; Apache Maven 3.6.0 修改settings.xml 设置本地仓库位置 <localRepository>D:/repository</localRepository> 设置远程仓库镜像 <mirror><id>alimaven</id><name>aliyun maven</name&…