上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 104 下一页
摘要: /** * @file validator.h * @author your name (you@domain.com) * @brief 访问者模式 Visitor Pattern 来源: C现代编程 集成开发环境、设计模式、极限编程、测试驱动开发、重构、持续集成 日.花井志生著,杨文轩译,人民邮 阅读全文
posted @ 2023-10-21 14:56 ®Geovin Du Dream Park™ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-sca 阅读全文
posted @ 2023-10-20 17:28 ®Geovin Du Dream Park™ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: windows: /** * ***************************************************************************** * @file TakeNumber.h * @brief 排队等号 window * @author (geov 阅读全文
posted @ 2023-10-19 14:47 ®Geovin Du Dream Park™ 阅读(18) 评论(0) 推荐(0) 编辑
摘要: /** * file: nested.rs * IDE: vscode * */ ///公有函数 pub fn function() { println!("called `my::nested::function()`"); } ///私有函数 #[allow(dead_code)] fn pri 阅读全文
posted @ 2023-10-19 08:53 ®Geovin Du Dream Park™ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: /** * ***************************************************************************** * @file duSortType.h * @brief * @author () * @date 2023-10-18 * @c 阅读全文
posted @ 2023-10-16 00:22 ®Geovin Du Dream Park™ 阅读(10) 评论(0) 推荐(0) 编辑
摘要: ///file: nestd.rs ///ide: RustRover 233.8264.22 /// /// /// /** *自定义函数 */ pub fn function() { println!("called `my::nested::function()`"); } #[allow(d 阅读全文
posted @ 2023-10-14 21:47 ®Geovin Du Dream Park™ 阅读(7) 评论(0) 推荐(0) 编辑
摘要: https://www.ruby-lang.org/zh_cn/https://rubyinstaller.cn/gem install sass gem update sass sass -v sass -h 阅读全文
posted @ 2023-10-14 20:39 ®Geovin Du Dream Park™ 阅读(5) 评论(0) 推荐(0) 编辑
摘要: /** * * Visitor Pattern 访问者是一种行为设计模式, 允许你在不修改已有代码的情况下向已有类层次结构中增加新的行为。 * file: Visitorts.ts * The Component interface declares an `accept` method that 阅读全文
posted @ 2023-10-13 18:12 ®Geovin Du Dream Park™ 阅读(5) 评论(0) 推荐(0) 编辑
摘要: /** * Strategy Pattern 策略是一种行为设计模式, 它将一组行为转换为对象, 并使其在原始上下文对象内部能够相互替换。 * * file: Strategyts.ts * The Context defines the interface of interest to clien 阅读全文
posted @ 2023-10-13 18:12 ®Geovin Du Dream Park™ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: /** * Observer Pattern 观察者是一种行为设计模式, 允许一个对象将其状态的改变通知其他对象 * file: Observerts.ts * The Subject interface declares a set of methods for managing subscrib 阅读全文
posted @ 2023-10-12 18:16 ®Geovin Du Dream Park™ 阅读(1) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 104 下一页