發表文章

目前顯示的是 4月, 2014的文章

[asp.net] 伺服器認可通訊協定違規. Section=ResponseStatusLine

圖片
錯誤訊息:伺服器認可通訊協定違規. Section=ResponseStatusLine

[google map api] 用經緯度計算兩點的距離

用經緯度計算兩點的距離  var distance = new GLatLng(39.917, 116.397).distanceFrom(new GLatLng(37.4419, -122.1419)); alert(parseInt(distance/1000,10) + "公里"); 相關參考: https://developers.google.com/maps/documentation/javascript/v2/reference#GLatLng.GLatLng

分析網頁效能工具 網站效能優化

圖片
Google 分析網頁效能工具 https://developers.google.com/speed/pagespeed/insights/ 1.首先將需要分析的網址鍵入, 2.等待分析完畢後,依提示手機版及電腦版,分別將網站修正、微調,即可達到優化效果 。 另一國外網站方法類似,亦可交叉測試 http://gtmetrix.com/