zxing.jar.

时间:2016-11-11 04:01:15
【文件属性】:

文件名称:zxing.jar.

文件大小:161KB

文件格式:ZIP

更新时间:2016-11-11 04:01:15

zxing.jar

开发二维码使用的jar包 版本较早 代码可参考如下: public static void encode String url String path String format int width int height { try { BitMatrix bitmatrix new MultiFormatWriter encode new String url getBytes "GBK" "ISO 8859 1" BarcodeFormat QR CODE width height ; ByteMatrix byteMatrix new MultiFormatWriter encode url BarcodeFormat QR CODE width height ; File file new File path ; if file getParentFile exists { file getParentFile mkdirs ; } MatrixToImageWriter writeToFile byteMatrix format file ; MatrixToImageWriter writeToStream bitmatrix format new FileOutputStream file ; } catch WriterException e { e printStackTrace ; } catch UnsupportedEncodingException e { e printStackTrace ; } catch IOException e { e printStackTrace ; } }">开发二维码使用的jar包 版本较早 代码可参考如下: public static void encode String url String path String format int width int height { try { BitMatrix bitmatrix new MultiFormatWriter encode new String url getBytes "GBK" "ISO 8859 1" BarcodeFo [更多]


【文件预览】:
zxing.jar

网友评论

  • 很实用,好好的学习一下。
  • 东西不错,慢慢啃
  • 做微信支付时遇到这个,感谢楼主
  • 缺少依赖的包哦,有没有依赖的包下载
  • 前面会多出来一串代码,不知道是什么原因,试了好几个jar包都不行⊙﹏⊙b汗
  • 还好,资源是可以用的,谢谢楼主。
  • 谢谢分享,资源有用
  • 还好可以用
  • 下载使用了 版本当前最新
  • 还好可以用
  • 真好最近要用到
  • 我现在下载的这个东西,就根本用不了,我又找别人拿的一个架包
  • 谢谢楼主分享,资源对我有用
  • 缺少依赖的包哦,有没有依赖的包下载
  • 可以用,非常好
  • 很好,可以使用
  • 谢谢楼主分享,资源对我有用
  • 很好的资料 只是不知道怎么用!