L8ER的完整形式是什么?

L8ER:稍后 (L8ER: Later)

L8ER is an abbreviation of "Later".

L8ER是“ Later”的缩写

It is an expression, which is commonly used in messaging or chatting on social media networking sites like Facebook, Yahoo Messenger, and Gmail, etc. It is used to indicate a circumstance on the social media online chat, when during a conversation a person wants to say to the other person that "I will perform this task after some time" or in a response to another person one wants to say that this task needed to be done afterward. It is also an approach to show courteousness so that the user on the other side does not doubt why this type of situation arising in which the person is not replying to anything of conversation.

它是一种表达形式,通常用于在Facebook,Yahoo Messenger和Gmail等社交媒体网站上进行消息收发或聊天时使用。它用于指示在社交媒体在线聊天中某个人想要聊天时的情况。对另一个人说“我将在一段时间后执行此任务”,或者对另一个人的回答是要说此任务需要事后完成。 这也是显示礼貌的一种方法,这样另一侧的用户就不会怀疑为什么出现这种情况,即该人没有回复任何对话。

Example of online conversation:

在线对话示例:

    1.	Person1: Hi...  
2.	Person2: Hi...  
3.	/// Chat continues...  
4.	.  
5.	.  
6.	.  
7.	After a period of time....  
8.	Person1: I have to go someplace   
9.	Person1: L8ER  
10.	Person2: ok.  

Example 2:

范例2:

    1.	Person1: Let us complete this assignment by today itself.
2.	Person2: L8ER.

This kind of circumstance normally arises in conversations of social media online chatting or messaging. Now, these days, the demands of acronyms are very high on social media online chatting or messaging, so the users usually use L8ER as a replacement for "Later".

这种情况通常出现在社交媒体在线聊天或消息传递的对话中。 现在,这些天来,对社交媒体在线聊天或消息传递的首字母缩写词要求非常高,因此用户通常使用L8ER代替“ Later”

Many clients who message without delay straight away also have the facility for users to lay down their status to "away," with a visual prompt showing that the user is somewhere else away for a while and cannot be anticipated to act in response instantaneously to the conversation messages.

许多立即发送消息而没有延迟的客户也可以让用户将其状态放到“离开”,并带有视觉提示,表明用户在其他地方呆了一段时间,无法期望用户立即做出响应。对话消息。

Conventionally, though, L8ER alludes to a Big Red Button, a significant, unexceptional button connected with power, reset, detonation, self-destruction, emergency shut-down, or ejection switch. The only actual directive for the L8ER is "do not press," except if it's a particularly terrible condition, by all means.

但是, 按照惯例, L8ER指的是一个大红色按钮,这是一个与电源,复位,引爆,自毁,紧急关闭或弹出开关相连的重要按钮, 毫不例外L8ER的唯一实际指示是“请勿按”,除非情况特别糟糕,除非如此。

While this slang is very common in gaming and chatting platform, still many are unaware of this slang.

尽管此语在游戏和聊天平台中非常常见,但仍有许多人不知道此this语。

In the corporate industry too, these slangs are common and used in a very large manner. The industry itself likes those employees who are smart enough and stay updated with such digital languages which are familiar, easy and are good at time management.

在公司行业中,这些语也很常见,并且使用量很大。 该行业本身喜欢那些足够聪明的员工,并使用熟悉,易用且擅长时间管理的数字语言保持最新状态。

So, from now whenever you want to mark your absence on a digital platform or to postpone work, just use L8ER and go.

因此,从现在开始,无论何时要在数字平台上标记自己的缺席或推迟工作,只需使用L8ER即可。

翻译自: https://www.includehelp.com/dictionary/l8er-full-form.aspx

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

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

相关文章

Randomize select algorithm 随机选择算法

从一个序列里面选择第k大的数在没有学习算法导论之前我想最通用的想法是给这个数组排序,然后按照排序结果返回第k大的数值。如果使用排序方法来做的话时间复杂度肯定至少为O(nlgn)。 问题是从序列中选择第k大的数完全没有必要来排序&#xff…

《Linux杂记:一》

目录CPU负载和CPU利用率CPU负载很高,利用率却很低的情况负载很低,利用率却很高常用linux命令常用的文件、目录命令常用的权限命令常用的压缩命令CPU负载和CPU利用率 可以通过 uptime , w 或者 top 命令看到CPU的平均负载。 Load Average :负载的3个数字,比如上图的0.57、0.4…

IOS Plist操作

代码:copy BUNDLE下的plist文件 到 library下面。 bundle下不支持些,library,doc路径支持读与写。 (void)copyUserpigListToLibrary {NSFileManager *fileManager [NSFileManager defaultManager];NSArray *paths NSSearchPathForDirector…

《线程管理:线程基本操作》

目录线程管理启动线程与(不)等待线程完成特殊情况下的等待(使用trycath或rall)后台运行线程线程管理 启动线程与(不)等待线程完成 提供的函数对象被复制到新的线程的存储空间中,函数对象的执行…

scala特质_Scala的特质

scala特质Scala特质 (Scala traits) Traits in Scala are like interfaces in Java. A trait can have fields and methods as members, these members can be abstract and non-abstract while creation of trait. Scala中的特性类似于Java中的接口 。 特征可以具有作为成员的…

优化PHP代码的40条建议(转)

优化PHP代码的40条建议 40 Tips for optimizing your php Code 原文地址:http://reinholdweber.com/?p3 英文版权归Reinhold Weber所有,中译文作者yangyang(aka davidkoree)。双语版可用于非商业传播,但须注明英文版作…

Iptables入门教程

转自:http://drops.wooyun.org/tips/1424 linux的包过滤功能,即linux防火墙,它由netfilter 和 iptables 两个组件组成。 netfilter 组件也称为内核空间,是内核的一部分,由一些信息包过滤表组成,这些表包含内…

《线程管理:传递参数、确定线程数量、线程标识》

参考《c Concurrency In Action 》第二章做的笔记 目录传递参数量产线程线程标识传递参数 thread构造函数的附加参数会拷贝至新线程的内存空间中,即使函数中的采纳数是引用类型,拷贝操作也会执行。如果我们期待传入一个引用,必须使用std::re…

手把手玩转win8开发系列课程(14)

这节的议程就是——添加appbar appbar是出现在哪儿了,出现在屏幕的底部。他能使用户能用手势或者使用鼠标操作程序。metro UI 重点是在主要的控件使用许多控件,使其用户使用win8电脑更加的方便。而appBar使其用户体验更好。在这节中,我将告诉…

No identities are available for signing 的解决办法

今天重新上传做好的app提交到app store,结果就出现标题上的错误。“No identities are available for signing”。 以后碰到这样的问题按照下面几个步骤来做: 进入Distribution -----下载发布证书 -----双击安装-----重启Xcode就能上传了 其他细节 如果再…

半连接反连接

半连接&反连接 1. 半连接 半连接返回左表中与右表至少匹配一次的数据行,通常体现为 EXISTS 或者 IN 子查询。左表驱动右表。只返回左表的数据,右表作为筛选条件。 可以用 EXISTS、 IN 或者 ANY 举例:表t1和表t2做半连接,t…

匿名方法和Lambda表达式

出于MVVM学习的需要,复习下匿名方法和Lambda表达式,因为之前用的也比较少,所以用的也不是很熟练,Baidu下相关的知识,写了这个Demo,目标是用简单的方法展示这个怎么用。 这里偏重的和LINQ中的Lambda表达式 …

烂橘子

Problem Statement: 问题陈述: Given a matrix of dimension r*c where each cell in the matrix can have values 0, 1 or 2 which has the following meaning: 给定尺寸r * C的矩阵,其中矩阵中的每个单元可以具有其具有以下含义的值0,1或2…

android junit 测试程序

http://blog.csdn.net/to_cm/article/details/5704783 Assert.assertEquals(2, t); 断言转载于:https://www.cnblogs.com/wjw334/p/3714120.html

MySQL 8.0.22执行器源码分析HashJoin —— BuildHashTable函数细节步骤

BuildHashTable函数细节步骤 该函数位置处于hash_join_iterator.cc 403 ~ 560行 step1:如果被驱动表迭代器没有更多的行数,更新m_state为EOR,然后返回false,表明创建hash表失败 if (!m_build_iterator_has_more_rows) {m_state…

《那些年啊,那些事——一个程序员的奋斗史》——125

距离离职交接的一个月时间还剩几天,本来应该是平淡无事的,却没想到最后还是波澜四起。昨天下班前,公司突然停了电。这本是件普通得不能再普通的事情,可没想到过了一会来电了,或许是波峰电压太大,或许是稳压…

python中的元类_Python中的元类

python中的元类Python元类 (Python metaclass) A metaclass is the class of a class. A class defines how an instance of a class i.e.; an object behaves whilst a metaclass defines how a class behaves. A class is an instance of a metaclass. 元类是类的类。 一个类…

MySQL 8.0.22执行器源码分析HashJoin —— 一些初始化函数的细节步骤

目录InitRowBuffer(101行~126行)InitProbeIterator(142行~153行)*HashJoinIterator* 的Init(155行~240行)InitializeChunkFiles(364行~401行)InitWritingToProbeRowSavingFile&#…

c语言的宏定义学习笔记

宏定义 在预处理之前,c预处理器会对代码进行翻译,譬如用blank替换注释,去掉多余的空格,删除末尾的\来拼接行等。 例如: int /*注释*/ x; 会被翻译成 int x; printf("this is a s\ entence."); 会被翻译成 pr…

摄氏温度转换华氏温度_什么是摄氏温度?

摄氏温度转换华氏温度摄氏温度 (Celsius) Celsius is a temperature measuring scale which as a SI unit derived from the seven base units stated and described by the International System of Units (SI). 摄氏温度是一种温度测量刻度,它是由国际单位制(SI)所…