- 博客(5)
- 收藏
- 关注
原创 c语言中if后语句问题
今日,写了个顺序表插入,发现插入语句只能执行插入失败,插入成功却不执行,试了好多,发现语句肯本没执行插入操作,原代码如下:bool ListInsert(SqList &L,int i,int e){ if(i<1||i>L.length+1)//不能隔几个空格插入 printf("插入失败1\n"); return false; if(L.length>=Maxsize) printf("插入失败2\n"); return false; for(int j=
2021-06-05 17:43:49
508
原创 Mybatis连接数据库失败,xml文件不存在Caused by: org.apache.ibatis.exceptions.PersistenceException:
首先看下报错 Caused by: org.apache.ibatis.exceptions.PersistenceException: ### Error building SqlSession. ### The error may exist in com/yd/dao/userdao.xml ### Cause: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: jav
2020-10-19 15:55:25
579
原创 java链接数据库JDBC出现 Failed to obtain JDBC Connection ‘???ú±ê×??±??‘
java链接数据库JDBC经常出现以下问题: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: The server time zone value '???ú±ê×??±??' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via th
2020-10-11 15:26:21
1520
原创 使浏览器页面变得可以编辑
这里写自定义目录标题欢迎使用Markdown编辑器新的改变功能快捷键合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图表FLowchart流程图导出与导入导出导入 欢迎使用Markdown编辑器 你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Mar
2020-08-01 16:09:19
440
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人