Skip to content

Commit f1180a2

Browse files
committed
update
1 parent 91e76b1 commit f1180a2

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

source/c02/c02_04.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,8 @@ Queue.task_done(),说明队列这个任务已经结束了。
339339

340340
当队列内部的任务计数器归于零时,调用 Queue.join() 就不会再阻塞了。
341341

342-
要理解这个过程,请参考 http://pythontime.iswbm.com/en/latest/c02/c02_06.html
342+
要理解这个过程,请参考
343+
http://pythontime.iswbm.com/en/latest/c02/c02_06.html
343344
里自定义线程池的的例子。
344345

345346
4. 消息队列的先进先出

source/c08/c08_03.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ virt-install --name ubuntu-16.04 \
8787
<disk type='file' device='cdrom'>
8888
<source file='/path/to/ubuntu-16.04.3-server-amd64.iso'/>
8989
<target dev='hdb' bus='ide'/>
90-
</disk> listen='0.0.0.0'>
90+
</disk>
91+
<graphics type='spice' autoport='yes' listen='0.0.0.0'>
9192
<listen type='address' address='0.0.0.0'/>
9293
</graphics>
9394
</devices>

source/c08/c08_03.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
<disk type='file' device='cdrom'>
100100
<source file='/path/to/ubuntu-16.04.3-server-amd64.iso'/>
101101
<target dev='hdb' bus='ide'/>
102-
</disk> listen='0.0.0.0'>
102+
</disk>
103+
<graphics type='spice' autoport='yes' listen='0.0.0.0'>
103104
<listen type='address' address='0.0.0.0'/>
104105
</graphics>
105106
</devices>

source/c08/c08_16.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,6 @@ $ nova meta b1575f81-0a33-4872-995e-2c2dd48d52c8 set __system__vif_inbound_avera
246246
$ nova meta b1575f81-0a33-4872-995e-2c2dd48d52c8 set __system__vif_inbound_average=12500 __system__vif_inbound_burst=10000 __system__vif_outbound_average=12500 __system__vif_outbound_burst=10000
247247
```
248248

249-
250-
251249
## 3. 带宽单位换算
252250

253251
带宽,英文名 Bandwidth,在不同领域的含义各不相同,而在网络服务中,带宽是指单位时间内的流经数据量。

0 commit comments

Comments
 (0)