前言:经过博文(1)vue搭建,(2)ssm搭建,到这里就该真真切切的实现小功能了<-_-> 规划:实现登录,用户列表查询,访问日志aop; 开始先解决跨域:在目录config/index.js配置 1 'use strict' 2 // Template version: 1.3.1 3 // s ...
分类:
其他好文 时间:
2019-08-05 17:11:23
阅读次数:
167
Description Implement function ToLowerCase() that has a string parameter str, and returns the same string in lowercase. Example 1: Example 2: Example ...
分类:
其他好文 时间:
2019-08-05 15:55:39
阅读次数:
82
bash Make plots of Series or DataFrame using the backend specified by the option . By default, matplotlib is used. Parameters data : Series or DataFra ...
分类:
编程语言 时间:
2019-08-03 15:08:43
阅读次数:
106
原文:ASP.NET Core Web Api之JWT刷新Token(三)前言 如题,本节我们进入JWT最后一节内容,JWT本质上就是从身份认证服务器获取访问令牌,继而对于用户后续可访问受保护资源,但是关键问题是:访问令牌的生命周期到底设置成多久呢?见过一些使用JWT的童鞋会将JWT过期时间设置成很... ...
```xml // List findBuildByProject(String prjName); //单参数时使用标签判断采用“_parameter” ``` ...
分类:
其他好文 时间:
2019-08-02 20:27:48
阅读次数:
90
引入lombok的jar包<dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.16.14</version></dependency> @EqualsAndHashC ...
分类:
其他好文 时间:
2019-08-01 09:45:34
阅读次数:
68
一、EL表达式11个内置对象: //其中10个是Map类型;最后一个是pageContext对象; pageScope requestScope sessionScope applicationScope param paramValues header headerValues initParam ...
分类:
Web程序 时间:
2019-07-31 21:59:54
阅读次数:
100
指数族分布是一大类分布,基本形式为: 分布函数框架中的h(x),η(θ),T(x)和A(θ)并不是任意定义的,每一部分都有其特殊的意义。 θ是自然参数(natural parameter),通常是一个实数; h(x)是底层观测值(underlying measure); T(x)是充分统计量(suf ...
分类:
其他好文 时间:
2019-07-31 21:46:17
阅读次数:
472
Description Implement function ToLowerCase() that has a string parameter str, and returns the same string in lowercase. Example 1: Input: "Hello" Outp ...
分类:
其他好文 时间:
2019-07-30 23:18:44
阅读次数:
104
论文信息 Tsung Yi Lin, Priya Goyal, Ross Girshick, Kaiming He, Piotr Dollár, Focal Loss for Dense Object Detection, ICCV 2017. https://arxiv.org/abs/1708. ...
分类:
Web程序 时间:
2019-07-30 00:16:50
阅读次数:
182