原创 Pattern-Oriented Software Architecture v1巨詳細讀書筆記 6

本筆記是《Pattern-Oriented Software Architecture vol.1 A system of patterns》原書[page 300-306]的山寨翻譯:),包括了View Handler模式的[變體]小節

原创 Pattern-Oriented Software Architecture v1巨詳細讀書筆記 9

客戶端如何在不知道服務器所處位置的情況下,僅知道其名字就能訪問到服務器?這就是本章描述的Client-Dispatcher-Server模式想解決的問

原创 Pattern-Oriented Software Architecture v1巨詳細讀書筆記 7

 本筆記是《Pattern-Oriented Software Architecture vol.1 A system of patterns》原書[

原创 Pattern-Oriented Software Architecture v1巨詳細讀書筆記 2

POSA vol.1 [page 276--281]------------------------------------------------[270]  ……(--跳過了部分proxy變體,例子和已知應用--)[276]3.5管理

原创 Pattern-Oriented Software Architecture v1巨詳細讀書筆記 5

本筆記是《Pattern-Oriented Software Architecture vol.1 A system of patterns》原書[page 295-300]的山寨翻譯:),包括了View Handler模式的[動態]和[

原创 關於POSA v1巨詳細讀書筆記,請大家多提意見!

 很多地方都不知道該怎麼翻譯,有的句子,按照原文翻譯出來居然和《面向模式的軟件體系架構 卷1 模式系統》翻譯出來的一樣,還有些句子以我的能力是翻譯不出

原创 Pattern-Oriented Software Architecture v1巨詳細讀書筆記 8

上個筆記中,已經描述了Forwarder-Receiver模式的例子,及所需要解決的問題,所處的上下文環境,還有它的典型場景,那麼在實際設計過程中,是

原创 Pattern-Oriented Software Architecture v1巨詳細讀書筆記 3

本筆記[不]是從《面向模式的軟件體系架構 卷1 模式系統》摘抄,而是《Pattern-Oriented Software Architecture vol.1 A system of patterns》原書[page 282-286]的翻

原创 Pattern-Oriented Software Architecture v1巨詳細讀書筆記 1

 Pattern-Oriented Software Architecture (簡稱:POSA)是除了GoF 的 Design Patterns:

原创 無孔不入的牛皮蘚!

在大街小巷裏小廣告貼的到處都是,現在網上也到處都是小廣告,牛皮蘚都貼到網上來了,真是無孔不入!今天看到我的博客裏有一條評論,我是多麼興奮,終於有人關心

原创 Pattern-Oriented Software Architecture v1巨詳細讀書筆記 4

本筆記不同於《面向模式的軟件體系架構 卷1 模式系統》的翻譯,而是從《Pattern-Oriented Software Architecture vol.1 A system of patterns》原書[page 287-295]直接

原创 鼠標中鍵在Firefox中的妙用

 鼠標的中鍵(可以下按的滾輪)在很多應用程序中通常都沒有用,但是這個中鍵卻在Firefox中有特殊的用處!   1。新標籤後臺打開鏈接: 現在google的默認設置是點擊鏈接後自動在本頁打開,有時候這種行爲很影響搜索。 如果是採用鼠標右鍵

原创 Bash Arrays

If you're used to a "standard" *NIX shell you may not be familiar with bash's array feature. Although not as powerful

原创 Setting up J2ME development environment for Symbian

1. install jdk 2. Install IDE (Eclipse) 3. Install Mobile Tools for Java  4. Install Symbian SDK : http://www.developer

原创 How to replace tab as spaces in vim?

1. set the options permanently echo 'set ts=4' >> .exrc echo 'set shiftwidth=4' >> .exrc echo 'set sts=4' >> .exrc echo