- Feb 10 Sat 2018 14:38
-
Elasticsearch On DOCKER WITH docker-compose
- Feb 07 Wed 2018 15:10
-
Newman
Install nodejs
- https://nodejs.org/en/download/package-manager/#macos
Install newman
- https://www.getpostman.com/docs/postman/collection_runs/command_line_integration_with_newman
Install Postman
- Dec 09 Sat 2017 15:33
-
Redis on Docker and php session save to Redis
- Dec 03 Sun 2017 11:56
-
Chrome Request Headers , Provisional headers are shown and Status Code:200 OK
使用Chrome 瀏覽網頁,仔細觀察會發現以下的情況。
Request Headers
Provisional headers are shown
Response Headers
Status Code: 200 (from memory cache)
- Aug 24 Thu 2017 14:48
-
檢查Browser 是否支援Flash
偶然看到,記錄一下。
function isFlashSupported()
{
if(window.ActiveXObject)
{
- Aug 11 Fri 2017 14:24
-
Mysql DELETE JOIN
今天有人問到,是否可以在 join 的情況下,刪除DB資料。
結果查到了這個方法,實測可行:
- Aug 09 Wed 2017 11:35
-
Javascript 金額格式處理
- Jul 11 Tue 2017 16:51
-
chrome ssl pass 自簽 certificate in nginx(include root CA)
依古法產生自簽憑證,
在Firefox測試正常,也有綠色勾勾。
但是在Chrome就失敗了,打開DEVTOOL的Security項目看到以下有紅色三角型。
Subject Alternative Name Missing
Certificate Error(net::ERR_CERT_COMMON_NAME_INVALID)
- Jul 09 Sun 2017 22:48
-
aMule-gui on Lubuntu 16.04
amule,amule-utils,amule-utils-gui,安裝完成後.
如果想直接打開amulegui進行端管理會閃退.
/var/log/apport.log 會有這樣的訊息:
gdbus call error: Error: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
要先打開一次amule,再打開amulegui就完成了.