Search_bar PopupBox pagination-container
Search

How to count traffic on your own website?

cover

#Blog
#Tech #Web

Many people want to see the behavior of the client when building their own web pages. There is no doubt that client-facing analytics can always help web administrators run their web pages better. Here’s how to count traffic for your website.

Read More

淺談Java泛型與C++模板之異同(附大量代碼)

Comparsion
#Blog
#C++ #Java

Java的泛型(Generics)是Java 5(也稱為Java 1.5)版本中首次引入的,此特性增加了Java語言的類型安全和靈活性。模板(Template)是C++98(也被稱為標準模板庫,Standard Template Library,STL)中引入的重要特性,此特性允許開發者編寫泛型代碼。本博客旨在通過代碼實例淺析Java的泛型與C++模板實現的異同。

Read More