- 博客(7)
- 收藏
- 关注
原创 Swagger2+swagger-bootstrap-ui的使用
<dependency> <groupId>io.springfox</groupId> <artifactId>springfox-spring-web</artifactId> <version>2.9.2</version> </dependency> <dependency> <groupId>io.springfox</groupId> <arti
2020-03-29 21:31:23 1281 1
转载 SpringBoot集成JWT实现token验证
转载来自:https://www.jianshu.com/p/e88d3f8151db JWT官网: https://jwt.io/JWT(Java版)的github地址:https://github.com/jwtk/jjwt 什么是JWT Json web token (JWT), 是为了在网络应用环境间传递声明而执行的一种基于JSON的开放标准((RFC 7519).定义了一种简洁的,...
2020-03-29 14:14:40 151
原创 Git - -》 remote: HTTP Basic: Access denied fatal: Authentication failed for ...
在使用tortoiseGit工具的时候出现的问题 解决方法:打开git bash输入:git config --system --unset credential.helper即可
2019-07-22 10:47:47 145
转载 css自适应
<style> .abc{ height:300px; border:1px solid #000; margin:0 auto} @media screen and (min-width: 1201px) { .abc {width: 1200px} } /* 设置了浏览器宽度不小于1201px时 abc 显示1200px宽度 */ @media screen and (max-wi...
2018-05-04 10:50:48 567
原创 AEM 6.3 - sling.Servlet.paths如何自定义
whenever I visit localhost:4502/shop/category, I get a 403 forbidden error. I see that it gets to my class and path, but it throws a 403 regardless. However, If I move the servlet to /bin/feed, I can ...
2018-04-17 16:12:55 392
转载 小程序开发
小程序丨页面跳转的四种方法 wx.navigateTo({}) ,保留当前页面,跳转到应用内的某个页面,使用 wx.navigateBack 可以返回; 示例: 1 wx.navigateTo({ 2 url:'../test/test?id=1&page=4', //跳转页面的路径,可带参数 ?隔开,不同参数用 & 分隔;相对路径,不需要.wxml后缀 3 ...
2018-04-03 10:21:05 143
原创 Caused by: java.lang.IllegalArgumentException: Result Maps collection already contains value for ...
1.出现异常Caused by: java.lang.IllegalArgumentException: Result Maps collection already contains value for com.xc.dao.BookMapper.mapper_resultMap[BookBean]_association[category] at org.apache.ibatis.sessi...
2018-04-01 10:38:36 1768
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人