广东东软学院本科毕业设计(论文) 基于 B/S 模式的网络用语词典的设计与实现 Design and implementation of network language dictionary based on B / S mode.内容摘要近年来,网络用语在国内的整个网络,甚至于现实生活中有广泛的应用和相同的含义。很多人都参与到网络的沟通交流,而网络用语也成为了网友之间交流的必备要素,但是网络用语的兴起具有不确定性,每当一个新的网络用语的兴起和扩散,很多人短时间内不能知道其中的来源和内涵,通过网络上搜索也很难查询到简洁易懂的解释。对此需要这么一个网络用语词典去统一收录网络用语的数据,并让用户参与到其中来进行添加补充等,给用户带来便利的同时也不断的使得网络用语词典不断的收录和进行完善。 对该网络用语词典,采用目前流行的 B/S 结构,开发工具使用IntelliJ IDEA,前端这块采用 HTML、CSS、JavaScript 来进行页面的实现。后端部分采用 Java 语言,基于 Spring Boot 和 MyBatis-Plus 框架设计,数据库采用的是 MySQL,使用 Spring Boot 内嵌的 Tomcat 用来作为容器。因为是给用户主要提供搜索的平台,对于数据这方面不能欠缺,因此在网络用语词典所需要的数据,通过使用 Java 爬虫 Jsoup 来爬取其他网站获得数据。关键词:B/S 结构 Spring Boot MyBatis-Plus Jsoup 广东东软学院本科毕业设计(论文)AbstractIn recent years, network language in the whole network of the country, even in real life has a wide range of applications and the same meaning. A lot of people are involved in the communication network, the network language has become a required element of the communication between users, but the rise of the network language is uncertain, whenever a new rise of the network language and spread, many people in a short period of time are not aware of the origin and connotation, through the network search is difficult to query to concise and easy to understand explanation. In this regard, such a network language dictionary is needed to unify the collection of network language data, and let users participate in it to add and sup...