Files
freeCodeCamp/curriculum/challenges/chinese/07-scientific-computing-with-python/python-for-everybody/web-services-service-oriented-approach.md

35 lines
553 B
Markdown
Raw Permalink Normal View History

---
id: 5e7b9f140b6c005b0e76f07e
title: 'Web 服务:面向服务的方法'
challengeType: 11
videoId: muerlsCHExI
bilibiliIds:
aid: 846899335
bvid: BV1E54y1J7oz
cid: 377333277
dashedName: web-services-service-oriented-approach
---
# --question--
## --text--
用面向服务的方法来开发网络应用,数据位于何处?
## --answers--
分布在许多通过互联网或内部网络连接的计算机系统上。
---
在主 Web 服务器上的不同服务中。
---
在单独的数据库服务器上。
## --video-solution--
1