当前位置:网站首页>Case introduction and problem analysis of microservice
Case introduction and problem analysis of microservice
2022-07-02 15:20:00 【enterpc】
One . Case description

Two . Case database environment preparation
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for r_resume
-- ----------------------------
DROP TABLE IF EXISTS `r_resume`;
CREATE TABLE `r_resume` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`sex` varchar(10) DEFAULT NULL COMMENT ' Gender ',
`birthday` varchar(30) DEFAULT NULL COMMENT ' Date of birth ',
`work_year` varchar(100) DEFAULT NULL COMMENT ' Years of service ',
`phone` varchar(20) DEFAULT NULL COMMENT ' Phone number ',
`email` varchar(100) DEFAULT NULL COMMENT ' mailbox ',
`status` varchar(80) DEFAULT NULL COMMENT ' Current state of ',
`resumeName` varchar(500) DEFAULT NULL COMMENT ' Resume name ',
`name` varchar(40) DEFAULT NULL,
`createTime` datetime DEFAULT NULL COMMENT ' Date of creation ',
`headPic` varchar(100) DEFAULT NULL COMMENT ' Head portrait ',
`isDel` int(2) DEFAULT NULL COMMENT ' Whether or not to delete The default value is 0- Not delete 1- deleted ',
`updateTime` datetime DEFAULT NULL COMMENT ' Resume update time ',
`userId` int(11) DEFAULT NULL COMMENT ' user ID',
`isDefault` int(2) DEFAULT NULL COMMENT ' Is it the default resume 0- Default 1- Non default ',
`highestEducation` varchar(20) DEFAULT '' COMMENT ' The highest record of formal schooling ',
`deliverNearByConfirm` int(2) DEFAULT '0' COMMENT ' Send the attached resume to confirm 0- Need to confirm 1- There is no need to confirm ',
`refuseCount` int(11) NOT NULL DEFAULT '0' COMMENT ' The number of times your resume was rejected ',
`markCanInterviewCount` int(11) NOT NULL DEFAULT '0' COMMENT ' Marked as number of interviews available ',
`haveNoticeInterCount` int(11) NOT NULL DEFAULT '0' COMMENT ' The number of interviews has been informed ',
`oneWord` varchar(100) DEFAULT '' COMMENT ' Introduce yourself in a word ',
`liveCity` varchar(100) DEFAULT '' COMMENT ' Live in city ',
`resumeScore` int(3) DEFAULT NULL COMMENT ' Resume score ',
`userIdentity` int(1) DEFAULT '0' COMMENT ' User's identity 1- Student 2- Worker ',
`isOpenResume` int(1) DEFAULT '3' COMMENT ' Talent search - Open your resume 0- close ,1- open ,2- Resume does not meet the standard of passive closing 3- Never set up an open resume ',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2195388 DEFAULT CHARSET=utf8;
3、 ... and . Case study ⼯ Process environment preparation
Four . Sample code
5、 ... and . Case code problem analysis
边栏推荐
- Common English abbreviations for data analysis (I)
- Tidb data migration tool overview
- How to solve the problem of database content output
- 11_ Redis_ Hyperloglog_ command
- Practice of compiling principle course -- implementing an interpreter or compiler of elementary function operation language
- Record an interview
- QML pop-up frame, customizable
- 记一次面试
- 数据分析思维分析方法和业务知识——业务指标
- Let your HMI have more advantages. Fet-g2ld-c core board is a good choice
猜你喜欢
10_ Redis_ geospatial_ command
Let your HMI have more advantages. Fet-g2ld-c core board is a good choice
Solve the problem that El radio group cannot be edited after echo
21_Redis_浅析Redis缓存穿透和雪崩
[noi Simulation Competition] scraping (dynamic planning)
07_ Hash
Guangzhou Emergency Management Bureau issued a high temperature and high humidity chemical safety reminder in July
forEach的错误用法,你都学废了吗
Data analysis thinking analysis methods and business knowledge - business indicators
FPGA - clock-03-clock management module (CMT) of internal structure of 7 Series FPGA
随机推荐
21_ Redis_ Analysis of redis cache penetration and avalanche
Huffman tree: (1) input each character and its weight (2) construct Huffman tree (3) carry out Huffman coding (4) find hc[i], and get the Huffman coding of each character
MFC timer usage
牛客练习赛101
学习使用php将时间戳转换为大写日期的方法代码示例
HUSTPC2022
哈夫曼树:(1)输入各字符及其权值(2)构造哈夫曼树(3)进行哈夫曼编码(4)查找HC[i],得到各字符的哈夫曼编码
LeetCode 209. Minimum length subarray
05_ queue
About text selection in web pages and counting the length of selected text
传感器数据怎么写入电脑数据库
Practical debugging skills
Topology architecture of the minimum deployment of tidb cluster
LeetCode 2320. Count the number of ways to place the house
Recommended configuration of tidb software and hardware environment
Jenkins Pipeline 应用与实践
04_ 栈
Record an interview
Let your HMI have more advantages. Fet-g2ld-c core board is a good choice
MFC console printing, pop-up dialog box