- 博客(6)
- 收藏
- 关注
原创 ORA-00001: 違反必須為唯一的限制條件 WX_GIS_DC.SYS_C0051163
原因:我向主键中传入重复的值,导致主键值违反唯一性create_sql = “DECLARE i NUMBER(8);” "BEGIN " “SELECT count(*) into i FROM USER_ALL_TABLES WHERE TABLE_NAME=’” + tableName + "’; " "IF i=0 then " "execute immediate ‘CREATE TABLE " + tableName + "(LINE_ID VARCHAR2(5
2020-10-28 15:22:25
2652
1
原创 upexpected indent
注意注释的缩进也必须和代码的缩进保统一""" create_sql = "DECLARE i NUMBER(8);"\ "BEGIN "\ "SELECT count(*) into i FROM USER_ALL_TABLES WHERE TABLE_NAME='" + tableName + "'; " \ "IF i=0 then " \
2020-10-28 15:15:38
412
原创 [Errno 13] Permission denied: ‘D:/bigData/0002.csv‘
解决办法:这边有open方法调用时加个r第二:open方法后面的目录只能必须带上文件名,不能只是文件夹。
2020-08-12 08:23:59
432
原创 Circular view path [success]: would dispatch back to the current handler URL [/success] again. Check
boot之bug 2问题:Circular view path [success]: would dispatch back to the current handler URL [/success] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)at org.springframework
2020-06-19 15:56:02
442
原创 Correct the classpath of your application so that it contains a single, compatible version of org.th
Correct the classpath of your application so that it contains a single, compatible version of org.thymeleaf.spring5.SpringTemplateEngine解决包冲突问题:Description:An attempt was made to call a method that does not exist. The attempt was made from the followin
2020-06-19 15:17:10
438
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人