PHP [PHP]Alternative syntax for control structures常在開發網頁時,不得已會在HTML裡嵌入一些PHP,萬一裡面又有判斷式,整段程式 Read more… By johnson, 13 年27 2 月, 2012 ago
PHP [ZF]Zend Framework GET & POST在ZF中,只能在Controller中取得Post跟Get的值! 取得的方式是用 Read more… By johnson, 13 年27 2 月, 2012 ago
PHP [ZF]View Helper – BaseUrl在使用ZF時,如果在layout要引入css時,常常會遇到路徑出錯,或者想要用同 Read more… By johnson, 13 年27 2 月, 2012 ago
DataStructure [DataStructure]Selection Sort(選擇排序法)選擇排序法的複雜度為O(n^2),和氣泡排序法是一樣的 他的步驟是將要排序的數字 Read more… By johnson, 13 年 ago
DataStructure [DataStructure]Bubble Sort(氣泡排序法)這是資料結構第一個學到的排序法, 雖簡單但因為複雜度太高效率非常不好(Ο(n^2 Read more… By johnson, 13 年26 2 月, 2012 ago
DataStructure [DataStructure]Quick Sort(快速排序法)目前公認最快的排序法,雖然最壞的時候還是會衝到O(n^2),不過大部份還是很快的 Read more… By johnson, 13 年26 2 月, 2012 ago
Linux [Ubuntu]Pure-ftpd利用MySQL管理虛擬帳號ftp是很常見的服務,但要讓別人使用ftp必須在主機上建設實體帳號才能讓使用者登 Read more… By johnson, 13 年22 2 月, 2012 ago