霹靂開發邦
分享開發和經營的兩三事。
導覽列
(移至...)
首頁
FB粉絲團
訂閱RSS
關於本站
紀事
▼
2022年7月23日 星期六
detect portrait/landscape mode, don't use window.orientation
›
Math.abs(window.orientation) == 90 doesn't mean it's landscape mode. About 1% of android tablets consider that window.orientation =...
2022年5月16日 星期一
one line shell script to set a variable for odd or even month
›
month=$(if [[ $(echo $(date +%m)%2 | bc) -eq 1 ]]; then echo "odd"; else echo "even"; fi;)
2021年7月10日 星期六
google vs cloudflare: check if IP cames from mainland China
›
google ad manager report and cloudflare geoip header all traffic in specific period: 5,804,277 cloudflare-geoip is CN: 80,956 cloudflare-ge...
2021年3月15日 星期一
change SVG color by using CSS
›
https://codepen.io/sosuke/pen/Pjoqqp
2020年9月10日 星期四
default settings in enableLazyLoad()
›
GPT(google publisher tag) starts to support lazyload at 2019-02-04(v301), developer can setup lazyload ads easily . But there is no official...
2020年6月18日 星期四
CDN 不能在 header 中設定 set-cookie
›
aws cloudfront 只要有 set-cookie ,就不會快取,而 #cloudflare 原本沒有,但最近也跟進了。
2020年4月30日 星期四
disable adsense on 404 pages in wordpress
›
My client got adsense policy violation for 404 pages since the static adsense code appeared in the widget of sidebar. Therefore, we run fe...
2020年3月30日 星期一
upgrade to Jetdrive for Macbook pro
›
The missed step took me several hours, cause my new jetdrive unable to be detected. jetdrive should format by following steps: disk utili...
2020年2月19日 星期三
CSV 格式的 API 需注意事項
›
近期本站製作 藥局口罩資訊 ,官方提供的 API 是 CSV 格式。但後來發現,CSV 格式,有時候可能因為網路問題,會導致下載不完全。但 CSV 格式的特性,不完全,它還可以被分析轉換,導致後續一連串的錯誤發生。當然,可以的話 JSON 格式最好,好轉換,若被截斷了,至少不會繼...
2019年11月29日 星期五
使用 cloudflare workers 來代替 php 存取第三方 API ,解決 process 被卡住的問題
›
最可恨的事情就是,cpu 沒有 100% ,系統就掛了。 本站大部份的頁面,php 平均處理時間大多是 50ms 以下,有快取的則在 10 ms 以下。但是當 php 要存取第三方 api 時, api 的回應常到高達 1~5 秒,所有的 php process 就會被卡住。...
›
首頁
查看網路版