上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: private bool GetMedicalAdvice(string zyID, out DataTable dtM, out DataTable dtD) { bool result = false; dtM = null; dtD = null; JObject jo = null; str 阅读全文
posted @ 2021-05-11 11:37 lybingyu 阅读(2131) 评论(0) 推荐(0)
摘要: DEV获取GridControl当前行 //直接通过gridView获取当前行 dr=this.gridView1.GetDataRow(this.gridView1.FocusedRowHandle); //通过DataSet获取数据,需要转换行标 dr = ds.Tables[0].Rows[t 阅读全文
posted @ 2021-05-08 14:35 lybingyu 阅读(983) 评论(0) 推荐(0)
摘要: 从数据库中读取人员照片信息并加载到图片控件的代码 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 阅读(167) 评论(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 阅读(62) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _07接口 { /*接口代表这具有某种能力、只声 阅读全文
posted @ 2021-04-23 17:33 lybingyu 阅读(102) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tas 阅读全文
posted @ 2021-04-22 18:11 lybingyu 阅读(54) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _04抽象方法和多态 { class Progr 阅读全文
posted @ 2021-04-22 17:06 lybingyu 阅读(45) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Ta 阅读全文
posted @ 2021-04-22 16:37 lybingyu 阅读(70) 评论(0) 推荐(0)
摘要: //本节学习用面向对象的方式,打开用户输入的文件 using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Te 阅读全文
posted @ 2021-04-21 17:55 lybingyu 阅读(88) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Diagnostics; namespac 阅读全文
posted @ 2021-04-21 12:16 lybingyu 阅读(53) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页