2018.8.11E-mail
1发送附件
Attached please find the XXX for your review and comment.
Outlook的附件最好不超过10M,文件要用英语命名,视频音频要压缩成通用格式(MP4),大文件用FTP传送,不能发生Exe文件.多个文件要一个个排序(不能乱),每个文件应该在邮件中提到
2保持联络和回复
Please feel free to call me at any time, I will continually provide full support.
3进入主题
I’m just writing to remind you of Sth
I am writing to confirm /enquire/inform you...
外国人喜欢先看结论,一开始别扯太多细节
4回顾某件事情
With reference to our telephone conversation today
As I mentioned earlier about
As you requested/per your requirement
Please note that XXX
Please see the e-mail I sent you on 27. October 2015 regarding this.
5询问进度和细节
Could you please let me know the status/ detail of this project?
Could you please send me your replies to the above questions by the end of June?
Can you provide your updated firmware and testing instructions within this week?
6发起会议
I would like to hold a meeting in the afternoon about our development planning for the project XXX。
7询问建议
Shall you have any problem accessing the folders, please let me know. 用在发送附件时询问
Look forward to your feedbacks and suggestions soon。 寻求建议
Do you have any idea about this? 询问解决方案
8给予意见
Please see comments below。 细节要分点分段写
My answers are in blue below。 常用于直接在客户邮件段落后直接回复
9分点论述
Here are some more questions/issues for sth
10提问
I have some questions about xxx test / PCBA 询问技术问题时要附上技术解释
I have now uploaded the document "How to program.pdf" to our shared folder in Google Drive, in this folder "How to program.pdf" 最好附上FTP的网络地址和密码(用超链接)
11道歉
I sincerely apologize for this misunderstanding! 说错话的时候用
I apologize for the late asking but we want to make sure the correctness of our implementation ASAP。
My apologize for the typing error 打错字了
2018.8.11E-mail的更多相关文章
- 030:Cetus中间件和MHA读写分离
030:Cetus中间件和MHA读写分离 line:V1.1 mail: gczheng@139.com date: 2018-08-30 一.主机环境 虚拟机配置 CPU 内存 硬盘 OS版本 My ...
- 029:高可用之MHA
高可用之MHA 一.MHA 简介 MHA(Master High Availability)是一套优秀的作为MySQL高可用性环境下故障切换和主从提升的高可用软件.在MySQL故障切换过程中,MHA能 ...
- Linux任务计划及周期性任务执行:at、crontab命令
一.概述 未来的某时间点执行一次某任务:at, batch 周期性运行某任务:crontab 这两个任务的执行结果:会通过邮件发送给用户 (本地终端用户之间的邮件通知) centos 5,6,7默认开 ...
- Mail.Ru Cup 2018 Round 3 B. Divide Candies
题目链接 分析一下题意可以得到题目要求的是满足下面这个 公式的不同的i,ji,ji,j的方案数; 即(i2+j2)mod   m=0 (n ≤ ...
- Mail.Ru Cup 2018 Round 3
A:签到 #include<iostream> #include<cstdio> #include<cmath> #include<cstdlib> # ...
- Mail.Ru Cup 2018 Round 2
A:阅读理解. #include<iostream> #include<cstdio> #include<cmath> #include<cstdlib> ...
- [codeforces Mail.Ru Cup 2018 Round 3][B Divide Candies ][思维+数学]
https://codeforces.com/contest/1056/problem/B 题意:输入n,m 求((a*a)+(b*b))%m==0的(a,b)种数(1<=a,b<= ...
- [codeforces Mail.Ru Cup 2018 Round 1 D][ xor 操作]
http://codeforces.com/contest/1054/problem/D 题目大意:一个序列a1 a2...an,可以对若干个元素进行取反,使所得的新序列异或和为0的区间个数最多. 题 ...
- Mail.Ru Cup 2018 Round 2 Solution
A. Metro Solved. 题意: 有两条铁轨,都是单向的,一条是从左往右,一条是从右往左,Bob要从第一条轨道的第一个位置出发,Alice的位置处于第s个位置,有火车会行驶在铁轨上,一共有n个 ...
- Mail.Ru Cup 2018 Round 3 Solution
A. Determine Line Water. #include <bits/stdc++.h> using namespace std; ]; int main() { while ( ...
随机推荐
- 1.7 使用电脑测试MC20的发送带中文的短信功能
需要准备的硬件 MC20开发板 1个 https://item.taobao.com/item.htm?id=562661881042 GSM/GPRS天线 1根 https://item.taoba ...
- django基本安装
一.web框架 1.什么是web框架? Web框架是一种开发框架,用来支持动态网站.网络应用程序及网络服务的开发.其类型有基于请求的和基于组件的两种框架. 本质上其实就是一个socket服务端,用户的 ...
- oracle 函数 截取 连接 替换 判断
一个处理不规范日期的函数,廖记一下吧,以免再忘. --注意全角半角 CREATE OR REPLACE function f_str2form( date_string in varchar2 ) r ...
- asp.net 在AcquireRequestState事件中判断登陆验证。
Global中添加AcquireRequestState事件. protected void Application_AcquireRequestState(object sender, EventA ...
- Spring_HelloWord
环境:IntelliJ 14 : jdk1.8 Spring操作步骤 1.新建项目---Spring Batch 2.IntelliJ会自动加载jar包 3.现在就可以在src目录下写Java类文 ...
- linux命令详解之df(6/19)
df命令作用是列出文件系统的整体磁盘空间使用情况.可以用来查看磁盘已被使用多少空间和还剩余多少空间. df命令显示系统中包含每个文件名参数的磁盘使用情况,如果没有文件名参数,则显示所有当前已挂载文件系 ...
- jQuery仿Android锁屏图案应用
在线演示 本地下载
- Cocos2d-x项目移植到WP8系列之七:中文显示乱码
原文链接:http://www.cnblogs.com/zouzf/p/3984628.html C++和C#互调时经常会带一些参数过去例如最常见的字符串,如果字符串里有中文的话,会发现传递过去后变成 ...
- Cocos2d-x项目移植到WP8系列之四:文件操作
原文链接: http://www.cnblogs.com/zouzf/p/3972457.html 读写文件Cocos已经用fopen fwrite来做好了,这里说的主要是文件和文件夹的创建.删除.判 ...
- c++ boost库学习一:时间和日期
timer类 #include <boost\timer.hpp> #include "iostream" using namespace std; int _tmai ...