摘要: cas5.2x: https://apereo.github.io/cas/5.2.x/installation/Configuration-Properties-Common.html#redis-configuration 阅读全文
posted @ 2020-08-18 14:32 记录美好时光 阅读(913) 评论(0) 推荐(0)
摘要: package com.ccic.cas.utils; import javax.servlet.ServletRequest;import javax.servlet.http.HttpServletRequest; public class ServletUtils { private stat 阅读全文
posted @ 2020-08-18 14:30 记录美好时光 阅读(499) 评论(0) 推荐(0)
摘要: 引用: https://www.cnblogs.com/fengwenzhee/p/7193218.html 阅读全文
posted @ 2020-08-12 10:29 记录美好时光 阅读(106) 评论(0) 推荐(0)
摘要: 方式一: 放在页面隐藏元素中,再去js获取 <input type="hidden" id="data" value="${data}" /> js: var data = $("#data").val(); 方式二: js: var data = ${data}; 方式三: js: var dat 阅读全文
posted @ 2020-08-04 09:29 记录美好时光 阅读(2617) 评论(0) 推荐(0)
摘要: 报错:argument type mismatch 参数不匹配 原mapper.xml代码: <insert id="created" parameterType="com.ccic.model.TaskMapping"><selectKey keyProperty="id" resultType= 阅读全文
posted @ 2020-08-03 16:34 记录美好时光 阅读(14958) 评论(0) 推荐(0)