07 2017 档案

spring + mybatis 存取clob
摘要:存的时候会比较麻烦,需要使用select for update的方式更新数据,如果原来没有这一条数据,还需要先新增,新增的时候需要将clob字段存为oracle.sql.CLOB.empty_lob((),然后用create for update 方式查询出来这一条数据,查询出的clob字段需要用c 阅读全文

posted @ 2017-07-30 01:41 司广孟 阅读(1348) 评论(0) 推荐(0)

解决java compiler level does not match the version of the installed java project facet
摘要:需要修改两个地方: 阅读全文

posted @ 2017-07-27 23:16 司广孟 阅读(157) 评论(0) 推荐(0)

导航