无法进行保存更改

时间:2018-09-10 08:09:27

标签: frameworks entity savechanges

当我致电ldap_search(...) 时,我收到 例外:

    ByteArrayOutputStream baos = new ByteArrayOutputStream();
    ByteArrayInputStream in = new ByteArrayInputStream(file.getContents());
    Thumbnails.of(in)
        .size(2000,1500)
        .toOutputStream(baos);
    byte[] bytes = baos.toByteArray();

任何想法为何?这是我的代码:

SaveChanges()

0 个答案:

没有答案