摘要: 软件架构技术发展路线图概览(1940~2020) 阅读全文
posted @ 2026-09-02 04:11 雲枢 阅读(3) 评论(0) 推荐(0)
摘要: 五类典型架构模型:分层架构、事件驱动架构,微核架构、微服务架构、云架构 阅读全文
posted @ 2026-08-30 21:43 雲枢 阅读(4) 评论(0) 推荐(0)
摘要: // https://www.nowcoder.com/practice/184edec193864f0985ad2684fbc86841 // 牛客-华为机考-HJ20 密码验证合格程序 #include <iostream> #include <string> #include <regex> 阅读全文
posted @ 2022-05-06 12:35 雲枢 阅读(176) 评论(0) 推荐(0)
摘要: // 识别有效的IP地址和掩码并进行分类统计 // https://www.nowcoder.com/practice/de538edd6f7e4bc3a5689723a7435682 #include <iostream> #include <string> #include <algorithm 阅读全文
posted @ 2022-05-03 23:50 雲枢 阅读(280) 评论(0) 推荐(0)
摘要: // https://www.nowcoder.com/practice/f9c6f980eeec43ef85be20755ddbeaf4 // 牛客-hw机考-HJ16 购物单 #include <iostream> #include <vector> using namespace std; s 阅读全文
posted @ 2022-04-10 21:22 雲枢 阅读(106) 评论(0) 推荐(0)