{$cfg_webname}
主页 > 计算机 > 其他 >

个人简历制作微信小程序的设计

来源:56doc.com  资料编号:5D20940 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20940
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

个人简历制作微信小程序的设计(任务书,开题报告,论文15000字,参考代码)
摘  要
随着经济的不断发展,分工与专业化将会越来越清晰, 随着人们生活水平的不断上升, 工作和日常事务繁忙, 人们对服务就有了更深入、更精细的要求。而随着计算机技术的迅猛发展, 使得这种需求变为可能。不管是拥有多年工作经验的职场大咖,还是刚刚进入社会的应届毕业生,找到一份适合又满意的工作,一直是职场人士梦寐以求的。如果想要接到HR的面试邀请,一份标准的简历自然是必不可少的。移动互联网时代,倡导绿色环保,投递纸质的简历已经不符合这个时代的发展。准备一份随身携带的简历,在需要的时候转发给对方,既方便有效,又可以提升自己的科技感,给对方留下深刻印象。
由于之前并没有接触过微信小程序的开发,所以在本次毕业设计的过程中微信小程序进行了了解与学习以。本程序使用微信小程序作为载体,搭建后台服务以及数据库操作主要使用知晓云作为数据库管理系统,开发环境是微信web开发者工具。本文的主要研究工作有:
(1)基于微信小程序 API、知晓云服务器、数据库以及 JavaScript 等技术,构建了个人简历制作的微信小程序架构,完成了数据获取与封装、系统逻辑控制、系统界面设计等功能模块的设计和开发。
(2)针对个人简历制作小程序中主要的信息和功能,实现了对个人信息、工作信息以及自定义信息补充的编辑,实现了简历的转发、展示、收藏及最近浏览过的简历功能。
文章通过综合分析个人简历制作小程序的主要功能,通过在新兴的互联网基础平台(微信小程序)上搭建原生云应用的开发环境,利用MINA开发框架对页面渲染的优化以及高并发的优化所带来的优势,大大提升了人们对个人简历制作便携简易的效率。本程序将个人简历与手机小程序结合,满足了人们对多元信息的需求。

关键词:个人简历,微信小程序,MINA框架

ABSTRACT
With the development of economy, the division of labor and specialization will become more and more common. With the improvement of people's living standard and the busy work and daily affairs, people have deeper and more sophisticated requirements for services. With the rapid development of computer technology, this need becomes possible. Finding a suitable and satisfying job has always been the dream of professionals, whether they are professionals with many years of work experience or fresh graduates just entering the society. A standard resume is essential if you want to receive an interview invitation from HR. Mobile Internet era, advocating green environmental protection, the delivery of paper resume has not in line with the development of this era! It is not only convenient and effective, but also can improve one's sense of technology and leave a deep impression on the other side.
This program USES the WeChat small program as the carrier, builds the backstage service and the database operation mainly USES the knowledge cloud as the database management system, the development environment is the WeChat web developer tool
The main research work of this paper is as follows:
(1) based on WeChat applet API, cloud server, database, JavaScript and other technologies, I built the WeChat applet architecture made by my resume and completed the design and development of functional modules such as data acquisition and encapsulation, system logic control and system interface design.
(2) for the main information and function in the resume making small program, it realizes the editing of personal information, work information and custom information supplement, and realizes the resume forwarding, display, collection and recently browsed resume function.
In this paper, through the comprehensive analysis of resume production of the main functions of the small program, through the emerging Internet based platform (WeChat applet) structures, cloud native application development environment, the use of MINA development framework for the optimization of page rendering and high concurrent optimization advantages, greatly improve the efficiency of people to resume production portable simple. This procedure will resume and mobile phone small procedures, to meet the needs of diverse information.

Key words: Personal resume, WeChat applet,MINA Framework
 

个人简历制作微信小程序的设计
个人简历制作微信小程序的设计
个人简历制作微信小程序的设计


目   录
第一章 绪论    1
1.1课题背景    1
1.2目的和意义    1
1.3国内外研究现状    2
1.3.1 国内概况    2
1.3.2 国外概况    2
第二章 内核技术分析    4
2.1微信小程序框架简介    4
2.1.1 MINA框架    4
2.2 NODE.JS 技术分析    8
第三章 系统可行性分析与设计    11
3.1可行性分析    11
3.1.1技术可行性    11
3.1.2经济可行性    11
3.1.3操作可行性    11
3.2系统体系设计    11
3.2.1普通用户例图    11
3.2.2系统体系架构    12
3.3设计的基本思想    12
3.4本章小结    13
第四章 系统功能模块设计与开发    14
4.1主页设计    14
4.2 基本信息    15
4.2.1基本信息编辑页面    15
4.2.2基本信息库表设计    15
4.3 工作信息及其他信息    16
第五章 系统功能实现    17
5.1全局配置 APP.JSON    17
5.2 小程序主页面的实现    19
5.3 编辑简历页面的实现    20
5.3.1基本信息编辑页面    21
5.3.2工作信息编辑页面    22
5.3.3其他信息编辑页面    23
5.4 转发简历功能的实现    25
5.5 收藏简历功能的实现    26
5.6 最近浏览过的简历功能的实现    27
5.7测试与维护    28
5.8 本章小结    29
总结与展望    30
参考文献    31
致谢    32

推荐资料