freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

基于android的智能手機(jī)遠(yuǎn)程監(jiān)控軟件畢業(yè)設(shè)計(jì)說(shuō)明書(shū)(論文)-資料下載頁(yè)

2025-02-26 08:35本頁(yè)面

【導(dǎo)讀】未定義書(shū)簽。未定義書(shū)簽。

  

【正文】 { result+=(i).getAddress()+:br/+ |+(i).getPower()+ |+(i).getWaterlevel()+ |+(i).getPump()+ |font color=\ff0000\+(i).getStatus()+/fontbr/br/。 } ((result))。 } Thread thread = new Thread() { @Override public void run() { int waitingTime = 5000。 // ms try { (3000)。 } catch (InterruptedException e) { 江蘇理工學(xué)院畢業(yè) 設(shè)計(jì)說(shuō)明書(shū)(論文) 第 19 頁(yè) 共 49 頁(yè) ()。 } finally { //查詢(xún)數(shù)據(jù)、線程啟動(dòng) smsInfoThread=new SMSInfoThread(,myMessageList)。 ()。 } } }。 ()。 }。 }。 控制界面設(shè)計(jì)與實(shí) 現(xiàn) 點(diǎn)擊查詢(xún)后啟動(dòng)查詢(xún)界面,用戶(hù)在第一個(gè)輸入框中輸入想查詢(xún)終端地址,在第二個(gè)輸入框中輸入指令(目前只支持兩種指令。指令格式是本機(jī)號(hào) +10001 或者 10000。比如本機(jī)號(hào): 12345678900,那么輸入指令是: 1234567890011111。其中以 10001 結(jié)尾表示打開(kāi) LED1,以 10000 結(jié)尾表示關(guān)閉 LED1)。 圖 37 控制界面 關(guān)鍵代碼如下: public boolean onCreateOptionsMenu(Menu menu) { (0, 0, 0, 控制 )。 江蘇理工學(xué)院畢業(yè) 設(shè)計(jì)說(shuō)明書(shū)(論文) 第 20 頁(yè) 共 49 頁(yè) (0, 1, 1, 關(guān)于 )。 return (menu)。 } public boolean onOptionsItemSelected(MenuItem item) { (item)。 switch(()) { case 0: search()。 //選擇 “控制 ”選項(xiàng) break。 case 1: about()。 //選擇 “關(guān)于 ”選項(xiàng) break。 } return true。 } //轉(zhuǎn)入發(fā)送控制界面,本應(yīng)用中使用的是谷歌自帶的發(fā)送短信界面 private void search() { Uri uri = ( Intent intent = new Intent(, uri)。 (sms_body, 格式:本機(jī)號(hào) +11111)。 startActivity(intent)。 } 江蘇理工學(xué)院畢業(yè) 設(shè)計(jì)說(shuō)明書(shū)(論文) 第 21 頁(yè) 共 49 頁(yè) 第 4 章 軟件 調(diào)試 Android 系統(tǒng)是一個(gè)很復(fù)雜的操作系統(tǒng)。在開(kāi)發(fā)應(yīng)用軟件的中,出現(xiàn)了各種各樣的 問(wèn)題 ,包括開(kāi)發(fā)環(huán)境配置問(wèn)題,開(kāi)發(fā)語(yǔ)言使用問(wèn)題,虛擬機(jī)不能模擬實(shí)際機(jī)器的問(wèn)題。在本章中,將 開(kāi)發(fā)中遇到的一些錯(cuò)誤羅列出來(lái)。 非代碼部分調(diào)試 JAVA 環(huán)境配置 問(wèn)題:在啟動(dòng) Android 開(kāi)發(fā)平臺(tái) Eclipse 時(shí),出現(xiàn)如 圖 41所示 錯(cuò)誤提示: 圖 41 JAVA環(huán)境配置提示 分析解決: 由于 Eclipse 運(yùn)行需要 JAVA 環(huán)境的支持,所以在運(yùn)行 Eclipse之前需要下載并且安裝一個(gè) JAVA 虛擬機(jī)。當(dāng)然其后的 Android 程序開(kāi)發(fā),也用到了 JAVA 環(huán)境。 Android 模擬器 問(wèn)題:在編寫(xiě)好測(cè)試軟件時(shí),遠(yuǎn)行 Android 模擬器時(shí),出現(xiàn)如 圖 42錯(cuò)誤提示: 圖 42 Android模擬器提示 分析解決: 虛擬機(jī)沒(méi)設(shè)置好或者版本低 與程序中設(shè)定的版本 。 可以在江蘇理工學(xué)院畢業(yè) 設(shè)計(jì)說(shuō)明書(shū)(論文) 第 22 頁(yè) 共 49 頁(yè) Window AVD Manager— new,在彈出的對(duì)話(huà)框中輸入 name 信息,在 target 中選擇模擬器版本??紤]到使用到的 API 的級(jí)別 (android 各個(gè)平臺(tái) API 的級(jí)別不同 )和更廣泛的適用性(版本越低使用范圍越大),本文中選擇的是 版本。配置如 圖 43所示: 圖 43 Android模擬器配置 系統(tǒng)剩余空間 問(wèn)題:在開(kāi)發(fā)環(huán)境及虛擬機(jī)配置好后,仍不能啟動(dòng)虛擬機(jī),錯(cuò)誤報(bào)告如下: [20210222 15:41:46 Emulator] NAND: could not write file C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\\AndroidEmulator\, No space left on device 分析解決: 由于 Android 虛擬機(jī)較大,對(duì)系統(tǒng)盤(pán)有一定大要求,這兒因?yàn)?系統(tǒng)盤(pán)不足, 導(dǎo)致 Android 虛擬機(jī)無(wú)法啟動(dòng), 建議 系統(tǒng)盤(pán) 預(yù)留 1GB 空閑空間 用于Android 開(kāi)發(fā)。 代碼部分調(diào)試 活動(dòng) 注冊(cè) 問(wèn)題:?jiǎn)?dòng) Android模擬器后,點(diǎn)擊登錄的時(shí)候出現(xiàn)如 圖 43 所示 異常提示: 江蘇理工學(xué)院畢業(yè) 設(shè)計(jì)說(shuō)明書(shū)(論文) 第 23 頁(yè) 共 49 頁(yè) 圖 43 Android 異常 提示 上面的提示的很 模糊 ,參考錯(cuò)誤報(bào)告: 圖 44 Eclipse 錯(cuò)誤報(bào)告 分析解決: 圖中灰色部分給出了很明顯的提示, 沒(méi)有發(fā)現(xiàn)可直接使用的“ activity class” (找不到 ) ,在 android 開(kāi)發(fā)中為了管理各個(gè)“界面”,需要在一個(gè)教“ ”的文件中注冊(cè)活動(dòng) 界面 的 login。 安 裝軟件 問(wèn)題:在使用 Android 手機(jī)調(diào)試的時(shí)候,出現(xiàn)如下的錯(cuò)誤報(bào)告 [20210522 22:46:59 SMSReceviedProject] Installing ... [20210522 22:47:01 SMSReceviedProject] Reinstallation failed due to different application signatures. [20210522 22:47:01 SMSReceviedProject] You must perform a full uninstall of the application. WARNING: This will remove the application data! [20210522 22:47:01 SMSReceviedProject] Please execute 39。adb uninstall 39。 in a shell. [20210522 22:47:01 SMSReceviedProject] Launch canceled! 分析解決:因?yàn)樵?Android 手機(jī)中手工安裝過(guò)了這個(gè)軟件, Android 模擬器江蘇理工學(xué)院畢業(yè) 設(shè)計(jì)說(shuō)明書(shū)(論文) 第 24 頁(yè) 共 49 頁(yè) 不能刪除已經(jīng)手工安裝的軟件。手動(dòng)卸載后,重新運(yùn)行即可。 授權(quán) 問(wèn)題 問(wèn)題:在 Android 手機(jī)上運(yùn)行軟件時(shí), Ecplipse 出現(xiàn)如 圖 44所示錯(cuò)誤: 圖 45 Eclipse 授權(quán) 錯(cuò)誤報(bào)告 分析解決:由于安全問(wèn)題, Android 要求安裝運(yùn)行的軟件必須在安裝的時(shí)候提示軟件所需得到的權(quán)利,用戶(hù)接收后才可獲得相關(guān)的權(quán)利。由于在設(shè)計(jì)軟件時(shí),沒(méi)有在“ ”中聲明所需要的權(quán)利,導(dǎo)致軟件在使用一些權(quán)利時(shí),被拒絕??梢栽凇?”中聲明所需的權(quán)利,即可運(yùn)用。 讀卡 問(wèn)題:在輸入初始化的登錄名和密碼后,出現(xiàn)如圖 圖 46所示的異常報(bào)告: 圖 46 異 常報(bào)告 分析解決:由于在登錄的時(shí)候,需要讀寫(xiě)“ /SD”目錄下的數(shù)據(jù)。在手機(jī)上插入 SD 卡,即可正常的運(yùn)行。 江蘇理工學(xué)院畢業(yè) 設(shè)計(jì)說(shuō)明書(shū)(論文) 第 25 頁(yè) 共 49 頁(yè) 附件 1 英 中翻譯 —Androdi 平臺(tái)介紹 Android Platform API Level: 10 Android is a maintenance release that adds several bug fixes and patches to the Android platform, without any API changes from Android . Additionally, Android brings support for the Open Accessory API to mobile devices, through the optional Open Accessory Library. For developers, the Android platform and the Open Accessory Library are available together in the latest version of the Google APIs AddOn, a downloadable ponent for the Android SDK. To get started developing or testing against Android , use the Android SDK Manager to download the latest version of the Google APIs AddOn into your SDK. For more information, see Adding SDK Components. If you are new to Android, download the SDK Starter Package first. For a highlevel introduction to Android , see the Platform Highlights. Revisions The sections below provide notes about successive releases of the Android platform ponent for the Android SDK, as denoted by revision number. To determine what revision(s) of the Android platforms are installed in your SDK environment, refer to the Installed Packages listing in the Android SDK and AVD Manager. API Overview 江蘇理工學(xué)院畢業(yè) 設(shè)計(jì)說(shuō)明書(shū)(論文) 第 26 頁(yè) 共 49 頁(yè) Android provides the same framework API to applications as Android (API level 10). For a summary of the API, see the Android version notes. Open Accessory Library Open Accessory is a new capability for integrating connected peripherals with applications running on the platform. The capability is based on a USB (Universal Serial Bus) stack built into the platform and an API exposed to applications. Pe
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1