目前分類:Thinking in Java (7)

瀏覽方式: 標題列表 簡短摘要

C++ to Java  

Java的Interface接口、等於C++虛基類virtual。

 

C++ abstract  

An abstract function cannot have functionality. You're basically saying, any child class MUST give their own version of this method, however it's too general to even try to implement in the parent class.

kk匡 發表在 痞客邦 留言(0) 人氣()

1  

1.參數互相沒有關係

2  

2. 形式參數

3  

kk匡 發表在 痞客邦 留言(0) 人氣()

That is based on SWT.

360反馈意见截图16171117498969  


kk匡 發表在 痞客邦 留言(0) 人氣()

I delete the source code then I remember that I had not capture the picture of the result.

But luckily, I take a phone when the programme has finished.

307613788460e074545cbc0c0 


kk匡 發表在 痞客邦 留言(0) 人氣()

HTML解釋器。

360反馈意见截图1617111784124104  


kk匡 發表在 痞客邦 留言(0) 人氣()

360反馈意见截图1617111786126106  


kk匡 發表在 痞客邦 留言(0) 人氣()

DAO是為了重用性(Re-use) ,所以在Model 2 時,屬於model layer。

而在model 1 時,屬於controller layer。

DAO是包括個或多個BO層,BO層由多個原子層組成。

而DTO在Data source和BAo之間,不涉及儲取動作,只是為了減輕伺服器負擔。

model 1 開發的話,應該用Multilayered architecture,這是軟件開發的其中一個方法。

kk匡 發表在 痞客邦 留言(0) 人氣()