随着经济全球化,我们与外国人的接触越来越多,英语已经成为了中国与外面交流的主要工具,同时我国的英语教育也开始普及到了小学,人们对学习英语越来越重视。而对于学习英语特别是英语单词记忆,记忆单词的方式也在不断的更新,而今移动互联网时代的到来,尤其智能手机的广泛应用,英语学习的平台已经逐渐向计算机或者手机等移动设备上转移,单词记忆的方式方法进入一个新的领域。
单词记忆软件是当下比较流行且方便有效的辅助记忆工具,本文介绍的单词记忆软件是一款基于微信小程序平台的应用软件,其主要功能有简单的增删改查方便以后的单词入库,记忆模块随机出现单词,提供用户记忆,最后单词的出现可以插图,方便记忆的同时添加一个单词出现的次数,句子模块,出现单词组成的语句。然后搞一个单词朗读模块功能等。同时本文对单词记忆软件开发中有关系统设计,系统实施方法和设计词库等方面进行了探索,以此推动计算机英语辅助软件开发。
本次设计手机端小程序客户端开发软件选择为微信Web开发工具,服务端以Eclipse为开发工具,Mysql为数据库软件,采用基于Web的JSP技术和B/S结构。利用JSP,HTML进行网站总体风格、界面的设计与开发,利用SSM框架进行实际的程序开发,对后台数据库进行操作。
关键词:单词记忆;小程序;背单词;Java;SSM
ABSTRACT
With the globalization of economy,we have more and more contact with foreigners,English has become the main tool for communication between China and the outside,at the same time,English education in our country has begun to be popularized to primary schools,and people pay more and more attention to learning English. And for learning English,especially English word memory,the way of memorizing words is also constantly updated. Now with the advent of the mobile Internet era,especially the wide application of smart phones,the platform of English learning has gradually shifted to mobile devices such as computers or mobile phones,and the ways and means of word memory have entered a new field.
Word memory software is a popular and convenient and effective auxiliary memory tool. The word memory software introduced in this paper is an application software based on WeChat Mini Program platform. Its main functions include simple addition and deletion to facilitate the storage of later words. Then make a word reading module function and so on. At the same time,this paper explores the system design,system implementation method and the design of the lexicon in the development of word memory software.This promotes the development of computer English aided software.
This design mobile phone side Mini Programs client development software selected as WeChat Web development tool,the server side to Eclipse as the development tool,Mysql as the database software,using Web-based JSP technology and B/S structure. Using JSP,HTML to design and develop the overall style and interface of the website,using the SSM framework to carry out the actual program development,to operate the background database.
Keywords: word memory;Mini Programs;back words;Java;SSM
目 录
摘 要 I
ABSTRACT II
第1章 绪论 1
1.1 研究目的及意义 1
1.2 研究现状 1
1.3研究内容及结构 3
1.3.1研究主要内容 3
1.3.2论文结构 3
第2章 系统技术 4
2.1 Java语言 4
2.2 SSM框架 5
2.3 Vue.js框架 6
2.4 Eclipse开发工具 7
2.5 数据库 8
2.6系统开发环境概述 9
第3章 系统分析 11
3.1需求分析 11
3.2单词记忆微信小程序功能设计 11
3.3数据库设计 12
第4章 系统实现 17
4.1 前台部分 17
4.1.1小程序登录页 17
4.1.2注册 18
4.1.3学习模范列表 18
4.1.4评价 19
4.1.5我的收藏 19
4.2 后台部分 20
4.2.1 后台登录 20
4.2.2 单词文章管理 20
4.2.3 单词文章修改 21
4.2.4 评价管理 21
4.2.5 类型管理 22
4.2.6 用户管理 22
4.2.7 角色管理 23
第5章 系统测试 24
5.1系统的总体概述 24
5.2测试项目名称及测试内容 24
5.3测试结果 24
结 论 25
参考文献 26
致 谢 28