摘要:
1. 用EndInvoke等待異步調(diào)用;
2. 用WaitHandle等待異步調(diào)用;
3. 輪訓(xùn)查詢等待異步調(diào)用;
4. 異步調(diào)用完成后,執(zhí)行回調(diào)......
閱讀全文
posted @ 2007-07-23 10:07
Silent Void
閱讀(534)
推薦(0)
摘要:
深入介紹virtual/new/override 這些關(guān)鍵字的意義
閱讀全文
posted @ 2007-07-22 21:52
Silent Void
閱讀(2355)
推薦(1)
摘要:
Date and Time Arithmetic in JScript
閱讀全文
posted @ 2007-07-17 20:37
Silent Void
閱讀(702)
推薦(0)
摘要:
All mouse events fire on an object with setCapture.
閱讀全文
posted @ 2007-07-12 20:03
Silent Void
閱讀(1160)
推薦(0)
摘要:
:定義HTC,這個(gè)標(biāo)簽是其他定義的父元素。
: 定義HTC的屬性,里面三個(gè)定義分別代表屬性名、讀取屬性、設(shè)置屬性時(shí)HTC所調(diào)用的方法。
:定義HTC的方法,NAME定義了方法名。
:定義了HTC的事件,NAME定義了事件名,ID是個(gè)可選屬性,在HTC中唯一標(biāo)識(shí)這個(gè)事件。
:定義了瀏覽器傳給HTC事件的相應(yīng)方法,其中EVENT是瀏覽器傳入的事件,ONEVENT是處理事件的方法。
閱讀全文
posted @ 2007-07-12 19:31
Silent Void
閱讀(470)
推薦(0)
摘要:
Strategy Pattern,
Template Method Pattern,
Observer Pattern,
MVC Pattern,
Iterator Pattern,
Chain of Responsibility Pattern,
Command Pattern,
Memento Pattern,
State Pattern,
Interpreter Pattern,
Visitor Pattern,
Mediator Pattern
閱讀全文
posted @ 2007-06-22 09:47
Silent Void
閱讀(461)
推薦(0)
摘要:
Adapter Pattern,
Composite Pattern,
Decorator Pattern,
Flyweight Pattern,
Facade Pattern,
Brige Pattern
閱讀全文
posted @ 2007-06-22 09:40
Silent Void
閱讀(439)
推薦(0)
摘要:
Simple Factory Pattern,
Factory Method Pattern,
Abstract Factory Pattern,
Singleton pattern,
Mutition Pattern,
Builder Pattern,
Prototype Pattern
閱讀全文
posted @ 2007-06-22 09:26
Silent Void
閱讀(499)
推薦(0)
摘要:
1. Create SchemaImporterExtension that will recognize the DataSetSchema:
2. Compile and GAC the SchemaImporterExtension;
3. Add it to the existent extensions in machine.config, ysing fully-qualified assembly name
閱讀全文
posted @ 2007-05-23 11:44
Silent Void
閱讀(968)
推薦(0)
摘要:
VS2005的語(yǔ)言設(shè)置可能會(huì)導(dǎo)致模板丟失和類設(shè)計(jì)器(Class Designer)不能創(chuàng)建類型
閱讀全文
posted @ 2007-05-15 16:37
Silent Void
閱讀(1152)
推薦(0)
摘要:
SSL握手有三個(gè)目的:
1. 客戶端與服務(wù)器需要就一組用于保護(hù)數(shù)據(jù)的算法達(dá)成一致;
2. 它們需要確立一組由那些算法所使用的加密密鑰;
3. 握手還可以選擇對(duì)客戶端進(jìn)行認(rèn)證。
閱讀全文
posted @ 2007-05-14 23:21
Silent Void
閱讀(38352)
推薦(2)
摘要:
VS2005的類設(shè)計(jì)器(Class Designer)中,如果顯示讓類繼承接口(closed arrow head line from the class to the interface),而不是實(shí)現(xiàn)接口(a "lollipop" shape)?
閱讀全文
posted @ 2007-05-09 15:20
Silent Void
閱讀(1817)
推薦(0)
摘要:
SRP,單一職責(zé)原則(The Single Responsibility Priciple);OCP,開(kāi)放封閉原則(The Open-Close Priciple);LSP,Liskov替換原則(The Liskov Substitution Priciple);DIP,依賴倒置原則(The Dependency Inversion Priciple);ISP,接口隔離原則(The Interface Segregation Interface);
REP,重用發(fā)布等價(jià)原則;CCP,共同封閉原則;CRP,共同重用原則;
ADP,無(wú)環(huán)依賴原則;SDP,穩(wěn)定依賴原則;SAP,穩(wěn)定抽象原則
閱讀全文
posted @ 2007-05-08 20:40
Silent Void
閱讀(849)
推薦(0)
摘要:
完整團(tuán)隊(duì);
計(jì)劃游戲;
客戶測(cè)試;
簡(jiǎn)單設(shè)計(jì);
結(jié)對(duì)編程;
測(cè)試驅(qū)動(dòng)開(kāi)發(fā);
改進(jìn)設(shè)計(jì);
持續(xù)集成;
集體代碼所有權(quán);
編碼標(biāo)準(zhǔn);
隱喻;
可持續(xù)的速度
閱讀全文
posted @ 2007-05-07 22:10
Silent Void
閱讀(981)
推薦(0)
摘要:
個(gè)體和交互 勝過(guò) 過(guò)程和工具
可以工作的軟件 勝過(guò) 面面俱到的文檔
客戶合作 勝過(guò) 合同談判
響應(yīng)變化 勝過(guò) 遵循計(jì)劃
閱讀全文
posted @ 2007-05-07 22:03
Silent Void
閱讀(3834)
推薦(0)