Huawei English Corner
| Keywords | Descriptions |
| FWIW | For what it's worth(不管结果怎样) |
| ASAP | As Soon As Possible(尽快) |
| FYI | For Your Information(信息供您参考) |
| AFAIK | As Far As I Know(据我所知) |
| LMK | Let Me Know(让我知道) |
| BTW | By The Way(顺便说一句) |
| WIP | Work In Progress(工作在进行中) |
| BRB | I'll be right back(我会马上回来) |
| BBL | Be back later(稍后回来) |
| CU | See you(再见) |
| CUL | See you later(下次再会) |
| FE | For example(举例) |
| FTF | Face to face(面对面) |
| IAE | In any event(无论如何) |
| IC | I see(我明白) |
| IMO | In my opinion(依我所见) |
| IOW | In other words(换句话说) |
| PEM | Privacy enhanced mail(保密邮件) |
| TIA | Thanks in advance(先谢谢啦) |
| TTUL | Talk to you later(以后再讲) |
| VG | very good(很好) |
| WRT | With respect to(关于) |
| GTG | got to go(得走了) |
| LTNS | long time no see(好久不见) |
| NVM | Never mind(别担心) |
| IDK | I don't know(我不知道) |
| IDC | I don't care(我不在意) |
| BR | Best Regards(诚挚的问候) |
| LGTM | LOOKS GOOD TO ME |
| TBH | To be honest(说实话) |
| SPOF | Single point of failure(单点故障) |
| NIC | Network interface config(网络接口配置) |
| IMHO | In My Humble Opinion(恕我直言) |
| relmgt | Release Management(发布管理) |
| AFAIU | As Far As I Understand(据我所知) |
| HPC | High Performance Computing(高性能计算) |
| OOO | Out Of Office(不在办公室) |
Huawei English Corner的更多相关文章
- Come and join us at English corner
2012.12.26 Hi all, How are you doing? Merry post-Christmas and happy upcoming New year!! I wish you ...
- C++ I/O stream
C++ I/O stream Ø The first, you should understand following: ... Ø Text: Ø Version: Visual studio 20 ...
- Easy-to-Learn English Travel Phrases and Vocabulary!
Easy-to-Learn English Travel Phrases and Vocabulary! Share Tweet Share Tagged With: Real Life Englis ...
- English trip -- VC(情景课)2 C Where's my pencli?
Grammar focus 语法点: in 和 on in the desk 在桌子抽屉里 on the desk 在桌子面上 Practice 练习 Where's my pencil? I ...
- English trip -- VC(情景课)2 A At school
xu言: Sometimes, I feel very confused. However, there will always be a weak light in a corner to ligh ...
- 273. Integer to English Words数字转为单词
[抄题]: Convert a non-negative integer to its english words representation. Given input is guaranteed ...
- Lesson 14 Do you speak English?
Text I had an amusing experience last year. After I had left a small village in the south of France. ...
- 运行nltk示例 Resource u'tokenizers punkt english.pickle' not found解决
nltk安装完毕后,编写如下示例程序并运行,报Resource u'tokenizers/punkt/english.pickle' not found错误 import nltk sentence ...
- [LeetCode] Reconstruct Original Digits from English 从英文中重建数字
Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...
随机推荐
- Jstl标签<c:if>的用法
<c:if> 标签必须要有test属性,当test中的表达式结果为true时,则会执行本体内容:如果为false,则不会执行.例 如:${requestScope.username = = ...
- [译]如何在visual studio中调试Javascript
本文翻译youtube上的up主kudvenkat的javascript tutorial播放单 源地址在此: https://www.youtube.com/watch?v=PMsVM7rjupU& ...
- Java泛型读书笔记 (二)
关于Java泛型擦除后,继承一个泛型类带来的问题 有如下泛型类Pair: public class Pair<T> { private T second; private T first; ...
- [raspberry pi3] opensuse使用splash中问题处理
问题一: QXcbConnection: Could not connect to display :1594410864 解决方案: export QT_QPA_PLATFORM=offscreen
- Centos7安装配置JDK8
Centos7安装配置JDK8 一.准备工作 第一步,去甲骨文官网下载Jdk相应的版本,我这里下载的是jdk1.8. 第二步将你从官网上下载下来的jdk使用FTP工具上传到云服务器上的相应目录,我的是 ...
- js 操作html dom
author:冯永贤(Tony Feng,鸡鸣星),文章整合:internet <HTML DOM> 一:js能够改变HTML DOM 里面的什么内容 JavaScript 能够改变页面中 ...
- async/await 处理异步
async/ await来发送异步请求,从服务端获取数据,代码很简洁,同时async/await 已经被标准化. 先说一下async的用法,它作为一个关键字放到函数前面,用于表示函数是一个异步函数,因 ...
- (字符转化)UTF-8和GBK有什么区别?
GBK包含全部中文字符:UTF-8则包含全世界所有国家需要用到的字符. GBK编码:是指中国的中文字符,其它它包含了简体中文与繁体中文字符,另外还有一种字符“gb2312”,这种字符仅能存储简体中文字 ...
- python 字符串,bytes和hex字符串之间的相互转换
import binascii datastr='13'#string 类型转换为bytedataByte=str.encode(datastr)#byte串 转换为16进制 byte串 ,比如 b' ...
- 2-28 if...else