-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
561 lines (268 loc) · 21.8 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>破船之家</title>
<meta name="author" content="破船(BeyondVincent)">
<meta name="description" content="Aug 9th, 2013 iOS翻译 Professional iOS Network Programming翻译第一章:iOS网络功能简介 小引 在iOS开发中,网络是非常重要的功能,针对iOS开发者来说,掌握好iOS中网络功能的开发也是必不可少的。最近在看一本书:Professional …">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/atom.xml" rel="alternate" title="破船之家" type="application/atom+xml">
<link rel="canonical" href="http://BeyondVincent.github.io/">
<link href="/favicon.png" rel="shortcut icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css'>
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
</head>
<body>
<div class="container">
<div class="left-col">
<div class="intrude-less">
<header id="header" class="inner"><div class="profilepic">
<script src="/javascripts/md5.js"></script>
<script type="text/javascript">
document.write("<img src='http://www.gravatar.com/avatar/" + MD5("[email protected]") + "?s=160' alt='Profile Picture' style='width: 160px;' />");
</script>
</div>
<h1><a href="/">破船之家</a></h1>
<p class="subtitle">宠辱不惊,闲看庭前花开花落<br>去留无意,漫随天外云卷云舒<br>不妄取,不妄予,不妄想,不妄求<br>与人方便,随遇而安</p>
<nav id="main-nav"><ul class="main-navigation">
<li><a href="/">首页</a></li>
<li><a href="/blog/archives">所有文章</a></li>
<li><a href="/about">关于我</a></li>
</ul>
</nav>
<nav id="sub-nav">
<div class="social">
<a class="weibo" href="http://www.weibo.com/beyondvincent" title="Weibo">Weibo</a>
<a class="rss" href="/atom.xml" title="RSS">RSS</a>
</div>
</nav></header>
</div>
</div>
<div class="mid-col">
<div class="mid-col-container">
<div id="content" class="inner">
<div itemscope itemtype="http://schema.org/Blog">
<article class="post" itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<div class="meta">
<div class="date">
<time datetime="2013-08-09T16:52:00+08:00" data-updated="true" itemprop="datePublished">Aug 9<span>th</span>, 2013</time></div>
<div class="tags">
<a class='category' href='/blog/categories/iosfan-yi/'>iOS翻译</a>
</div>
</div>
<h1 class="title" itemprop="name"><a href="/blog/2013/08/09/109-introducing-ios-networking-capabilities/" itemprop="url">Professional iOS Network Programming翻译第一章:iOS网络功能简介</a></h1>
<div class="entry-content" itemprop="articleBody">
<p><img src="/images/2013/07/simple_social_network.png" width="400" height="300"></p>
<h2><strong>小引</strong></h2>
<p>在iOS开发中,网络是非常重要的功能,针对iOS开发者来说,掌握好iOS中网络功能的开发也是必不可少的。最近在看一本书:<a href="http://www.amazon.com/Professional-iOS-Network-Programming-Connecting/dp/1118362403"><code>Professional iOS Network Programming</code></a>,网络编程方面介绍比较全面,非常适合iOS开发者去读一读,由于精力有限,我在这里可能会挑选一部分内容进行翻译,也有可能全书翻译。</p>
<a href="/blog/2013/08/09/109-introducing-ios-networking-capabilities/" class="more-link">继续阅读 →</a>
</div>
</article>
<article class="post" itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<div class="meta">
<div class="date">
<time datetime="2013-08-03T13:38:00+08:00" data-updated="true" itemprop="datePublished">Aug 3<span>rd</span>, 2013</time></div>
<div class="tags">
<a class='category' href='/blog/categories/github/'>github</a>
</div>
</div>
<h1 class="title" itemprop="name"><a href="/blog/2013/08/03/108-creating-a-github-blog-using-octopress/" itemprop="url">利用Octopress搭建一个Github博客</a></h1>
<div class="entry-content" itemprop="articleBody">
<p><img src="/images/2013/08/github_page_and-octopress.png"></p>
<h2>小引</h2>
<p><a href="http://octopress.org/"><code>Octopress</code></a>是利用<a href="http://github.com/mojombo/jekyll"><code>Jekyll</code></a>博客引擎开发的一个博客系统,生成的静态页面能够很好的在github page上展现。号称是hacker专属的一个博客系统(<code>A blogging framework for hackers.</code>)</p>
<p>根据大家的反应,本文我就来介绍一下如何在苹果电脑(OS X 10.8.3)利用Octopress搭建一个Github博客。本文需要读者熟悉一些shell命令,并掌握基本的git操作。</p>
<a href="/blog/2013/08/03/108-creating-a-github-blog-using-octopress/" class="more-link">继续阅读 →</a>
</div>
</article>
<article class="post" itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<div class="meta">
<div class="date">
<time datetime="2013-07-27T14:44:00+08:00" data-updated="true" itemprop="datePublished">Jul 27<span>th</span>, 2013</time></div>
<div class="tags">
<a class='category' href='/blog/categories/github/'>github</a>
</div>
</div>
<h1 class="title" itemprop="name"><a href="/blog/2013/07/27/107-hello-page-of-github/" itemprop="url">你好!github页面</a></h1>
<div class="entry-content" itemprop="articleBody">
<p><img src="/images/2013/07/wordpress_to_octopress.png"></p>
<h3>大家好,我是破船!欢迎大家关注我的小站!</h3>
<p>我写博文经历了这些平台:
百度空间-><a href="http://www.devdiv.com/home.php?mod=space&uid=12&do=blog&view=me&from=space"><code>devdiv</code></a>><a href="http://blog.sina.com.cn/beyondvincent"><code>新浪博客</code></a>–><a href="http://blog.csdn.net/beyondvincent"><code>CSDN</code></a>–><code>wordpress</code>–><code>octopress</code>(现在)</p>
<a href="/blog/2013/07/27/107-hello-page-of-github/" class="more-link">继续阅读 →</a>
</div>
</article>
<article class="post" itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<div class="meta">
<div class="date">
<time datetime="2013-07-18T00:00:00+08:00" data-updated="true" itemprop="datePublished">Jul 18<span>th</span>, 2013</time></div>
<div class="tags">
<a class='category' href='/blog/categories/ios/'>iOS</a>
</div>
</div>
<h1 class="title" itemprop="name"><a href="/blog/2013/07/18/106/" itemprop="url">Mac和iOS开发资源汇总—更新于2013-07-19</a></h1>
<div class="entry-content" itemprop="articleBody">
<p><a href="http://beyondvincent.com/wp-content/uploads/2013/07/1U55JG9-0.jpg"><img class="alignnone size-full wp-image-1661" alt="1U55JG9-0" src="http://beyondvincent.com/wp-content/uploads/2013/07/1U55JG9-0.jpg" width="590" height="578" /></a></p>
<h2><strong><span style="color: #339966;">小引</span></strong></h2>
<p>本文主要汇集一些苹果开发的资源,会经常更新,建议大家把这篇文章单独收藏(在浏览器中按<strong><span style="color: #339966;">command+D</span></strong>)。</p>
<a href="/blog/2013/07/18/106/" class="more-link">继续阅读 →</a>
</div>
</article>
<article class="post" itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<div class="meta">
<div class="date">
<time datetime="2013-07-17T00:00:00+08:00" data-updated="true" itemprop="datePublished">Jul 17<span>th</span>, 2013</time></div>
<div class="tags">
<a class='category' href='/blog/categories/ios/'>iOS</a>, <a class='category' href='/blog/categories/iosfan-yi/'>iOS翻译</a>
</div>
</div>
<h1 class="title" itemprop="name"><a href="/blog/2013/07/17/105/" itemprop="url">OC中并发编程的相关API和面临的挑战(2)</a></h1>
<div class="entry-content" itemprop="articleBody">
<p>本文由<span style="text-decoration: underline;"><a href="http://beyondvincent.com/" target="_blank"><strong><span style="color: #339966; text-decoration: underline;">破船</span></strong></a></span>译自<span style="text-decoration: underline;"><strong><span style="color: #339966; text-decoration: underline;"><a href="http://www.objc.io/issue-2/concurrency-apis-and-pitfalls.html" target="_blank"><span style="color: #339966; text-decoration: underline;">objc</span></a></span></strong></span>转载请注明出处!</p>
<h2><strong><span style="color: #339966;">小引</span></strong></h2>
<p><strong><span style="text-decoration: underline;"><span style="color: #339966; text-decoration: underline;"><a href="http://beyondvincent.com/?p=1638" target="_blank"><span style="color: #339966; text-decoration: underline;">上一篇文章</span></a></span></span></strong>介绍了OC中并发编程的相关API,本文我们接着来看看并发编程中面临的一些挑战。</p>
<a href="/blog/2013/07/17/105/" class="more-link">继续阅读 →</a>
</div>
</article>
<article class="post" itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<div class="meta">
<div class="date">
<time datetime="2013-07-16T00:00:00+08:00" data-updated="true" itemprop="datePublished">Jul 16<span>th</span>, 2013</time></div>
<div class="tags">
<a class='category' href='/blog/categories/ios/'>iOS</a>, <a class='category' href='/blog/categories/iosfan-yi/'>iOS翻译</a>
</div>
</div>
<h1 class="title" itemprop="name"><a href="/blog/2013/07/16/104/" itemprop="url">OC中并发编程的相关API和面临的挑战(1)</a></h1>
<div class="entry-content" itemprop="articleBody">
<p>本文由<strong><span style="color: #339966;">破船</span></strong>译自<span style="text-decoration: underline;"><strong><span style="color: #339966;"><a href="http://www.objc.io/issue-2/concurrency-apis-and-pitfalls.html" target="_blank"><span style="color: #339966; text-decoration: underline;">objc</span></a></span></strong></span>转载请注明出处!</p>
<h2><strong><span style="color: #339966;">小引</span></strong></h2>
<p><a href="http://www.objc.io/">http://www.objc.io/</a> 站点主要以杂志的形式,深入挖掘在OC中的最佳编程实践和高级技术,每个月探讨一个主题,每个主题都会有几篇相关的文章出炉,2013年7月份的主题是并发编程,今天晚上我就挑选其中的第2篇文章(<a href="http://www.objc.io/issue-2/concurrency-apis-and-pitfalls.html"><code>Concurrent Programming: APIs and Challenges</code></a>)进行翻译,与大家分享一下主要内容。由于内容比较多,我将分两部分翻译(API和难点)完成,翻译中,如有错误,还请指正。</p>
<a href="/blog/2013/07/16/104/" class="more-link">继续阅读 →</a>
</div>
</article>
<article class="post" itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<div class="meta">
<div class="date">
<time datetime="2013-07-15T00:00:00+08:00" data-updated="true" itemprop="datePublished">Jul 15<span>th</span>, 2013</time></div>
<div class="tags">
<a class='category' href='/blog/categories/ios/'>iOS</a>, <a class='category' href='/blog/categories/ios7xin-te-zheng/'>iOS7新特征</a>
</div>
</div>
<h1 class="title" itemprop="name"><a href="/blog/2013/07/15/103/" itemprop="url">iOS7新特征汇总[07]Xcode 5中非常期待的6个功能</a></h1>
<div class="entry-content" itemprop="articleBody">
<p>提醒:这里是新特征汇总博文链接:<span style="text-decoration: underline;"><span style="color: #339966;"><strong><a href="http://beyondvincent.com/2013/06/11/ios7%E6%96%B0%E7%89%B9%E5%BE%81%E6%B1%87%E6%80%BB/" target="_blank"><span style="color: #339966; text-decoration: underline;">iOS7新特征汇总</span></a></strong></span></span></p>
<p><a href="http://beyondvincent.com/wp-content/uploads/2013/07/QQ20130715-2.jpg"><img class="alignnone size-full wp-image-1595" alt="QQ20130715-2" src="http://beyondvincent.com/wp-content/uploads/2013/07/QQ20130715-2.jpg" width="1069" height="598" /></a></p>
<p> </p>
<h2><strong><span style="color: #339966;">小引:</span></strong></h2>
<p>自从北京时间2013年06月11日苹果发布Xcode 5 Developer Preview 1,到现在(2013年7约15日)已经过去一个月,苹果也放出了Xcode 5 Developer Preview 3,速度还是蛮快的,希望体验的同学也可以去苹果官网下载。</p>
<p>今晚看了一下WWDC2013的session:<strong><span style="color: #ff0000;">What’s New in Xcode 5</span></strong>。那就来说说Xcode 5里面一些值得期待的东西吧。由于Xcode中的新东西比较多,我这里挑选了6个非常好的新东西,供大家了解,如果需要了解更多内容,请移步到上面说的session中。</p>
<p>另:在看视频过程中,要特别感谢<strong><span style="text-decoration: underline;"><span style="color: #339966;"><a href="http://joeyio.com/" target="_blank"><span style="color: #339966; text-decoration: underline;">乔学士先生</span></a></span></span></strong>汇总的<span style="text-decoration: underline;"><strong><span style="color: #339966;"><a href="https://github.com/qiaoxueshi/WWDC_2013_Video_Subtitle" target="_blank"><span style="color: #339966; text-decoration: underline;">WWDC2013英文字幕</span></a></span></strong></span>。大家可以想象一下,本来英语就不好的拉,要是没有字幕,要想看懂老外讲的内容,那该痛上加痛哈。</p>
<a href="/blog/2013/07/15/103/" class="more-link">继续阅读 →</a>
</div>
</article>
<article class="post" itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<div class="meta">
<div class="date">
<time datetime="2013-07-12T00:00:00+08:00" data-updated="true" itemprop="datePublished">Jul 12<span>th</span>, 2013</time></div>
<div class="tags">
<a class='category' href='/blog/categories/ios/'>iOS</a>, <a class='category' href='/blog/categories/iosfan-yi/'>iOS翻译</a>
</div>
</div>
<h1 class="title" itemprop="name"><a href="/blog/2013/07/12/102/" itemprop="url">Block剧终:Objective-C中的闭包性和匿名函数</a></h1>
<div class="entry-content" itemprop="articleBody">
<p><a href="http://beyondvincent.com/wp-content/uploads/2013/07/blocks-1024x576.jpg"><img class="alignnone size-full wp-image-1586" alt="blocks-1024x576" src="http://beyondvincent.com/wp-content/uploads/2013/07/blocks-1024x576.jpg" width="1024" height="576" /></a></p>
<p>本文由<strong><span style="color: #339966;">破船</span></strong>译自<strong><span style="text-decoration: underline;"><span style="color: #339966; text-decoration: underline;"><a href="http://www.xs-labs.com/en/archives/articles/objc-blocks/" target="_blank"><span style="color: #339966; text-decoration: underline;">xs-labs</span></a></span></span></strong>转载请注明出处!</p>
<h2><strong><span style="color: #339966;">小引</span></strong></h2>
<p>还记得昨天我给大家推荐的文章吗:<span style="text-decoration: underline;"><strong><span style="color: #339966; text-decoration: underline;"><a href="http://www.xs-labs.com/en/archives/articles/objc-blocks/" target="_blank"><span style="color: #339966; text-decoration: underline;">Closure and anonymous functions in Objective-C</span></a></span></strong></span>。今天手痒,还想继续敲几个字,索性我就把这篇文章敲出来,以此对block说声代码里见吧。</p>
<a href="/blog/2013/07/12/102/" class="more-link">继续阅读 →</a>
</div>
</article>
<article class="post" itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<div class="meta">
<div class="date">
<time datetime="2013-07-11T00:00:00+08:00" data-updated="true" itemprop="datePublished">Jul 11<span>th</span>, 2013</time></div>
<div class="tags">
<a class='category' href='/blog/categories/ios/'>iOS</a>, <a class='category' href='/blog/categories/iosfan-yi/'>iOS翻译</a>
</div>
</div>
<h1 class="title" itemprop="name"><a href="/blog/2013/07/11/101/" itemprop="url">深度围观block:第三集</a></h1>
<div class="entry-content" itemprop="articleBody">
<p><a href="http://beyondvincent.com/wp-content/uploads/2013/07/blocks1.png"><img class="alignnone size-full wp-image-1580" alt="blocks1" src="http://beyondvincent.com/wp-content/uploads/2013/07/blocks1.png" width="396" height="177" /></a></p>
<p>本文由<strong><span style="color: #339966;">破船</span></strong>译自<span style="text-decoration: underline;"><strong><span style="color: #339966;"><a href="http://www.galloway.me.uk/2013/05/a-look-inside-blocks-episode-3-block-copy/" target="_blank"><span style="color: #339966; text-decoration: underline;">galloway</span></a></span></strong></span>转载请注明出处!</p>
<h2><strong><span style="color: #339966;">小引</span></strong></h2>
<p>本文是深度围观block的第三篇文章,也是最后一篇。希望读者阅读了之后,对block有更加深入的理解,同时也希望之前对汇编语言恐惧或者陌生的读者转变看法,其实只要你用心去看,去学,很容易就搞懂的。</p>
<p>另外由于block具有闭包性,我们也可以将其当做匿名函数,所以大家如果想要了解更多关于OC中的闭包性和匿名函数就来看看这篇文章吧:<strong><span style="text-decoration: underline;"><span style="color: #339966;"><a href="http://www.xs-labs.com/en/archives/articles/objc-blocks/" target="_blank"><span style="color: #339966; text-decoration: underline;">Closure and anonymous functions in Objective-C</span></a></span></span></strong>。</p>
<a href="/blog/2013/07/11/101/" class="more-link">继续阅读 →</a>
</div>
</article>
<article class="post" itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<div class="meta">
<div class="date">
<time datetime="2013-07-10T00:00:00+08:00" data-updated="true" itemprop="datePublished">Jul 10<span>th</span>, 2013</time></div>
<div class="tags">
<a class='category' href='/blog/categories/ios/'>iOS</a>, <a class='category' href='/blog/categories/iosfan-yi/'>iOS翻译</a>
</div>
</div>
<h1 class="title" itemprop="name"><a href="/blog/2013/07/10/100/" itemprop="url">深度围观block:第二集</a></h1>
<div class="entry-content" itemprop="articleBody">
<p><a href="http://beyondvincent.com/wp-content/uploads/2013/07/blocks.png"><img class="alignnone size-full wp-image-1571" alt="blocks" src="http://beyondvincent.com/wp-content/uploads/2013/07/blocks.png" width="561" height="233" /></a></p>
<p>本文由<strong><span style="color: #339966;">破船</span></strong>译自<span style="text-decoration: underline;"><strong><span style="color: #339966;"><a href="http://www.galloway.me.uk/2012/10/a-look-inside-blocks-episode-2/" target="_blank"><span style="color: #339966; text-decoration: underline;">galloway</span></a></span></strong></span>转载请注明出处!</p>
<h2><strong><span style="color: #339966;">小引</span></strong></h2>
<p>今天翻译了第二篇,这个翻译是比较痛苦(其实不止这篇,所有的都是), 不比单纯的阅读,许多地方需要查阅资料,并细心的遣词造句,还得注意词不达意的地方(例如文中的<strong><span style="color: #339966;">A block that captures scope</span></strong>我翻译为<strong><span style="color: #339966;">block的拷贝范围</span></strong>,总感觉缺了一些作者原意,功力有限啊)。所以,我劝大家要是能看原文尽量去看原文吧,我这翻译的权当参考。</p>
<a href="/blog/2013/07/10/100/" class="more-link">继续阅读 →</a>
</div>
</article>
</div>
<nav id="pagenavi">
<a href="/blog/page/2/" class="next">Next</a>
<div class="center"><a href="/blog/archives">所有文章</a></div>
<script type="text/javascript">
var duoshuoQuery = {short_name:"beyondvincent"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = 'http://static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
</nav>
</div>
</div>
<footer id="footer" class="inner"><p>
Copyright © 2013 - 破船(BeyondVincent) -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>
Design credit: <a href="http://shashankmehta.in/archive/2012/greyshade.html">Shashank Mehta</a></footer>
<script src="/javascripts/slash.js"></script>
<script src="/javascripts/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script> <!-- Delete or comment this line to disable Fancybox -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-42893468-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F1a3c98825a726bfbf68a83ba97e0b9be' type='text/javascript'%3E%3C/script%3E"));
</script>
</div>
</div>
</body>
</html>