Monthly Archives: February 2012

URL最大長度

URL最大長度的限制,在標準規範中並無定義。但是,Microsoft Internet Explorer 有規定,需在2,083個字元內。其他瀏覽器,如Firefox、Chrome、Opera等,至少為65,536個字元。 但Apache Server可接受的字元數為4,000,IIS則為16,384。 因此,若開發人員想要利用URL傳遞參數的話,URL長度盡量在2,000個字元內,會比較安全。 參考資料 URL的最大長度限制 最大 URL 長度是在 Internet Explorer 中的 2,083 字元

Posted in ajax, ASP.NET, browser, jQuery, mvc, PHP, 網路, 網頁撰寫, 資工 | Leave a comment

[C#] Interface & Abstract

蒐集了一些資訊,提供給各位參考參考。 [C#] 泛型的意義 (Generics) [C#] 泛型 = 樣板? 泛型 (C# 程式設計手冊) 泛型場合-使用C# [Design Patterns]使用Interface來實作Template Method Pattern c# 學習筆記04 – 繼承, 抽像類別, 介面 如何用C# 2005撰寫外掛程式 (原創) interface和abstract class有何不同? (C/C++) (.NET) (C#) [獨自murmur]Interface VS Abstract

Posted in C, visual studio, 程式設計 | Leave a comment

[PHP] Moodle 認證API

Authentication API Authentication plugins auto login to moodle from http url How to extend Moodle Web Services (the hard way)

Posted in PHP, 程式設計, 網頁撰寫 | Leave a comment