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.pswp.cn/news/377046.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/377046.shtml
英文地址,請注明出處:http://en.pswp.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)所…