• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






谈什么恋爱,是代码不够敲还是代码不好看

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2017年8月17日

ajax传递数组、form表单提交对象数组
摘要: http://blog.csdn.net/u014252157/article/details/50751302 http://www.360doc.com/content/17/0203/14/29401987_626214093.shtml http://www.cnblogs.com/bjlh 阅读全文
posted @ 2017-08-17 13:29 尤里盖勒 阅读(712) 评论(0) 推荐(0)
 

2017年8月8日

Result Maps collection already contains value for com.cq.zys.dao.StudentMapper.BaseResultMap
摘要: 在ssm整合时,因为是自动生成的代码,后来因为手贱把一个实体类删了,忘记把mapper一起删就开始重新生成实体了 结果报错:nested exception is org.springframework.beans.factory.BeanCreationException: Error creat 阅读全文
posted @ 2017-08-08 23:59 尤里盖勒 阅读(699) 评论(0) 推荐(0)
 

2017年7月20日

SSM框架——详细整合教程(Spring+SpringMVC+MyBatis)
摘要: http://blog.csdn.net/gebitan505/article/details/44455235/ http://blog.csdn.net/zhshulin 阅读全文
posted @ 2017-07-20 19:52 尤里盖勒 阅读(140) 评论(0) 推荐(0)
 
使用Navicat创建数据库,外键出现错误ERROR 1005: Can't create table (errno: 121)
摘要: ERROR 1005: Can't create table (errno: 121) 意思是: 1、表名重复 2、以该名字命名的表之前创建过后来删除了,但是对应的.frm文件还留在磁盘上 3、主键名字在全数据库范围内不是唯一的 今天遇到的应该是第三种情况 主键名字在全数据库范围内不是唯一的 在设置 阅读全文
posted @ 2017-07-20 15:26 尤里盖勒 阅读(2340) 评论(0) 推荐(0)
 

2017年7月17日

Maven 整合ssh: java.lang.ClassCastException: com.myjava120.entity.Depts_$$_javassist_1 cannot be cast to javassist.util.proxy.Proxy
摘要: 在struts和hibernate整合的时候出现了java.lang.ClassCastException: com.myjava120.entity.Depts_$$_javassist_1 cannot be cast to javassist.util.proxy.Proxy 网上说法很多,我 阅读全文
posted @ 2017-07-17 17:08 尤里盖勒 阅读(268) 评论(0) 推荐(0)
 

2017年7月13日

Unable to locate JAR/zip in file system as specified by the driver definition: mysql-connector-java-5.0.0-bin.jar.
摘要: 在eclipse的“Data Source Explorer”弹出对话框中选一个driver,出现了 Unable to locate JAR/zip in file system as specified by the driver definition: xxx.jar. 解决办法很简单:只要在 阅读全文
posted @ 2017-07-13 18:18 尤里盖勒 阅读(6375) 评论(0) 推荐(2)
 

2017年7月12日

Referenced file contains errors (http://www.springframework.org/schema/context/spring-context.xsd). For more information, right click on the message in the Problems View and select "Show Details..."
摘要: 问题如下:原先运行正常的项目,突然在applicationContext.xml 文件头报错 Referenced file contains errors (http://www.springframework.org/schema/context/spring-context.xsd). For 阅读全文
posted @ 2017-07-12 09:17 尤里盖勒 阅读(3250) 评论(0) 推荐(0)
 

2017年7月11日

错误: 找不到或无法加载主类 com.alibaba.druid.filter.config.ConfigTools
摘要: 在配置连接池druid密码加密的时候,很多新手比如我在cmd的时候报错 :错误: 找不到或无法加载主类 com.alibaba.druid.filter.config.ConfigTools 一脸懵逼,明明我放在C盘 C:\>java -cp druid-1.0.31.jar com.alibaba 阅读全文
posted @ 2017-07-11 11:06 尤里盖勒 阅读(8422) 评论(0) 推荐(0)
 
org.xml.sax.SAXParseException; lineNumber: 23; columnNumber: 72; 元素类型 "bean" 必须后跟属性规范 ">" 或 "/
摘要: 今天在applicationContext.xml配置数据库连接池的时候,因为是直接从网上拷贝下来的,所以还特别注意了空格问题,结果去爆出了不是问题的问题: org.xml.sax.SAXParseException; lineNumber: 23; columnNumber: 72; 元素类型 " 阅读全文
posted @ 2017-07-11 09:36 尤里盖勒 阅读(19364) 评论(0) 推荐(0)
 

2017年7月8日

The Tomcat server configuration at \Servers\Tomcat v7.0 Server at localhost-config is missing. Check the server for errors.
摘要: tomcat突然报错,The Tomcat server configuration at \Servers\Tomcat v7.0 Server at localhost-config is missing. Check the server for errors. 具体报错原因不太清楚,不过肯定 阅读全文
posted @ 2017-07-08 10:00 尤里盖勒 阅读(4917) 评论(0) 推荐(1)
 
下一页