01 2019 档案

摘要:找出表格是否有重复数据: =IF(AND(G20=G19,D20=D19),"是","否") 筛选移除【重复的数据】然后开始统计 =SUBTOTAL(9,E2:E287) 阅读全文
posted @ 2019-01-17 19:14 LuoCore 阅读(1574) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/sun49842566/article/details/82802297 net 4.0 设置: ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072; //.net 4.5 设 阅读全文
posted @ 2019-01-11 18:18 LuoCore 阅读(2098) 评论(0) 推荐(0) 编辑
摘要:btn.BringToFront();//将控件放置所有控件最前端 btn.SendToBack();//将控件放置所有控件最底端 阅读全文
posted @ 2019-01-08 16:13 LuoCore 阅读(1950) 评论(0) 推荐(0) 编辑