- 博客(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
2799
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
442
原创 [Errno 13] Permission denied: ‘D:/bigData/0002.csv‘
解决办法: 这边有open方法 调用时 加个r 第二:open方法后面的目录只能必须带上文件名,不能只是文件夹。
2020-08-12 08:23:59
481
原创 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
491
原创 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
473
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅