MyBatis-Plus 是一个 MyBatis 的增强工具; 先构建一个 spring boot 项目 1. 添加依赖 <!-- 数据库 --> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-s ...
分类:
其他好文 时间:
2020-05-25 17:24:50
阅读次数:
55
1 auto getter() { 2 return new vector<int>(); 3 } 4 auto setter(vector<int>* vec) { 5 int x; 6 while (cin >> x) 7 vec->push_back(x); 8 return vec; 9 } ...
分类:
编程语言 时间:
2020-05-25 12:29:16
阅读次数:
69
Given a Binary Search Tree (BST), convert it to a Greater Tree such that every key of the original BST is changed to the original key plus sum of all ...
分类:
其他好文 时间:
2020-05-24 00:24:06
阅读次数:
58
使用layui实现前台页面,实现用户的增删改查 环境参数 开发工具:IDEA 基础环境:Maven+JDK8 主要技术:SpringBoot、redis、mysql、mybatis-plus、swagger框架与layui前段框架 SpringBoot版本:2.2.6 实现步骤如下: 1.添加依赖 ...
分类:
其他好文 时间:
2020-05-23 18:09:53
阅读次数:
91
今天突然发现notepad++官网上的变色龙带上了口罩,哈哈哈哈 "https://notepad plus plus.org/" ...
分类:
其他好文 时间:
2020-05-23 16:46:35
阅读次数:
326
项目描述: 在微信小程序中通过与Springboot操作数据库实现简单的增删改查,其中我是用springboot整合mybatis plus 和mysql使用的. 1\. 开发前准备 1.1 前置知识 java基础 SpringBoot简单基础知识 1.2 环境参数 开发工具:IDEA 基础环境:M ...
分类:
微信 时间:
2020-05-20 12:42:22
阅读次数:
91
背景:著名开源管理系统ruoyi-vue是基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统(https://gitee.com/y_project/RuoYi-Vue) 需求:站在巨人的肩膀上打造一个更符合自己使用习惯的管理系统 ...
分类:
其他好文 时间:
2020-05-19 22:48:36
阅读次数:
173
版本:Office 2016 Pro Plus 64 位 文件名:SW_DVD5_Office_Professional_Plus_2016_64Bit_ChnSimp_MLF_X20 42426.ISO 文件大小: 1123452928 字节 MD5: 60DC8B1892F611E41140DD ...
分类:
其他好文 时间:
2020-05-18 20:45:50
阅读次数:
216
1.简介 官网:https://mp.baomidou.com MyBatis-Plus(简称 MP)是一个 MyBatis 的增强工具,在 MyBatis 的基础上只做增强不做改变,为简化开发、提高效率而生。 2.入门 2.1数据库准备 使用mysql数据库创建数据,执行脚本如下: create ...
分类:
其他好文 时间:
2020-05-17 21:45:04
阅读次数:
81