-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtransfer-encoding:chunked的含义 - whatday的专栏 - 博客频道 - CSDN.NET.html
891 lines (761 loc) · 50.8 KB
/
transfer-encoding:chunked的含义 - whatday的专栏 - 博客频道 - CSDN.NET.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript" src="http://c.csdnimg.cn/pubfooter/js/tracking.js" charset="utf-8"></script>
<script type="text/javascript">
var protocol = window.location.protocol;
document.write('<script type="text/javascript" src="' + protocol + '//csdnimg.cn/pubfooter/js/repoAddr2.js?v=' + Math.random() + '"></' + 'script>');
</script>
<script id="allmobilize" charset="utf-8" src="http://a.yunshipei.com/46aae4d1e2371e4aa769798941cef698/allmobilize.min.js"></script>
<meta http-equiv="Cache-Control" content="no-siteapp" /><link rel="alternate" media="handheld" href="#" />
<title>transfer-encoding:chunked的含义 - whatday的专栏
- 博客频道 - CSDN.NET</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Transfer-Encoding: chunked 表示输出的内容长度不能确定,普通的静态页面、图片之类的基本上都用不到这个。但动态页面就有可能会用到,但我也注意到大部分asp,php,asp.net动态页面输出的时候大部分还是使用Content-Length,没有使用Transfer-Encoding: chunked。不过如果结合:Content-Encoding: gzip 使用的" />
<script src="http://static.blog.csdn.net/scripts/jquery.js" type="text/javascript"></script>
<script type="text/javascript" src="http://static.blog.csdn.net/scripts/ad.js?v=1.1"></script>
<!--new top-->
<link rel="stylesheet" href="http://static.csdn.net/public/common/toolbar/css/index.css"> <!--new top-->
<link rel="Stylesheet" type="text/css" href="http://static.blog.csdn.net/skin/default/css/style.css?v=1.1" />
<link id="RSSLink" title="RSS" type="application/rss+xml" rel="alternate" href="/whatday/rss/list" />
<link rel="shortcut icon" href="http://c.csdnimg.cn/public/favicon.ico" />
<link type="text/css" rel="stylesheet" href="http://static.blog.csdn.net/scripts/SyntaxHighlighter/styles/default.css" />
</head>
<body>
<!--new top-->
<script id="toolbar-tpl-scriptId" fixed="true" prod="blog" skin="black" src="http://static.csdn.net/public/common/toolbar/js/html.js" type="text/javascript"></script>
<!--new top-->
<div id="container">
<div id="header">
<div class="header">
<div id="blog_title">
<h2>
<a href="http://blog.csdn.net/whatday">whatday的专栏</a></h2>
<h3></h3>
<div class="clear">
</div>
</div>
<div class="clear">
</div>
</div>
</div>
<div id="navigator">
<div class="navigator_bg">
</div>
<div class="navigator">
<ul>
<li id="btnContents"><a href="http://blog.csdn.net/whatday?viewmode=contents"><span onclick="_gaq.push(['_trackEvent','function', 'onclick', 'blog_articles_mulu'])">
<img src="http://static.blog.csdn.net/images/ico_list.gif">目录视图</span></a></li>
<li id="btnView"><a href="http://blog.csdn.net/whatday?viewmode=list"><span onclick="_gaq.push(['_trackEvent','function', 'onclick', 'blog_articles_zhaiyao'])">
<img src="http://static.blog.csdn.net/images/ico_summary.gif">摘要视图</span></a></li>
<li id="btnRss"><a href="http://blog.csdn.net/whatday/rss/list"><span onclick="_gaq.push(['_trackEvent','function', 'onclick', 'blog_articles_RSS'])">
<img src="http://static.blog.csdn.net/images/ico_rss.gif">订阅</span></a></li>
</ul>
</div>
</div>
<script type="text/javascript">
var username = "whatday";
var _blogger = username;
var blog_address = "http://blog.csdn.net/whatday";
var static_host = "http://static.blog.csdn.net";
var currentUserName = "";
</script>
<div id="body">
<div id="main">
<div class="main">
<div class="ad_class">
<div class="notice tracking-ad" data-mod='popu_3' >
<a href="http://blog.csdn.net/csdnedu/article/details/43306129">
<font color=blue>CSDN学院讲师招募</font></a>
<a href="http://blog.csdn.net/csdnproduct/article/details/43561659">
<font color=red>Markdown编辑器轻松写博文</font></a>
<a href="http://job.csdn.net/event/zpweb/index.html">
<font color=blue>TOP 50 CTO坐镇直招
</font></a>
<a href="http://blog.csdn.net/blogdevteam/article/details/44561379">
<font color=red>读文章说感想获好礼
</font></a>
</div> </div>
<link href="http://static.blog.csdn.net/css/comment1.css" type="text/css" rel="stylesheet" />
<link href="http://static.blog.csdn.net/css/style1.css" type="text/css" rel="stylesheet" />
<script language='JavaScript' type='text/javascript' src='http://download.csdn.net/js/jquery.cookie.js'></script>
<script type="text/javascript" src="http://c.csdnimg.cn/rabbit/search-service/main.js"></script>
<link rel="stylesheet" href="http://static.blog.csdn.net/public/res-min/markdown_views.css?v=1.0" />
<script type="text/javascript" src="http://static.blog.csdn.net/public/res/bower-libs/MathJax/MathJax.js?config=TeX-AMS_HTML"></script>
<script type="text/ecmascript">
window.quickReplyflag = true;
</script>
<div id="article_details" class="details">
<div class="article_title">
<span class="ico ico_type_Repost"></span>
<h1>
<span class="link_title"><a href="/whatday/article/details/7571451">
transfer-encoding:chunked的含义
</a></span>
</h1>
</div>
<div class="article_manage">
<span class="link_postdate">2012-05-16 10:11</span>
<span class="link_view" title="阅读次数">24153人阅读</span>
<span class="link_comments" title="评论次数"><a href="#comments" onclick="_gaq.push(['_trackEvent','function', 'onclick', 'blog_articles_pinglun'])">评论</a>(0)</span>
<span class="link_collect"><a href="javascript:void(0);" onclick="javascript:_gaq.push(['_trackEvent','function', 'onclick', 'blog_articles_shoucang']);collectArticle('transfer-encoding:chunked的含义','7571451');return false;" title="收藏">收藏</a></span>
<span class="link_report"><a href="#report" onclick="javascript:_gaq.push(['_trackEvent','function', 'onclick', 'blog_articles_jubao']);report(7571451,2);return false;" title="举报">举报</a></span>
</div>
<div class="tag2box"><a href='http://www.csdn.net/tag/http%e6%9c%8d%e5%8a%a1%e5%99%a8' target=_blank onclick="_gaq.push(['_trackEvent','function', 'onclick', 'blog_articles_tag']);">http服务器</a><a href='http://www.csdn.net/tag/tcp' target=_blank onclick="_gaq.push(['_trackEvent','function', 'onclick', 'blog_articles_tag']);">tcp</a><a href='http://www.csdn.net/tag/header' target=_blank onclick="_gaq.push(['_trackEvent','function', 'onclick', 'blog_articles_tag']);">header</a><a href='http://www.csdn.net/tag/asp.net' target=_blank onclick="_gaq.push(['_trackEvent','function', 'onclick', 'blog_articles_tag']);">asp.net</a><a href='http://www.csdn.net/tag/web%e6%9c%8d%e5%8a%a1' target=_blank onclick="_gaq.push(['_trackEvent','function', 'onclick', 'blog_articles_tag']);">web服务</a><a href='http://www.csdn.net/tag/%e6%9c%8d%e5%8a%a1%e5%99%a8' target=_blank onclick="_gaq.push(['_trackEvent','function', 'onclick', 'blog_articles_tag']);">服务器</a></div>
<div id="article_content" class="article_content">
<p>Transfer-Encoding: chunked 表示输出的内容长度不能确定,普通的静态页面、图片之类的基本上都用不到这个。</p>
<p>但动态页面就有可能会用到,但我也注意到大部分asp,php,asp.net动态页面输出的时候大部分还是使用Content-Length,没有使用Transfer-Encoding: chunked。</p>
<p>不过如果结合:<span style="color:#005916">Content-Encoding: gzip</span> 使用的时候,Transfer-Encoding: chunked还是比较有用的。</p>
<p>记得以前实现:<span>Content-Encoding: gzip 输出时,先把整个压缩后的数据写到一个很大的字节数组里(如 ByteArrayOutputStream),然后得到数组大小 -> Content-Length。</span></p>
<p><span>如果结合Transfer-Encoding: chunked使用,就不必申请一个很大的字节数组了,可以一块一块的输出,更科学,占用资源更少。</span></p>
<p><span>这在http协议中也是个常见的字段,用于http传送过程的分块技术,原因是http服务器响应的报文长度经常是不可预测的,使用Content-length的实体搜捕并不是总是管用。</span></p>
<p> 分块技术的意思是说,实体被分成许多的块,也就是应用层的数据,TCP在传送的过程中,不对它们做任何的解释,而是把应用层产生数据全部理解成二进制流,然后按照MSS的长度切成一分一分的,一股脑塞到tcp协议栈里面去,而具体这些二进制的数据如何做解释,需要应用层来完成,所以在这之前,一快整体应用层的数据需要等它分成的所有TCP segment到达对方,重新组装后,应用程序才使用自己的解码方法还原它们。</p>
<span> HTTP1.1采用了持久的连接,也就是一次TCP的连接不马上释放,允许许多的请求跟响应在一个TCP的连接上发送,所以客户机与服务器需要某种方式来标示一个报文在哪里结束和在下一个报文在哪里开始。简单的方法是使用呢content-length,但这只有当报文长度可以预先判断的时候才起作用,而对于动态的内容或者在发送数据前不能判定长度的情况下,可以使用分块的方法来传送编码。</span><br>
<p>如图:</p>
<p><img src="http://my.csdn.net/uploads/201205/16/1337134453_1642.gif" alt=""></p>
<p><br>
</p>
<p></p>
<div>Web服务器有时生成HTTPResponse无法在Header就确定消息大小的,这时一般来说服务器将不会提供Content-Length的头信息,而采用Chunked编码动态的提供body内容的长度。</div>
<p></p>
<p>进行Chunked编码传输的HTTP Response会在消息头部设置:</p>
<p><span style="color:#800080">Transfer-Encoding: chunked</span></p>
<p>表示Content Body将用Chunked编码传输内容。</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=65db99840100kuqe&url=http://s6.sinaimg.cn/orignal/65db9984g8f05021b99c5" target="_blank"><img src="http://my.csdn.net/uploads/201205/21/1337593840_1820.jpg" alt="HTTP响应报文中的chunked" title="HTTP响应报文中的chunked" height="445" width="653"></a><br>
<br>
Chunked编码使用若干个Chunk串连而成,由一个标明<strong>长度为0</strong>的chunk标示结束。每个Chunk分为头部和正文两部分,头部内容指定下一段正文的字符总数(<strong>十六进制的数字</strong>)和数量单位(一般不写),正文部分就是指定长度的实际内容,两部分之间用<strong>回车换行(CRLF)</strong>隔开。在最后一个长度为0的Chunk中的内容是称为footer的内容,是一些附加的Header信息(通常可以直接忽略)。</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=65db99840100kuqe&url=http://s16.sinaimg.cn/orignal/65db998448f051c01267f" target="_blank"><img src="http://my.csdn.net/uploads/201205/21/1337593870_2333.png" alt="HTTP响应报文中的chunked" title="HTTP响应报文中的chunked" height="490" width="612"></a><br>
<br>
<br>
<br>
这里面只有一个有意义的chunke以及一个footer。第一个chunk,头部是3134这两个字节,表示的是1和4这两个ascii字符,被http协议解释为十六进制数14,也就是十进制的20。后面紧跟0d0a,再接着是20个字节的chunk正文(图中的011e~0131)。</p>
<p>后面再接着0d0a,然后就是footer了,30表示ascii字符0,http解释为长度是0(也说明了这是最后一个chunk),后面紧跟0d0a,然后正文部分为空,再接0d 0a表示结束</p>
<br>
<br>
</div>
<!-- Baidu Button BEGIN -->
<div class="bdsharebuttonbox" style="float: right;">
<a href="#" class="bds_more" data-cmd="more" style="background-position:0 0 !important; background-image: url(http://bdimg.share.baidu.com/static/api/img/share/icons_0_16.png?v=d754dcc0.png) !important"></a>
<a href="#" class="bds_qzone" data-cmd="qzone" title="分享到QQ空间" style="background-position:0 -52px !important"></a>
<a href="#" class="bds_tsina" data-cmd="tsina" title="分享到新浪微博"style="background-position:0 -104px !important"></a>
<a href="#" class="bds_tqq" data-cmd="tqq" title="分享到腾讯微博"style="background-position:0 -260px !important"></a>
<a href="#" class="bds_renren" data-cmd="renren" title="分享到人人网"style="background-position:0 -208px !important"></a>
<a href="#" class="bds_weixin" data-cmd="weixin" title="分享到微信"style="background-position:0 -1612px !important" ></a>
</div>
<script>window._bd_share_config = { "common": { "bdSnsKey": {}, "bdText": "", "bdMini": "1", "bdMiniList": false, "bdPic": "", "bdStyle": "0", "bdSize": "16" }, "share": {} }; with (document) 0[(getElementsByTagName('head')[0] || body).appendChild(createElement('script')).src = 'http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=' + ~(-new Date() / 36e5)];</script>
<!-- Baidu Button END -->
<!--192.168.100.34-->
<ul class="article_next_prev">
<li class="prev_article"><span onclick="_gaq.push(['_trackEvent','function', 'onclick', 'blog_articles_shangyipian']);location.href='/whatday/article/details/7570901';">上一篇</span><a href="/whatday/article/details/7570901" onclick="_gaq.push(['_trackEvent','function', 'onclick', 'blog_articles_shangyipian'])">zlib 1.2.5 编译 ( VS2010 vc6 )</a></li>
<li class="next_article"><span onclick="_gaq.push(['_trackEvent','function', 'onclick', 'blog_articles_xiayipian']);location.href='/whatday/article/details/7572472';">下一篇</span><a href="/whatday/article/details/7572472" onclick="_gaq.push(['_trackEvent','function', 'onclick', 'blog_articles_xiayipian'])">给按钮、静态文本 CListCtrl等添加功能提示(tollTip)功能</a></li>
</ul>
<!-- Baidu Button BEGIN -->
<script type="text/javascript" id="bdshare_js" data="type=tools&uid=1536434" ></script>
<script type="text/javascript" id="bdshell_js"></script>
<script type="text/javascript">
document.getElementById("bdshell_js").src = "http://bdimg.share.baidu.com/static/js/shell_v2.js?cdnversion=" + Math.ceil(new Date()/3600000)
</script>
<!-- Baidu Button END -->
</div>
<dl class="blog-associat-tag">
<dt>主题推荐</dt>
<dd>
<a href="http://www.csdn.net/tag/encoding" target="_blank" class="blog-tage-red" >encoding</a>
<a href="http://www.csdn.net/tag/http服务器" target="_blank" class="blog-tage-red" >http服务器</a>
<a href="http://www.csdn.net/tag/http协议" target="_blank" class="blog-tage-red" >http协议</a>
<a href="http://www.csdn.net/tag/web服务器" target="_blank" class="blog-tage-red" >web服务器</a>
<a href="http://www.csdn.net/tag/应用程序" target="_blank" class="blog-tage-red" >应用程序</a>
</dd>
</dl>
<style>
.blog-ass-articl dd {
color: #369;
width: 99%; /*修改行*/
float: left;
overflow: hidden;
font: normal normal 12px/23px "SimSun";
height: 23px;
margin: 0;
padding: 0 0 0 10px;
margin-right: 30px;
background: url(../images/blog-dot-red3.gif) no-repeat 0 10px;
}
</style>
<dl class="blog-ass-articl tracking-ad" data-mod="popu_36" id="res-relatived" style="height: 160px;">
<dt><span>猜你在找</span></dt>
<div id="res" style="width: 42%;float: left;margin-right: 30px;"></div>
<div id="adCollege"style="width: 42%;float: left;">
<dd style="background:url(http://static.blog.csdn.net/skin/default/images/blog-dot-red3.gif) no-repeat 0 10px;">
<a href="http://edu.csdn.net/course/detail/546" title="【精品课程】2015软考系统集成项目管理工程师视频教程精讲" strategy="SearchAlgorithm" target="_blank">【精品课程】2015软考系统集成项目管理工程师视频教程精讲</a></dd>
<dd style="background:url(http://static.blog.csdn.net/skin/default/images/blog-dot-red3.gif) no-repeat 0 10px;">
<a href="http://edu.csdn.net/course/detail/193" title="【精品课程】PMBOK第五版项目管理基础教程(上部)" strategy="SearchAlgorithm" target="_blank">【精品课程】PMBOK第五版项目管理基础教程(上部)</a></dd>
<dd style="background:url(http://static.blog.csdn.net/skin/default/images/blog-dot-red3.gif) no-repeat 0 10px;">
<a href="http://edu.csdn.net/course/detail/512" title="【精品课程】iOS8-Swift开发教程" strategy="SearchAlgorithm" target="_blank">【精品课程】iOS8-Swift开发教程</a></dd>
<dd style="background:url(http://static.blog.csdn.net/skin/default/images/blog-dot-red3.gif) no-repeat 0 10px;">
<a href="http://edu.csdn.net/course/detail/484" title="【精品课程】高并发之Memcached实战" strategy="SearchAlgorithm" target="_blank">【精品课程】高并发之Memcached实战</a></dd>
<dd style="background:url(http://static.blog.csdn.net/skin/default/images/blog-dot-red3.gif) no-repeat 0 10px;">
<a href="http://edu.csdn.net/course/detail/467" title="【精品课程】3D游戏开发基础" strategy="SearchAlgorithm" target="_blank">【精品课程】3D游戏开发基础</a></dd>
</div>
</dl>
<div id="job_blog_reco">
<script src="http://c.csdnimg.cn/jobreco/job_reco.js" type="text/javascript"></script>
<script type="text/javascript">
csdn.position.show({
sourceType: "blog",
tplType: "blogDetail",
searchType: "detail",
searchKey: "7571451",
username: "",
containerId: "job_blog_reco"
});
</script>
</div>
<script type="text/javascript">
var searchtitletags = 'transfer-encoding:chunked的含义' + ',' + 'encoding,http服务器,http协议,web服务器,应用程序';
searchService({
index: 'blog',
query: searchtitletags,
from: 5,
size: 5,
appendTo: '#res',
url: 'recommend',
his: 2,
client: "blog_cf_enhance",
tmpl: '<dd style="background:url(http://static.blog.csdn.net/skin/default/images/blog-dot-red3.gif) no-repeat 0 10px;"><a href="#{ url }" title="#{ title }" strategy="#{ strategy }">#{ title }</a></dd>'
});
</script>
<div id="ad_cen">
<script type="text/javascript">
new Ad(4, 'ad_cen');
</script>
</div>
<div class="comment_class">
<div id="comment_title" class="panel_head">
<span class="see_comment">查看评论</span><a name="comments"></a></div>
<div id="comment_list">
</div>
<div id="comment_bar">
</div>
<div id="comment_form">
</div>
<div class="announce">
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场<a name="reply"></a><a name="quote"></a></div>
</div>
<script type="text/javascript">
var fileName = '7571451';
var commentscount = 0;
var islock = false
</script>
<script type="text/javascript" src="http://static.blog.csdn.net/scripts/comment.js"></script>
<div id="ad_bot">
</div>
<script type="text/javascript">
new Ad(5, 'ad_bot');
</script>
<div id="report_dialog">
</div>
<div id="d-top" style="bottom:60px;">
<a id="quick-reply" class="btn btn-top q-reply" title="快速回复" style="display:none;">
<img src="http://static.blog.csdn.net/images/blog-icon-reply.png" alt="快速回复">
</a>
<a id="d-top-a" class="btn btn-top backtop" style="display: none;" title="返回顶部" onclick="_gaq.push(['_trackEvent','function', 'onclick', 'blog_articles_huidaodingbu'])" style="">
<img src="http://static.blog.csdn.net/images/top.png" alt="TOP">
</a>
</div>
<script type="text/javascript">
$(function ()
{
$("#ad_frm_0").height("90px");
setTimeout(function(){
$("#ad_frm_2").height("200px");
},1000);
/*
if($("#comment_content").length>0)
{
$("#quick-reply").show();
$("#quick-reply").click(function(){
setEditorFocus();
});
}
var d_top = $('#d-top-a');
document.onscroll = function ()
{
var scrTop = (document.body.scrollTop || document.documentElement.scrollTop);
if (scrTop > 500)
{
d_top.show();
} else
{
d_top.hide();
}
}
$('#d-top-a').click(function ()
{
scrollTo(0, 0);
this.blur();
return false;
});
*/
});
</script>
<style type="text/css">
.tag_list
{
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #D7CBC1;
color: #000000;
font-size: 12px;
line-height: 20px;
list-style: none outside none;
margin: 10px 2% 0 1%;
padding: 1px;
}
.tag_list h5
{
background: none repeat scroll 0 0 #E0DBD3;
color: #47381C;
font-size: 12px;
height: 24px;
line-height: 24px;
padding: 0 5px;
margin: 0;
}
.tag_list h5 a
{
color: #47381C;
}
.classify
{
margin: 10px 0;
padding: 4px 12px 8px;
}
.classify a
{
margin-right: 20px;
white-space: nowrap;
}
</style>
<div class="tag_list">
<h5>
<a href="http://www.csdn.net/tag/" target="_blank">核心技术类目</a></h5>
<div class="classify">
<a title="全部主题" href="http://www.csdn.net/tag" target="_blank" onclick="LogClickCount(this,336);">全部主题</a>
<a title="Hadoop" href="http://g.csdn.net/5272865" target="_blank" onclick="LogClickCount(this,336);">Hadoop</a>
<a title="AWS" href="http://g.csdn.net/5272866" target="_blank" onclick="LogClickCount(this,336);">AWS</a>
<a title="移动游戏" href="http://g.csdn.net/5272870" target="_blank" onclick="LogClickCount(this,336);">移动游戏</a>
<a title="Java" href="http://g.csdn.net/5272871" target="_blank" onclick="LogClickCount(this,336);">Java</a>
<a title="Android" href="http://g.csdn.net/5272872" target="_blank" onclick="LogClickCount(this,336);">Android</a>
<a title="iOS" href="http://g.csdn.net/5272873" target="_blank" onclick="LogClickCount(this,336);">iOS</a>
<a title="Swift" href="http://g.csdn.net/5272868" target="_blank" onclick="LogClickCount(this,336);">Swift</a>
<a title="智能硬件" href="http://g.csdn.net/5272869" target="_blank" onclick="LogClickCount(this,336);">智能硬件</a>
<a title="Docker" href="http://g.csdn.net/5272867" target="_blank" onclick="LogClickCount(this,336);">Docker</a>
<a title="OpenStack" href="http://g.csdn.net/5272925" target="_blank" onclick="LogClickCount(this,336);">OpenStack</a>
<a title="VPN" href="http://www.csdn.net/tag/vpn" target="_blank" onclick="LogClickCount(this,336);">VPN</a>
<a title="Spark" href="http://g.csdn.net/5272924" target="_blank" onclick="LogClickCount(this,336);">Spark</a>
<a title="ERP" href="http://www.csdn.net/tag/erp" target="_blank" onclick="LogClickCount(this,336);">ERP</a>
<a title="IE10" href="http://www.csdn.net/tag/ie10" target="_blank" onclick="LogClickCount(this,336);">IE10</a>
<a title="Eclipse" href="http://www.csdn.net/tag/eclipse" target="_blank" onclick="LogClickCount(this,336);">Eclipse</a>
<a title="CRM" href="http://www.csdn.net/tag/crm" target="_blank" onclick="LogClickCount(this,336);">CRM</a>
<a title="JavaScript" href="http://www.csdn.net/tag/javascript" target="_blank" onclick="LogClickCount(this,336);">JavaScript</a>
<a title="数据库" href="http://www.csdn.net/tag/数据库" target="_blank" onclick="LogClickCount(this,336);">数据库</a>
<a title="Ubuntu" href="http://www.csdn.net/tag/ubuntu" target="_blank" onclick="LogClickCount(this,336);">Ubuntu</a>
<a title="NFC" href="http://www.csdn.net/tag/nfc" target="_blank" onclick="LogClickCount(this,336);">NFC</a>
<a title="WAP" href="http://www.csdn.net/tag/wap" target="_blank" onclick="LogClickCount(this,336);">WAP</a>
<a title="jQuery" href="http://www.csdn.net/tag/jquery" target="_blank" onclick="LogClickCount(this,336);">jQuery</a>
<a title="BI" href="http://www.csdn.net/tag/bi" target="_blank" onclick="LogClickCount(this,336);">BI</a>
<a title="HTML5" href="http://www.csdn.net/tag/html5" target="_blank" onclick="LogClickCount(this,336);">HTML5</a>
<a title="Spring" href="http://www.csdn.net/tag/spring" target="_blank" onclick="LogClickCount(this,336);">Spring</a>
<a title="Apache" href="http://www.csdn.net/tag/apache" target="_blank" onclick="LogClickCount(this,336);">Apache</a>
<a title=".NET" href="http://www.csdn.net/tag/.net" target="_blank" onclick="LogClickCount(this,336);">.NET</a>
<a title="API" href="http://www.csdn.net/tag/api" target="_blank" onclick="LogClickCount(this,336);">API</a>
<a title="HTML" href="http://www.csdn.net/tag/html" target="_blank" onclick="LogClickCount(this,336);">HTML</a>
<a title="SDK" href="http://www.csdn.net/tag/sdk" target="_blank" onclick="LogClickCount(this,336);">SDK</a>
<a title="IIS" href="http://www.csdn.net/tag/iis" target="_blank" onclick="LogClickCount(this,336);">IIS</a>
<a title="Fedora" href="http://www.csdn.net/tag/fedora" target="_blank" onclick="LogClickCount(this,336);">Fedora</a>
<a title="XML" href="http://www.csdn.net/tag/xml" target="_blank" onclick="LogClickCount(this,336);">XML</a>
<a title="LBS" href="http://www.csdn.net/tag/lbs" target="_blank" onclick="LogClickCount(this,336);">LBS</a>
<a title="Unity" href="http://www.csdn.net/tag/unity" target="_blank" onclick="LogClickCount(this,336);">Unity</a>
<a title="Splashtop" href="http://www.csdn.net/tag/splashtop" target="_blank" onclick="LogClickCount(this,336);">Splashtop</a>
<a title="UML" href="http://www.csdn.net/tag/uml" target="_blank" onclick="LogClickCount(this,336);">UML</a>
<a title="components" href="http://www.csdn.net/tag/components" target="_blank" onclick="LogClickCount(this,336);">components</a>
<a title="Windows Mobile" href="http://www.csdn.net/tag/windowsmobile" target="_blank" onclick="LogClickCount(this,336);">Windows Mobile</a>
<a title="Rails" href="http://www.csdn.net/tag/rails" target="_blank" onclick="LogClickCount(this,336);">Rails</a>
<a title="QEMU" href="http://www.csdn.net/tag/qemu" target="_blank" onclick="LogClickCount(this,336);">QEMU</a>
<a title="KDE" href="http://www.csdn.net/tag/kde" target="_blank" onclick="LogClickCount(this,336);">KDE</a>
<a title="Cassandra" href="http://www.csdn.net/tag/cassandra" target="_blank" onclick="LogClickCount(this,336);">Cassandra</a>
<a title="CloudStack" href="http://www.csdn.net/tag/cloudstack" target="_blank" onclick="LogClickCount(this,336);">CloudStack</a>
<a title="FTC" href="http://www.csdn.net/tag/ftc" target="_blank" onclick="LogClickCount(this,336);">FTC</a>
<a title="coremail" href="http://www.csdn.net/tag/coremail" target="_blank" onclick="LogClickCount(this,336);">coremail</a>
<a title="OPhone " href="http://www.csdn.net/tag/ophone " target="_blank" onclick="LogClickCount(this,336);">OPhone </a>
<a title="CouchBase" href="http://www.csdn.net/tag/couchbase" target="_blank" onclick="LogClickCount(this,336);">CouchBase</a>
<a title="云计算" href="http://www.csdn.net/tag/云计算" target="_blank" onclick="LogClickCount(this,336);">云计算</a>
<a title="iOS6" href="http://www.csdn.net/tag/iOS6" target="_blank" onclick="LogClickCount(this,336);">iOS6</a>
<a title="Rackspace " href="http://www.csdn.net/tag/rackspace " target="_blank" onclick="LogClickCount(this,336);">Rackspace </a>
<a title="Web App" href="http://www.csdn.net/tag/webapp" target="_blank" onclick="LogClickCount(this,336);">Web App</a>
<a title="SpringSide" href="http://www.csdn.net/tag/springside" target="_blank" onclick="LogClickCount(this,336);">SpringSide</a>
<a title="Maemo" href="http://www.csdn.net/tag/maemo" target="_blank" onclick="LogClickCount(this,336);">Maemo</a>
<a title="Compuware" href="http://www.csdn.net/tag/compuware" target="_blank" onclick="LogClickCount(this,336);">Compuware</a>
<a title="大数据" href="http://www.csdn.net/tag/大数据" target="_blank" onclick="LogClickCount(this,336);">大数据</a>
<a title="aptech" href="http://www.csdn.net/tag/aptech" target="_blank" onclick="LogClickCount(this,336);">aptech</a>
<a title="Perl" href="http://www.csdn.net/tag/perl" target="_blank" onclick="LogClickCount(this,336);">Perl</a>
<a title="Tornado" href="http://www.csdn.net/tag/tornado" target="_blank" onclick="LogClickCount(this,336);">Tornado</a>
<a title="Ruby" href="http://www.csdn.net/tag/ruby" target="_blank" onclick="LogClickCount(this,336);">Ruby</a>
<a title="Hibernate" href="http://www.csdn.net/hibernate" target="_blank" onclick="LogClickCount(this,336);">Hibernate</a>
<a title="ThinkPHP" href="http://www.csdn.net/tag/thinkphp" target="_blank" onclick="LogClickCount(this,336);">ThinkPHP</a>
<a title="HBase" href="http://www.csdn.net/tag/hbase" target="_blank" onclick="LogClickCount(this,336);">HBase</a>
<a title="Pure" href="http://www.csdn.net/tag/pure" target="_blank" onclick="LogClickCount(this,336);">Pure</a>
<a title="Solr" href="http://www.csdn.net/tag/solr" target="_blank" onclick="LogClickCount(this,336);">Solr</a>
<a title="Angular" href="http://www.csdn.net/tag/angular" target="_blank" onclick="LogClickCount(this,336);">Angular</a>
<a title="Cloud Foundry" href="http://www.csdn.net/tag/cloudfoundry" target="_blank" onclick="LogClickCount(this,336);">Cloud Foundry</a>
<a title="Redis" href="http://www.csdn.net/tag/redis" target="_blank" onclick="LogClickCount(this,336);">Redis</a>
<a title="Scala" href="http://www.csdn.net/tag/scala" target="_blank" onclick="LogClickCount(this,336);">Scala</a>
<a title="Django" href="http://www.csdn.net/tag/django" target="_blank" onclick="LogClickCount(this,336);">Django</a>
<a title="Bootstrap" href="http://www.csdn.net/tag/bootstrap" target="_blank" onclick="LogClickCount(this,336);">Bootstrap</a>
</div>
</div>
<div id="pop_win" style="display:none ;position: absolute; z-index: 10000; border: 1px solid rgb(220, 220, 220); top: 222.5px; left: 630px; opacity: 1; background: none 0px 0px repeat scroll rgb(255, 255, 255);">
</div>
<div id="popup_mask"></div>
<style>
#popup_mask
{
position: absolute;
width: 100%;
height: 100%;
background: #000;
z-index: 9999;
left: 0px;
top: 0px;
opacity: 0.3;
filter: alpha(opacity=30);
display: none;
}
</style>
<script type="text/javascript">
$(function(){
setTimeout(function(){
$(".comment_body:contains('回复')").each(function(index,item){
var u=$(this).text().split(':')[0].toString().replace("回复","")
var thisComment=$(this);
if(u)
{
$.getJSON("https://passport.csdn.net/get/nick?callback=?", {users: u}, function(a) {
if(a!=null&&a.data!=null&&a.data.length>0)
{
nick=a.data[0].n;
if(u!=nick)
{
thisComment.text(thisComment.text().replace(u,nick));
}
}
});
}
});
},200);
setTimeout(function(){
$("a img[src='http://js.tongji.linezing.com/stats.gif']").parent().css({"position":"absolute","left":"50%"});
},300);
});
function loginbox(){
var $logpop=$("#pop_win");
$logpop.html('<iframe src="https://passport.csdn.net/account/loginbox?service=http://static.blog.csdn.net/callback.htm" frameborder="0" height="600" width="400" scrolling="no"></iframe>');
$('#popup_mask').css({
opacity: 0.5,
width: $( document ).width() + 'px',
height: $( document ).height() + 'px'
});
$('#popup_mask').css("display","block");
$logpop.css( {
top: ($( window ).height() - $logpop.height())/ 2 + $( window
).scrollTop() + 'px',
left:($( window ).width() - $logpop.width())/ 2
} );
setTimeout( function () {
$logpop.show();
$logpop.css( {
opacity: 1
} );
}, 200 );
$('#popup_mask').unbind("click");
$('#popup_mask').bind("click", function(){
$('#popup_mask').hide();
var $clopop = $("#pop_win");
$("#common_ask_div_sc").css("display","none");
$clopop.css( {
opacity: 0
} );
setTimeout( function () {
$clopop.hide();
}, 350 );
return false;
});
}
</script>
<div class="clear">
</div>
</div>
</div>
<div id="side">
<div class="side">
<div id="panel_Profile" class="panel">
<ul class="panel_head"><span>个人资料</span></ul>
<ul class="panel_body profile">
<div id="blog_userface">
<a href="http://my.csdn.net/whatday" target="_blank">
<img src="http://avatar.csdn.net/6/C/1/1_whatday.jpg" title="访问我的空间" style="max-width:90%"/>
</a>
<br />
<span><a href="http://my.csdn.net/whatday" class="user_name" target="_blank">whatday</a></span>
</div>
<div class="interact">
<a href="javascript:void(0);" class="attent" id="span_add_follow" title="[加关注]" onclick="_gaq.push(['_trackEvent','function', 'onclick', 'blog_articles_guanzhu'])"></a>
<a href="javascript:void(0);" class="letter" title="[发私信]" onclick="window.open('http://msg.csdn.net/letters/model?receiver=whatday','_blank','height=350,width=700');_gaq.push(['_trackEvent','function', 'onclick', 'blog_articles_sixin'])"></a>
</div>
<div id="blog_medal">
<div id="bms_box">
</div>
</div>
<ul id="blog_rank">
<li>访问:<span>550929次</span></li>
<li>积分:<span>6311</span> </li>
<li >等级: <span style="position:relative;display:inline-block;z-index:1" >
<img src="http://c.csdnimg.cn/jifen/images/xunzhang/jianzhang/blog6.png" alt="" style="vertical-align: middle;" id="leveImg">
<div id="smallTittle" style=" position: absolute; left: -24px; top: 25px; text-align: center; width: 101px; height: 32px; background-color: #fff; line-height: 32px; border: 2px #DDDDDD solid; box-shadow: 0px 2px 2px rgba (0,0,0,0.1); display: none; z-index: 999;">
<div style="left: 42%; top: -8px; position: absolute; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 8px solid #EAEAEA;"></div>
积分:6311 </div>
</span> </li>
<li>排名:<span>第1424名</span></li>
</ul>
<ul id="blog_statistics">
<li>原创:<span>27篇</span></li>
<li>转载:<span>478篇</span></li>
<li>译文:<span>0篇</span></li>
<li>评论:<span>96条</span></li>
</ul>
</ul>
</div>
<div class="panel" id="panel_Search">
<ul class="panel_head"><span>文章搜索</span></ul>
<ul class="panel_body">
<form id="frmSearch" action="http://so.csdn.net/search" class="form_search" target="_blank">
<span><input id="inputSearch" type="text" class="blogsearch" title="请输入关键字" /></span>
<input id="btnSubmit" type="button" value="搜索" title="search in blog" />
<input type="hidden" name="q" id="inputQ" />
<input type="hidden" name="t" value="blog" />
<a id="btnSearchBlog" target="_blank"></a>
</form>
</ul>
</div>
<script type="text/javascript">
$(function () {
$("#btnSubmit").click(function () {
search();
});
$("#frmSearch").submit(function () {
search();
return false;
});
function search()
{
var url = "http://so.csdn.net/so/search/s.do?q=" + encodeURIComponent($("#inputSearch").val()) + "&u=" + username + "&t=blog";
window.location.href = url;
}
});
</script><div id="panel_Archive" class="panel">
<ul class="panel_head"><span>文章存档</span></ul>
<ul class="panel_body">
<div id="archive_list">
<!--归档统计-->
<li><a href="http://blog.csdn.net/whatday/article/month/2015/04">2015年04月</a><span>(3)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2015/03">2015年03月</a><span>(5)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2015/02">2015年02月</a><span>(2)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2015/01">2015年01月</a><span>(7)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2014/12">2014年12月</a><span>(7)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2014/11">2014年11月</a><span>(7)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2014/10">2014年10月</a><span>(10)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2014/09">2014年09月</a><span>(15)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2014/08">2014年08月</a><span>(23)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2014/07">2014年07月</a><span>(25)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2014/05">2014年05月</a><span>(5)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2014/04">2014年04月</a><span>(19)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2014/03">2014年03月</a><span>(9)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2014/02">2014年02月</a><span>(3)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2014/01">2014年01月</a><span>(9)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2013/12">2013年12月</a><span>(7)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2013/11">2013年11月</a><span>(10)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2013/10">2013年10月</a><span>(18)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2013/09">2013年09月</a><span>(19)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2013/08">2013年08月</a><span>(25)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2013/07">2013年07月</a><span>(13)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2013/06">2013年06月</a><span>(14)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2013/05">2013年05月</a><span>(7)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2013/04">2013年04月</a><span>(15)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2013/03">2013年03月</a><span>(36)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2013/02">2013年02月</a><span>(7)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2013/01">2013年01月</a><span>(3)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2012/12">2012年12月</a><span>(8)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2012/11">2012年11月</a><span>(17)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2012/10">2012年10月</a><span>(13)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2012/09">2012年09月</a><span>(32)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2012/08">2012年08月</a><span>(14)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2012/07">2012年07月</a><span>(4)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2012/06">2012年06月</a><span>(14)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2012/05">2012年05月</a><span>(26)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2012/04">2012年04月</a><span>(7)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2012/02">2012年02月</a><span>(15)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2012/01">2012年01月</a><span>(11)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2011/12">2011年12月</a><span>(16)</span></li><li><a href="http://blog.csdn.net/whatday/article/month/2011/11">2011年11月</a><span>(5)</span></li>
</div>
</ul>
</div>
<div id="hotarticls" class="panel">
<ul class="panel_head">
<span>
阅读排行 </span>
</ul>
<ul class="panel_body itemlist">
<li>
<a href="/whatday/article/details/7571451" title="transfer-encoding:chunked的含义">transfer-encoding:chunked的含义</a><span>(24112)</span>
</li>
<li>
<a href="/whatday/article/details/7939406" title="VMware虚拟机NAT模式的具体配置">VMware虚拟机NAT模式的具体配置</a><span>(20418)</span>
</li>
<li>
<a href="/whatday/article/details/8122827" title="戴尔服务器远程访问管理卡iDRAC 7详解">戴尔服务器远程访问管理卡iDRAC 7详解</a><span>(18125)</span>
</li>
<li>
<a href="/whatday/article/details/7290164" title="安装与配置windbg的symbol(符号)">安装与配置windbg的symbol(符号)</a><span>(14257)</span>
</li>
<li>
<a href="/whatday/article/details/10393325" title="虚拟机检测技术攻防">虚拟机检测技术攻防</a><span>(11033)</span>
</li>
<li>
<a href="/whatday/article/details/8682472" title="VMWare不能安装64位操作系统原因探析">VMWare不能安装64位操作系统原因探析</a><span>(10071)</span>
</li>
<li>
<a href="/whatday/article/details/7100292" title="WinDBG加载符号表的一点心得体会">WinDBG加载符号表的一点心得体会</a><span>(9583)</span>
</li>
<li>
<a href="/whatday/article/details/8142151" title="XP远程桌面连接2008提示:远程计算机需要网络级别身份验证,而您的计算机不支持该验证">XP远程桌面连接2008提示:远程计算机需要网络级别身份验证,而您的计算机不支持该验证</a><span>(6748)</span>
</li>
<li>
<a href="/whatday/article/details/8234070" title="Win8 Hyper-V虚拟机 安装运行Ubuntu教程">Win8 Hyper-V虚拟机 安装运行Ubuntu教程</a><span>(6736)</span>
</li>
<li>
<a href="/whatday/article/details/7985922" title="Spy++的使用方法及下载">Spy++的使用方法及下载</a><span>(6374)</span>
</li>
</ul>
</div>
<div id="hotarticls2" class="panel">
<ul class="panel_head"><span>评论排行</span></ul>
<ul class="panel_body itemlist">
<li>
<a href="/whatday/article/details/10393325" title="虚拟机检测技术攻防">虚拟机检测技术攻防</a><span>(13)</span>
</li>
<li>
<a href="/whatday/article/details/9673293" title="C++程序安装卸载WDM驱动">C++程序安装卸载WDM驱动</a><span>(10)</span>
</li>
<li>
<a href="/whatday/article/details/8682472" title="VMWare不能安装64位操作系统原因探析">VMWare不能安装64位操作系统原因探析</a><span>(5)</span>
</li>
<li>
<a href="/whatday/article/details/7985922" title="Spy++的使用方法及下载">Spy++的使用方法及下载</a><span>(4)</span>
</li>
<li>
<a href="/whatday/article/details/7939406" title="VMware虚拟机NAT模式的具体配置">VMware虚拟机NAT模式的具体配置</a><span>(4)</span>
</li>
<li>
<a href="/whatday/article/details/7856323" title="VS2010中文注释带红色下划线的解决方法">VS2010中文注释带红色下划线的解决方法</a><span>(4)</span>
</li>
<li>
<a href="/whatday/article/details/7549329" title="ShockwaveFlash控件详解">ShockwaveFlash控件详解</a><span>(3)</span>
</li>
<li>
<a href="/whatday/article/details/9384577" title="VS2012编译调试WDM驱动(KdPrint无调试信息 win7无调试信息)">VS2012编译调试WDM驱动(KdPrint无调试信息 win7无调试信息)</a><span>(3)</span>
</li>
<li>
<a href="/whatday/article/details/7624158" title="CButtonST的用法详解!">CButtonST的用法详解!</a><span>(3)</span>
</li>
<li>
<a href="/whatday/article/details/7957232" title="VMware(VMDebugger)导致VS2010启动慢的解决办法">VMware(VMDebugger)导致VS2010启动慢的解决办法</a><span>(3)</span>
</li>
</ul>
</div>
<div id="newcomments" class="panel">
<ul class="panel_head"><span>最新评论</span></ul>
<ul class="panel_body itemlist">
<li>
<a href="/whatday/article/details/8006225#comments">各种钩子函数详解</a>
<p style="margin:0px;"><a href="/qingzai_" class="user_name">qingzai_</a>:
钩子技术博大精深啊,值得研究
</p>
</li>
<li>
<a href="/whatday/article/details/7856323#comments">VS2010中文注释带红色下划线的解决方法</a>
<p style="margin:0px;"><a href="/houyu55" class="user_name">houyu55</a>:
谢谢
</p>
</li>
<li>
<a href="/whatday/article/details/14160875#comments">重载内核全程分析笔记</a>
<p style="margin:0px;"><a href="/chunge1996" class="user_name">chunge1996</a>:
膜拜了
</p>
</li>
<li>
<a href="/whatday/article/details/7890092#comments">在vs2010或者vs2008中配置PC-lint9.0版</a>
<p style="margin:0px;"><a href="/u013397785" class="user_name">u013397785</a>:
总是出现库函数的警告怎么消除啊?
</p>
</li>
<li>
<a href="/whatday/article/details/8991220#comments">Cheat Engine Tutorial 闯关手记</a>
<p style="margin:0px;"><a href="/zxytcjj" class="user_name">zxytcjj</a>:
围观了,最后一关可以搜到敌方生命的基址,然后锁死为零即可
</p>
</li>
<li>
<a href="/whatday/article/details/8991220#comments">VS2010中文注释带红色下划线的解决方法</a>
<p style="margin:0px;"><a href="/liujan511536" class="user_name">liujan511536</a>:
谢谢
</p>
</li>
<li>
<a href="/whatday/article/details/17299463#comments">去掉VS2012中的红色波浪下划线</a>
<p style="margin:0px;"><a href="/sugar13" class="user_name">sugar13</a>:
个人建议不去改VS自身的IntelliSense选项,而是在VAX插件的设置里面改,underlin...
</p>
</li>
<li>
<a href="/whatday/article/details/17299463#comments">去掉VS2012中的红色波浪下划线</a>
<p style="margin:0px;"><a href="/sugar13" class="user_name">sugar13</a>:
个人建议不去改VS自身的IntelliSense选项,而是在VAX插件的设置里面改,underlin...
</p>
</li>
<li>
<a href="/whatday/article/details/16916495#comments">驱动中获取PsActiveProcessHead变量地址的五种方法</a>
<p style="margin:0px;"><a href="/timyuheng" class="user_name">timyuheng</a>:
nt!KeEnterKernelDebugger+0x2f:83f1dc90 8731 ...
</p>
</li>
<li>
<a href="/whatday/article/details/7939406#comments">VMware虚拟机NAT模式的具体配置</a>
<p style="margin:0px;"><a href="/dabing69221" class="user_name">dabing69221</a>:
启用DHCP服务,设置虚拟机中的网络连接的IP地址为 “自动获取” 即可, 这样做方便,但是无法访问...
</p>
</li>
</ul>
</div>
</div>
<div class="clear">
</div>
</div>
<div class="clear">
</div>
</div>
<script type="text/javascript" src="http://csdnimg.cn/rabbit/cnick/cnick.js"></script>
<script type="text/javascript" src="http://static.blog.csdn.net/scripts/newblog.min.js"></script>
<script type="text/javascript" src="http://medal.blog.csdn.net/showblogmedal.ashx?blogid=1213931"></script>
<script type="text/javascript" src="http://static.blog.csdn.net/scripts/JavaScript1.js"></script>
<script type="text/javascript" src="http://passport.csdn.net/content/loginbox/login.js"></script>
<script type="text/javascript">document.write("<img src=http://counter.csdn.net/pv.aspx?id=24 border=0 width=0 height=0>");</script>
<script type="text/javascript" src="http://www.csdn.net/ui/scripts/Csdn/counter.js"></script>
<script type="text/javascript" src="http://ad.csdn.net/scripts/ad-blog.js"></script>
<script type="text/javascript" src="http://zz.csdn.net/js/count.js"></script>
<script type="text/javascript">
$(function () {
function __get_code_toolbar(snippet_id) {
return $("<a href='https://code.csdn.net/snippets/"
+ snippet_id
+ "' target='_blank' title='在CODE上查看代码片' style='text-indent:0;'><img src='https://code.csdn.net/assets/CODE_ico.png' width=12 height=12 alt='在CODE上查看代码片' style='position:relative;top:1px;left:2px;'/></a>"
+ "<a href='https://code.csdn.net/snippets/"
+ snippet_id
+ "/fork' target='_blank' title='派生到我的代码片' style='text-indent:0;'><img src='https://code.csdn.net/assets/ico_fork.svg' width=12 height=12 alt='派生到我的代码片' style='position:relative;top:2px;left:2px;'/></a>");
}
$("[code_snippet_id]").each(function () {
__s_id = $(this).attr("code_snippet_id");
if (__s_id != null && __s_id != "" && __s_id != 0 && parseInt(__s_id) > 70020) {
__code_tool = __get_code_toolbar(__s_id);
$(this).prev().find(".tools").append(__code_tool);
}
});
});
</script>
</div>
<!--new top-->
<script id="csdn-toolbar-id" btnId="header_notice_num" wrapId="note1" count="5" subCount="5" type="text/javascript" src="http://static.csdn.net/public/common/toolbar/js/toolbar.js"></script> <!--new top-->
<link href="http://c.csdnimg.cn/comm_ask/css/ask_float_block.css" type="text/css" rel="stylesheet" />
<script language='JavaScript' type='text/javascript' src='http://c.csdnimg.cn/comm_ask/js/libs/wmd.js'></script>
<script language='JavaScript' type='text/javascript' src='http://c.csdnimg.cn/comm_ask/js/libs/showdown.js'></script>
<script language='JavaScript' type='text/javascript' src='http://c.csdnimg.cn/comm_ask/js/libs/prettify.js'></script>
<script language='JavaScript' type='text/javascript' src='http://c.csdnimg.cn/comm_ask/js/apps/ask_float_block.js'></script>
</body>
</html>