albert's blog
2019/04/10
蒙地卡羅模擬法 (Monte Carlo Simulation)
›
Scenario 使用的範例源自於 How to measure anything 此本書 [3],決策目標 How-To 本範例會使用 googledoc spreadsheet 來展示蒙地卡羅模擬法,請先研究 NORMINV [1] 與 RAND [2]...
2019/04/09
[閱讀筆記] 情緒勒索 (Emotional Blackmail) (1/4)
›
情緒勒索者只不過是想藉此尋求安全感及掌控權,不論外表看起來多麼有自信,他們的內心其實是非常焦慮的。 情緒勒索其實是「你情我願」、「一個願打、一個願挨,是我們自己缺乏「界線」,情緒勒索者才能成功勒索你 。從小活在家庭暴力裡,長大做不到孝順,這不是你的錯;沒有情份的親子關係,不...
2019/04/08
[Spring Boot] A simple example for Spring Boot Profile
›
Scenario How-To 1. Create a WeatherService package com . example . service ; public interface WeatherService { String g...
2019/04/07
[HTML] Using DATA URI to show image in HTML
›
Here has a simple example to demonstrate how to use base64 string to show image in HTML instead of physical image file. Steps Step 1. Fin...
2019/04/06
[閱讀筆記] Thinking in Systems: A Primer (1/9)
›
這本書的主要目的是要針對系統 (system) 提供不同的看法與想法,目標讀者是對系統這個字感到有興趣的與系統分析領域的人。作者會使用非技術性的語言來進行討論,不要使用數學或電腦領域的字眼,讓讀者理解系統。並且,由於一張圖可以抵萬語,作者會透過圖形來讓讀者更容易理解。 何...
2019/04/05
[Spring boot] How To Do @Async in Spring
›
Setup Asynchronous configuration: package com . example . config ; import org.springframework.context.annotation.Bean ; import org....
‹
›
Home
View web version