04 2020 档案

摘要:JSON是一种与开发语言无关的、轻量级的数据格式。全称JavaScript Object Notation。 优点:易于人的阅读编写,易于程序解析与生产 json样例: { "name":"sdx", "sex":"male", "age":22, "where":{ "country":"Chin 阅读全文
posted @ 2020-04-26 21:26 苏道羲 阅读(181) 评论(0) 推荐(0)
摘要:通用Mapper错误警告: 通用 Mapper 警告信息:<[EntityColumn{table=tb_spec_param, property=‘id’, column=‘id’, javaType=long, jdbcType=null,typeHandler=null, id=true, i 阅读全文
posted @ 2020-04-22 15:53 苏道羲 阅读(1461) 评论(0) 推荐(0)