Elements(元素)、Network(網絡)、Sources(源代碼:調試JS的地方)、Timeline(時間線)、Profiles(性能分析)、Resources(資源:查看Cookie的地方)、Audits(審查)、Console(控制檯) php
工做中經常使用的英文單詞縮寫html
術語 | 全稱 | 中文 | 頁碼 |
---|---|---|---|
apue.3e | Advanced Programming in the UNIX Environment Third Edition | UNIX環境高級編程(第3版) | |
unp | UNIX Network Programming | UNIX網絡編程 | |
sockfd | socket descriptor | 套接字描述符 | |
listenfd | listening descriptor | 監聽描述符 | 13 |
connfd | connected descriptor | 已鏈接描述符 | 13 |
ISO | International Organization for Standardization | 國際標準化組織 | 16 |
POSIX | Portable Operating System Interface | 可移植操做系統接口 | 22 |
OSI | open systems interconnection | 開放系統互連(七層模型) | 17 |
TCP | Transmission Control Protocol | 傳輸控制協議 | 3 |
IP | Internet Protocal | 網際協議 | 3 |
UDP | User Datagram Protocal | 用戶數據報協議 | 3 |
LAN | local area network | 局域網 | 4 |
WAN | wide area network | 廣域網 | 4 |
IPC | interprocess communication | 進程間通訊 | |
sem | semaphore | 信號量 | |
術語 | 全稱 | 中文 |
---|---|---|
atoi | array to integer,strconv.Atoi() | 把字符串轉換成整型數 |
fmt | format | 格式化 |
stmt | statement,數據庫 prepared statements:預處理語句編程 |
數據庫對象。 Statement 是 Java 執行數據庫操做的一個重要方法,用於在已經創建數據庫鏈接的基礎上,向數據庫發送要執行的SQL語句。Statement對象,用於執行不帶參數的簡單SQL語句。 |