• 【智慧医疗】Springboot+Vue+Element-UI前后端分离的医疗管理平台


    目录

    需求分析

    随着第五代移动通信技术(5G)高速发展,推动新一代信息技术与各个行业的融合发展,各行各业都在积极融合智能现代化概念,努力把互联网技术运用到其中。在我国目前人口基数大,对医疗服务需求量大,在各大城市的中大型三甲医院中,看病人员多,医院医职人员管理,挂号就诊信息繁多,如果采用传统的方式来管理,这恐怕难以有效解决,而且低效。慧医疗利用互联网技术来解决人员管理,信息管理冗杂问题。在近年来,互联网5G技术已经率先在北上广等一线城市中开始运用到医疗服务的各方面中,尤其在2020年末以来的疫情中:绿康码、确诊接触在线追踪、疫苗预约等方面。智慧医疗,它可以实现最高效的办公和提供高效优质的医疗服务。 在未来,“智慧化医疗”、“互联网医院”等新型智能场景将会是人民高水平生活的保障趋势之一,它用技术便捷人民生活。

    系统概要

    智慧医疗后台管理系统是基于Springboot+Vue+Element-UI开发的一个前后端分离的B/S后台管理系统。该系统致力于为医院客户提供更优的解决方案,推出了一套完整的医院内部的患者与人员的管理系统,通过该系统,对挂号门诊、科室、住院部、医院内部人员的实时跟踪和查看,实现最高效的办公和提供医疗服务,遇到各种业务需求时,为客户提供更好的方案解决实际问题。本系统界面使用当前流行的前端UI框架Element-UI展示,界面美观简洁风格。智慧医疗信息管理系统运用涵盖了患者就诊管理、住院管理,订单管理、药房药品管理、销售订单管理、人事管理、数据分析展示等功能,以客户的实际需求为主导,专注医院管理和向患者提供医疗服务,项目的需求分析阶段深入多个三甲医院进行调研了解业务需求,本系统各功能模块均根据用户的实际业务需求进行设计和研发,确保了项目实用性强,因此体现了一定的社会意义和商业化、智能化价值。每一个模块都是通过实际了解客户需求精心设计,每一个模块业务模块处理严谨、完善。在一定程度上对各模块进行了优化,减轻了医务工作人员繁重的工作负担,提高当前医疗在线信息管理效率。

    技术选型

    本系统主要采用Springboot、Vue、Vuex、Axios、Element-UI、Spring Security、MyBatis为主要的技术栈,系统管理权限部分借鉴了一些框架…

    • Springboot:快速构建项目,让项目构建、部署、运行都So Easy。

    • Spring Security:一个功能强大且高度可定制的身份验证和访问控制框架,致力于为Java应用程序提供身份验证和授权。

    • MyBatis:一款持久层框架,能帮助快速映射POJO对象和数据库中的数据同时支持普通 SQL查询。

    • Vue:前端渐进式框架,让前后端数据交互、数据展示变得如此简单。

    • Axios: axios 是基于 Promise 的 HTTP 网络数据请求库,即HTTP 请求客户端;可以用于浏览器和Node.js服务器端。

    • Element-UI:Element,一套为开发者,设计师和产品经理准备的基于Vue 2.0的桌面端组件库,组件简介美观。

    功能模块

    (1)登录功能:实现系统管理员、医院系统后台管理员登录;
    (2)系统首页:展示系统技术选型、特点;
    (3)系统管理:用户管理、角色管理、 菜单管理、部门管理、岗位管理、字典管理、日志管理;
    (4)就诊管理:患者挂号就诊管理、药房药品管理、药房订单管理、住院管理;
    (5)采购管理:医药采购管理、供应商管理;
    (6)人事管理:医院员工在职档案管理;
    (7)数据图表:展示看病挂号分析、药品采购分析、订单分析;
    (8)在线聊天:管理员在线发送信息页面;
    (9)用户中心:用户信息管理;
    (10)退出登录:退出系统登录;

    详细功能见下图介绍:

    请添加图片描述
    就诊挂号表:
    在这里插入图片描述

    住院信息表:
    在这里插入图片描述

    订单表:
    在这里插入图片描述
    药品采购管理表:
    在这里插入图片描述

    表有点多,就不一一列举了。

    登录:
    在这里插入图片描述

    系统首页:
    在这里插入图片描述
    index.vue:

    
    
    
    
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
    • 111
    • 112
    • 113
    • 114
    • 115
    • 116
    • 117
    • 118
    • 119
    • 120
    • 121
    • 122
    • 123
    • 124
    • 125
    • 126
    • 127
    • 128
    • 129
    • 130
    • 131
    • 132
    • 133
    • 134
    • 135
    • 136
    • 137
    • 138
    • 139
    • 140
    • 141
    • 142
    • 143
    • 144
    • 145
    • 146
    • 147
    • 148
    • 149
    • 150
    • 151
    • 152
    • 153
    • 154
    • 155
    • 156
    • 157
    • 158
    • 159
    • 160
    • 161
    • 162
    • 163
    • 164
    • 165
    • 166
    • 167
    • 168
    • 169
    • 170
    • 171
    • 172
    • 173
    • 174
    • 175
    • 176
    • 177
    • 178
    • 179
    • 180
    • 181
    • 182
    • 183
    • 184
    • 185
    • 186
    • 187
    • 188
    • 189
    • 190
    • 191
    • 192
    • 193
    • 194
    • 195
    • 196
    • 197
    • 198
    • 199
    • 200
    • 201
    • 202
    • 203
    • 204
    • 205
    • 206
    • 207
    • 208
    • 209
    • 210
    • 211
    • 212
    • 213
    • 214
    • 215
    • 216

    用户管理:
    在这里插入图片描述
    添加用户:
    在这里插入图片描述
    操作日志:
    在这里插入图片描述

    岗位管理:
    在这里插入图片描述

    部门管理:
    在这里插入图片描述

    就诊管理:
    在这里插入图片描述
    添加挂号就诊:
    在这里插入图片描述

    人事管理:
    在这里插入图片描述
    供应商管理:
    在这里插入图片描述

    在这里插入图片描述

    采购管理:
    在这里插入图片描述

    药品管理:
    在这里插入图片描述
    在这里插入图片描述

    住院管理:
    在这里插入图片描述
    添加住院信息:在这里插入图片描述

    数据分析:
    在这里插入图片描述

    用户中心:

    在这里插入图片描述

    在线聊天:
    这个本来想实现后台发送信息,功能在完善中…
    在这里插入图片描述

    后端逻辑

    controller(控制处理前端发送的请求) 一> service(业务逻辑层) 一> serviceImpl(业务逻辑实现类) 一> mapper.java(Mapper接口,与mapper.xml相对应) 一> mapper.xml(写操作数据库的sql语句–DRUD操作),以上依次调用各层。

    以住院管理接口实现为例:

    住院管理数据表:
    在这里插入图片描述

    1、controller层

    MchInpatientController:

    /**
     * @Package: com.medical.controller
     * @Description: 住院档案 Controller
     * @Author: liyingxia
     * @CreateDate: 2021/5/03 16:32
     */
    @RestController
    @RequestMapping("/inpatient")
    public class MchInpatientController extends BaseController {
    
        @Autowired
        private IMchInpatientService mchInpatientService;
    
    
        /**
         * 查询住院档案列表
         */
        @PreAuthorize("@ss.hasPermi('inpatient:list')")
        @GetMapping("/list")
        public TableDataInfo list(MchInpatient mchInpatient) {
            super.startPage();
            List result = mchInpatientService.selectMchInpatientList(mchInpatient);
            return super.getDataTable(result);
        }
    
        /**
         * 导出住院档案列表
         */
        @PreAuthorize("@ss.hasPermi('inpatient:export')")
        @Log(title = "住院档案", businessType = BusinessType.EXPORT)
        @GetMapping("/export")
        public AjaxResult export(MchInpatient mchInpatient) {
            List result = mchInpatientService.selectMchInpatientList(mchInpatient);
            ExcelUtil mchInpatientExcelUtil = new ExcelUtil<>(MchInpatient.class);
            mchInpatientExcelUtil.init(result,"住院档案", Excel.Type.EXPORT);
            return mchInpatientExcelUtil.exportExcel();
        }
    
        /**
         * 获取住院档案详细信息
         */
        @PreAuthorize("@ss.hasPermi('inpatient:query')")
        @GetMapping(value = "/{id}")
        public AjaxResult getInfo(@PathVariable("id") Long id) {
            MchInpatient Inpatient = mchInpatientService.selectMchInpatientById(id);
            return AjaxResult.success(Inpatient);
        }
    
        /**
         * 新增住院档案
         */
        @PreAuthorize("@ss.hasPermi('inpatient:add')")
        @Log(title = "住院档案", businessType = BusinessType.INSERT)
        @PostMapping
        public AjaxResult add(@RequestBody MchInpatient mchInpatient) {
            return super.toAjax(mchInpatientService.insertMchInpatient(mchInpatient));
        }
    
        /**
         * 修改住院档案
         */
        @PreAuthorize("@ss.hasPermi('inpatient:edit')")
        @Log(title = "住院档案", businessType = BusinessType.UPDATE)
        @PutMapping
        public AjaxResult edit(@RequestBody MchInpatient mchInpatient) {
            return super.toAjax(mchInpatientService.updateMchInpatient(mchInpatient));
        }
    
        /**
         * 删除住院档案
         */
        @PreAuthorize("@ss.hasPermi('inpatient:remove')")
        @Log(title = "住院档案", businessType = BusinessType.DELETE)
        @DeleteMapping("/{ids}")
        public AjaxResult remove(@PathVariable Long[] ids) {
            return super.toAjax(mchInpatientService.deleteMchInpatientByIds(ids));
        }
    }
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78

    2、service层

    IMchInpatientService:

    /**
     * 患者住院档案service业务逻辑层
     *
     * @author liyingxia
     * @date 2021/5/03 16:32
     */
    public interface IMchInpatientService {
        /**
         * 患者住院档案
         *
         * @param id 患者住院档案ID
         * @return 患者住院档案
         */
        public MchInpatient selectMchInpatientById(Long id);
    
        /**
         * 查询患者住院档案列表
         *
         * @param mchInpatient 患者住院档案
         * @return 患者住院档案集合
         */
        public List selectMchInpatientList(MchInpatient mchInpatient);
    
        /**
         * 新增患者住院档案
         *
         * @param mchInpatient 患者住院档案
         * @return 结果
         */
        public int insertMchInpatient(MchInpatient mchInpatient);
    
        /**
         * 修改患者住院档案
         *
         * @param mchInpatient 患者住院档案
         * @return 结果
         */
        public int updateMchInpatient(MchInpatient mchInpatient);
    
        /**
         * 删除患者住院档案
         *
         * @param id 患者住院档案ID
         * @return 结果
         */
        public int deleteMchInpatientById(Long id);
    
        /**
         * 批量删除患者住院档案
         *
         * @param ids 需要删除的数据ID
         * @return 结果
         */
        public int deleteMchInpatientByIds(Long[] ids);
    }
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55

    3、serviceImpl实现类
    MchInpatientServiceImpl:

    /**
     * @Package: com.medical.service.impl
     * @Description: 住院管理实现类
     * @Author: liyingxia
     * @CreateDate: 2021/5/03 16:32
     */
    @Service
    public class MchInpatientServiceImpl implements IMchInpatientService {
    
        @Autowired
        private MchInpatientMapper mchInpatientMapper;
    
        /**
         * 查询住院档案
         * @param id 
         * @return
         */
        @Override
        public MchInpatient selectMchInpatientById(Long id) {
            return mchInpatientMapper.selectMchInpatientById(id);
        }
    
        /**
         * 查询住院档案列表
         * @param mchInpatient 
         * @return
         */
        @Override
        public List selectMchInpatientList(MchInpatient mchInpatient) {
            return mchInpatientMapper.selectMchInpatientList(mchInpatient);
        }
    
        /**
         * 新增住院档案
         * @param mchInpatient 
         * @return
         */
        @Override
        public int insertMchInpatient(MchInpatient mchInpatient) {
            return mchInpatientMapper.insertMchInpatient(mchInpatient);
        }
    
        /**
         * 修改住院档案
         * @param mchInpatient 
         * @return
         */
        @Override
        public int updateMchInpatient(MchInpatient mchInpatient) {
            return mchInpatientMapper.updateMchInpatient(mchInpatient);
        }
    
        /**
         * 批量删除住院档案
         * @param ids 需要删除的住院档案ID
         * @return
         */
        @Override
        public int deleteMchInpatientByIds(Long[] ids) {
            return mchInpatientMapper.deleteMchInpatientByIds(ids);
        }
    
        /**
         * 删除住院档案
         * @param id 
         * @return
         */
        @Override
        public int deleteMchInpatientById(Long id) {
            return mchInpatientMapper.deleteMchInpatientById(id);
        }
    }
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72

    4、mapper
    MchInpatientMapper:

    /**
     * 患者档案Mapper接口
     *
     * @author liyingxia
     * @date 2021/5/03 16:32
     */
    public interface MchInpatientMapper {
        /**
         * 档案
         *
         * @param id 患者档案ID
         * @return 患者档案
         */
        public MchInpatient selectMchInpatientById(Long id);
    
        /**
         * 查询患者档案列表
         *
         * @param mchInpatient 患者档案
         * @return 患者档案集合
         */
        public List selectMchInpatientList(MchInpatient mchInpatient);
    
        /**
         * 新增患者档案
         *
         * @param mchInpatient 患者档案
         * @return 结果
         */
        public int insertMchInpatient(MchInpatient mchInpatient);
    
        /**
         * 修改患者档案
         *
         * @param mchInpatient 患者档案
         * @return 结果
         */
        public int updateMchInpatient(MchInpatient mchInpatient);
    
        /**
         * 删除患者档案
         *
         * @param id 患者档案ID
         * @return 结果
         */
        public int deleteMchInpatientById(Long id);
    
        /**
         * 批量删除患者档案
         *
         * @param ids 需要删除的数据ID
         * @return 结果
         */
        public int deleteMchInpatientByIds(Long[] ids);
    }
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55

    5、mapper.xml
    MchInpatientMapper.xml:

    
    
    
    
        
            
            
            
            
            
            
            
            
            
            
            
            
            
            
        
    
        
            select id,name, age,inpatient_no,inpatient_cost, inpatient_address, inpatient_phone,
            inpatient_category, inpatient_remark from mch_inpatient
        
    
        
    
        
    
        
            insert into mch_inpatient
            
                name,
                age,
                inpatient_no,
                inpatient_cost,
                inpatient_address,
                inpatient_phone,
                inpatient_category,
                inpatient_remark,
                del_flag,
                create_time,
                create_by,
                update_by,
                update_time,
            
            
                #{name},
                #{age},
                #{inpatientNo},
                #{inpatientCost},
                #{inpatientAddress},
                #{inpatientPhone},
                #{inpatientCategory},
                #{inpatientRemark},
                #{delFlag},
                #{createTime},
                #{createBy},
                #{updateBy},
                #{updateTime},
    
            
        
    
        
            update mch_inpatient
            
                name=#{name},
                age=#{age},
                inpatient_no=#{inpatientNo},
                inpatient_cost=#{inpatientCost},
                inpatient_address=#{inpatientAddress},
                inpatient_phone=#{inpatientPhone},
                inpatient=category=#{inpatientCategory},
                inpatient_remark=#{inpatientRemark},
                del_flag = #{delFlag},
                create_time = #{createTime},
                create_by = #{createBy},
                update_by = #{updateBy},
                update_time = #{updateTime},
            
            where id = #{id}
        
    
        
            delete from mch_inpatient where id = #{id}
        
    
        
            delete from mch_inpatient where id in
            
                #{id}
            
        
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108

    6、domain实体类
    MchInpatient.class:

    /**
     * 住院档案对象 mch_inpaticent
     *
     * @author liyingxia
     * @date 2021/5/03 16:32
     */
    public class MchInpatient extends BaseEntity {
        private static final long serialVersionUID = 1L;
    
        /**
         * 主键
         */
        private Long id;
    
        /**
         * 是否删除
         */
        private String delFlag;
    
        /**
         * 名称
         */
        @Excel(name = "患者名称")
        private String name;
    
        /**
         * 客户编号
         */
        @Excel(name = "患者编号")
        private String inpatientNo;
    
        @Excel(name = "住院费用")
        private  double inpatientCost;
    
        /**
         * 客户编号
         */
        @Excel(name = "患者年龄")
        private int age;
    
        /**
        /**
         * 地址
         */
        @Excel(name = "患者地址")
        private String inpatientAddress;
    
        /**
         * 联系电话
         */
        @Excel(name = "联系电话")
        private String inpatientPhone;
        @Excel(name = "病科")
        private String inpatientCategory;
        @Excel(name = "备注")
        private String inpatientRemark;
    
        public static long getSerialVersionUID() {
            return serialVersionUID;
        }
    
        public Long getId() {
            return id;
        }
    
        public void setId(Long id) {
            this.id = id;
        }
    
        public String getDelFlag() {
            return delFlag;
        }
    
        public void setDelFlag(String delFlag) {
            this.delFlag = delFlag;
        }
    
        public String getName() {
            return name;
        }
    
        public void setName(String name) {
            this.name = name;
        }
    
        public String getInpatientNo() {
            return inpatientNo;
        }
    
        public void setInpatientNo(String inpatientNo) {
            this.inpatientNo = inpatientNo;
        }
    
        public int getAge() {
            return age;
        }
    
        public void setAge(int age) {
            this.age = age;
        }
    
        public double getInpatientCost() {
            return inpatientCost;
        }
    
        public void setInpatientCost(double inpatientCost) {
            this.inpatientCost = inpatientCost;
        }
    
        public String getInpatientAddress() {
            return inpatientAddress;
        }
    
        public void setInpatientAddress(String inpatientAddress) {
            this.inpatientAddress = inpatientAddress;
        }
    
        public String getInpatientPhone() {
            return inpatientPhone;
        }
    
        public void setInpatientPhone(String inpatientPhone) {
            this.inpatientPhone = inpatientPhone;
        }
    
        public String getInpatientCategory() {
            return inpatientCategory;
        }
    
        public void setInpatientCategory(String inpatientCategory) {
            this.inpatientCategory = inpatientCategory;
        }
    
        public String getInpatientRemark() {
            return inpatientRemark;
        }
    
        public void setInpatientRemark(String inpatientRemark) {
            this.inpatientRemark = inpatientRemark;
        }
    
        @Override
        public String toString() {
            return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE)
                    .append("id", getId())
                    .append("createTime", getCreateTime())
                    .append("updateBy", getUpdateBy())
                    .append("updateTime", getUpdateTime())
                    .append("createBy", getCreateBy())
                    .append("delFlag", getDelFlag())
                    .append("name", getName())
                    .append("age", getAge())
                    .append("inpatientNo", getInpatientNo())
                    .append("inpatientCost", getInpatientCost())
                    .append("inpatientAddress", getInpatientAddress())
                    .append("inpatientPhone", getInpatientPhone())
                    .append("inpatientRemark", getInpatientRemark())
                    .toString();
        }
    }
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
    • 111
    • 112
    • 113
    • 114
    • 115
    • 116
    • 117
    • 118
    • 119
    • 120
    • 121
    • 122
    • 123
    • 124
    • 125
    • 126
    • 127
    • 128
    • 129
    • 130
    • 131
    • 132
    • 133
    • 134
    • 135
    • 136
    • 137
    • 138
    • 139
    • 140
    • 141
    • 142
    • 143
    • 144
    • 145
    • 146
    • 147
    • 148
    • 149
    • 150
    • 151
    • 152
    • 153
    • 154
    • 155
    • 156
    • 157
    • 158
    • 159
    • 160

    前端用的是Vue-CLI搭建的Vue项目,代码太多就不放了,主要Vue给我的体验就是组件化。

    系统不免有错误和待改进之处,有问题欢迎提出。

    先自我介绍一下,小编13年上师交大毕业,曾经在小公司待过,去过华为OPPO等大厂,18年进入阿里,直到现在。深知大多数初中级java工程师,想要升技能,往往是需要自己摸索成长或是报班学习,但对于培训机构动则近万元的学费,着实压力不小。自己不成体系的自学效率很低又漫长,而且容易碰到天花板技术停止不前。因此我收集了一份《java开发全套学习资料》送给大家,初衷也很简单,就是希望帮助到想自学又不知道该从何学起的朋友,同时减轻大家的负担。添加下方名片,即可获取全套学习资料哦

  • 相关阅读:
    2023陆军工程大学计算机考研信息汇总
    虹科Pico汽车示波器 | 免拆诊断案例 | 2016款保时捷911 GT3 RS车发动机异响
    vue入门-->前后端分离&vue简介,vue入门,vue生命周期
    基于 JSch 实现服务的自定义监控解决方案
    哈夫曼树相关操作(C-数据结构)
    一个关于React与Node.js前后端分离项目部署问题
    盈利背后,美团渴望第二曲线
    AVL树、红黑树、树堆、Splay
    使用Nginx的stream模块实现MySQL反向代理与RabbitMQ负载均衡
    学习太极创客 — MQTT(七)MQTT 主题进阶
  • 原文地址:https://blog.csdn.net/m0_67394230/article/details/126080802