- 博客(8)
- 收藏
- 关注
原创 MyBatis-Plus selectMapsPage报错
解决方案Page的泛型由 实体(Page<T>) 修改为 IPage<Map<String, Object>>前提 config配置和其他代码没有错在官网推荐的慕课视频 https://www.imooc.com/video/19510/0视频中的代码@Test public void selectMapsPage() { ...
2020-05-03 22:24:26
5534
2
原创 element-ui select下拉框 设置默认值
参考于 carmen_shao的element-ui select下拉框默认值的问题需要把el-select绑定的sPerforIndicator.id 和 el-option中的 :value="item.id"的id值 设置成一样注意: 类型也要保持一致html<el-select v-model="sPerforIndicator.id" placeholder="请输入关键词...
2019-11-24 16:39:14
17184
原创 Circular view path [/.html]: would dispatch back to the current handler URL [/.html]:again.
参考自:https://blog.youkuaiyun.com/wthfeng/article/details/52742830错误原因:使用SpringMVC视图解析器进行页面跳转时,请求路径和视图名相同。解决:更改请求路径或视图名即可页面路径:请求路径和视图名@Controller@RequestMapping(value = "/test")public class TestView {...
2019-04-30 10:07:55
6249
原创 Unable to load the resource [classpath:applicationContext.xml] using the thread context class loader
搭建SSM框架配置文件读取不到放置配置文件夹为 Source Folder 不要选择Folder正确的配置,config和src并列靠在一起
2019-04-05 14:51:52
1546
原创 vue报错 n.apply is not a function
原因:vue绑定的 变量名 和 函数名 重名了&amp;lt;!-- 代码 --&amp;gt;&amp;lt;Modal v-model=&quot;editAudit&quot; title=&quot;编辑审核价&quot; ok-text=&quot;确定&quot; cancel-text=&quot;取消&
2018-12-03 00:09:38
20350
1
原创 tomcat安装SSL证书(腾讯云服务器windows系统)
当前演示服务器为windows,安装时与linux并无区别腾讯云官方文档:https://cloud.tencent.com/document/product/400/4143下载证书登录腾讯云后台,点击总览解压下载的压缩包文件目录Tomcat目录密钥库密码文件和密钥库文件在服务器中配置1.将密钥库密码文件 www.XXXXX.YY.jks 文件复制到 tomcat 的c...
2018-10-29 15:08:50
2618
原创 解决 Description Resource Path Location Type Archive for required library
Maven 项目搭建后报错因为maven在下载jar包时可能出了错误。打开报错地址对应的本地 maven 仓库2. 将此文件夹删除3. Alt+F5,Update project,或者重新保存pom.xml,让项目重新加载。4. 若网络不好,重新试着下两遍。实在不行直接去https://mvnrepository.com/将所需要的jar包,添加到pom.xml中...
2018-10-28 10:16:24
25770
3
原创 MySQL5.7.20 解压版安装,更换默认端口,修改root密码。
1. 下载 [官方下载地址](https://dev.mysql.com/downloads/mysql/5.7.html#downloads)文件当前状态将压缩包解压新建 配置文件 my.ini 与bin目录同级将以下内容复制到 my.ini 中,# For advice on how to change settings please see# http://dev.m...
2018-10-23 15:39:47
3216
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人