2022年6月21日 星期二

網頁設計、網站開發工作遇到的英文單字2

 1.Approved (adj) 批准
API常常會出現這個字
Our project was approved so we can continue.

2.Batch (n) 批量二
API常常會出現這個字
We are going to make a batch of cookies tonight.

3.Primary (adj) 主要的、第一
寫程式常常出現的單字
A primary cause of Tom's failure is his laziness. (cause 原因)

4.Directives (n) 指令
httpd 出現的單字:
This is the main Apache HTTP server configuration file. It contains the
configuration directives that give the server its instructions.

5.Instructions (n) 說明、教學/教育
httpd 出現的單字同上
She gives instruction in mathematics.  她講授數學。 gives instruction in XXX
I read the instructions on the bottle.

6.Granted (n) 理所當然、授予 、 Denied 否認、拒絕
httpd
Require all denied (全部不能讀)
Require all granted (全部都讀取)
Granted that you are correct, you may find it hard to prove your point. 就算你對,可你要論證這一點卻非易事。
granted, it's not an ideal situation, but ... 的確,情況並不完美,可是…

7.Suite (n) 套房、隨員、組、一套家俱
linux常常可以看到,發音比較特別 [swit]

8.Performance (n) 效能
就是常常看到他,程式的效能要好
He was an experienced player who was always seeking to improve his performance.

9.Syntax (n) 語句*
錯誤碼常常看到

10.Perhaps (adv) 也許、大約
錯誤碼常常看到
Perhaps the most important question has not been asked.

11.Routine (n) 常規、例行
錯誤碼:SSL Library Error: error:140A80B1:SSL routines:SSL_CTX_check_private_key:no certificate assigned

12.Certificate (n) 證書、憑證  [sɚˋtɪfəkɪt]
同上範例
a birth/marriage/death certificate

13.Signal (n) 信號、方向燈、號誌 (v) 發信號、示意、顯著
錯誤碼:Parent: Received shutdown signal -- Shutting down the server.
The police officer gave us the signal to stop.
a traffic signal 交通號誌
She signalled for help. 他發出求救信號

14.Received (adj) 收到、公認
同上範例
She died after receiving a blow to the head. 他頭部受擊致死

15.Portal (n) 正門
在英文後台中可以看到Help portal,意思是幫助的首頁
Passing through the portals of the BBC for the first time

16.Duplicate (v) 複製、副本 (adj) 完全一樣 (n) 複製的;完全一樣的
常常可以看到這單字
The documents had been duplicated.

17.Inventory (n) 庫存
商品中常常可以見到庫存
Our inventory of used cars is the best in town. 我們賣的二手車是城裡最好的。

18.Disposition (n) 佈署、性格
curl 上傳檔案時會用 Content-Disposition

19.Related (adj) 相關、有關
網站及文件上常常可以看到
We discussed unemployment and related issues. 我們探討了失業及相關問題。

20.Available (adj) 合宜、可得到
Directive 'magic_quotes_gpc' is no longer available (指令'magic_quotes_gpc'不再可用)
Is this dress available in a larger size?

21.Previous (adj) 以前、過去
Unclean shutdown of previous Apache run (不干淨關閉以前的Apache運行)
The previous owner of the house had built an extension on the back.
這棟房子以前的主人對房子後部進行了擴建。

22.Dynamic (adj) 動態、活躍
PHP Startup: Unable to load dynamic library (PHP啟動:無法加載動態庫)
Business innovation is a dynamic process.
商業革新是一個不斷變化發展的過程。

23.Community Support 社區資源
文件上會出現這個詞 Community (n) 社區;群體;
He's well known in the local community.他在當地非常聞名。

24.Verbosity (n) 贅言、細度、華麗虛飾的語
Controls the verbosity of the ErrorLog (控制ErrorLog的詳細程度)

25.Context (n) 語境 、Context 上下文
文件上會出現這個詞
這幾個超像
contain
content
context
contact

26.Compatibility (n) 相容性
文件上會出現這個詞

27.Summary (n) 摘要
文件上會出現這個詞

28.Stage (n) 階段
很多網站的測試網址都會有這個單字 像是綠界vendor-stage

29.Source code 原始碼
就是原始碼

30.Recursive (adj) 遞迴
程式碼自己function呼叫自己

31.Extract (v) 提取
function命名可用
They used to extract iron ore from this site.  他們曾經在這個地方開採鐵礦。

32.District (n) 區
像是桃園區

33.Sync(synchronization) (n、v) 同步
同步
How do I sync my iPhone to my computer?

34.Prevent (v) 防止
e.preventDefault() javascript停止送出

35.Expired (v) 過期
lararvel session 可設定 expire_on_close

36.Encrypt (v) 加密
加密常看到

37.Previous (v) 以前
laravel Session::get('_previous') 抓取上一頁的URL

38.Generator (n) 發電機、生成器
Welcome to the Composer config generator

39.Provider (n) 提供者
line的API可以新增provider

40.Deny (v) 拒絕
Apache 要拒絕某個IP時要用 Deny from 201.192.55.128

41.Ultimate (adj) 最終、頂級 /ˈʌl.tə.mət/ 
軟體的版本會出現的文字,像是: Visual Studio 2010 Ultimate
My manager will make the ultimate decision about who to employ. 我的經理會最終決定雇傭誰。
the ultimate luxury cruiser 頂級豪華遊艇

42.Environment (n) 環境
常常可以看到軟體環境 Environment
The office is quite bright and airy - it's a pleasant working environment. 辦公室明亮、通風,工作環境不錯。

43.Probability (n) 可能性、機率
設定變數時會要用到機率的單字probability
What is the probability of winning? 獲勝的可能性有多大?

44.Popup 彈出
彈出視窗可用這個單字popup

45.Remote (adj) 遠程、絕少
常出現的字,$_SERVER['REMOTE_ADDR'] 抓取IP
remote galaxies 遙遠星系

46.Survey (n) 民意調查、審視、測量
常用常聽到的詞,找資料也可以用
a geological survey 地質勘測

47.Legacy (n) 遺產
Legacy Code 舊版程式碼

48.Exceeds (v) 超過
The uploaded file exceeds the upload_max_filesize directive in php.ini
The final coat should not exceed $5000. 最終費用不應超過5000元

49.Navigation (n) 導航
Mechanics discovered problems with the plane's navigation system. 機械師發現飛機導航系統出現問題

50.Occur (v) 發生、存在
An error has occurred. 錯誤發生

沒有留言:

張貼留言