C# lab01, by LuYuan, 2019-3-14, lasts 8 hours, 125 lines
- This application is used to create qrcode for numerous cellphone numbers (11 digits), and the input data must be cellphone numbers(11 digits), or the complier would throw an error
- This app supported command line of Windows System to execute only
- This app can only read txt file with encoding UTF8
- This app support reading data from sql databases and excel files
- input "-F"/"-f"(captial insensitive) and txt file path(.txt)
- input "-SQL" to select database by given instructions
- input "-EXCEL" and excel file path(.xls)
- input "-help"(captial sensitive) to get help from this readme.md
- each data will print a qrcode in the console
- output qrcode is .png format and named by the number of rows and the first four number of the data
- type of input data must be cellphone numbers(11 digits), or the complier will throw an exception
- use \n to split different input string
- screencut (by vs complier)
- the default path of photos is in the "debug" folder
- add sql data reader, which can read data from sql server
- if you get connected with your sql server, console will print "connection success" in green foreground
- if you choose the right table, console will print "operation success" in green foreground
- the default column of table is "number", please change the name of your table's column to "number" and set it the only column in your table