● 我喜歡「式」:
constructor 建構式
declaration 宣告式
definition 定義式
destructor 解構式
expression 算式(表示式)
function 函式
pattern 正規化、模式、樣式
program 程式
signature 標記式(簽名式/署名式)
● 我喜歡「件」:(這是個彈性非常大的可組合字)
assembly (裝)配件
component 元件
construct 構件
control 控制項
event 事件
hardware 硬體
object 物件
part 零件、部件
singleton 單件
software 軟體
work 工件、機件
● 我喜歡「器」:
adapter 配接器
allocator 配置器
compiler 編譯器
container 容器
iterator 迭代器
linker 鏈結器
listener ***
interpreter 直譯器
translator 轉譯器/翻譯器
● 我喜歡「別」:
class 類別
type 型別
● 我喜歡「化」:
generalized 泛化
specialized 特化
overloaded 多載化(過載)
● 我喜歡「型」:
polymorphism 多型
genericity 泛型
● 我喜歡「程」:
process 行程/程序(大陸用語)
thread 緒程/執行緒(大陸用語)
programming 程式設計
php基礎格式,PHP基礎語法
一 php的編碼格式 1 php 引入 echo php第一節 2 變數的定義 變數前面加 符號 a 10 echo a 輸出 二 php資料型別 字串 整型 浮點型 布林型別 陣列 物件 資源file null 1 如何分辨型別 gettype 獲得變數的型別 a hello echo getty...
PHP的基礎(四)
這裡還是舉例子說明 建立兩個頁面,乙個fileup.html和乙個fileup.php fileup.html 如下 charset utf 8 檔案上傳title head action fileup.php method post enctype multipart form data type...
PHP 基礎 基礎鞏固
在做專案的時候,有時候寫乙個功能要去試兩三遍,自己也發現了,有些東西都是模模糊糊知道,原因都是基礎知識掌握的不夠紮實,趁平時有時間,把php的基礎知識又總結了一遍,相信以後寫專案少去不少麻煩.變數 變數的命名規範 變數名必須以 符號開頭,可以由下劃線或字母,漢字開頭,不能以數字或特殊符號開始命名 n...