Skip to content
DQ博客
搜索
K
Main Navigation
首页
前端
基础
JavaScript
TypeScript
框架
Vuejs
Reactjs
uniapp
uniappx
nust
electron
依赖
i18n
大数据
echarts
后端
编程语言
Java
Python
Nodejs
python爬虫
数据库
MySQL
Redis
SQLServer
框架
Flask
Spring
SpringMVC
Springboot
工具软件
Git
计算机
计算机基础
计算机网络
计算机操作系统
配置
vscode
windows
texlive
项目实战
Vue3+Vite+Springboot3商城后台管理系统
uniappx+vue3实战社区交友app
高等数学
切换主题
菜单
回到顶部
文章概要
Table of Contents for current page
一、软件架构
C/S:Client/Server客户端/服务器端
B/S:Browser/Server浏览器/服务器端
一、C/S架构
Client和Server:客户端和服务器端
如:QQ、迅雷、LOL等
优点:
用户体验好
缺点:
开发、安装、部署、维护麻烦
二、B/S架构
Browser和Server:浏览器和服务器端
如:所有的网站某东、某宝等
优点
开发、安装、部署、维护简单
缺点
如果应用过大,用户体验可能受到影响
对硬件要求过高