资源描述:
《毕业论文:development and implementation of mall client based on the android mobile phone》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、辽宁石油化工大学本科毕业论文UndergraduateFinalProjectDescriptionofLSHU题目基于Android手机商城客户端的开发与实现TITLEDevelopmentandImplementationofMallClientBasedontheAndroidMobilePhone学院计算机与通信工程学院SchoolSchoolofComputerandCommunicationEngineering专业班级计算机科学与技术算机1002班Major&ClassClass1002,ComputerSc
2、ienceandTechnology姓名Name指导教师VIISupervisor2014年6月12日VII摘要随着Internet的不断发展,网上购物人群数量的增多,网络在人们的生活中已经占据了不可替代的地位。基于手机端的在线购物系统能使大众随时随地选购自己喜欢的商品,Android平台以其独有的开放性被广泛应用于智能手机,平板电脑等领域。本设计是基于Android手机商城客户端的设计与实现,为了能够具备良好的可扩展性和可维护性,设计分为了客户端和服务端两部分,同时开发过程采用B/S结构和C/S结构相结合,使用Eclip
3、se+ADT进行客户端的应用程序开发实现,基于Java语言、AndroidSDK和Servlet技术,Servlet加强了Web服务端的功能,利用JDBC实现了数据库的连接。系统主要实现的功能包括:用户注册账号及登录,浏览商品,选购商品,购物车,查看订单等功能;管理员具有管理权限,包括修改、删除用户信息,添加、修改、删除商品信息,订单的处理等功能;实现对数据库中的商品进行增,删,改,查的功能。关键字:Android,B/S结构,C/S结构,AndroidSDK,Servlet.VIIAbstractWiththeconti
4、nuousdevelopmentoftheInternet,theincreaseinthenumberofonlineshoppers,thenetworkinpeople'sliveshasoccupiedanirreplaceableposition.Basedonthepublicsideofthephonetomakeonlineshoppingsystemtobuytheirfavoriteproductsanytime,Androidplatform,withitsuniqueopennessiswidely
5、usedinsmartphones,tabletPCsandotherfields.ThisdesignisthedesignandimplementationofAndroid-basedmobilephoneshopclient,inordertohavegoodscalabilityandmaintainability,designisdividedintoclientandserverintwoparts,whilethedevelopmentprocessusingB/SstructureandtheC/Sstr
6、ucturecombineduseEclipse+ADTforclientapplicationdevelopmenttoachieve,basedontheJavalanguage,AndroidSDKandServlettechnologies,ServletenhancedWebserverfunctionality,theuseofJDBCdatabaseconnectivityachieved.Systemmainfeaturesinclude:userregistrationaccountandlogin,br
7、owsemerchandise,buygoods,shoppingcart,viewordersandotherfunctions;administratorhasadministrativeprivileges,includingmodifying,deletinguserinformation,add,modify,deleteproductinformation,orderprocessingandotherfunctions;realizationofcommoditiesinthedatabasetoadd,de
8、lete,change,checkfunction.Keywords:Android,B/Smode,C/Smode,AndroidSDK,Servlet.VIIVII目录1引言11.1研究背景11.2国内外现状21.2.1国外现状21.2.2国内现状31.3研究的目的和意义31.3.1研究的目的31.