1
0
2
62
336
242
48
一.Clob与Blob应用. Student类添加两个属性, byte[] pic, string remark; mybatis_Student表添加两个字段pic longblob, remark longtext(mysql的clob类型) 完成对student表的添加与查询. 1.StudentMapper类添加方法 public void addStudent(Student stud...