昇級版的Field, 用起來像普通Field, 但卻有封裝
private int secrete;
選取/重整/封裝欄位
自動產生
public int Secrete
{
get { return secrete; }
set { secrete = value; }
}
使用
Demo demo = new Demo();
demo.Secrete = 3;
Console.Write(demo.Secrete);
Tuesday, September 25, 2007
Monday, September 24, 2007
Polymorphism
http://cdict.giga.net.tw/q/polymorphism
FOLDOC - Computing Dictionary人物 Christopher Strachey (polymorphism, currying)
length :: [a] -> Intoverloading (operator overloadin)
The ability to use the same syntax for objects of different type
- 10+2
- 1.2+2.5
- "this" + " " + "is"
C#學習之旅
C# Tutorial | wiki
Lesson 1
Main(): like main() in C, 一個專案只能有一個 Class 有 Main()
give 命令列參數in IDE, app/屬性/偵錯/起始選項/命令列的引數
還可以簽署[todo]
args[0]:取得命令列參數
C:\> a.exe 123
args[0]==123
{0}: Parameter Position Holder
Lesson 5
ref: like C & (pass by reference)
out: like VB (output variable for return more than one value)
params: 不定個數參數
f(params string[] names)
f("apple","banana","orange")
f( string[] names)
f(["apple","banana","orange"])
static void Main(string[] args)
{
string[] names = { "a", "b", "c" };
this.DemoParams("a", "b", "c");
this.WithoutParams(names);
}
this 不能用在靜態成員
Lesson 1
Main(): like main() in C, 一個專案只能有一個 Class 有 Main()
give 命令列參數in IDE, app/屬性/偵錯/起始選項/命令列的引數
還可以簽署[todo]
args[0]:取得命令列參數
C:\> a.exe 123
args[0]==123
{0}: Parameter Position Holder
Lesson 5
ref: like C & (pass by reference)
out: like VB (output variable for return more than one value)
params: 不定個數參數
f(params string[] names)
f("apple","banana","orange")
f( string[] names)
f(["apple","banana","orange"])
static void Main(string[] args)
{
string[] names = { "a", "b", "c" };
this.DemoParams("a", "b", "c");
this.WithoutParams(names);
}
this 不能用在靜態成員
Tuesday, August 21, 2007
臺灣大學博物館群
炎炎夏日何處去?來趟臺灣大學博物館之旅吧!
網址: http://www.museums.ntu.edu.tw/
臺大博物館群合作發展計畫者計有八處,分別為臺大校史館、人類學系標本陳列室、地質標本館、物理文物廳、昆蟲標本室、臺大農業陳列館、植物標本館,以及動物博物館等館室,分散於校園各處。
網址: http://www.museums.ntu.edu.tw/
臺大博物館群合作發展計畫者計有八處,分別為臺大校史館、人類學系標本陳列室、地質標本館、物理文物廳、昆蟲標本室、臺大農業陳列館、植物標本館,以及動物博物館等館室,分散於校園各處。
Sunday, July 29, 2007
Friday, January 26, 2007
Sunday, November 05, 2006
Thursday, November 02, 2006
mashup (jotform, googlepages)
wcchang 的 report
google pages 的問題
jotform的問題: report 收不到資料
radio 的options 中文的話,value 不會設進去
checkbox 也有同樣的問題
因為jotform沒有提供online 編輯HTML code的功能
所以放在自己的網頁,譬如google pages
自己將value補上去就可以Work了
http://www.jotform.com/form/63000250230
google pages 的問題
直接送出中文url的 page, 用outlook express 檢視點選連結會有問題。建議create時用英文或數字的檔名。googlepage
沒有提供rename url的功能,複製的話連中文檔名也複製。所以有點麻煩,取了用中文url的,要改成英文url的話,只好先create new,
再慢慢地按照Section Copy過去。
jotform的問題: report 收不到資料
radio 的options 中文的話,value 不會設進去
checkbox 也有同樣的問題
因為jotform沒有提供online 編輯HTML code的功能
所以放在自己的網頁,譬如google pages
自己將value補上去就可以Work了
http://www.jotform.com/form/63000250230
電子報美工委託
http://epaper.ntu.edu.tw/view.php?listid=87&id=1926
=> http://kptest.cc.ntu.edu.tw/dojo/dojo/demos/widget/Fisheye.html
委託者構想
最新出刊: 嬰兒
歷史報區: 老人
訂閱頁面: 月亮+釘子+鐵鎚
總覽月刊:
dojo
月亮
http://flickr.com/photos/auntie/289058260/
http://flickr.com/photos/nimbupani/39973420/
Final
http://kptest.cc.ntu.edu.tw/dojo/dojo/demos/widget/epaper.htm
http://kptest.cc.ntu.edu.tw/epaper/epaper.htm
Original
http://epaper.ntu.edu.tw/view.php?listid=87&id=1926
http://kptest.cc.ntu.edu.tw/epaper/epaper_org.htm
=> http://kptest.cc.ntu.edu.tw/dojo/dojo/demos/widget/Fisheye.html
委託者構想
最新出刊: 嬰兒
歷史報區: 老人
訂閱頁面: 月亮+釘子+鐵鎚
總覽月刊:
dojo
月亮
http://flickr.com/photos/auntie/289058260/
http://flickr.com/photos/nimbupani/39973420/
Final
http://kptest.cc.ntu.edu.tw/dojo/dojo/demos/widget/epaper.htm
http://kptest.cc.ntu.edu.tw/epaper/epaper.htm
Original
http://epaper.ntu.edu.tw/view.php?listid=87&id=1926
http://kptest.cc.ntu.edu.tw/epaper/epaper_org.htm
Subscribe to:
Posts (Atom)