- 博客(8)
- 收藏
- 关注
原创 vue关闭禁用eslint
修改vue.config.js没有vue.config.js在目录小创建一个添加属性lintOnSave: false,另外讲eslintrc.js文件中的rules下的信息全部删除或者注释然后重新启动项目然后重新启动项目然后重新启动项目
2021-12-27 17:58:41
346
原创 There is no getter for property named ‘null‘ in ‘class com.xxxxx‘
项目场景:在mybatis-plus中使用updateById时会报There is no getter for property named ‘null’ in这个错误问题描述:原因分析:原因是因为没有在JAVA文件中添加主键解决方案:@Datapublic class Carts { @TableId private Integer cartId; private Integer num,commId; private String imageSrc
2021-10-08 18:51:26
299
原创 Error starting ApplicationContext. To display the conditions report re-run your application with ‘de
项目场景:Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.问题的解决问题描述:Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2021-10-02 1
2021-10-02 13:24:39
331
原创 java实验简易连连看小游戏
连连看新手上路,分享一下直接上代码package linkgame;import javax.swing.*;import java.awt.*;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import java.awt.event.WindowAdapter;import java.awt.event.WindowEvent;import java.io.File;import ja
2020-06-08 13:34:13
1268
原创 从存放一些列的整形数据文件中,求最大十位数之和的立方根。并输出到result.dat文件中
题目如下代码如下仅供参考#include <stdio.h>#include<stdio.h>#include <malloc.h>#define IntMax 600 //定义数组最大值int *readDat01();double intSunMax(int *p, int num);double result(int num);void writeDat02(double num);int main(){ int num=0;
2020-06-08 13:15:04
1588
原创 关于AE(AfterEffect)安装QuickTime后无法渲染H.264,出现报错问题的解决!!错误代码(-1610153459)
首先呢是报错截图相信很多小伙伴安装完quicktime后,在进行渲染的时候出现这样的问题出现问题的原因这里出现这种无法渲染的原因是我们磁盘的路径中存在中文名称,所以就出现的报错。。那么肯定有好多小伙伴说,这个我把文件名,路径都改成英文了可是依然出现报错。。那么就看看我的解决方法。。。解决方法1.首先打开我们的计算机就像这样就可以,我们可以看到我的F盘是初始状态下没有更改名字,他的名...
2020-04-12 19:44:24
4330
原创 关于Android Studio错误代码Cannot find AVD system path. Please define ANDROID_SDK_ROOT问题的处理!!
Cannot find AVD system path. Please define ANDROID_SDK_ROOT想必很多小伙伴都有这样一个错误提示,我也是被这个问题困扰了好几天,查阅了各种资料最后找到了解决办法。。今天发布一篇文章给大家分享一下解决方法。。。首先问题如下上图就是我用Android启动虚拟机时候出现的错误代码,而且模拟器无法运行。。造成这样的原因就是我们虚拟机默认安装的...
2020-04-09 15:06:17
4073
3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅