The Maemo platform is the core software stack that runs on mobile devices such as the Nokia N810.The Maemo platform is built in large parts of open source components.The Maemo SDK provides an open development environment for applicationson top of
節選自: Platform Builder User's Guide -> Catalog Overview The Catalog window and the OSDesignView tab contain a number of icons used to represent object types. The icons make it possible for you to differentiate between Catalog item objects at a
基本上就是這些步驟:下載你要串連的資料庫的JDBC驅動程式(driver)。通常都是一個jar檔案,複製到你的project裡面,確保識別這個庫就可以了。載入驅動, 不同的資料庫需要不同 JDBC driver。串連資料庫,不同的資料庫同樣需要不同的JDBC URL。下面給出串連不同資料庫的例子串連 mini SQL// Establish a connection to a mSQL database using JDBC.import java.sql.*;class JdbcTest1
//========================================================================//TITLE:// WinCE擷取裝置ID//AUTHOR:// norains//DATE:// Sunday 4-November-2007//Environment:// EVC4.0 + Windows CE 5.0 Standard SDK//===============================
在Android SDK源碼工程下,如果編譯整個工程可能需要兩三個小時,即使二次編譯也要二十多分鐘。如果只想單獨編譯某個APK應用,那麼可以這樣做: 1)在build目錄下執行 . envsetup.sh (注意,命令前面有一個點,然後接一個“空格”鍵) 執行完後,就會多出以下幾個命令:- croot: Changes directory to the top of the tree.- m: Makes from the top of the tree.- mm:
在PC端的ADB工具命令集中,有一個命令為:adb logcat 該命令主要是擷取目標機的輸出資訊。目標機輸出資訊分為以下幾個優先順序(以下按照從低到高順序排列): V — Verbose (lowest priority) D — Debug I — Info W — Warning E — Error F — Fatal S — Silent (highest priority, on which nothing is ever printed)adb