cgi&php
其他有用的環境變數
http_user_agent 瀏覽器的軟體版本
remote_address 瀏覽器的ip位址
remote_host 瀏覽器的機器名
cgi輸出的資料
非分析頭標
內容型別mime text/css
audio
image
text
video
multipart
php基本語法
2 echo("this is the ******st,an sgml processing instructionn")?>
=expression?>this is a shortcut for""
資料型別
四種標量型別
布林型 boolean
整型 integer
浮點型 float
字串 string 可以用單引號 雙引號 定界符
兩種復合型別
陣列 array
物件 object
最後是兩種特殊型別
資源 resource
null
定界符$str=<
spanning multiple lines
usin
hadoop 原始碼筆記
public inte ce tool extends configurable public int run string args throws exception public static void main string args throws exception toolrunner執行...
linux softirq 原始碼 筆記
asmlinkage void do softirq void asmlinkage void do softirq void h pending 1 while pending local irq disable pending local softirq pending if pending m...
URLClassLoader原始碼筆記
在搜尋載入jar檔案時,滿屏都是urlclassloader,簡直是被玩壞了。作為不求甚解的人,都覺得太過不去了,看看原始碼吧。urlclassloader的最終基類是classloader。urlclassloader的直接父類是secureclassloader,僅僅是做了乙個protectio...