- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
移动CRM系统设计方案
清 华 大 学
综 合 论 文 训 练
题目:移动CRM客户端设计与实践
系 别:自动化系
专 业:自动化
姓 名:宫新一
指导教师:黄双喜 教授
2014 年 6 月 1 日 关于学位论文使用授权的说明
本人完全了解清华大学有关保留、使用学位论文的规定,即:学校有权保留学位论文的复印件,允许该论文被查阅和借阅;学校可以公布该论文的全部或部分内容,可以采用影印、缩印或其他复制手段保存该论文。
(涉密的学位论文在解密后应遵守此规定)
签 名: 导师签名: 日 期:
中文摘要
移动CRM(客户关系管理)是一种利用现代移动终端技术、移动通讯技术、计算机技术等现代科技实现在移动中也能够完成通常要在办公室里才能够完成的客户关系管理任务。本文通过对安卓手机程序的编写,实现了通过手机来进行移动办公和库存管理的功能。通过与服务器端的通讯、数据库的连接,完成对客户通过手机端输入的信息的储存以及客户通过手机端查找信息的功能。主要研究内容包括:
1.熟悉安卓系统的开发环境,学习并掌握java编程语言、php服务器语言以及数据库的操作。
2.通过查看文献和一些已有移动办公的程序,了解移动CRM的需求,设计程序界面,使得程序具有较强的实用性。
3.初步实现了地图的调用、拍照上传以及库存管理的功能,使得该程序具有更加较为的功能。
关键词:移动CRM;安卓程序;php服务器;数据库
ABSTRACT
Mobile CRM (Customer Relationship Management) is a system for managing a company’s interactions with current and future customers. It enables a company to successfully manage its interactions with customers not only in its office, but also on a move. This system involves modern science and technology such as mobile terminal technology, mobile communication technology, and computer technology. This article explains that writing programs for Android mobile phones could be access to achieve the functions of mobile office and inventory management, just using mobile phones. Also, it demonstrates that when mobile phones are connected to the database of server, how to store information created by mobile phones and how to use mobile phones searching information.
Research includes:
1. To get familiar with Android software development environment, to learn and master the java programming language, PHP server language and analyze data.
2. To get a deep understanding of users demand for mobile CRM and designing program interfaces with the help of references and some mobile office programs, make programs practical.
3. To adjust maps and make upload pictures possible, make the program embody more features.
Keywords:mobile CRMAndroid programs; PHP server; database
目 录
第1章 引言 1
1.1 概念 1
1.2 发展历程 1
1.3 优点、意义 2
1.4 论文结构 3
第2章 系统架构
文档评论(0)