首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

ZXing工具种v1.0

2013-09-11 
ZXing工具类v1.0public static void main(String[] args) {encodeQRCodeImage(我的博客:http://blog.csdn

ZXing工具类v1.0

public static void main(String[] args) {encodeQRCodeImage("我的博客:http://blog.csdn.net/jadyer", null, "C:/Users/Jadyer/Desktop/myQRCodeImage.png", 300, 300, "C:/Users/Jadyer/Desktop/玄玉.png");System.out.println(decodeQRCodeImage("C:/Users/Jadyer/Desktop/myQRCodeImage.png", null));}

热点排行