摘要: HashMap代码(这种实现方式是错误的,错误原因:代码中_map、_length变量是HashMap的所有实例共用的): /** * HashMap * 2021年09月09日 */ (function (global) { var _map; var _length; global.HashMa 阅读全文
posted @ 2021-09-09 18:38 0611163 阅读(630) 评论(0) 推荐(0)
摘要: 使用AdornerDecorator装饰器实现WPF水印 水印装饰器WatermarkAdorner类代码: using System; using System.Collections.Generic; using System.Globalization; using System.Linq; 阅读全文
posted @ 2021-09-09 09:08 0611163 阅读(699) 评论(1) 推荐(2)