- Feb 10 Sat 2018 14:38
-
Elasticsearch On DOCKER WITH docker-compose
- Feb 07 Wed 2018 15:10
-
Newman
- 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
- Aug 24 Thu 2017 14:48
-
檢查Browser 是否支援Flash
偶然看到,記錄一下。
function isFlashSupported()
{
if(window.ActiveXObject)
{
try
{
if(new ActiveXObject('ShockwaveFlash.ShockwaveFlash'))
return true;
}
catch(e){}
}
return navigator.plugins['Shockwave Flash'] ? true : false;
}
function isFlashSupported()
{
if(window.ActiveXObject)
{
try
{
if(new ActiveXObject('ShockwaveFlash.ShockwaveFlash'))
return true;
}
catch(e){}
}
return navigator.plugins['Shockwave Flash'] ? true : false;
}
- Aug 11 Fri 2017 14:24
-
Mysql DELETE JOIN
- Aug 09 Wed 2017 11:35
-
Javascript 金額格式處理
- Jul 11 Tue 2017 16:51
-
chrome ssl pass 自簽 certificate in nginx(include root CA)
- Jul 09 Sun 2017 22:48
-
aMule-gui on Lubuntu 16.04
1