jstree异步加载 话不多说 直接贴代码

摘要: //也可以多去试试,不会就找度娘,阿弥陀佛,贫道去也 //实体类 public class Tree { /// <summary> /// 节点ID /// </summary> public string id { get; set; } /// <summary> /// 父级id /// < 阅读全文
posted @ 2019-01-08 15:03 我爱你女孩 阅读(315) 评论(0) 推荐(0) 编辑

nopi 读取单元格判断是否是百分比格式

摘要: NPOI.SS.UserModel.ICell pcell = sheet.GetRow(行).GetCell(列, MissingCellPolicy.CREATE_NULL_AS_BLANK); ICellStyle icstyle = pcell.CellStyle; if (icstyle. 阅读全文
posted @ 2018-11-30 16:34 我爱你女孩 阅读(573) 评论(0) 推荐(0) 编辑

.NET PDFSHARP 设置pdf 页面大小的代码

摘要: i am convert a image to pdf using pdfsharp lib. i need to set margin & page size so i got a trick from this forum to set page size and margin. from he 阅读全文
posted @ 2017-07-13 17:17 我爱你女孩 阅读(1346) 评论(0) 推荐(0) 编辑