天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當前位置:主頁 > 社科論文 > 社會保障論文 >

移動應用跨平臺開發(fā)框架研究及在社保權益中的應用

發(fā)布時間:2019-02-25 07:50
【摘要】:隨著現(xiàn)代科學技術的迅猛發(fā)展,軟硬件技術不斷更新迭代,無線網(wǎng)絡大范圍覆蓋,人們更加傾向于使用手機、平板等移動端設備連接入網(wǎng)絡獲取各種信息和資訊。目前市場上移動設備的平臺主要有Android和IOS兩個主流平臺,每個平臺下的不同設備屏幕大小分辨率也存在差異,一款移動端APP的開發(fā)需要將移動終端和平臺的差異性考慮進去。以社保權益查詢平臺App為例,傳統(tǒng)的移動端的開發(fā)思路為Android平臺選擇Android或者java語言進行開發(fā),I0S平臺選取0bject-C或者swift語言開發(fā),各種開發(fā)語言在編程思想以及具體細節(jié)實現(xiàn)上均存在差異,目前的社保權益查詢App開發(fā)多數(shù)為兩個團隊分別對Android端和I0S端進行開發(fā),技術人員的投入較多,開發(fā)周期較長,而且每種平臺下不同終端的屏幕分辨率的適應性往往也不夠完美,所以移動應用跨平臺開發(fā)框架是移動應用開發(fā)領域中迫切需要的。目前的移動移動跨平臺開發(fā)框架主要分為web流、代碼轉(zhuǎn)換流、編譯流和虛擬機流四種。React-Native作為虛擬機流中的一種跨平臺方案,可以最大限度實現(xiàn)接近原生應用的用戶體驗。但由于React-Native是近幾年新興起的技術,所以存在以下問題:1)官方提供的基本跨平臺組件功能上還不夠完善,如Listview組件官方提供列表組件只包含基本數(shù)據(jù)列表而實際應用的列表中一般需加入滾動和下拉刷新等功能。2)由于React-Native對android的支持晚于IOS平臺,所以像Datepicker組件只提供了 IOS平臺實現(xiàn),所以要想更大程度上跨平臺性,需要將其進行此類組件的擴充。3)React-Native是單純的移動端的框架,還需服務器端支持,傳統(tǒng)的服務器端多采用MVC框架,系統(tǒng)耦合度大復雜性高。針對以上問題進行了以下工作:1)基于React-Native技術對移動應用跨平臺基本的列表組件、日期選擇、查詢組件、九宮格及導航布局等組件進行功能擴充以及跨平臺性完善。2)參考"微服務"架構采用NodeJS技術對服務器端架構重新設計,完成了反向代理服務、用戶管理服務、DB訪問、分頁、緩存服務等功能模塊。整體搭建包含基本跨平臺組件、服務器端基本功能模塊的全端技術框架。3)通過社保權益查詢App開發(fā)實踐驗證本框架及其技術正確性和可行性。該應用包含游客訪問,用戶管理,社保新聞瀏覽,社保賬號綁定,職工養(yǎng)老保險、職工醫(yī)療保險、居民養(yǎng)老險種、居民醫(yī)療險種、工傷險種、失業(yè)險種、生育險種的繳費歷史查詢,各險種的撥付歷史查詢,養(yǎng)老險種個人賬戶的查詢等。本論文采用React-Native和Nodejs等技術進行搭建移動端可跨平臺、服務器端架構優(yōu)化的全端技術框架,之后通過在社保權益查詢App"社保隨身行"應用的開發(fā)實踐中驗證本技術框架的可行性和正確性。本論文主要包含移動應用跨平臺開發(fā)框架的搭建和社保權益查詢APP的設計實現(xiàn),在經(jīng)歷需求分析、設計實現(xiàn)、系統(tǒng)測試,最終得到移動端可跨Android和IOS平臺的全端技術框架及社保權益查詢App應用,為進一步的跨平臺研究提供了參考。
[Abstract]:With the rapid development of modern science and technology, the software and hardware technology is continuously updated and the wireless network is wide covered, and people are more inclined to connect the mobile terminal devices such as mobile phones and flat plates to the network to obtain various information and information. The platform of mobile equipment on the market mainly has two main platforms of Android and IOS, and there is a difference in the screen size resolution of different devices under each platform. The development of a mobile terminal APP needs to take the difference of the mobile terminal and platform into account. in that case of the social security interest query platform App, the development idea of the traditional mobile terminal is that the Android platform select the Android or the java language for development, and the I0S platform selects the 0bject-C or the shift language development, and various development languages are different in the programming idea and the specific detail implementation, The current social security interest query App development mostly develops the Android end and the I0S end by two teams, the input of the technical personnel is more, the development period is long, and the adaptability of the screen resolution of different terminals under each platform is often not perfect, Therefore, the mobile application cross-platform development framework is urgently needed in the field of mobile application development. The current mobile cross-platform development framework is mainly divided into four types: web flow, code conversion flow, compilation flow and virtual machine flow. React-Native, as a cross-platform solution in the virtual machine stream, can maximize the user experience of a native application. However, since the React-Native is a new technology in recent years, there are the following problems: 1) The basic cross-platform component provided by the official is not fully functional. as the list component of the list component of the Listview component only contains the basic data list and the list of actual applications needs to be added with the functions of scrolling and pull-down, etc. 2) Because the support of the React-Native to the android is later than the IOS platform, it only provides the implementation of the IOS platform, Therefore, to a greater degree of cross-platform, it is necessary to expand it. 3) React-Native is a simple mobile-end framework, and it also requires server-side support. The traditional server-side uses the MVC framework, and the coupling degree of the system is high. The following work is carried out for the above problems: 1) a base list component, a date selection and a query component are applied to the mobile application on the basis of the React-Native technology, The functions of the components such as the nine-palace and the navigation layout are expanded and the cross-platform is improved. 2) The reference "micro-service" architecture adopts the NodeJS technology to re-design the server-side architecture, and the functional modules such as the reverse proxy service, the user management service, the DB access, the paging, the cache service, and the like are completed. The whole building includes the basic cross-platform component and the full-end technical framework of the basic functional module of the server-side. 3) The framework and its technical correctness and feasibility are verified through the application development practice of the social security interest query App. The application includes visitor access, user management, social security news browsing, social security account binding, employee endowment insurance, employee health insurance, resident risk insurance, resident medical insurance, work-related injury insurance, unemployment insurance, payment history query of birth insurance, allocation history query of each risk species, The inquiry of the personal account of the risk insurance. This paper uses the technology of React-Native and Nodejs to set up a full-end technical framework with cross-platform and server-side architecture optimization, and then to verify the feasibility and correctness of the technical framework in the development practice of the application of the social security interest query App "carry-on line of social security". The thesis mainly includes the construction of the cross-platform development framework of the mobile application and the design and implementation of the social security interest query APP, and the application of the full-end technical framework and the social security interest query App of the mobile terminal can be obtained across the Android and the IOS platform through the experience requirement analysis, the design realization and the system test. and provides a reference for further cross-platform research.
【學位授予單位】:山東大學
【學位級別】:碩士
【學位授予年份】:2017
【分類號】:TP311.52

【相似文獻】

相關期刊論文 前10條

1 ;3G移動應用技術與運營模式天津亮相[J];移動通信;2004年11期

2 阿難;;從移動應用著手——億美軟通拓寬軟件產(chǎn)業(yè)發(fā)展領域[J];每周電腦報;2005年33期

3 ;設計移動應用需關注六問題[J];每周電腦報;2006年32期

4 寧靜;;3G催熱,,企業(yè)移動應用迎來新一輪爆發(fā)[J];辦公自動化;2008年21期

5 ;移動應用設計中應避免的10種錯誤[J];計算機與網(wǎng)絡;2012年09期

6 ;CommunicAsia2013和EnterpriseIT2013集中在蓬勃發(fā)展的移動應用趨勢[J];電信工程技術與標準化;2013年05期

7 ;典型應用——移動應用未來發(fā)展的指向標[J];互聯(lián)網(wǎng)周刊;2013年21期

8 靳友民;;電信移動應用與企業(yè)應用結合的問題探析[J];現(xiàn)代企業(yè)教育;2013年24期

9 張言;;企業(yè)移動應用市場漸入佳境[J];通信世界;2006年13期

10 仝培杰;;移動應用,創(chuàng)新收入來源[J];中國計算機用戶;2006年20期

相關會議論文 前9條

1 吳希選;張成軍;;移動應用市場發(fā)展狀況分析[A];2012全國無線及移動通信學術大會論文集(下)[C];2012年

2 劉寧星;;關于博物館開發(fā)少兒移動應用的調(diào)研和思考[A];融合·創(chuàng)新·發(fā)展——數(shù)字博物館推動文化強國建設——2013年北京數(shù)字博物館研討會論文集[C];2013年

3 李昆侖;;利用智能管道技術構建全新移動應用超市平臺[A];2013年中國通信學會信息通信網(wǎng)絡技術委員會年會論文集[C];2013年

4 范春曉;鄒俊偉;馬飛飛;張曉瑩;;一個移動應用綜合發(fā)布平臺的研究與設計[A];2004年全國通信軟件學術會議論文集[C];2004年

5 符冰;白雪松;金耀輝;;新一代校園移動應用模式的探索與實踐[A];中國高等教育學會教育信息化分會第十二次學術年會論文集[C];2014年

6 康潔;瞿弋微;;移動應用分析平臺上基于Ajax實現(xiàn)客戶端應用數(shù)據(jù)采集[A];中國新聞技術工作者聯(lián)合會第六次會員代表大會、2014年學術年會暨第七屆《王選新聞科學技術獎》和優(yōu)秀論文頒獎大會論文集(一等獎)[C];2014年

7 唐思誠;張云麟;劉捷;;CDMA移動應用部分(MAP)測試技術的實現(xiàn)[A];’2004計算機應用技術交流會議論文集[C];2004年

8 羅桂湘;;基于文本分析探討提升氣象微博影響力的技巧[A];創(chuàng)新驅(qū)動發(fā)展 提高氣象災害防御能力——S3第三屆氣象服務發(fā)展論壇——公眾、專業(yè)氣象預報服務技術與應用[C];2013年

9 蔣晶晶;葉劍;朱珍民;劉韓;;面向移動應用的分布式P2P情境數(shù)據(jù)檢索平臺的研究[A];第七屆和諧人機環(huán)境聯(lián)合學術會議(HHME2011)論文集【poster】[C];2011年

相關重要報紙文章 前10條

1 本報記者 邱燕娜;企業(yè)移動應用:四大問題背后的大市場[N];中國計算機報;2012年

2 本報記者 郭濤;移動應用和系統(tǒng)整合 魚與熊掌可兼得[N];中國計算機報;2013年

3 北京商報記者 張緒旺;移動應用傍上微信求用戶[N];北京商報;2013年

4 ;安宏睿業(yè):移動應用助力安全生產(chǎn)監(jiān)管[N];中國計算機報;2013年

5 本報記者 郭濤;企業(yè)移動應用設計直觀化、簡單化[N];中國計算機報;2013年

6 本報記者 王娟;企業(yè)級移動應用艱難起步[N];中國計算機報;2013年

7 本報記者 沈竹士;移動應用領域?qū)@苿賉N];文匯報;2013年

8 本報記者 焦麗莎;下一戰(zhàn),企業(yè)移動應用[N];中國經(jīng)濟時報;2014年

9 本報記者 郭濤;移動應用改變傳統(tǒng)溝通方式[N];中國計算機報;2014年

10 本報記者 鄭苒;移動應用:把藝術裝進口袋[N];中國文化報;2014年

相關博士學位論文 前3條

1 陳建民;面向移動應用安全評估的多屬性專家決策模型及應用研究[D];北京工業(yè)大學;2014年

2 夏曉;移動應用推薦—從算法到服務若干關鍵技術研究[D];國防科學技術大學;2013年

3 張耀文;基于雙邊市場理論的移動應用商店盈利模式研究[D];北京郵電大學;2013年

相關碩士學位論文 前10條

1 王建;移動應用平臺侵權責任中“通知刪除”規(guī)則的適用[D];華南理工大學;2015年

2 史卓生;基于UAP Mobile的故障記錄移動應用設計與實現(xiàn)[D];內(nèi)蒙古大學;2015年

3 袁霞;移動應用商店用戶下載行為研究[D];西南交通大學;2015年

4 李佩君;移動應用進入高職英語詞匯輔助教學的研究[D];閩南師范大學;2015年

5 崔華俊;面向移動應用的HTTP內(nèi)容緩存技術研究與實現(xiàn)[D];南京師范大學;2015年

6 孫婉穎;基于家長層面的兒童教育類移動應用質(zhì)量評價指標研究[D];上海交通大學;2015年

7 郝力濱;移動應用的交互動效研究[D];浙江大學;2015年

8 馬健;中國電信移動應用市場系統(tǒng)的設計和實現(xiàn)[D];大連理工大學;2015年

9 趙才隆;Y公司移動應用開發(fā)項目管理案例研究[D];大連理工大學;2015年

10 李秀江;基于用戶執(zhí)行蹤跡重放的移動應用測試方法[D];南京大學;2015年



本文編號:2429952

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/shekelunwen/shehuibaozhanglunwen/2429952.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權申明:資料由用戶a6804***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com