摘要: 一、Inf封装控件导出Excel /// <summary> /// 将一个DataGridView导入Excel(YS) /// </summary> /// <param name="dgv"></param> public void ExportDataToExcel(MzGridContro 阅读全文
posted @ 2020-04-23 17:05 博客YS 阅读(322) 评论(0) 推荐(0) 编辑
摘要: Oracle 自定义类型的种类 记录数据类型(Record)和记录表类型(Table),其中记录数据类型Record存储是一条记录,记录表类型Table用来存储多条记录。如果记录数据类型Record是一维数组的话,记录表类型Table就是二维数组。 自定义类型有两种写法:TYPE……IS和CREAT 阅读全文
posted @ 2020-04-13 14:43 博客YS 阅读(2249) 评论(0) 推荐(0) 编辑
摘要: detailedList.Add(new GridColumn() { Caption = "加成率", Field = nameof(PradjDtl.PadMakeupRate), DataType = typeof(decimal), Width = 50, TextHAlign = Infr 阅读全文
posted @ 2020-04-08 18:27 博客YS 阅读(150) 评论(0) 推荐(0) 编辑
摘要: List<DicCiTaboo> resultDatas = GetSaveDatas(); var res=Serializer.Serialize(resultDatas); var result = Client.DataWrite<string>(ApiKey.ADMIN_DICCITABO 阅读全文
posted @ 2020-04-04 15:55 博客YS 阅读(594) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-25 17:40 博客YS 阅读(21) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-21 12:08 博客YS 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-20 17:31 博客YS 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-18 16:13 博客YS 阅读(6) 评论(0) 推荐(0) 编辑
摘要: dgvUnitInfo.Grid.Rows[i].Cells[nameof(DicDrugUnit.DgUnit)].Activation = Activation.NoEdit; 阅读全文
posted @ 2020-03-17 19:13 博客YS 阅读(51) 评论(0) 推荐(0) 编辑
摘要: dgvMaterial.Grid.ActiveRow?.Delete(false); 阅读全文
posted @ 2020-03-16 17:12 博客YS 阅读(108) 评论(0) 推荐(0) 编辑