- 博客(5)
- 收藏
- 关注
原创 bootstrap中模态框中modal is not a function
错误: TypeError: $(...).modal is not a function at HTMLButtonElement.<anonymous> (http://localhost/Projo/:270:23) at HTMLButtonElement.dispatch (http://localhost/Projo//js/jquery-3.2.1.js...
2018-04-28 11:25:42
2852
1
原创 mybatis中找不到配置的xml文件
报错为:org.apache.ibatis.exceptions.PersistenceException: ### Error building SqlSession.### The error may exist in com.oracle.mapper.OrdertableMapper.xml### Cause: org.apache.ibatis.builder.BuilderExcept...
2018-03-05 12:40:15
9249
原创 strust2中一直报路径错误
<package name="xxx" extends="struts-default" namespace="/">确保package中参数都写对,尤其是struts-default,写错就找不到action,也就找不到路径
2018-03-04 08:30:40
211
原创 Maven中出现Resource Path Location Type Dynamic Web Module 3.1 requires Java 1.7 or newer
在前面的操作:1.右键-maven-update project,等待下载完成。2.右键-properties-java build path-双击JRE System Library-选择Workspace3.java compiler选择1.84.project Facts-java版本改为1.85.pom.xml中在project中插入以下代码<build> <plugi...
2018-03-01 15:18:31
6744
原创 分页时打印结果集已耗尽
public List<Items> fpage(int page,int pageSize,int id) throws SQLException { String totalSql=""; String rumSql=""; int total=-1; int pages=-1; Connection conn=JDBCUtils.getConn(); Prepared...
2018-02-08 17:59:46
463
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人