InformisTry-HankLee

The harder you work, the less repentance you will get.

【舌尖上的演算法】Day4 -- 抽象資料型別及特性

2020 IT邦鐵人賽

本系列文章同步分享於IT邦幫忙第12屆鐵人賽 前言 第二天和第三天我們介紹了針對演算法執行效率(Time Complexity)進行了說明,然而除

【舌尖上的演算法】Day3 -- 解析演算法的優劣(下)

2020 IT邦鐵人賽

本系列文章同步分享於IT邦幫忙第12屆鐵人賽 前言 第二天我們提到了衡量一個演算法好壞的因素分別是執行時間(Time complexity)和使用

【舌尖上的演算法】Day2 -- 解析演算法的優劣(上)

2020 IT邦鐵人賽

本系列文章同步分享於IT邦幫忙第12屆鐵人賽 前言 第一天我們針對了演算法做了非常簡單的介紹,我們提到演算法本身是一個用來解決問題的一系列精準不

【舌尖上的演算法】Day1 -- 初嚐演算法

2020 IT邦鐵人賽

前言 從生物科技產業轉行到資訊科技產業不知不覺來到第五個年頭,這五年裡當個無憂無慮的小小碼農渾渾噩噩地來到了今天,雖然內心一直覺得既然踏入了這

A Brief Introduction of Using Java Logger

Recently, I am asked to record some information about how my server runs. So, I decide to use java.util.logging.Logger to implement the logging process. Also this article will give you a sample code of how to use the basic function of java.util.logging.Logger.


A Combination of TimerTask and Timer

How to use TimerTask and Timer in a easy way

In this article, I will give you a brief introduction about what Timer and TimerTask are and then a simple example to help you understand how to use them.


What's Informistry?