ASP.NET

[ASP.NET][Class] Google Maps 輸入地址取得經緯度 & 取得兩點距離

需求:Google Maps 輸入地址取得經緯度 & 取得兩點距離
寫成一個陽春的 Class 方便往後使用。

More >

[ASP.NET] 即時產生縮圖

需求:傳入圖片網址,產生即時縮圖。
可依需求做在一隻檔案裡面 .. 有需要就傳值給它去處理。 (這隻檔案 ContentType 會是 image/Jpeg)

需 Import 進下列 Namespace:

Imports System.Drawing
Imports System.Net
Imports System.IO
Imports System.Web

More >