1、 并发: 在操作系统中,是指一个时间段中有几个程序都处于已启动运行到运行完毕之间,且这几个程序都是在同一个处理机上运行。其中两种并发关系分别是同步和互斥。
2、 并行: 在单处理器中多道程序设计系统中,进程被交替执行,表现出一种并发的外部特征;在多处理器系统中,进程不仅可以交替执行,而且可以重叠执行。在多处理器上的程序才可实现并行处理。从而可知,并行是针对多处理器而言的。并行是同时发生的多个并发事件,具有并发的含义,但并发不一定并行,也亦是说并发事件之间不一定要同一时刻发生。
3、 互斥:
进程间相互排斥的使用临界资源的现象,就叫互斥。
4、 同步:
进程之间的关系不是相互排斥临界资源的关系,而是相互依赖的关系。进一步的说明:就是前一个进程的输出作为后一个进程的输入,当第一个进程没有输出时第二个进程必须等待。具有同步关系的一组并发进程相互发送的信息称为消息或事件。
其中并发又有 伪并发
和 真并发
,伪并发是指单核处理器的并发,真并发是指多核处理器的并发。
5、 异步: 异步和同步是相对的,同步就是顺序执行,执行完一个再执行下一个,需要等待、协调运行。异步就是彼此独立,在等待某事件的过程中继续做自己的事,不需要等待这一事件完成后再工作。线程就是实现异步的一个方式。异步是让调用方法的主线程不需要同步等待另一线程的完成,从而可以让主线程干其它的事情。
6、 多线程: 多线程是程序设计的逻辑层概念,它是进程中并发运行的一段代码。多线程可以实现线程间的切换执行。
http://www.doyo.cn/game/luntan/viewthread/267788
http://www.doyo.cn/game/luntan/viewthread/267789
http://www.doyo.cn/game/luntan/viewthread/267790
http://www.doyo.cn/game/luntan/viewthread/267793
http://www.doyo.cn/game/luntan/viewthread/267799
http://www.doyo.cn/game/luntan/viewthread/267801
http://www.doyo.cn/game/luntan/viewthread/267792
http://www.doyo.cn/game/luntan/viewthread/267807
http://www.doyo.cn/game/luntan/viewthread/267815
http://www.doyo.cn/game/luntan/viewthread/267818
http://www.doyo.cn/game/luntan/viewthread/267816
http://www.doyo.cn/game/luntan/viewthread/267821
http://www.doyo.cn/game/luntan/viewthread/267820
http://www.doyo.cn/game/luntan/viewthread/267835
http://www.doyo.cn/game/luntan/viewthread/267838
http://www.doyo.cn/game/luntan/viewthread/267840
http://www.doyo.cn/game/luntan/viewthread/267842
http://www.doyo.cn/game/luntan/viewthread/267853
http://www.doyo.cn/game/luntan/viewthread/267856
http://www.doyo.cn/game/luntan/viewthread/267855
http://www.doyo.cn/game/luntan/viewthread/267858
http://www.doyo.cn/game/luntan/viewthread/267854
http://www.doyo.cn/game/luntan/viewthread/267870
http://www.doyo.cn/game/luntan/viewthread/267871
http://www.doyo.cn/game/luntan/viewthread/267873
http://www.doyo.cn/game/luntan/viewthread/267878
http://www.doyo.cn/game/luntan/viewthread/267877
http://www.doyo.cn/game/luntan/viewthread/267883
http://www.doyo.cn/game/luntan/viewthread/267884
http://www.doyo.cn/game/luntan/viewthread/267889
http://www.doyo.cn/game/luntan/viewthread/267893
http://www.doyo.cn/game/luntan/viewthread/267896
http://www.doyo.cn/game/luntan/viewthread/267901
http://www.doyo.cn/game/luntan/viewthread/267907
http://www.doyo.cn/game/luntan/viewthread/267910
http://www.doyo.cn/game/luntan/viewthread/267911
http://www.doyo.cn/game/luntan/viewthread/267914
http://www.doyo.cn/game/luntan/viewthread/267912
http://www.doyo.cn/game/luntan/viewthread/267927
http://www.doyo.cn/game/luntan/viewthread/267931
http://www.doyo.cn/game/luntan/viewthread/267933
http://www.doyo.cn/game/luntan/viewthread/267932
http://www.doyo.cn/game/luntan/viewthread/267938
http://www.doyo.cn/game/luntan/viewthread/267943
http://www.doyo.cn/game/luntan/viewthread/267945
http://www.doyo.cn/game/luntan/viewthread/267946
http://www.doyo.cn/game/luntan/viewthread/267954
http://www.doyo.cn/game/luntan/viewthread/267951
http://www.doyo.cn/game/luntan/viewthread/267968
http://www.doyo.cn/game/luntan/viewthread/267967
http://www.doyo.cn/game/luntan/viewthread/267969
http://www.doyo.cn/game/luntan/viewthread/267971
http://www.doyo.cn/game/luntan/viewthread/267966
http://www.doyo.cn/game/luntan/viewthread/267983
http://www.doyo.cn/game/luntan/viewthread/267985
http://www.doyo.cn/game/luntan/viewthread/267990
http://www.doyo.cn/game/luntan/viewthread/267984
http://www.doyo.cn/game/luntan/viewthread/267987
http://www.doyo.cn/game/luntan/viewthread/268005
http://www.doyo.cn/game/luntan/viewthread/268009
http://www.doyo.cn/game/luntan/viewthread/268003
http://www.doyo.cn/game/luntan/viewthread/268014
http://www.doyo.cn/game/luntan/viewthread/268006
http://www.doyo.cn/game/luntan/viewthread/268029
http://www.doyo.cn/game/luntan/viewthread/268030
http://www.doyo.cn/game/luntan/viewthread/268032
http://www.doyo.cn/game/luntan/viewthread/268031
http://www.doyo.cn/game/luntan/viewthread/268028
http://www.doyo.cn/game/luntan/viewthread/268043
http://www.doyo.cn/game/luntan/viewthread/268045
http://www.doyo.cn/game/luntan/viewthread/268050
http://www.doyo.cn/game/luntan/viewthread/268049
http://www.doyo.cn/game/luntan/viewthread/268052
http://www.doyo.cn/game/luntan/viewthread/268057
http://www.doyo.cn/game/luntan/viewthread/268059
http://www.doyo.cn/game/luntan/viewthread/268064
http://www.doyo.cn/game/luntan/viewthread/268065
http://www.doyo.cn/game/luntan/viewthread/268062
http://www.doyo.cn/game/luntan/viewthread/268073
http://www.doyo.cn/game/luntan/viewthread/268075
http://www.doyo.cn/game/luntan/viewthread/268078
http://www.doyo.cn/game/luntan/viewthread/268082
http://www.doyo.cn/game/luntan/viewthread/268074
http://www.doyo.cn/game/luntan/viewthread/268091
http://www.doyo.cn/game/luntan/viewthread/268092
http://www.doyo.cn/game/luntan/viewthread/268096
http://www.doyo.cn/game/luntan/viewthread/268093
http://www.doyo.cn/game/luntan/viewthread/268101
http://www.doyo.cn/game/luntan/viewthread/268111
http://www.doyo.cn/game/luntan/viewthread/268108
http://www.doyo.cn/game/luntan/viewthread/268112
http://www.doyo.cn/game/luntan/viewthread/268117
http://www.doyo.cn/game/luntan/viewthread/268113
http://www.doyo.cn/game/luntan/viewthread/268129
http://www.doyo.cn/game/luntan/viewthread/268135
http://www.doyo.cn/game/luntan/viewthread/268137
http://www.doyo.cn/game/luntan/viewthread/268131
http://www.doyo.cn/game/luntan/viewthread/268134
http://www.doyo.cn/game/luntan/viewthread/268145
http://www.doyo.cn/game/luntan/viewthread/268150
http://www.doyo.cn/game/luntan/viewthread/268152
http://www.doyo.cn/game/luntan/viewthread/268151
http://www.doyo.cn/game/luntan/viewthread/268153
http://www.doyo.cn/game/luntan/viewthread/268158
http://www.doyo.cn/game/luntan/viewthread/268166
http://www.doyo.cn/game/luntan/viewthread/268172
http://www.doyo.cn/game/luntan/viewthread/268167
http://www.doyo.cn/game/luntan/viewthread/268173
http://www.doyo.cn/game/luntan/viewthread/268175
http://www.doyo.cn/game/luntan/viewthread/267791
http://www.doyo.cn/game/luntan/viewthread/267795
http://www.doyo.cn/game/luntan/viewthread/267797
http://www.doyo.cn/game/luntan/viewthread/267798
http://www.doyo.cn/game/luntan/viewthread/267794
http://www.doyo.cn/game/luntan/viewthread/267796
http://www.doyo.cn/game/luntan/viewthread/267800
http://www.doyo.cn/game/luntan/viewthread/267802
http://www.doyo.cn/game/luntan/viewthread/267803
http://www.doyo.cn/game/luntan/viewthread/267804
http://www.doyo.cn/game/luntan/viewthread/267806
http://www.doyo.cn/game/luntan/viewthread/267805
http://www.doyo.cn/game/luntan/viewthread/267808
http://www.doyo.cn/game/luntan/viewthread/267809
http://www.doyo.cn/game/luntan/viewthread/267810
http://www.doyo.cn/game/luntan/viewthread/267811
http://www.doyo.cn/game/luntan/viewthread/267812
http://www.doyo.cn/game/luntan/viewthread/267814
http://www.doyo.cn/game/luntan/viewthread/267817
http://www.doyo.cn/game/luntan/viewthread/267813
http://www.doyo.cn/game/luntan/viewthread/267822
http://www.doyo.cn/game/luntan/viewthread/267819
http://www.doyo.cn/game/luntan/viewthread/267823
http://www.doyo.cn/game/luntan/viewthread/267824
http://www.doyo.cn/game/luntan/viewthread/267825
http://www.doyo.cn/game/luntan/viewthread/267826
http://www.doyo.cn/game/luntan/viewthread/267829
http://www.doyo.cn/game/luntan/viewthread/267830
http://www.doyo.cn/game/luntan/viewthread/267827
http://www.doyo.cn/game/luntan/viewthread/267828
http://www.doyo.cn/game/luntan/viewthread/267831
http://www.doyo.cn/game/luntan/viewthread/267832
http://www.doyo.cn/game/luntan/viewthread/267833
http://www.doyo.cn/game/luntan/viewthread/267834
http://www.doyo.cn/game/luntan/viewthread/267837
http://www.doyo.cn/game/luntan/viewthread/267839
http://www.doyo.cn/game/luntan/viewthread/267836
http://www.doyo.cn/game/luntan/viewthread/267841
http://www.doyo.cn/game/luntan/viewthread/267844
http://www.doyo.cn/game/luntan/viewthread/267843
http://www.doyo.cn/game/luntan/viewthread/267845
http://www.doyo.cn/game/luntan/viewthread/267846
http://www.doyo.cn/game/luntan/viewthread/267847
http://www.doyo.cn/game/luntan/viewthread/267848
http://www.doyo.cn/game/luntan/viewthread/267850
http://www.doyo.cn/game/luntan/viewthread/267851
http://www.doyo.cn/game/luntan/viewthread/267849
http://www.doyo.cn/game/luntan/viewthread/267852
http://www.doyo.cn/game/luntan/viewthread/267857
http://www.doyo.cn/game/luntan/viewthread/267860
http://www.doyo.cn/game/luntan/viewthread/267859
http://www.doyo.cn/game/luntan/viewthread/267861
http://www.doyo.cn/game/luntan/viewthread/267863
http://www.doyo.cn/game/luntan/viewthread/267862
http://www.doyo.cn/game/luntan/viewthread/267864
http://www.doyo.cn/game/luntan/viewthread/267866
http://www.doyo.cn/game/luntan/viewthread/267867
http://www.doyo.cn/game/luntan/viewthread/267865
http://www.doyo.cn/game/luntan/viewthread/267868
http://www.doyo.cn/game/luntan/viewthread/267869
http://www.doyo.cn/game/luntan/viewthread/267874
http://www.doyo.cn/game/luntan/viewthread/267876
http://www.doyo.cn/game/luntan/viewthread/267872
http://www.doyo.cn/game/luntan/viewthread/267875
http://www.doyo.cn/game/luntan/viewthread/267879
http://www.doyo.cn/game/luntan/viewthread/267880
http://www.doyo.cn/game/luntan/viewthread/267881
http://www.doyo.cn/game/luntan/viewthread/267882
http://www.doyo.cn/game/luntan/viewthread/267885
http://www.doyo.cn/game/luntan/viewthread/267886
http://www.doyo.cn/game/luntan/viewthread/267887
http://www.doyo.cn/game/luntan/viewthread/267888
http://www.doyo.cn/game/luntan/viewthread/267890
http://www.doyo.cn/game/luntan/viewthread/267891
http://www.doyo.cn/game/luntan/viewthread/267892
http://www.doyo.cn/game/luntan/viewthread/267894
http://www.doyo.cn/game/luntan/viewthread/267895
http://www.doyo.cn/game/luntan/viewthread/267897
http://www.doyo.cn/game/luntan/viewthread/267899
http://www.doyo.cn/game/luntan/viewthread/267898
http://www.doyo.cn/game/luntan/viewthread/267900
http://www.doyo.cn/game/luntan/viewthread/267902
http://www.doyo.cn/game/luntan/viewthread/267903
http://www.doyo.cn/game/luntan/viewthread/267904
http://www.doyo.cn/game/luntan/viewthread/267905
http://www.doyo.cn/game/luntan/viewthread/267906
http://www.doyo.cn/game/luntan/viewthread/267908
http://www.doyo.cn/game/luntan/viewthread/267913
http://www.doyo.cn/game/luntan/viewthread/267915
http://www.doyo.cn/game/luntan/viewthread/267909
http://www.doyo.cn/game/luntan/viewthread/267917
http://www.doyo.cn/game/luntan/viewthread/267916
http://www.doyo.cn/game/luntan/viewthread/267918
http://www.doyo.cn/game/luntan/viewthread/267919
http://www.doyo.cn/game/luntan/viewthread/267920
http://www.doyo.cn/game/luntan/viewthread/267921
http://www.doyo.cn/game/luntan/viewthread/267922
http://www.doyo.cn/game/luntan/viewthread/267923
http://www.doyo.cn/game/luntan/viewthread/267924
http://www.doyo.cn/game/luntan/viewthread/267925
http://www.doyo.cn/game/luntan/viewthread/267926
http://www.doyo.cn/game/luntan/viewthread/267928
http://www.doyo.cn/game/luntan/viewthread/267929
http://www.doyo.cn/game/luntan/viewthread/267930
http://www.doyo.cn/game/luntan/viewthread/267935
http://www.doyo.cn/game/luntan/viewthread/267934
http://www.doyo.cn/game/luntan/viewthread/267936
http://www.doyo.cn/game/luntan/viewthread/267937
http://www.doyo.cn/game/luntan/viewthread/267939
http://www.doyo.cn/game/luntan/viewthread/267940
http://www.doyo.cn/game/luntan/viewthread/267941
http://www.doyo.cn/game/luntan/viewthread/267944
http://www.doyo.cn/game/luntan/viewthread/267942
http://www.doyo.cn/game/luntan/viewthread/267947
http://www.doyo.cn/game/luntan/viewthread/267948
http://www.doyo.cn/game/luntan/viewthread/267949
http://www.doyo.cn/game/luntan/viewthread/267950
http://www.doyo.cn/game/luntan/viewthread/267952
http://www.doyo.cn/game/luntan/viewthread/267955
http://www.doyo.cn/game/luntan/viewthread/267953
http://www.doyo.cn/game/luntan/viewthread/267956
http://www.doyo.cn/game/luntan/viewthread/267957
http://www.doyo.cn/game/luntan/viewthread/267958
http://www.doyo.cn/game/luntan/viewthread/267959
http://www.doyo.cn/game/luntan/viewthread/267960
http://www.doyo.cn/game/luntan/viewthread/267961
http://www.doyo.cn/game/luntan/viewthread/267962
http://www.doyo.cn/game/luntan/viewthread/267964
http://www.doyo.cn/game/luntan/viewthread/267965
http://www.doyo.cn/game/luntan/viewthread/267963
http://www.doyo.cn/game/luntan/viewthread/267970
http://www.doyo.cn/game/luntan/viewthread/267972
http://www.doyo.cn/game/luntan/viewthread/267973
http://www.doyo.cn/game/luntan/viewthread/267974
http://www.doyo.cn/game/luntan/viewthread/267975
http://www.doyo.cn/game/luntan/viewthread/267976
http://www.doyo.cn/game/luntan/viewthread/267977
http://www.doyo.cn/game/luntan/viewthread/267979
http://www.doyo.cn/game/luntan/viewthread/267980
http://www.doyo.cn/game/luntan/viewthread/267981
http://www.doyo.cn/game/luntan/viewthread/267978
http://www.doyo.cn/game/luntan/viewthread/267982
http://www.doyo.cn/game/luntan/viewthread/267986
http://www.doyo.cn/game/luntan/viewthread/267989
http://www.doyo.cn/game/luntan/viewthread/267988
http://www.doyo.cn/game/luntan/viewthread/267991
http://www.doyo.cn/game/luntan/viewthread/267992
http://www.doyo.cn/game/luntan/viewthread/267993
http://www.doyo.cn/game/luntan/viewthread/267994
http://www.doyo.cn/game/luntan/viewthread/267995
http://www.doyo.cn/game/luntan/viewthread/267996
http://www.doyo.cn/game/luntan/viewthread/267997
http://www.doyo.cn/game/luntan/viewthread/267998
http://www.doyo.cn/game/luntan/viewthread/267999
http://www.doyo.cn/game/luntan/viewthread/268000
http://www.doyo.cn/game/luntan/viewthread/268001
http://www.doyo.cn/game/luntan/viewthread/268004
http://www.doyo.cn/game/luntan/viewthread/268002
http://www.doyo.cn/game/luntan/viewthread/268007
http://www.doyo.cn/game/luntan/viewthread/268008
http://www.doyo.cn/game/luntan/viewthread/268010
http://www.doyo.cn/game/luntan/viewthread/268011
http://www.doyo.cn/game/luntan/viewthread/268012
http://www.doyo.cn/game/luntan/viewthread/268013
http://www.doyo.cn/game/luntan/viewthread/268015
http://www.doyo.cn/game/luntan/viewthread/268016
http://www.doyo.cn/game/luntan/viewthread/268017
http://www.doyo.cn/game/luntan/viewthread/268018
http://www.doyo.cn/game/luntan/viewthread/268019
http://www.doyo.cn/game/luntan/viewthread/268020
http://www.doyo.cn/game/luntan/viewthread/268021
http://www.doyo.cn/game/luntan/viewthread/268022
http://www.doyo.cn/game/luntan/viewthread/268023
http://www.doyo.cn/game/luntan/viewthread/268025
http://www.doyo.cn/game/luntan/viewthread/268024
http://www.doyo.cn/game/luntan/viewthread/268026
http://www.doyo.cn/game/luntan/viewthread/268027
http://www.doyo.cn/game/luntan/viewthread/268033
http://www.doyo.cn/game/luntan/viewthread/268035
http://www.doyo.cn/game/luntan/viewthread/268037
http://www.doyo.cn/game/luntan/viewthread/268036
http://www.doyo.cn/game/luntan/viewthread/268034
http://www.doyo.cn/game/luntan/viewthread/268038
http://www.doyo.cn/game/luntan/viewthread/268039
http://www.doyo.cn/game/luntan/viewthread/268040
http://www.doyo.cn/game/luntan/viewthread/268042
http://www.doyo.cn/game/luntan/viewthread/268041
http://www.doyo.cn/game/luntan/viewthread/268044
http://www.doyo.cn/game/luntan/viewthread/268048
http://www.doyo.cn/game/luntan/viewthread/268047
http://www.doyo.cn/game/luntan/viewthread/268051
http://www.doyo.cn/game/luntan/viewthread/268046
http://www.doyo.cn/game/luntan/viewthread/268053
http://www.doyo.cn/game/luntan/viewthread/268054
http://www.doyo.cn/game/luntan/viewthread/268055
http://www.doyo.cn/game/luntan/viewthread/268056
http://www.doyo.cn/game/luntan/viewthread/268058
http://www.doyo.cn/game/luntan/viewthread/268060
http://www.doyo.cn/game/luntan/viewthread/268061
http://www.doyo.cn/game/luntan/viewthread/268063
http://www.doyo.cn/game/luntan/viewthread/268067
http://www.doyo.cn/game/luntan/viewthread/268066
http://www.doyo.cn/game/luntan/viewthread/268068
http://www.doyo.cn/game/luntan/viewthread/268069
http://www.doyo.cn/game/luntan/viewthread/268070
http://www.doyo.cn/game/luntan/viewthread/268071
http://www.doyo.cn/game/luntan/viewthread/268072
http://www.doyo.cn/game/luntan/viewthread/268076
http://www.doyo.cn/game/luntan/viewthread/268077
http://www.doyo.cn/game/luntan/viewthread/268079
http://www.doyo.cn/game/luntan/viewthread/268080
http://www.doyo.cn/game/luntan/viewthread/268081
http://www.doyo.cn/game/luntan/viewthread/268084
http://www.doyo.cn/game/luntan/viewthread/268085
http://www.doyo.cn/game/luntan/viewthread/268083
http://www.doyo.cn/game/luntan/viewthread/268086
http://www.doyo.cn/game/luntan/viewthread/268087
http://www.doyo.cn/game/luntan/viewthread/268088
http://www.doyo.cn/game/luntan/viewthread/268090
http://www.doyo.cn/game/luntan/viewthread/268089
http://www.doyo.cn/game/luntan/viewthread/268094
http://www.doyo.cn/game/luntan/viewthread/268095
http://www.doyo.cn/game/luntan/viewthread/268099
http://www.doyo.cn/game/luntan/viewthread/268098
http://www.doyo.cn/game/luntan/viewthread/268100
http://www.doyo.cn/game/luntan/viewthread/268097
http://www.doyo.cn/game/luntan/viewthread/268102
http://www.doyo.cn/game/luntan/viewthread/268103
http://www.doyo.cn/game/luntan/viewthread/268104
http://www.doyo.cn/game/luntan/viewthread/268105
http://www.doyo.cn/game/luntan/viewthread/268106
http://www.doyo.cn/game/luntan/viewthread/268107
http://www.doyo.cn/game/luntan/viewthread/268109
http://www.doyo.cn/game/luntan/viewthread/268110
http://www.doyo.cn/game/luntan/viewthread/268114
http://www.doyo.cn/game/luntan/viewthread/268115
http://www.doyo.cn/game/luntan/viewthread/268116
http://www.doyo.cn/game/luntan/viewthread/268118
http://www.doyo.cn/game/luntan/viewthread/268119
http://www.doyo.cn/game/luntan/viewthread/268120
http://www.doyo.cn/game/luntan/viewthread/268121
http://www.doyo.cn/game/luntan/viewthread/268123
http://www.doyo.cn/game/luntan/viewthread/268122
http://www.doyo.cn/game/luntan/viewthread/268124
http://www.doyo.cn/game/luntan/viewthread/268125
http://www.doyo.cn/game/luntan/viewthread/268127
http://www.doyo.cn/game/luntan/viewthread/268128
http://www.doyo.cn/game/luntan/viewthread/268126
http://www.doyo.cn/game/luntan/viewthread/268130
http://www.doyo.cn/game/luntan/viewthread/268132
http://www.doyo.cn/game/luntan/viewthread/268133
http://www.doyo.cn/game/luntan/viewthread/268136
http://www.doyo.cn/game/luntan/viewthread/268138
http://www.doyo.cn/game/luntan/viewthread/268139
http://www.doyo.cn/game/luntan/viewthread/268140
http://www.doyo.cn/game/luntan/viewthread/268141
http://www.doyo.cn/game/luntan/viewthread/268142
http://www.doyo.cn/game/luntan/viewthread/268143
http://www.doyo.cn/game/luntan/viewthread/268144
http://www.doyo.cn/game/luntan/viewthread/268146
http://www.doyo.cn/game/luntan/viewthread/268149
http://www.doyo.cn/game/luntan/viewthread/268147
http://www.doyo.cn/game/luntan/viewthread/268148
http://www.doyo.cn/game/luntan/viewthread/268154
http://www.doyo.cn/game/luntan/viewthread/268155
http://www.doyo.cn/game/luntan/viewthread/268156
http://www.doyo.cn/game/luntan/viewthread/268157
http://www.doyo.cn/game/luntan/viewthread/268159
http://www.doyo.cn/game/luntan/viewthread/268161
http://www.doyo.cn/game/luntan/viewthread/268160
http://www.doyo.cn/game/luntan/viewthread/268163
http://www.doyo.cn/game/luntan/viewthread/268164
http://www.doyo.cn/game/luntan/viewthread/268165
http://www.doyo.cn/game/luntan/viewthread/268162
http://www.doyo.cn/game/luntan/viewthread/268168
http://www.doyo.cn/game/luntan/viewthread/268170
http://www.doyo.cn/game/luntan/viewthread/268169
http://www.doyo.cn/game/luntan/viewthread/268171
http://www.doyo.cn/game/luntan/viewthread/268174
http://www.doyo.cn/game/luntan/viewthread/268176
http://www.doyo.cn/game/luntan/viewthread/268179
http://www.doyo.cn/game/luntan/viewthread/268177
http://www.doyo.cn/game/luntan/viewthread/268178
http://www.doyo.cn/game/luntan/viewthread/268180
http://www.doyo.cn/game/luntan/viewthread/268181
http://www.doyo.cn/game/luntan/viewthread/268182
http://www.doyo.cn/game/luntan/viewthread/268184
http://www.doyo.cn/game/luntan/viewthread/268185
http://www.doyo.cn/game/luntan/viewthread/268186
http://www.doyo.cn/game/luntan/viewthread/268187
http://www.doyo.cn/game/luntan/viewthread/268188
http://www.doyo.cn/game/luntan/viewthread/268189
http://www.doyo.cn/game/luntan/viewthread/268192
http://www.doyo.cn/game/luntan/viewthread/268193
http://www.doyo.cn/game/luntan/viewthread/268195