摘要: RibbonControl RibbonPage RibbonPageGroup RibbonStatusBar RibbonGalleryBarItem NavBarControl NavBarGroup NavBarItem NavBarItemLink BarButtonItem BarIte 阅读全文
posted @ 2020-05-30 17:24 HongEgg 阅读(137) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-05-18 14:05 HongEgg 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 实例:使用LINQ中group对员工列表进行分组并归集每个部门的信息(如图一)。 要求:1、归集每个部门的详细信息。 2、统计每个部门的员工数量、工资总额、平均工资。 3、归集每个部门下的员工列表。 static void Main(string[] args) { //获取所以员工信息列表 Lis 阅读全文
posted @ 2020-05-14 16:26 HongEgg 阅读(585) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-05-12 15:26 HongEgg 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 1:验证WBS码 string pattern = @"^[0-9]{1,}(\.[0-9]{1,})*(.[0-9]{1,})?$"; 阅读全文
posted @ 2020-05-08 09:51 HongEgg 阅读(87) 评论(0) 推荐(0) 编辑
摘要: public static string HttpPostNoFile(string url, Dictionary<string,string> para) { Encoding encoding = Encoding.UTF8; HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url);//webrequest请求api地址 阅读全文
posted @ 2019-10-29 09:31 HongEgg 阅读(2702) 评论(0) 推荐(0) 编辑
摘要: 匹配ZDK10+30-ZDK15+50 阅读全文
posted @ 2019-09-19 10:51 HongEgg 阅读(107) 评论(0) 推荐(0) 编辑
摘要: public class JSForm: IComparer, IComparable { [Key] [Required] public int ID { get; set; } [Required] public string RowGuid { get; set; } public... 阅读全文
posted @ 2019-08-29 09:59 HongEgg 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 更新协同事项 阅读全文
posted @ 2019-08-28 11:00 HongEgg 阅读(192) 评论(0) 推荐(0) 编辑
摘要: private void GetCategoryTreeNodes(List allList,string rowGuid,ref List treeNodes) { if (allList == null) return; List subList; subList = al... 阅读全文
posted @ 2018-09-05 17:30 HongEgg 阅读(973) 评论(0) 推荐(0) 编辑