项目:spring boot + mybatis plus + spring + redis 测试接口 @ApiOperation(value = "单文件上传测试接口") @PostMapping(value = "/file") public String fileUpload(Multipar ...
分类:
微信 时间:
2020-04-17 09:51:24
阅读次数:
110
Problem: A?+?B is a problem used to test one's basic knowledge for competitive programming. Here is yet another boring variation of it. You have two i ...
分类:
其他好文 时间:
2020-04-16 22:50:39
阅读次数:
182
Springboot(2.2.2)+Mybatis-Plus(3.0-RC3)+shedLock(4.0.1) 简易的定时任务工程,只需要两个服务。实现小型定时任务处理
分类:
编程语言 时间:
2020-04-15 15:12:07
阅读次数:
97
记一次简单的整合了一次SSM框架过程,因为好久不用了在过程中发生了一些问题。 后续我会在继续在此基础上整合其他框架进来。 本次整合用到的框架有: spring & springmvc mybatis (mybatis Plus 好像是一个有意思的东西) "mybatis spring" ) "myb ...
分类:
其他好文 时间:
2020-04-15 00:51:25
阅读次数:
49
样式如图 index.wxml中的代码: <!--index.wxml--> <view class="container"> <view class="search"> <image src="../../images/plus.png" mode="aspectFit" bindtap="add ...
分类:
微信 时间:
2020-04-14 17:15:16
阅读次数:
125
spring-boot-plus是易于使用,快速,高效,功能丰富,开源的springboot脚手架前后端分离,专注于后端服务目标每个人都可以独立、快速、高效地开发项目!GITHUB|GITEE官网springboot.plusV2.0bilibili视频介绍<palign="center"><ahref="https://www.acfun.cn/v
分类:
编程语言 时间:
2020-04-13 22:43:31
阅读次数:
89
头文件 golf.h 1 //golf.h --for pe9-1.cpp 2 3 const int Len = 40; 4 struct golf 5 { 6 char fullname[Len]; 7 int handicap; 8 }; 9 10 void setgolf(golf &g, ...
分类:
编程语言 时间:
2020-04-13 19:38:15
阅读次数:
74
程序清单9.11-13(名称空间示例) namesp.h 头文件:常量、结构定义、函数原型 1 //namesp.h 2 #include<string> 3 //creat the pers and debts namespace 4 namespace pers 5 { 6 struct Per ...
分类:
编程语言 时间:
2020-04-12 18:12:32
阅读次数:
62
提前准备好的东西。 logback.xml就是日志的xml 复制到common的resources下。 首先是pom依赖,然后是配置文件。 EntityGenerator是Mybatis-plus给我们提供的代码生成器。根据你的表结构生成controller、service、dao。其实我们并不需要 ...
分类:
其他好文 时间:
2020-04-11 00:37:18
阅读次数:
81
新建一个config的包 把这两个类复制进来 默认初始化的数据库链接 数据的用户密码 这是驱动 **代表的是任意目录。也就是mettingfilm下任意目录找到dao,再找到mapper 复制到test目录下的generator目录下。因为和我们的业务没有关联。所以放在test下 官方提供的做了修改 ...
分类:
其他好文 时间:
2020-04-11 00:23:10
阅读次数:
72