2011年4月29日 星期五

iOS4.3.1 更新後安裝的軟體列表

  • Bolt:只有在充電時才顯示 lighting 符號
  • CallBar
  • CleanStatus
  • DataDeposit
  • Double At
    • 在 iAcces 的鍵盤上無法使用
  • Gesture Control
  • iAcces
  • iFile
  • FreeSync
  • IntelliScreen
  • KuaiDial
  • LastApp
  • Personal Hotspot SBSetting
  • PictureMe
  • Pull to Refresh Mail
  • Pull to Refresh Safari
  • QuickDo
  • QuickOpen
  • RunningList
  • Samba*
  • SBSettings
  • ScreenDimmer
  • SpringFlash
  • StatusTweak
  • SwitcherPages*
  • UnlimTones
  • WeatherIcon
  • YourTube2
  • 3G Unrestrictor

2011年4月26日 星期二

如何 Debug PDF Plug-in

Project property page->Configuration Properties->Debugging->Command

中設定 Acrobat/Reader 的執行檔案路徑,再加上中斷點即可。

PS: 前提是編譯好的檔案要複製到 plug_ins 目錄內。

Server sent unexpected return value (413 Request Entity Too Large) 錯誤

上傳大型檔案到 apache server 時有可能發生的錯誤訊息。

解決方法是:開啟 httpd.conf 檔案,並且加入 LimitRequestBody 參數。

比如:

LimitRequestBody 102400

可以限制上傳檔案的到小最大為 100K。

Note:Apache server 的上傳上限為 2G。

參考:http://httpd.apache.org/docs/2.2/mod/core.html#limitrequestbody

2011年4月22日 星期五

PDF prefix registration

Adobe 利用 4 個字元長度的 prefix 來區隔不同的 developer。

Adobe 預設使用 ADBE 或 Acro,一般開發者可以在 PDF prefix registration 中註冊自己的 prefix。藉由註冊自己的 prefix 可以確保跟其它開發者的元件區隔。

2011年4月20日 星期三

PDF library

Haru Free PDF Library

Hary free PDF Library 可用來建立 PDF 的免費 library。現階段不支援從既存的 PDF 檔案中載入的功能。

Acrobat SDKs

SDK 現在為免費提供。使用該 SDK 可建立軟體與增效模組,與 Adobe Acrobat 和 Adobe Reader 軟體互動並進行各項自訂。

References