会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
流年拓荒者
以前心如止水 现在波涛汹涌
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
下一页
2017年12月27日
Mybatis中传参包There is no getter for property named 'roomName' in 'class java.lang.String'
摘要: 一、发现问题 <select id="queryStudentByNum" resultType="student" parameterType="string"> select num,name,phone from student <where> <if test = " num!=null a
阅读全文
posted @ 2017-12-27 15:25 流年拓荒者
阅读(340)
评论(0)
推荐(0)
2017年12月12日
tomcat 详解 catalina.home和catalina.base
摘要: log4j.properties 文件的配置内容如下: log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.a
阅读全文
posted @ 2017-12-12 09:10 流年拓荒者
阅读(1180)
评论(0)
推荐(0)
2017年12月11日
SpringMVC-@CookieValue
摘要: 配置承接一二章 index.jsp test.java
阅读全文
posted @ 2017-12-11 20:47 流年拓荒者
阅读(519)
评论(0)
推荐(0)
SpringMVC-@RequestParam
摘要: 请求处理方法签名 承接一二章 springmvc通过分析处理方法的签名,将http请求信息绑定到处理方法的相应参数中。并根据方法的返回质类型作出相应的后续处理。 必要时可以对其方法及方法参数标注相应的注解。如:@PathVariable @RequestParam @RequestHeader in
阅读全文
posted @ 2017-12-11 20:45 流年拓荒者
阅读(167)
评论(0)
推荐(0)
2017年12月9日
解决Eclipse添加新server时无法选择Tomcat7的问题
摘要: http://blog.csdn.net/greatfeather/article/details/44955057
阅读全文
posted @ 2017-12-09 18:35 流年拓荒者
阅读(745)
评论(0)
推荐(0)
org.apache.shiro.crypto.CryptoException: Unable to execute 'doFinal' with cipher instance
摘要: 在整合 shiro的时候 每次登录和登出都出现这样的问题.... 从两个红箭头 可以猜测出应该是rememberMe管理器的配置问题 ,而且异常部分也是rememberMe管理器里面配置的 配置如下: 红箭头处的值有格式要求的 官文如下: 你要么用base64生成字符串然后在decode,要么直接以
阅读全文
posted @ 2017-12-09 16:18 流年拓荒者
阅读(17932)
评论(1)
推荐(1)
2017年12月2日
HTTP Status 405 - Request method 'GET' not supported
摘要: springMVC框架中出现这个问题看看web.xml是否配置HiddenHttpMethodFilter ctrl +shift+T查看这个方法 配置: <!-- 配置org.springframework.web.filter.HiddenHttpMethodFilter:可以把post请求转为
阅读全文
posted @ 2017-12-02 20:19 流年拓荒者
阅读(6593)
评论(0)
推荐(0)
SpringMVC---@PathVariable
摘要: 承接一二章 支持占位符 index.jsp test.java
阅读全文
posted @ 2017-12-02 19:34 流年拓荒者
阅读(155)
评论(0)
推荐(0)
SpringMvc---Ant通配符
摘要: 承接一二章配置 springMVC支持Ant风格的资源地址3种匹配符 ?:匹配文件名中的一个字符 如:springMVC/?a/ *:匹配文件名中的任意字符 **:匹配多层路径 index.jsp test.java
阅读全文
posted @ 2017-12-02 19:10 流年拓荒者
阅读(307)
评论(0)
推荐(0)
2017年11月29日
mybatis 数据库语句
摘要: http://blog.csdn.net/qq_32588349/article/details/51541871?_t_t_t=0.5901424671653768
阅读全文
posted @ 2017-11-29 16:18 流年拓荒者
阅读(151)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告
在博客右侧,浮出一个微博浮动框