Code Monkey home page Code Monkey logo

qrcode's Introduction

QRtool 是一个生成二维码和解析二维码工具, github地址 

####下载jar包 命令参数:

  • -h       显示此帮助信息 
  • -e       生成二维码 
  • -d       解析二维码 
    *********************************************** 
-e    生成二维码相关参数:   
    -text= 二维码内容   
       -file= 保存的文件名,如:qrcode.jpg  
        -dir= 保存的文件目录,如:D:/ 
       -logo= 二维码中间Logo的图片路径(此项可不填)

--------------------------------------------------------- 
生成二维码命令格式为:
不带Logo命令:   java -jar QRtool-1.0.jar -e -text=hello1 -file=qr.jpg -dir=C:/ 
带有Logo命令:   java -jar QRtool-1.0.jar -e -text=hello1 -file=qr.jpg -dir=C:/ -logo=C:/logo.jpg 
*********************************************************

-d  解析二维码参数 :   -f 二维码文件路径 

--------------------------------------------------------- 
解析二维码命令格式为:
java -jar QRtool-1.0.jar -d  D:/qr-logo.jpg 

qrcode's People

Contributors

kecson avatar liudao01 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.