摘要:
在数据库中存取图片文件一般有2中方式,一存储字节流,二存储图片存放路径,这里分别介绍一下两种方式。 数据库示例表 create databse mydb go use mydb --示例表1 用户表(存储图片字节流) create table users(id int identity(1,1) p 阅读全文
摘要:
c# 二维码生成器(ZXing.Net)实现 安装组件 Code using Sunny.UI; using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; u 阅读全文