会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
仙女无可奈何
新随笔
联系
管理
上一页
1
2
2023年3月20日
运行Pointnet代码时,可视化的时候一直报错:OSError: [WinError 193] %1 不是有效的 Win32 应用程序。
摘要: (base) F:\python\Pointnet_Pointnet2_pytorch-master\Pointnet_Pointnet2_pytorch-master\visualizer>python show3d_balls.pyTraceback (most recent call last
阅读全文
posted @ 2023-03-20 19:26 仙女无可奈何
阅读(401)
评论(0)
推荐(0)
2022年8月25日
requests.exceptions.InvalidHeader: Invalid leading whitespace, reserved character(s), or returncharacter(s) in header value: ' Mozilla/5.0 (Windows NT 10.0; Win64; x64)
摘要: 报这个错是因为直接从浏览器复制过来的'User-Agent'有空格 'User-Agent':' Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Saf
阅读全文
posted @ 2022-08-25 22:01 仙女无可奈何
阅读(4395)
评论(0)
推荐(0)
2020年6月6日
idea使用mybatis-generator插件报错Field userScheduleCollectiononExample in xxxServiceImp required a bean of type 'xxxExample' that could not be found.
摘要: D:\jdk1.8\bin\java.exe -XX:TieredStopAtLevel=1 -noverify -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxre
阅读全文
posted @ 2020-06-06 12:48 仙女无可奈何
阅读(756)
评论(0)
推荐(0)
2020年5月24日
IDEA:springboot框架使用mybatis-generator插件报错:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.liwenwen.redcup03.mapper.UserMapper.selectByPrimaryKey
摘要: org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.liwenwen.redcup03.mapper.UserMapper.selectByPrimaryKey at org.apa
阅读全文
posted @ 2020-05-24 15:33 仙女无可奈何
阅读(519)
评论(0)
推荐(1)
2020年5月22日
IDEA:springboot项目启动程序添加@MapperScan(value = "com.xxx.xxx.dao")报错:Invalid default: public abstract java.lang.Class org.mybatis.spring.annotation.MapperScan.factoryBean()
摘要: java.lang.annotation.AnnotationFormatError: Invalid default: public abstract java.lang.Class org.mybatis.spring.annotation.MapperScan.factoryBean() at
阅读全文
posted @ 2020-05-22 18:59 仙女无可奈何
阅读(2955)
评论(0)
推荐(0)
2020年3月30日
IDEA报错:Could not find resource com/liwen/bean/userMapper.xml
摘要: 主要原因设idea无法识别src路径下的xml文件,要把xml文件建立在resources文件下 觉得有用的可以给个加油吗!
阅读全文
posted @ 2020-03-30 17:36 仙女无可奈何
阅读(1073)
评论(0)
推荐(0)
2020年3月22日
报错:Error updating database. Cause: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'gender' at row 1
摘要: 我遇到这个错误是解决办法:我修改了对应的数据库字段的长度;原本我设置的是char型,但是存进去的是一个string型,结果就报了这个报了这个错误 下面就是数据库修改之后的结果。 以上都是我学习过程中遇到的错误和我的解决办法,我把它分享出来,希望大家互相学习互相进步!! 觉得有用的可以给个加油吗!
阅读全文
posted @ 2020-03-22 19:26 仙女无可奈何
阅读(2962)
评论(0)
推荐(0)
报错:Error instantiating class com.liwen.mybatis.bean.Employee with invalid types () or values ().
摘要: 实体类默认构造方法是无参构造方法,一旦重写构造方法,默认方法就会变成重写之后的构造方法,所以该错误报的错就是实体类缺少无参构造方法 觉得有用的可以给个加油吗!
阅读全文
posted @ 2020-03-22 17:32 仙女无可奈何
阅读(582)
评论(0)
推荐(0)
2020年3月19日
学习mybatis框架时配置xml文件解决select莫名其妙报错问题
摘要: 遇到这种情况,如果语法没有错误,那就可能是你的eclipse在耍你!!! 怎么弄呢,重新建立一个文件,把原来的代码复制到新的文件中就ok啦! 觉得有用的可以给个加油吗!
阅读全文
posted @ 2020-03-19 16:23 仙女无可奈何
阅读(537)
评论(2)
推荐(0)
控制台报错Cause: org.xml.sax.SAXParseException; lineNumber: 4; columnNumber: 78; 元素类型 "select" 必须后跟属性规范 ">" 或 "/>"
摘要: 首先我的控制台报错是这样的,我找了一下原因看到是第四行的错误: 它说元素select后面必须跟属性规范">""/>"但是我把我眼睛都快丑瞎了都没发现哪里写错了。。。。 然后我又仔细瞅了一下,结果发现了这里 觉得有用的可以给个加油吗!
阅读全文
posted @ 2020-03-19 15:49 仙女无可奈何
阅读(2299)
评论(0)
推荐(0)
上一页
1
2
公告