上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 75 下一页
摘要: --当前连接进程declare @tempTable table (SPID INT,Status VARCHAR(255), Login VARCHAR(255),HostName VARCHAR(255), BlkBy VARCHAR(255),DBName VARCHAR(255), Comm 阅读全文
posted @ 2019-12-21 20:19 kelelipeng 阅读(664) 评论(0) 推荐(0) 编辑
摘要: https://www.iteye.com/blog/elim-2247073 Spring Security 教程 Spring Security(20)——整合Cas Spring Security(19)——对Acl的支持 Spring Security(18)——Jsp标签 Spring S 阅读全文
posted @ 2019-12-20 17:19 kelelipeng 阅读(177) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/bb14cca5ab3d 自定义AccessDeniedHandler /** * @Author: jialing xu * @Description: xvjialing@outlook.com * @Date: 17:24 2018/8/7 阅读全文
posted @ 2019-12-20 16:51 kelelipeng 阅读(3301) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/lloyd-zh/p/10571375.html https://www.cnblogs.com/chenpi/p/9696310.html 本篇文章我们将探讨CommandLineRunner和ApplicationRunner的使用。 在阅读本篇文 阅读全文
posted @ 2019-12-18 13:39 kelelipeng 阅读(457) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/hanchao5272/article/details/99649252 Jetty和tomcat的比较 Tomcat和Jetty都是一种Servlet引擎,他们都支持标准的Servlet规范和JavaEE规范。 架构比较 Jetty的架构比Tomcat的 阅读全文
posted @ 2019-12-18 13:35 kelelipeng 阅读(2144) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://blog.csdn.net/kimylrong/article/details/50353161 原创kimy 发布于2015-12-18 17:36:48 阅读数 109197 收藏展开 Maven的一个哲学是惯例优于配置(Convention Over Configur 阅读全文
posted @ 2019-12-18 11:29 kelelipeng 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 原创GrayHJX 发布于2017-03-14 22:56:33 阅读数 6851 收藏 展开 问题:最近在工作中遇到这么一个问题:有个实体类,它有个date类型的属性,当在这个属性加上fastjson的注解@JSONField (format=”yyyy-MM-dd HH:mm”)将秒去掉后,对象 阅读全文
posted @ 2019-12-12 14:47 kelelipeng 阅读(2127) 评论(0) 推荐(0) 编辑
摘要: 写在前面:开发中经常用到json和对象的相互转换,下面将列出FastJson中ObjectMapper对象的API的使用 一、maven工程中pom导入<dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jac 阅读全文
posted @ 2019-12-12 14:44 kelelipeng 阅读(2297) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/linyifan_/article/details/83060408 原创林天乐 发布于2018-10-15 16:20:25 阅读数 1462 收藏 展开 项目中需要将前端传进的json数据清空值前后空格 两种实现方法 1.土方法 迭代trim() Re 阅读全文
posted @ 2019-12-12 14:35 kelelipeng 阅读(2711) 评论(0) 推荐(0) 编辑
摘要: 展开 问题:application.properties中的如下配置不生效,返回时间戳 spring.jackson.date-format=yyyy-MM-dd HH:mm:ss 原因分析: 拦截器继承的 WebMvcConfigurationSupport ! 以前是用 WebMvcConfig 阅读全文
posted @ 2019-12-12 13:46 kelelipeng 阅读(3026) 评论(0) 推荐(0) 编辑
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 75 下一页