06 2019 档案

摘要:字典管理保存测试时,发生 Column 'status' specified twice 百度翻译:列'status'指定了两次 这个直接找sql,果然又写错了............... 尝试解决第一次:去掉重复的.. 下一个错误:Field 'id' doesn't have a defaul 阅读全文
posted @ 2019-06-28 11:02 LearnSB 阅读(3127) 评论(0) 推荐(0)
摘要:字典管理修改测试出现Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'dataType' in 'field list' 这个不用百度了 阅读全文
posted @ 2019-06-28 10:32 LearnSB 阅读(2116) 评论(0) 推荐(1)
摘要:字典管理修改接口测试传了id后出现: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use ne 阅读全文
posted @ 2019-06-28 10:16 LearnSB 阅读(747) 评论(0) 推荐(0)
摘要:字典delete测试出现:Missing URI template variable 'id' for method parameter of type long 百度翻译:long类型的方法参数缺少uri模板变量“id” 百度解决方法:查看其中一篇微博说是SpringMVC参数注解@PathVar 阅读全文
posted @ 2019-06-28 09:53 LearnSB 阅读(7376) 评论(0) 推荐(0)
摘要:先说变量 Java中有基础变量(8种基本数据类型的)和引用变量(除了8种基本数据类型之外的, 一般指的是对象类型的变量, 也称引用)。 注意:String也是对象类型的一种,但它作为一种比较常用的数据类型, 较于纯粹的对象类型还有不同之处。 再说字面值 字面值指的是某个类型的合法取值, 或者说,可以 阅读全文
posted @ 2019-06-17 22:43 LearnSB 阅读(4200) 评论(2) 推荐(0)