摘要: 从数据库中读取人员照片信息并加载到图片控件的代码 string conn = "Server=192.168.xx.xx;Database=dbName;User ID=sa;password=pwd"; string strSQL = "select top 1 id,picture from t 阅读全文
posted @ 2021-05-06 10:07 lybingyu 阅读(153) 评论(0) 推荐(0) 编辑
摘要: string Age = ""; PeopleInfo _Info; public PeopleInfo Info { get { return _Info; } set { _Info = value; if (_Info != null && _Info.CardNo != "") { this 阅读全文
posted @ 2021-05-06 09:52 lybingyu 阅读(51) 评论(0) 推荐(0) 编辑