摘要:
通过调用API 方法实现嵌入第三方程序窗口到指定容器 Code using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; 阅读全文
摘要:
在数据库中存取图片文件一般有2中方式,一存储字节流,二存储图片存放路径,这里分别介绍一下两种方式。 数据库示例表 create databse mydb go use mydb --示例表1 用户表(存储图片字节流) create table users(id int identity(1,1) p 阅读全文