软件系统[软件工程]
What’s the link?
They all involve outdated (legacy) software technology.
All have had huge socio-economical impact.
Prompting national lockdowns.
Spreadsheet workflow error led to thousands of preventable infections and deaths.
Huge losses of citizen data through early exploitation of Log4J bug.
All required an urgent (re-)engineering effort.
CovidSim had not been “renovated” over their lifetimes.
… and the PHE Excel workflow built in legacy technology from the outset.
Successful software systems age, and last for decades.
The ability to maintain and renew big old systems is an important skill.
链接是什么?
它们都涉及过时的(遗留的)软件技术。
所有这些都产生了巨大的社会经济影响。
促使全国封锁。
电子表格工作流程错误导致数千人感染和死亡。
早期利用Log4J漏洞造成公民数据的巨大损失。
所有这些都需要紧急(重新)工程努力。
CovidSim在他们的一生中没有被“翻新”。
……以及从一开始就内置于传统技术的PHE Excel工作流。
成功的软件系统会老化,并持续几十年。
维护和更新大型旧系统的能力是一项重要技能。
软件系统
Users, misusers, developers, managers
Frontend / interfaces Web / Windows / CLI
Modules, packages
Data storage
Libraries, components
Methods, functions
Compilers, interpreters
Virtual machines
Operating Systems
Hardware platforms & devices
viewpoint:
Collection of patterns, templates, and conventions for constructing one type of view.
Defines the relevant stakeholders, and the relevant guidelines, principles and template models for
constructing the views.
Context:
Describes the relationships, dependencies, and interactions between the system and its environment.
Functional:
Functional elements, their responsibilities and interactions. Traditionally the starting point for an architectural
description.
Information:
How the architecture stores, manipulates, manages and distributes information. Content, structure, ownership, latency etc.
Concurrency并发性:
Maps functional elements to concurrency units to clearly identify which parts of the system are synchronous or
asynchronous.
Development:
How does the architecture support development - building, testing, maintaining, and enhancing the system.
Deployment部署:
What environment will the system be deployed to? Dependencies on the runtime environment, network connections.
Operational:
How the system will be operated, administered, etc.
Accessibility:
The ability of the system to be used by people with disabilities.
Availability & Resilience弹性:
Ability to be operational as and when required, and to handle failures that could affect availability.
Development Resource:
Ability to be designed, build, deployed, and operated within constraints around people, budget, time, materials.
Evolution:
Ability to be flexible in the face of inevitable不可避免的 change, balanced against costs of providing this
flexibility.
Internationalisation:
Ability to be independent from any particular language, country or cultural group.
Location:
Ability to overcome problems brought about by the location of its elements and distances between
them.
Performance & Scalability:
Ability to predictably execute within mandated performance profile, and handle increasing volumes.
Regulation:
Ability to conform to local and international laws, quasi-legal regulations, company policies, etc.
Security:
Ability to reliably control, monitor, and audit who can perform what mechanisms on what resources.
Usability:
Ease with which people can interact with the system and work effectively.
Hardware:
Can be physically difficult to extract; Embedded components can include hidden logic; Difficult to reverse-engineer if not documented
Operating Systems
Constantly evolving to incorporate changes in hardware.
Vendors eventually remove support for older versions.
Can force the issue when OS support is relied upon.
Can be challenging to adapt legacy code to New filesystems; Changes in security mechanisms.; Removal of support for particular hardware
Compilers, Virtual Machines, Interpreters编译器、虚拟机、解释器
Often tailored to hardware and OS combinations.
Often associated with development kits.
Can require change for many reasons: Deprecation of language features; Removal of support; License changes; Changes in application needs
Source code
Invariable increase in scale and complexity.
Some of which is essential to implement necessary features.
Some of which is accidental - to work around poor design choices.
Code structure is continuously changing.
Impossible to maintain a fixed, reliable document of architecture or design.
Developer knowledge of the system rapidly becomes outdated
Source Code
Definitive record of software structure and behaviour.
Commonly changed when system is reengineered.
Difficult to understand because it is:
Big - hundreds of thousands or millions of lines of code.
Complex - highly interconnected.
Poorly designed - having deteriorated over decades.
Loaded with latent information about what the system should be doing:
Identifiers - variable, method, and class names.
Dependencies - calls between functions indicate hidden relationships
相关文章:
软件系统[软件工程]
What’s the link? They all involve outdated (legacy) software technology. All have had huge socio-economical impact. Prompting national lockdowns. Spreadsheet workflow error led to thousands of preventable infections and deaths. Huge losses of citizen dat…...
电力系统稳定性的定义与分类
1电力系统稳定性的定义与分类 IEEE给出电力系统稳定性定义:电力系统稳定性是指电力系统这样的一种能力—对于给定的初始运行状态,经历物理扰动后,系统能够重新获得运行平衡点的状态,同时绝大多数系统变量有界,因此整个…...
基于java的俱乐部会员管理系统
技术:Java、JSP等摘要:随着科学技术的飞速发展,科学技术在人们日常生活中的应用日益广泛,也给各行业带来发展的机遇,促使各个行业给人们提供更加优质的服务,有效提升各行业的管理水平。俱乐部通过使用一定的…...
线程池执行父子任务,导致线程死锁
前言, 一次线程池的不当使用,导致了现场出现了线程死锁,接口一直不返回。而且由于这是一个公共的线程池,其他使用了次线程池的业务也一直阻塞,系统出现了OOM,不过是幸好是线程同事测试出来的,没…...
Ubuntu系统新硬盘挂载
Ubuntu系统新硬盘挂载 服务器通常会面临存储不足的问题,大部分服务器都是ubuntu系统,该篇博客浅浅记载一下在ubuntu系统上挂载新硬盘的步骤。本篇博文仅仅记载简单挂载一块新的硬盘,而没有对硬盘进行分区啥的。如果需要更加完善的教程&#…...
【亲测】Centos7系统非管理(root)权限编译NCNN
前言 由于使用的是集群,自己不具有管理员权限,所以以下所有的情况均在非管理员权限下进行安装,即该安装策略仅适用于普通用户构建自己的环境。 什么是NCNN ncnn是一款非常高效易用的深度学习推理框架,支持各种神经网络模型&#x…...
四种常见的异步请求方式
四种常见的异步请求方式 一、xhr异步老祖 XMLHttpRequest(简称XHR)是一种在JavaScript中创建异步请求的技术。XHR对象可以向服务器发送请求,并获取服务器返回的数据,而不会使页面刷新。 XHR对象的创建方式通常是通过构造…...
Linux操作系统学习(进程间通信)
文章目录进程间通信进程通信的意义进程通信的方式1.基于文件的方式匿名管道命名管道2.基于内存的通信方式共享内存验证内核相关的数据结构了解进程间通信 进程通信的意义 当我们和另一个人打电话时两部手机都是独立的,通过基站传递信号等等复杂的过程就实现了通…...
单目标追踪——【相关滤波】C-COT原理与ECO基于C-COT的改进
目录C-COT:Continuous Convolution Operator Tracker文章侧重点连续卷积算子目标追踪框架初始化过滤器:追踪流程ECO文章侧重点因式卷积因子生成采样空间模型模型更新策略论文链接:C-COT:Beyond Correlation Filters: Learning Con…...
C++中栈是如何实现,以及常用的栈函数都有哪些
什么是栈? 栈 是一种特殊的数据结构,它是一种按照 Last-In-First-Out (LIFO) 访问模式存储和访问数据的特殊结构。 换句话说,栈中的最后一个元素将成为最先出栈的元素,这也意味着新增加的元素在栈的顶部,而出栈的元素…...
我就不信你还不懂HashSet/HashMap的底层原理
💥注💥 💗阅读本博客需备的前置知识如下💗 🌟数据结构常识🌟👉1️⃣八种数据结构快速扫盲🌟Java集合常识🌟👉2️⃣Java单列集合扫盲 ⭐️本博客知识点收录于…...
Qt中调用gtest进行单元测试及生成覆盖率报告
一.环境配置 googletest地址:https://github.com/google/googletest 我下载的是1.12.1,这是最后一个支持C++11的版本。 首先编译gtest,在windows上的编译方式和编译gRPC一模一样,详见Qt中调用gRPC,编译完了会生成几个静态库,如下图所示 本文主要用到了libgtest.a 下载ms…...
ChatGPT vs Bard 背后的技术对比分析和未来发展趋势
ChatGPT vs Bard 背后的技术对比分析和未来发展趋势 目录 ChatGPT vs Bard 背后的技术对比分析和未来发展趋势...
搜索引擎的设计与实现
技术:Java、JSP等摘要:随着互联网的快速发展,网络上的数据也随着爆炸式地增长。如何最快速筛选出对我们有用的信息成了主要问题。搜索引擎是指根据一定的策略、运用特定的计算机程序从互联网上搜集信息,在对信息进行组织和处理后&…...
动态规划之买卖股票问题
🌈🌈😄😄 欢迎来到茶色岛独家岛屿,本期将为大家揭晓动态规划之买卖股票问题 ,做好准备了么,那么开始吧。 🌲🌲🐴🐴 动态规划算法本质上就是穷举…...
MySQL学习笔记之子查询
自连接方式 自连接就是表A连接表A,通过where关键字实现,比如查询工资比Abel高的员工信息: SELECTe2.last_name,e2.salary FROMemployees e1,employees e2 WHEREe1.last_name "Abel" AND e2.salary > e1.salary;子查询 亦称为…...
HCIP-5OSPF域内域间外部路由学习笔记
1、OSPF区域 每个区域都维护一个独立的LSDB。 Area 0是骨干区域,其他区域都必须与此区域相连。 划分OSPF区域可以缩小路由器的LSDB规模,减少网络流量。 区域内的详细拓扑信息不向其他区域发送,区域间传递的是抽象的路由信息,而不…...
【编程实践】简单是好软件的关键:Simplicity is key to good software
Simplicity is key to good software 简单是好软件的关键 目录 Simplicity is key to good software简单是好软件的关键 Complexity is tempting. 复杂性很诱人。 The smallest way to create value创造价值的最小方法 Simple 简单的 Complexity is tempting. 复杂性很诱人…...
Python|贪心|数组|二分查找|贪心|数学|树|二叉搜索树|在排序数组中查找元素的第一个和最后一个位置|计数质数 |将有序数组转换为二叉搜索树
1、在排序数组中查找元素的第一个和最后一个位置(数组,二分查找) 给定一个按照升序排列的整数数组 nums,和一个目标值 target。找出给定目标值在数组中的开始位置和结束位置。 如果数组中不存在目标值 target,返回 […...
操作系统——15.FCFS、SJF、HRRN调度算法
这节我们来看一下进程调度的FCFS、SJF、HRRN调度算法 目录 1.概述 2.先来先服务算法(FCFS,First Come First Serve) 3.短作业优先算法(SJF,Shortest Job First) 4.高响应比优先算法(HRRN&…...
告别官方解锁后,我们还能怎么玩?深挖华为荣耀解BL的三种野路子与工具链
华为荣耀设备解锁技术深度解析:原理、工具与风险规避 在移动设备定制化需求日益增长的今天,安卓系统的Bootloader解锁成为技术爱好者绕不开的话题。特别是对于华为和荣耀设备用户而言,自2018年官方关闭解锁服务后,这一过程变得更…...
汽车行业空气动力学仿真Fluent的license分点方案
汽车行业空气动力学仿真Fluent的License分点方案你是绝非老是在项目高峰时段发现Fluent的License不够用了,而且平时又有数来空闲许可在浪费?你是不光是也在担心合规风险,搞不好一不小心就超了额度,被软件商追着要钱?实…...
场景深耕,生态共生——视程空间,让边缘算力真正落地千行百业
在AI算力产业飞速发展的今天,“有算力”已不再是核心竞争力,“能落地、能适配、能创造价值”才是破局关键。当前,众多算力企业陷入“重参数、轻场景”的内卷,导致大量算力产品停留在实验室,无法真正适配产业一线需求。…...
实战部署JetBrains IDE试用期重置:自动化清理与插件开发全流程
实战部署JetBrains IDE试用期重置:自动化清理与插件开发全流程 【免费下载链接】ide-eval-resetter 项目地址: https://gitcode.com/gh_mirrors/id/ide-eval-resetter JetBrains IDE试用期重置工具是一个开源项目,专门用于清除IntelliJ IDEA、Py…...
告别手动测试:用快马AI生成telnet端口批量检测脚本,效率提升十倍
最近在运维工作中频繁遇到需要批量检测服务器telnet端口连通性的需求。手动一台台测试不仅效率低下,还容易出错。经过一番摸索,我总结出一套用Python快速实现批量检测的方案,效率比手工操作提升了十倍不止。这里分享下具体实现思路和优化经验…...
26年知网AIGC检测算法大升级,这些变化你知道吗?
有同学在网上反馈,去年下半年写好的论文查重,AI率检测都过了,今年坐等毕业。没想到重新一查内容都变成率红色。评论区很多同学都有类似的情况。 根本原因还是:知网检测算法大升级,AI检测更加严格! 今天这篇…...
Cache 维护实战:深入理解 ARMv8-A 架构下的 Invalidate 与 Clean 操作
1. 为什么需要关注Cache维护? 在嵌入式开发中,Cache就像是你办公桌上的文件架。当你频繁访问某些数据时,CPU会把这些数据放在Cache里,就像把常用文件放在手边一样。但问题来了:如果文件内容更新了(比如内存…...
从概念到应用:基于openclaw101.dev功能构思在快马平台构建实战项目
今天想和大家分享一个实战项目经验——如何快速将openclaw101.dev这类技术理念转化为可交互的实际应用。最近我在InsCode(快马)平台上尝试构建了一个任务管理中心SPA,整个过程意外地顺畅,特别适合想快速验证产品原型的开发者。 项目构思 我选择了任务管理…...
如何精准定制鼠单克隆抗体?
一、为何鼠单克隆抗体仍是定制研发的主流选择?鼠单克隆抗体作为生物医学研究的重要工具,在定制开发领域占据着不可替代的地位。这主要源于其技术体系的成熟性、标准化的操作流程以及广泛的应用验证基础。自杂交瘤技术问世以来,小鼠作为免疫动…...
2026出海企业培训10大常见痛点问题:预算、效果、选型关注点
随着“一带一路”倡议深化与全球化竞争加剧,中国企业出海步伐持续加速。截至2025年底,中国在境外设立企业超过5万家,遍布190个国家和地区。对外投资存量连续9年保持世界前三,2025年对外直接投资1743.8亿美元,比上年增长…...
