很多程序員日常用不到說英語的場景,或者遇到不會的英文單詞直接一查就可以了。但也有很多程序員面試的時候要求來一場英文的表述,最近的工作呢,需要和外國人的后端開發交流,所以我整理了一下我日常用到的英文語句,也許你也用得到呢。
場景,假如對方叫Jim,是一名后端開發,你是一名前端開發。現在呢,你們要進行一次遠程溝通。
1 你好,Jim,現在可以開始了嗎?
Hello, Jim, can we start now?
這里的Hello,表示你好的意思,是友善的表達;
這里的start表示開始的意思,我們現在可以開始了嗎?不是now start,而是start now,需要注意。
2 你能把接口和入參分別給我講一講嗎?
Could you explain the interface and input parameters to me separately?
這里的explain是解釋,說明,闡述的意思;
這里的interface表示接口的意思;
這里的parameters表示參數的意思;
這里的separately表示分別的意思。
3 你能把接口一個一個的都給我講一遍嗎?
Can you explain the interfaces to me one by one?
你也可以這樣表述,利用one by one,表示希望對方清晰的把接口一個一個的給你講一遍
4 這個接口是get類型還是post類型的呢?
Is this interface of get type or post type?
這樣對方就會剪短的告訴你get還是post,以免出現405的錯誤。
5 能把接口需要的headers信息告訴我嗎?
Could you tell me the headers information required by the interface?
這里的required表示需要的意思
6 我現在使用的axios發送請求
I am currently using axios to send the request
這里的currently表示當前,現在的意思。
7 我試著好像不錯,報500錯誤了,你那邊可以打個斷點看一下情況嗎?
I tried it and it seems to work fine, but it reports a 500 error. Can you put a breakpoint on your end to see what's going on?
這里的tried表示try,嘗試的過去式,表示我剛剛試過了;
這里的what's going on表示讓對方看看,發生了什么,
8 好的,我再刷新一下頁面試試
OK, I'll try refreshing the page.
這里的refreshing表示我這就刷新,是refresh的現在表達,意思就是我就要刷新,我這就刷新,甚至是我立刻現在就要刷新了
9 好的,我重新調用一下接口試試
OK, I'll try calling the interface again.
這里的calling是call的現在式,那么Call interface 就是調接口的意思
10 還是不行,還是報錯
Still no, still error
這里的Still表示,還是,仍然的意思,還是報錯。
11 好了,接口成功返回了
OK, the interface returned successfully.
其實吧,我覺得你也可以說,OK,the interface is ok.
12 你能把這些返回字段給我講一講嗎?
Can you tell me about these return fields?
這里的fields表示返回的那些字段們
13 不行,這里缺少了一個字段
No, there is a field missing.
14 接口調試完了,慶祝一下
The interface debugging is completed, let’s celebrate
這里的celebrate表示慶祝的意思。
15 有問題隨時聯系,再見!
If you have any questions, feel free to contact me. Bye!
這里的feel free,表示隨時,隨意的意思。
這里的contact me,表示聯系我,找我的意思。
好啦,今天調試完了一個接口,很不錯。