- Mar 28 Sat 2009 15:33
【PHP】PHP 中的 unescape 函式
- Feb 23 Mon 2009 23:50
【ExtJS】Grid 資料可用拖拉方式交換
var ddrow = new Ext.dd.DropTarget(Grid.getView().mainBody, {
ddGroup : 'ddGroup',
- Dec 23 Tue 2008 22:41
Setting the HTTP charset parameter
因為太常用到了
- Dec 01 Mon 2008 18:57
【ExtJS】Ajax Communication failure 解決方法
只需在Ajax failure function 內加入
- Sep 18 Thu 2008 14:48
【PHP】追蹤檔案上傳進度(實作篇)
- Aug 15 Fri 2008 21:55
【PHP】Cookies失效
說來真是可笑
- May 25 Sun 2008 15:49
【PHP】PHP: 追蹤上傳檔案進度
現時用 PHP 編寫上傳檔案的功能時,如果檔案體積較龐大,或者使用者與伺服器端的連線較慢,這樣上傳便要等一段頗長的時間,而且最慘是使用者根本不知還要等多久,以及已經上傳進度完成了多少。幸好在 PHP 5.2 支援檢查檔案上傳進度的功能,可以給使用者看到實時上傳進度。這篇在 IBM DeveloperWorks 的文章介紹了用 $_POST 陣及 APC_UPLOAD_PROGRESS 製作上傳實時進度的方法:
What's new in PHP V5.2, Part 5: Tracking file upload progress
- May 25 Sun 2008 15:47
【PHP】PHP 透過 SMTP 發送郵件
- May 03 Sat 2008 16:49
【Ubuntu】安裝Apache2 + PHP5 + MySQL + phpMyAdmin
安裝MySQL-Server
$ sudo apt-get install mysql-server