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

正文內(nèi)容

基于ios的新浪微博iphone客戶端的設計與實現(xiàn)畢業(yè)論文(留存版)

2025-09-14 20:07上一頁面

下一頁面
  

【正文】 didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge (BOOL)connectionShouldUseCredentialStorage:(NSURLConnection *)connection 以上 4 中方法與安全認證有關。 發(fā)布方法: [[NSNotificationCenter defaultCenter] postNotificationName: “通告名” object:self]。 iOS 操作系統(tǒng)以通告 (NSNotification)的方式在程序內(nèi)部轉(zhuǎn)發(fā)消息。 查看用戶信息模塊用例如下圖 所示: 點擊評論按鈕進入轉(zhuǎn)發(fā)頁面 開始 結(jié)束 輸入轉(zhuǎn)發(fā)內(nèi)容 點擊發(fā)送 判斷 轉(zhuǎn)發(fā)失敗 北京理工大學碩 士學位論文 23 圖 查看用戶信息用例圖 查看關注和添加關注功能具體流程圖如下圖 所示: 點擊進入關注列表 開始 結(jié)束 查看用戶信息 添加關注 查看好友所有微博信息 查看好友的所有話題 查看好友的粉絲列表 查看好友的詳細信息 查看好友的關注列表 用戶 對好 友進行關注和取消關注 添加對好友所關注用戶的關注 添加對好友粉絲的關注 北京理工大學碩 士學位論文 24 圖 查看關注和添加關注流程圖 查看用戶所有微博列表功能流程如下圖 所示: 圖 查看用戶所有微博列表流程圖 系統(tǒng)后端訪問層設計 后端主要負責網(wǎng)絡請求,數(shù)據(jù)庫訪問,數(shù)據(jù)拆分的展示。 該模塊用例如下圖 所示: 判斷是否存在已授權(quán)用戶 授權(quán)配置 開始 啟動應用 登錄 登錄到應用首頁 結(jié)束 是 否 北京理工大學碩 士學位論文 17 圖 系統(tǒng)首頁信息顯示用例圖 系統(tǒng)首頁顯示模塊流程圖如圖 所示: 圖 顯示主界面流程圖 發(fā)表微博模塊 功能描述:該模塊主要實現(xiàn)了用戶發(fā)表微博的功能。本項目是這樣實現(xiàn)的,當用戶第一次使用軟件時,進行授權(quán)認證獲取這 3 個要素,同時將其存儲到 SharedPreferences 中以便用戶下次使用。 (3)Instruments 為確保軟件具有最佳的用戶體驗,在 iOS 應用程序運行于模擬器或設備上時,可以利用 Instruments 環(huán)境分析其性能。Files 列表,可以對工程文件 (包括源文件以及由源文件生成的鏈編口標 )進行管理。 高級鏈編系統(tǒng),具有依賴檢查及鏈編規(guī)則計算功能??梢圆榭春糜训膫€人信息、粉絲數(shù)量、發(fā)表的話題、所有發(fā)表過的微博以及其關注的好友情況。這方面的代表有 amazon S3, Google Appengine。 開放平臺國內(nèi)外研究現(xiàn)狀 開放平臺 (Open Platform)在軟件業(yè)和網(wǎng)絡中,開放平臺是指軟件系統(tǒng)通過公開其應用程序編程接口 (API)或函數(shù) (function)來使外部的程序可以增加該軟件系統(tǒng)的功能或使用該軟件系統(tǒng)的資源,而不需要更改該軟件系統(tǒng)的源代碼。 Facebook 的用戶都是以現(xiàn)實生活中結(jié) 識的朋友組成圈子相互交流, Twitter 則降低了門檻,用戶之間即使并不認識,但任何人的每一條信息都能以廣播的形式通知其跟隨者和其他所有的用戶知道。 關鍵詞: 開放平臺,微博, iOS, iPhone, SQLite 北京理工大學碩 士學位論文 II Abstract The purpose of this project is to develop an operating system based on iOS client Sina microblogging client software. Sina Weibo iOS client open platform as a service and data acquisition sources to iOS as a system development and runtime environment, plete the system design, development and testing. SNS (Social Networking Services) is a new media in recent years, the Inter an important class of applications. SNS social working service that is designed to help people build social works of Inter application services. The socalled open platform, is the first to provide a basic service, and then through open their interfaces to thirdparty developers to make their applications run on this unified platform, we put such a work service model is called an open platform. The first step in the process of developing the system first analyzes the Sina microblogging client iOS client should have various functions, and each function to do a very delicate needs analysis and definition. The second step to determine the overall structure of the system, and then make a valid module division to determine the Sina microblogging client iOS client design. The final step is to encode this implemented on iOS mobile operating system. And client functionality and performance testing, and the entire work summarized. Implementation and use of the system, as microblogging client software offers users access to mobile terminals based on Weibo iOS client data and services need to adapt to the trend of the development of smart mobile devices, meet people anywhere, anytime access to Sina Weibo iOS demand client data and services. Key Words: open platform, weibo, iOS, iPhone, SQLite 北京理工大學碩 士學位論文 III 目錄 第 1 章 緒論 ............................................... 1 選題背景 ................................................. 1 開放平臺國內(nèi)外研究現(xiàn)狀 ..................................... 2 開放平臺的優(yōu)勢 ............................................. 3 開放平臺的分類 ............................................. 3 開放 API 與下一代網(wǎng)絡 ....................................... 3 論文的主要工作 ............................................ 4 論文的組織結(jié)構(gòu) ............................................ 4 第 2 章 系統(tǒng)需求分析 ........................................ 4 客戶端的需求分析 .......................................... 4 客戶端應滿足的條件 ......................................... 5 客戶端的主要功能 ........................................... 5 客戶端的主要任務 ........................................... 6 系統(tǒng)功能模塊劃分 ........................................... 6 開發(fā)者工具 ................................................ 7 本章小結(jié) ................................................ 11 第 3 章 系統(tǒng)的 設計 ........................................ 12 系統(tǒng)總體設計概述 ......................................... 12 系統(tǒng)模塊設計 ............................................. 14 用戶注冊模塊 .............................................. 14 用戶登陸和授權(quán)模塊 ........................................ 14 系統(tǒng)第一界面展示模塊 ...................................... 16 發(fā)表微博模塊 .............................................. 17 搜索相關用戶模塊 .......................................... 18 查看微博內(nèi)容模塊 .......................................... 20 查看用戶信息模塊 .......................................... 22 系統(tǒng)后端訪問層設計 ....................................... 24 三種網(wǎng)絡狀態(tài) .............................................. 24 網(wǎng)絡狀態(tài)檢測 .............................................. 25 網(wǎng)絡狀態(tài)變化 .............................................. 25 網(wǎng)絡請求 .................................................. 26 oAuth 授權(quán)模塊 ............................................ 28 用戶認證 .................................................. 30 北京理工大學碩 士學位論文 IV xAuth ..................................................... 31 數(shù)據(jù)庫的設計 ............................................. 34 數(shù)據(jù)庫的訪問 .............................................. 34 數(shù)據(jù)庫概念設計 ............................................ 35 數(shù)據(jù)庫邏輯設計 ............................................ 37 數(shù)據(jù)庫表的創(chuàng)建 ............................................ 39 JSON 數(shù)據(jù)解析模塊 ......................................... 42 本章小結(jié) .........
點擊復制文檔內(nèi)容
研究報告相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1