2019-03-19 11:10
@liam_fang JDBC 不支持你的用法, not in ( ? , ? , ? , ? , ?) 才支持你的五个参数
用 StringBuilder 来拼接 not in 后面的多个问号,可以写个工具类,根据参数个数自动拼接 not in 后面的问号
2019-03-19 11:07
@yufeng1 sqlKit.addSqlTemplate(...) 改为 arp.addSqlTemplate(...) 。 sqlKit 这个对外界是不直接公开的
2019-03-18 16:19
@蓝胖纸 copy 出 jfinal 内的 QrCodeRender.java 源码,将其中的输出 OutputStream 定位到 FileOutputStream 即可