Es: adb logcat pdfJNI:V fpdf:I *:S > log.txt
將 tag = "pdfJNI" 的 Verbose 與 "fpdf" Warn 的 log 印到 log.txt
V Verbose
D Debug
I Info
W Warn
E Error
F Fatal
S Silent (supress all output)
2011年2月21日 星期一
2011年2月16日 星期三
Create a Android project w/ build.xml via command
android create project --target 8 --name YourProjectName --path YorProjectPath --activity StartUpActivity --package com.wethink
2011年2月12日 星期六
安裝 ADempiere / PostgreSQL
1. 安裝 ADempiere
- Email server: smtp.googlemail.com
- DB server: localhost
- DB name: adempiere
- DB user: adempiere
2. 安裝 PostgreSQL
初始DB:
c:\pgsql\bin\initdb -E UTF-8 -U postgres ..\data
啟動service:
c:\pgsql\bin\pg_ctl.exe -D ..\data start

pgAdmin III:
localhost
user: postgres
- Email server: smtp.googlemail.com
- DB server: localhost
- DB name: adempiere
- DB user: adempiere
2. 安裝 PostgreSQL
初始DB:
c:\pgsql\bin\initdb -E UTF-8 -U postgres ..\data
啟動service:
c:\pgsql\bin\pg_ctl.exe -D ..\data start

pgAdmin III:
localhost
user: postgres
訂閱:
文章 (Atom)