顯示具有 Interface 標籤的文章。 顯示所有文章
顯示具有 Interface 標籤的文章。 顯示所有文章

2015年3月2日

[C#] Interface 使用

在物件導向中Interface可用來做為一個介面,在介面上定義不同的方法,而他方便之處就是不同的方法可以有不同的實作,也就是它裡面可以因不同的需求和情況重新定義,寫了一個小範例練習

<Javascript> How to uncompressed GZIP at front-end using Javascript

It's been a while I haven't share my coding work. In this article I would like to share how to receive a Gzip file via stream, unzip...