2017年5月9日

C# 文件读写Helper类

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.IO; 6 7 namespace PrintLableCode 8 { 9 class FileHelper 10 { 11 ... 阅读全文

posted @ 2017-05-09 10:25 随笔一书,心存一世 阅读(414) 评论(0) 推荐(0) 编辑

c# Config配置文件读写

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Configuration; 6 using System.Text.Regula 阅读全文

posted @ 2017-05-09 10:23 随笔一书,心存一世 阅读(199) 评论(0) 推荐(0) 编辑

QRCode简介(收藏)

摘要: 一、什么是二维码:二维码 (2-dimensional bar code),是用某种特定的几何图形按一定规律在平面(二维方向上)分布的黑白相间的图形记录数据符号信息的。在许多种类的二维条码中,常用的码制有:Data Matrix, Maxi Code, Aztec, QR Code, Vericod 阅读全文

posted @ 2017-05-09 10:19 随笔一书,心存一世 阅读(6541) 评论(1) 推荐(0) 编辑

导航