2016年12月29日

ASP.Net | Ajax 呼叫 WebMethod 同時使用 Authentication

系統首頁驗證表單使用Authentication,同時間我希望點下登入按鍵時透過Ajax呼叫cs檔中的Webmethod,沒想到這兩個互相有衝突,原因在於設定檔!


2016年12月20日

Amazon EC2 - Amazon Linux Instance + Lamp + phpMyAdmin

因為工作需要在Amazon上實作建立EC2 Instance及建立LAMP環境,這篇文章主要紀錄一下過程,在建立雲端環境前已在本機做一個完整的PHP網站+MySQL資料庫


<Javascript> How to uncompressed GZIP at front-end using Javascript

It's been a while I haven't share my coding work. In this article I would like to share how to receive a Gzip file via stream, unzip...