按F11放到最大
教學
2010年12月29日 星期三
2010年12月22日 星期三
2010年12月15日 星期三
執行事件
protected void Page_Load(object sender, EventArgs e)
{
//網頁載入時執行
Response.WriteFile("123.txt");
//Response.Redirect("http://www.hwc.edu.tw/");
}
protected void Button1_Click(object sender, EventArgs e)
{
//按鈕按下時
Response.Redirect("http://www.hwc.edu.tw/");
}
{
//網頁載入時執行
Response.WriteFile("123.txt");
//Response.Redirect("http://www.hwc.edu.tw/");
}
protected void Button1_Click(object sender, EventArgs e)
{
//按鈕按下時
Response.Redirect("http://www.hwc.edu.tw/");
}
基本語法
---------------------------------------------------------------------------
Response.Write("Hello 099007");
// a= Hello 099007
Response.Write("Hello 099007");
// a= Hello 099007
2010年12月8日 星期三
2010年12月1日 星期三
2010年11月24日 星期三
2010年11月17日 星期三
2010年11月10日 星期三
2010年11月3日 星期三
2010年10月27日 星期三
2010年10月20日 星期三
2010年10月13日 星期三
基本元件語法
Response.Write("Button1_Click");
Label2.Text += "Button1_Click";
Label2.Text = "Button1_Click";
2010年10月6日 星期三
2010年9月29日 星期三
ACCESS 北風資料位置
Office Path\OFFICE11\SAMPLES\Northwind.mdb
EX: C:\Program Files\Microsoft Office\OFFICE11\SAMPLES\Northwind.mdb
EX: C:\Program Files\Microsoft Office\OFFICE11\SAMPLES\Northwind.mdb
顯示行號
1. TOOLS (工具) -> Options(選項)
2. Options(選項) 視窗 左下角的"Show All Settings)(顯示所有設定)"打勾 (這個一定要打勾,不然找到死都找不到行號設定)
3. 找到Text Editor(文字編輯器) -> All Languages(所有語言)
4. 看到右邊的"Display(顯示)"下面的"Line numbers(行號)"打勾
5. 按下確定。
2. Options(選項) 視窗 左下角的"Show All Settings)(顯示所有設定)"打勾 (這個一定要打勾,不然找到死都找不到行號設定)
3. 找到Text Editor(文字編輯器) -> All Languages(所有語言)
4. 看到右邊的"Display(顯示)"下面的"Line numbers(行號)"打勾
5. 按下確定。
2010年9月15日 星期三
一般上網時常用的PORT,供大家參考
#-----------------accept some output port-------------------------
port 20 #ftp使用
port 21 #ftp
port 22 #SSH
port 23 #telnet TCP
port 23 #telnet UDP
port 25 #smpt
port 37 #time
port 53 #DNS TCP
port 53 #DNS UDP
#----------------------DHCP ARP protocol---------------------
port 67:68 #DHCP TCP (67:68表示開放port 67~port 68的意思)
port 67:68 #DHCP UDP
port 67:68 #DHCP ICMP
#----------------------http protocol---------------------
port 80 #http
port 82 #http
port 8080 #https
port 8088 #Radan http
#----------------------some protocol---------------------
port 110 #pop3
port 119 #NEWS
port 123 #ntp Network Time Protocol
port 137:139 #print share&netbios
port 443 #http over SSL(加密之http)
port 1080 #socks
port 1688 #nsjtp-data
port 1863 #msnp
port 4000 #ICQ
#---------------------yahoo mansanger--------------------
port 5000:5010
port 5050
port 5055
port 5100
port 20 #ftp使用
port 21 #ftp
port 22 #SSH
port 23 #telnet TCP
port 23 #telnet UDP
port 25 #smpt
port 37 #time
port 53 #DNS TCP
port 53 #DNS UDP
#----------------------DHCP ARP protocol---------------------
port 67:68 #DHCP TCP (67:68表示開放port 67~port 68的意思)
port 67:68 #DHCP UDP
port 67:68 #DHCP ICMP
#----------------------http protocol---------------------
port 80 #http
port 82 #http
port 8080 #https
port 8088 #Radan http
#----------------------some protocol---------------------
port 110 #pop3
port 119 #NEWS
port 123 #ntp Network Time Protocol
port 137:139 #print share&netbios
port 443 #http over SSL(加密之http)
port 1080 #socks
port 1688 #nsjtp-data
port 1863 #msnp
port 4000 #ICQ
#---------------------yahoo mansanger--------------------
port 5000:5010
port 5050
port 5055
port 5100
訂閱:
意見 (Atom)