package com.demo.stone; import java.io.ByteArrayOutputStream; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import net.glxn.qrgen.QRCode; //需要的包 import net.glxn.qrgen.image.ImageType;//需要的包 /** * * @author stone * @Email fyj_style@163.com * @data 2015年3月13日下午10:44:57 * @explain 这是简单的二维码生成小程序 */ public class QrCodeDemo { public static void main(String[] args) { ByteArrayOutputStream out = QRCode.from("Hey,扫完二维码之后显示的内容,也可已是个网页") .to(ImageType.PNG).stream(); try { FileOutputStream fout = new FileOutputStream(new File( "/home/stone/桌面/扫一扫.JPG")); System.out.println("ok,二维码已经制作完成!"); fout.write(out.toByteArray()); fout.flush(); fout.close(); } catch (FileNotFoundException e) { // Do Logging } catch (IOException e) { // Do Logging } } }
最近下载更多
hanting LV1
1月16日
whfuai LV14
2021年8月18日
wyx065747 LV67
2021年7月9日
chen12341234 LV11
2021年4月2日
hanweinan6 LV13
2020年6月29日
15838634741 LV18
2019年12月4日
樊樊樊樊樊樊阵雨 LV18
2019年8月19日
438265764 LV14
2019年5月16日
yr940115 LV12
2018年12月18日
我怕怕 LV3
2018年12月15日
最近浏览更多
edpwyg LV14
7月22日
訾政阳 LV1
6月13日
hanting LV1
1月16日
微笑刺客 LV19
2023年12月8日
kingoneyang LV13
2023年11月30日
flygrass LV12
2022年9月16日
想个名熬一宿 LV2
2022年4月27日
小白jmhuang LV12
2022年4月23日
微信网友_5839856449490944
2022年2月19日
暂无贡献等级
1306878374 LV13
2022年2月18日