会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
咕噜猫球
博客园
首页
新随笔
联系
订阅
管理
2019年4月3日
空指针异常
摘要: 导user包导错了,一般不能获得到值,都是因为导包,已经出现了两次这样的错误了
阅读全文
posted @ 2019-04-03 20:06 咕噜猫球
阅读(108)
评论(0)
推荐(0)
2019年4月1日
HTTP Status 404 – Not Found
摘要: 一般都是配置中的问题,这次发现扫描controller时,自己的包是com.aaa.conlller,而springmvc.xml中扫描的是com.aaa.controller,,多写了一个l
阅读全文
posted @ 2019-04-01 11:28 咕噜猫球
阅读(1036)
评论(0)
推荐(0)
Property 'id' not found on type java.lang.String
摘要: 其实是jsp中多写了空格....
阅读全文
posted @ 2019-04-01 11:25 咕噜猫球
阅读(189)
评论(0)
推荐(0)
2019年3月29日
Error creating bean with name 'student': Unsatisfied dependency expressed through field 'teacher'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating
摘要: 有 有参构造但是没有无参构造...
阅读全文
posted @ 2019-03-29 20:00 咕噜猫球
阅读(614)
评论(0)
推荐(0)
2019年3月25日
Parsing error was found in mapping #{}. Check syntax #{property|(expression), var1=value1, var2=val错误
摘要: xml中有一个语法错误,整个都错了, 虽然只调用了select查询的方法,但是update中也有语法错误
阅读全文
posted @ 2019-03-25 21:15 咕噜猫球
阅读(2875)
评论(0)
推荐(0)
2019年3月14日
ajax用户是否存在
摘要: $(function(){ $("#username").blur(function(){ var usernameInput=$(this).val(); $.post( "${pageContext.request.contextPath}/checkuser", {"username":use
阅读全文
posted @ 2019-03-14 19:41 咕噜猫球
阅读(117)
评论(0)
推荐(0)
2019年3月5日
网页登录注册后台
摘要: package cn.servlet; import java.io.IOException;import java.sql.SQLException; import javax.servlet.ServletException;import javax.servlet.http.HttpServl
阅读全文
posted @ 2019-03-05 14:22 咕噜猫球
阅读(275)
评论(0)
推荐(0)