本 科 生 毕 业 论 文(设 计)
中文题目: 基于Java的教务网移动端的安卓开发的设计与实现
外文题目:Android development of mobile terminal of educational network’s design and implementation based on Java language
学 号: _ _____
姓 名: ___ ______
年 级: ___ ____
专 业:
系 别:
指导教师:______ ____
完成日期: 年 月 日
关于本科生毕业论文(设计)的声明
本人郑重声明:所呈交的学位论文,是本人在指导教师指导下,进行研究工作所取得的成果。除文中已经注明引用的内容外,本学位论文的研究成果不包含任何他人创作的、已公开发表或没有公开发表的作品内容。对本论文所涉及的研究工作做出贡献的其他个人和集体,均已在文中以明确方式标明。本学位论文原创性声明的法律责任由本人承担。
学位论文作者签名:
年 月 日
本人声明:该学位论文是本人指导学生完成的研究成果,已经审阅过论文的全部内容,并能够保证题目、关键词、摘要部分中英文内容的一致性和准确性。
学位论文指导教师签名:
年 月 日
摘 要
本程序完成了从登录教务网(记住密码的功能),修改教务网密码,从教务网获取成绩信息,修改个人头像,从自己开发的服务器端拉取使用者的个人信息和查看通讯录与在数据库里存过信息的人实现聊天的功能。另外,自己开发的服务器端连接的数据库里的信息和教务网信息是不相匹配的,全部都是我制造的假数据。
服务器端使用的开发工具有MyEclipse2014、Hibernate、Tomcat,服务器端的脚本语言使用的是JSP,连接的数据库是MySQL.
客户端的使用的开发工具是Eclipse,实现UI界面的设计,和用户交互功能。
关键词: 教务网;移动端版;JSP开发的服务器端;MySql;聊天功能;
Abstract
Completed the program from the login teaching network with persistent password, from educational network performance information, from their own development of server side pull the user's personal information and the information saved in the database of people can realize the function of chat. People also can modify themselves passwords in educational networks and avatars. In addition, their development of the database server connection information and educational network information is not matching, all is I make false data.
Server-side development tools used are MyEclipse2014, Hibernate, Tomcat, server-side scripting language is used JSP, connect the database is MySQL.
The client's use of development tools is the Eclipse, UI design, and user interaction function.
Keywords:educational network; Mobile version; Server side of JSP development; MySql; Chat function;
目录
三.对ListView的优化之一:converView 19
四.对ListView的优化之二:ViewHolder 20












