celestial
可以的,这个用软件可以生成 
回答
具体操作如下:打开二维码制作软件,新建标签之后,点击软件上方工具栏中的”数据库设置”按钮,弹出数据库设置对话框,点击”添加”(选择要导入的数据库类型excel表),根据提示点击浏览-测试连接-添加-关闭。Excel表就导入到二维码制作软件中了。点击软件左侧的”绘制二维码”按钮,在画布上绘制二维码对象,双击二维码,在图形属性-数据源中,点击”修改”按钮,数据对象类型选择”数据库导入”,在字段中选择相应的字段,出现对应的内容,这里选择单位代码,添加的不变的内容。然后点击编辑在点击”+”号按钮,数据对象类型也选择”数据库导入”,在字段中选择流水号,添加可变的数据,然后点击添加-确定。
如果您想用手机操作的话
可以在微信小程序上搜索二维码生成器
希望我的回答对您有所帮助
更多2条
亲,我写了一段代码可以供你参考: public static void main(String[] args) { String myCodeText = ""; String filePath = "/Users/appshah/Documents/eclipsewp/CrunchifyQRpng"; int size = 125; String fileType = "png"; File myFile = new File(filePath); try { Hashtable hintMap = new Hashtable(); hintMput(EncodeHintTERROR_CORRECTION, ErrorCorrectionLL); QRCodeWriter qrCodeWriter = new QRCodeWriter(); BitMatrix byteMatrix = qrCodeWde(myCodeText,BarcodeFQR_CODE, size, size, hintMap); int CrunchifyWidth = byteMWidth(); BufferedImage image = new BufferedImage(CrunchifyWidth, CrunchifyWidth, BufferedITYPE_INT_RGB); ateGraphics(); Graphics2D graphics = (Graphics2D) Graphics(); setColor(CWHITE); fillRect(0, 0, CrunchifyWidth, CrunchifyWidth); setColor(CBLACK); for (int i = 0; i < CrunchifyWidth; i++) { for (int j = 0; j < CrunchifyWidth; j++) { if (byteM(i, j)) { fillRect(i, j, 1, 1); } } } ImageIOwrite(image, fileType, myFile); } catch (WriterException e) { printStackTrace(); } catch (IOException e) { printStackTrace(); } Sprintln("/n/nYou have successfully created QR C"); } O(∩_∩)O~温馨提示O(∩_∩)O~真心希望你能采纳我的回答,如有不明白,可以继续追问,若满意,记得及时采纳。