-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy patharticles.html
715 lines (701 loc) · 62.8 KB
/
articles.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
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>Articles - AAPL Beijing Council</title>
<meta name="description" content="The AAPL Beijing Council is a diverse group of talented Apple users.">
<meta name="keywords" content="AAPL Beijing Council, Apple, Apple User Group, AAPL">
<meta name="apple-mobile-web-app-title" content="ABC">
<meta property="og:title" content="AAPL Beijing Council">
<meta property="og:description" content="The AAPL Beijing Council is a diverse group of talented Apple users.">
<meta property="og:url" content="https://www.abcouncil.me">
<meta property="og:type" content="website">
<meta property="og:image" content="/images/open_graph_logo.png">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="mask-icon" href="/images/mask-icon.svg" color="#333333">
<link rel="icon" href="/images/favicon.ico">
<link rel="stylesheet" type="text/css" href="./CSS/style.css">
<link rel="stylesheet" type="text/css" href="./CSS/style%20articles.css">
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-120580475-1');
</script>
</head>
<!--632374027 -->
<body class="en-us dark">
<nav class="navbar">
<div class="nav-content">
<a class="navItem" href="./" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'navBarSiteTitle'});">
<strong>AAPL</strong> Beijing Council</a>
<!-- <a class="navItem_menu" href="/about-us" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'navBarAboutUs'});">About Us</a>-->
<!-- <a class="navItem_menu" href="./community" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'navBarCommunity'});">Community(Beta)</a>-->
<a class="navItem_menu" href="./articles" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'navBarArticles'});">Articles</a>
<a class="navItem_menu" href="./members" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'navBarMembers'});">Members</a>
<a class="navItem_menu" href="./products" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'navBarProducts'});">Products</a>
</div>
</nav>
<main class="main">
<section class="section section-hello text-center">
<h1 class="introduction">Articles</h1>
<!-- <div class="recommendationSection">-->
<!--
<article class="card">
<header class="card_thumb">
<a href="https://zhuanlan.zhihu.com/p/35675102"><img width="370" src="./images/iphonex.png"></a>
</header>
<date class="card_date" style="background-color:rgba(99,167,241,1);" >
<span class="card_date_day">14</span>
<br>
<span class="card_date_month">Apr</span>
</date>
<div class="card_body">
<div class="card_category" style="background-color:rgba(99,167,241,1);"><a href="https://zhuanlan.zhihu.com/p/35675102">精选</a></div>
<h2 class="card_title"><a href="https://zhuanlan.zhihu.com/p/35675102">移动设备的成像素质及讨论</a></h2>
<div class="card_subtitle" style="color:rgba(99,167,241,1);" >底大一级压死人?真的吗?</div>
<p class="card_description" style="font-size: 15px;">移动设备使用 CMOS 应当注重高像素还是大尺寸?一切单反相机普遍适用的光学原理能否推广到感光元件小得多的移动设备上?评测机构的话能不能信?能信多少?<br/><br/></p>
</div>
<Cardfooter class="card_footer">
<span class="icon ion-clock"></span> 2018年4月14日 18:10
<span class="icon ion-chatbox"></span><a href="https://zhuanlan.zhihu.com/p/35675102"> 82 评论</a>
</Cardfooter>
</article>
-->
<!--
<article class="card">
<header class="card_thumb">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/37998321" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0017'});">
<img width="370" src="./images/ABC_logo_spuare.png">
</a>
</header>
<date class="card_date">
<span class="card_date_day">12</span>
<br>
<span class="card_date_month">Jun</span>
</date>
<div class="card_body">
<div class="card_category"><a target="_blank" href="https://zhuanlan.zhihu.com/p/37998321" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0017'});">置顶</a></div>
<h2 class="card_title"><a target="_blank" href="https://zhuanlan.zhihu.com/p/37998321" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0017'});">ABC 招募办法(试行)</a></h2>
<div class="card_subtitle">在公布文件之前,先给你加入我们的理由——</div>
<p class="card_description" style="font-size: 15px;">与中国部分顶尖 Apple 用户进行友善的交流和学习;来自专业用户的购买建议;可以随意提问任何技术或疑难问题;通过渠道反馈各种 Apple 产品、服务 Bug;免费阅读我们的更多技术类、建议类文献;和一众大佬谈笑风生甚至面基...</p>
</div>
<Cardfooter class="card_footer">
<span class="icon ion-clock"></span> 2018年6月12日 17:51
<span class="icon ion-chatbox"></span><a target="_blank" href="https://zhuanlan.zhihu.com/p/37998321" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0017'});"> 26 评论</a>
</Cardfooter>
</article>
-->
<!--
<article class="card">
<header class="card_thumb">
<a target="_blank" href="https://www.bilibili.com/video/av27178070">
<img width="370" src="https://www.apple.com/v/home/ds/images/heroes/macbook-pro/macbook_pro_performance_mediumtall_2x.jpg">
</a>
</header>
<date class="card_date" style="background-color:rgba(115,202,102,1);">
<span class="card_date_day">19</span>
<br>
<span class="card_date_month">Jul</span>
</date>
<div class="card_body">
<div class="card_category" style="background-color:rgba(115,202,102,1);"><a target="_blank" href="https://www.bilibili.com/video/av27178070">视频</a></div>
<h2 class="card_title"><a target="_blank" href="https://www.bilibili.com/video/av27178070">2018 款 MacBook Pro 购买建议</a></h2>
<div class="card_subtitle" style="color:rgba(115,202,102,1);">本视频是 ABC 的首次尝试!由于赶工和配音问题,可能有些粗糙。</div>
<p class="card_description" style="font-size: 15px;">MacBook Pro (Mid 2018) 是令人一半满意一半失望的产品,如果你迫切需要一台 MacBook,那么你来对地方了。<br/><br/><br/></p>
</div>
<Cardfooter class="card_footer">
<span class="icon ion-clock"></span> 2018年7月19日 03:05
<span class="icon ion-chatbox"></span>
</Cardfooter>
</article>
-->
<!--
</div>
<div class='clear'></div>清除浮动
-->
<div class="articlecard" title="【译自官网】对 Flash 的看法">
<a target="_blank" href="http://zhuanlan.zhihu.com/p/41074066" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0025'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">【译自官网】对 Flash 的看法</p1>
<p1 class="article_introduction">我想记下一些关于 Adobe Flash 产品的想法,以便客户和评论家可以更好地理解为什么我们不允许在 iPhone ,iPod 和 iPad 上使用 Flash 。Adobe 声称我们是一个封闭的系统、并且 Flash 是开放的,但事实上恰恰相反。下面由我来解释。</p1>
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年08月01日 发布于 知乎专栏
</span>
</span>
<div class="articleCard-imageCell">
<img class="articlecard-image" src="https://i.loli.net/2018/08/02/5b629dff5a915.png" alt="【译自官网】对 Flash 的看法">
</div>
</div>
</a>
</div>
<div class="articlecard" title="macOS 10.14 Mojave 初体验">
<a target="_blank" href="http://zhuanlan.zhihu.com/p/38706679" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0024'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">macOS 10.14 Mojave 初体验</p1>
<p1 class="article_introduction">首先附上两张Mojave的壁纸。<br/><br/><br/></p1>
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年07月25日 发布于 知乎专栏
</span>
</span>
<div class="articleCard-imageCell">
<img class="articlecard-image" src="https://i.loli.net/2018/08/02/5b629e011b8c1.png" alt="macOS 10.14 Mojave 初体验">
</div>
</div>
</a>
</div>
<div class="articlecard" title="「利器」产品设计师如何借助 macOS 提高工作效率">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/40969827" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0023'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">「利器」产品设计师如何借助 macOS 提高工作效率</p1>
<p1 class="article_introduction">作为一名成长中的工业设计师,学习效率与工作效率的提升尤为重要,在过去一年半的时间里,macOS 成为了我完成设计工作的主要平台,macOS 上许多优秀的插件和功能一起大幅提升了我的工作效率,今天这篇主要介绍作为智能产品设计(硬件)+ 用户体验设计方向的我,所使用的 macOS 高效工作的程序和插件。</p1>
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年07月31日 发布于 知乎专栏
</span>
</span>
</div>
</a>
</div>
<div class="articlecard" title="十年之痛 一文不尽">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/40176548" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0022'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">十年之痛 一文不尽</p1>
<p1 class="article_introduction">不可否认,因为负责零售业务的 VP 的更迭,Apple Store 业务各项政策导致用户满意度不断下降...<br/><br/></p1>
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年07月12日 发布于 知乎专栏
</span>
</span>
<div class="articleCard-imageCell">
<img class="articlecard-image" src="https://i.loli.net/2018/08/02/5b629dff239af.jpg" alt="十年之痛 一文不尽">
</div>
</div>
</a>
</div>
<div class="articlecard" title="关于 Linus 的 iMac Pro 维修事件之解析">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/39550212" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0021'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">关于 Linus 的 iMac Pro 维修事件之解析</p1>
<p1 class="article_introduction">知名 YouTuber @LinusTechTips 的 iMac Pro 在拆解时损坏了,而且主板上的 「warranty void if removed」 标签受损...<br/><br/></p1>
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年07月12日 发布于 知乎专栏
</span>
</span>
</div>
</a>
</div>
<div class="articlecard" title="从Mac OS到Mac OS X:从内到外的焕然一新,意义深远的跨越">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/38237799" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0020'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">从 Mac OS 到 Mac OS X</p1>
<p1 class="article_introduction">从内到外的焕然一新,意义深远的跨越。Mac OS X 后面这个 X 意义深远,一定不能略去。这个小小的X是罗马数字「10」的意思——但从 9 到 10,不仅是一个大版本更新。这个版本更新的背后,是一长段历史。</p1>
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年06月19日 发布于 知乎专栏
</span>
</span>
<div class="articleCard-imageCell">
<img class="articlecard-image" src="https://i.loli.net/2018/07/26/5b5943e6b226c.png" alt="从 Mac OS 到 Mac OS X">
</div>
</div>
</a>
</div>
<div class="articlecard" title="钛合金到铝合金,PowerBook G4 系列的飞跃">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/38102035" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0019'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">钛合金到铝合金,PowerBook G4 系列的飞跃</p1>
<p1 class="article_introduction">相比钛合金系列的惊艳,铝合金系列的推出,有所创新,有所舍弃;有所得,有所失。2003 年,PowerBook G4 系列经历了怎样的一次飞跃?一起来聊聊钛合金 PowerBook G4 与铝合金 PowerBook G4 吧!</p1>
<!-- <br class="a_br"/> -->
<!-- <br class="a_br"/> -->
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年06月14日 收录于 知乎专栏
</span>
</span>
<div class="articleCard-imageCell">
<img class="articlecard-image" src="https://i.loli.net/2018/08/02/5b629dff7116a.jpg" alt="钛合金到铝合金,PowerBook G4 系列的飞跃">
</div>
</div>
</a>
</div>
<div class="articlecard" title="EDC 系列之二:观察员的 EDC">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/37999126" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0018'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">EDC 系列之二:观察员的 EDC</p1>
<p1 class="article_introduction">AppleCare+ 全方位服务计划保修服务常见出街内容:emoi - 帆布双肩包 深灰;购自淘宝,2014 年双 11 以 114 元购入,服役至今,预计明年年初退役...</p1>
<!-- <br class="a_br"/> -->
<br class="a_br"/>
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年06月12日 发布于 知乎专栏
</span>
</span>
<div class="articleCard-imageCell">
<img class="articlecard-image" src="https://s1.ax2x.com/2018/06/12/gMZvy.jpg" alt="EDC 系列之二:观察员的 EDC">
</div>
</div>
</a>
</div>
<!--
<div class="articlecard" title="AAPL Beijing Council 招募办法(试行)">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/37998321" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0017'});">
<div class="articleCard-content">
<span>
<p1 class="article_title"><div class="violator">置顶</div> AAPL Beijing Council 招募办法(试行)</p1>
<p1 class="article_introduction">在公布文件之前,先给你加入我们的理由:与中国部分顶尖 Apple 用户进行友善的交流和学习;来自专业用户的购买建议;可以随意提问任何技术或疑难问题;通过渠道反馈各种 Apple 产品、服务 Bug;免费阅读我们的更多技术类、建议类文献;和一众大佬谈笑风生甚至面基...</p1>
<br class="a_br"/>
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年06月12日 发布于 知乎专栏
</span>
</span>
</div>
</a>
</div>
-->
<div class="articlecard" title="iPhone 全球保修政策解读">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/37973708" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0016'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">iPhone 全球保修政策解读</p1>
<p1 class="article_introduction">一些 iPhone 8/8 Plus/X 尤其是 iPhone 7 用户,你们可能需要关注这个:你们的手机相对容易出质量问题,别人能换机,你要怎么办呢?iPhone 7 最惨,基带虚焊连打都打不开,没法使用,还是随机炸弹。这里会有两个结果...</p1>
<!-- <br class="a_br"/> -->
<!-- <br class="a_br"/> -->
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年06月12日 发布于 知乎专栏
</span>
</span>
</div>
</a>
</div>
<div class="articlecard" title="钛合金 PowerBook G4 初体验">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/37704468" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0015'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">钛合金 PowerBook G4 初体验</p1>
<p1 class="article_introduction">「钛本」钛合金 PowerBook G4 是 PowerBook 系列的,从内到外的一次重大飞跃,更带来了一些传承至今的概念。首代 PowerBook G4 于 2001 年 1 月推出,整个系列最终由铝合金 PowerBook G4 系列于 2003 年继任。</p1>
<!-- <br class="a_br"/> -->
<!-- <br class="a_br"/> -->
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年06月09日 收录于 知乎专栏
</span>
</span>
<div class="articleCard-imageCell">
<img class="articlecard-image" src="https://s1.ax2x.com/2018/06/09/R6oPr.th.png" alt="钛合金 PowerBook G4 初体验">
</div>
</div>
</a>
</div>
<div class="articlecard" title="EDC 系列之一:一个普通“超越”高中生”的日常通勤">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/37872680" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0014'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">EDC 系列之一:一个普通“超越”高中生的日常通勤</p1>
<p1 class="article_introduction">首先,惯例来个包。魅蓝胸包,¥119,当然,首先要说明,我当了几个月的煤油,用了魅蓝 Note 6、魅族 Pro 6 Plus 和其他几款机型,感觉确实加起来就完美了,可惜并没有这样的结合...</p1>
<!-- <br class="a_br"/> -->
<!-- <br class="a_br"/> -->
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年06月09日 收录于 知乎专栏
</span>
</span>
<div class="articleCard-imageCell">
<img class="articlecard-image" src="https://s1.ax2x.com/2018/06/09/R6dEd.th.png" alt="EDC 系列之一:一个普通“超越”高中生”的日常通勤">
</div>
</div>
</a>
</div>
<div class="articlecard" title="iOS 12 开发者测试版 1 初探">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/37740050" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0013'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">iOS 12 开发者测试版 1 初探</p1>
<p1 class="article_introduction">我们是通过描述文件直接 OTA 升级的,但是我们建议只是想尝鲜的用户做好 iOS 11 的备份,并通过 iTunes 方式重新安装系统软件。</p1>
<br class="a_br"/>
<!-- <br class="a_br"/> -->
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年06月06日 收录于 知乎专栏
</span>
</span>
<div class="articleCard-imageCell">
<img class="articlecard-image" src="https://s1.ax2x.com/2018/06/06/RG5sz.th.png" alt="iOS 12 开发者测试版 1 初探">
</div>
</div>
</a>
</div>
<div class="articlecard" title="iOS 12 深度 feature 探索">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/37728047" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0012'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">iOS 12 深度 feature 探索</p1>
<p1 class="article_introduction">大家好,我是修司敦。昨夜,Apple 在圣何塞举行了一年一度的 WWDC。除了在发布会中提及的 iOS 12 feature,还有哪些隐藏 feature 等待我们去挖掘呢?笔者用 iPad 和 iPhone X 体验了大半天后,在这里跟大家分享一下自己的发现。</p1>
<!-- <br class="a_br"/>-->
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年06月05日 收录于 知乎专栏
</span>
</span>
<div class="articleCard-imageCell">
<img class="articlecard-image" src="https://s1.ax2x.com/2018/06/05/RY7wN.png" alt="iOS 12 深度 feature 探索">
</div>
</div>
</a>
</div>
<div class="articlecard" title="说说 Apple WWDC 2018">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/37702911" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0011'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">说说 Apple WWDC 2018</p1>
<p1 class="article_introduction">ok,又是3000字……keynote先告一段落,平复一下情绪,把所有clue整理清晰,let's do this.</p1>
<br class="a_br"/>
<!-- <br class="a_br"/> -->
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年06月05日 收录于 知乎专栏
</span>
</span>
<div class="articleCard-imageCell">
<img class="articlecard-image" src="https://s1.ax2x.com/2018/06/05/RYnL9.png" alt="说说 Apple WWDC 2018">
</div>
</div>
</a>
</div>
<div class="articlecard" title="WWDC 2018 Summary">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/37698622" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0010'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">WWDC 2018 Summary</p1>
<p1 class="article_introduction">今天早上三点钟把自己整起来看WWDC 18的keynote,今年不同于去年,去年的keynote我并没有完整的看下直播,只是看了看硬件部分,今年如果说硬件部分令人失望(0 new hardware),形成鲜明对比的,就是四大软件平台的更新。</p1>
<!-- <br class="a_br"/>-->
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年06月05日 12:30 收录于 知乎专栏
</span>
</span>
<div class="articleCard-imageCell">
<img class="articlecard-image" src="https://s1.ax2x.com/2018/06/05/RTGty.jpg" alt="WWDC 2018 Summary">
</div>
</div>
</a>
</div>
<div class="articlecard" title="如何用 Apple 设备高效的学习">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/35798297" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0009'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">如何用 Apple 设备高效的学习</p1>
<p1 class="article_introduction">这篇文章想了很久了,最后于今日完成。如何用电子设备进行学习。这话放在哪怕是五年之前,估计这么说的孩子都会被打上一巴掌(笑。但是在现在,笔者可以很负责任的说,这不是在开玩笑。</p1>
<br class="a_br"/>
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年06月02日 收录于 知乎专栏
</span>
</span>
</div>
</a>
</div>
<div class="articlecard" title="iPad Pro —— 生产力?">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/34041268" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0008'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">iPad Pro —— 生产力?</p1>
<p1 class="article_introduction">iPad Pro 是对这个平板市场的再次细分。生产力的定义,一万种人有一万种定义,这本不该是一言堂。笔者购入的是一台 256G 的 10.5 英寸的 iPad Pro,那么,iPad Pro 能做到什么?</p1>
<br class="a_br"/>
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年06月02日 收录于 知乎专栏
</span>
</span>
</div>
</a>
</div>
<div class="articlecard" title="Lyrics X — 使用过最好的macOS歌词软件">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/36601143" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0007'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">Lyrics X— 使用过最好的 macOS 歌词软件</p1>
<p1 class="article_introduction">不知道各位有没有听歌时看歌词的习惯,笔者一直对歌词有着深深的执念,曾经花过几个小时试图寻找一个省事,美观的 macOS 端歌词显示软件。</p1>
<br class="a_br"/>
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年06月02日 收录于 知乎专栏
</span>
</span>
</div>
</a>
</div>
<div class="articlecard" title="谈谈 Apple Pay 交通卡和交通联合">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/37427838" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0006'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">谈谈 Apple Pay 交通卡和交通联合</p1>
<p1 class="article_introduction">在最新的 iOS 11.3 系统中,Apple 为中国用户推出了北京一卡通和上海交通卡,至此,iPhone 和 Apple Watch 终于支持部分城市的公交系统了。</p1>
<br class="a_br"/>
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年05月29日11:58 发布于 知乎专栏
</span>
</span>
<div class="articleCard-imageCell">
<img class="articlecard-image" src="https://s1.ax2x.com/2018/05/29/7mgUA.png" alt="谈谈 Apple Pay 交通卡和交通联合">
</div>
</div>
</a>
</div>
<div class="articlecard" title="对于一切谣言和事实,我们的观点">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/37331020" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0005'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">对于一切谣言和事实,我们的观点</p1>
<p1 class="article_introduction">本文是给绝大多数果黑的打脸,给“果蛆”的纠正,给“果粉”的科普,给 Apple 用户的定心丸。有点长,请耐心阅读。</p1>
<br class="a_br"/>
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年05月26日17:14 发布于 知乎专栏
</span>
</span>
<div class="articleCard-imageCell">
<img class="articlecard-image" src="https://s1.ax2x.com/2018/05/29/7mxIN.png" alt="对于一切谣言和事实,我们的观点">
</div>
</div>
</a>
</div>
<div class="articlecard" title="欢迎各路大佬加入 AAPL Beijing Council">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/37172894" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0004'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">欢迎各路大佬加入 AAPL Beijing Council</p1>
<p1 class="article_introduction">欢迎加入中国大陆唯一 Apple 注册 User Group 「AAPL Beijing Council」!我们面向全知乎的所有专业用户,开放我们的入口。
</p1>
<br class="a_br"/>
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年05月22日21:57 发布于 知乎专栏
</span>
</span>
<div class="articleCard-imageCell">
<img class="articlecard-image" src="https://s1.ax2x.com/2018/05/29/7mxIN.png" alt="欢迎各路大佬加入 AAPL Beijing Council">
</div>
</div>
</a>
</div>
<div class="articlecard" title="关于 AAPL Beijing Council">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/37109595" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0003'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">关于 AAPL Beijing Council</p1>
<p1 class="article_introduction">我们是中国大陆唯一一个官方注册的 Apple User Group。我们申报的类型是 “Pro”,所以我们对成员有更高的要求,目前我们的信息已经在 Apple User Groups Data
Base 中。
</p1>
<!-- <br class="a_br"/>-->
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span> 2018年05月21日15:43 发布于 知乎专栏
</span>
</span>
<div class="articleCard-imageCell">
<img class="articlecard-image" src="https://s1.ax2x.com/2018/05/29/7mxIN.png" alt="关于 AAPL Beijing Council">
</div>
</div>
</a>
</div>
<div class="articlecard" title="移动设备的成像素质及讨论">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/35675102" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0002'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">移动设备的成像素质及讨论</p1>
<p1 class="article_introduction">移动设备使用 CMOS 应当注重高像素还是大尺寸?一切单反相机普遍适用的光学原理能否推广到感光元件小得多的移动设备上?评测机构的话能不能信?能信多少?</p1>
<!-- <br class="a_br"/>-->
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span>2018年04月14日18:10 发布于 知乎专栏
</span>
</span>
<div class="articleCard-imageCell">
<img class="articlecard-image" src="https://s1.ax2x.com/2018/05/29/7m79u.png" alt="移动设备的成像素质及讨论">
</div>
</div>
</a>
</div>
<div class="articlecard" title="科普:Apple 无处不在">
<a target="_blank" href="https://zhuanlan.zhihu.com/p/24410709" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'article-0001'});">
<div class="articleCard-content">
<span>
<p1 class="article_title">科普:Apple 无处不在</p1>
<p1 class="article_introduction">众所周知:Apple 是世界上最多免税资产、市值最高的公司。可是 Apple 也不只是世界上最多金的公司而已。试想,离开了 Apple 你的生活会发生什么变化?本文从世界和中国两个方面说起。</p1>
<!-- <br class="a_br"/>-->
<span class="articlecard-meta">
<span style="display:inline-flex;align-items:center">
<svg class="Zi Zi--InsertLink" fill="currentColor" viewBox="0 0 24 24" width="17" height="17">
<path d="M6.77 17.23c-.905-.904-.94-2.333-.08-3.193l3.059-3.06-1.192-1.19-3.059 3.058c-1.489 1.489-1.427 3.954.138 5.519s4.03 1.627 5.519.138l3.059-3.059-1.192-1.192-3.059 3.06c-.86.86-2.289.824-3.193-.08zm3.016-8.673l1.192 1.192 3.059-3.06c.86-.86 2.289-.824 3.193.08.905.905.94 2.334.08 3.194l-3.059 3.06 1.192 1.19 3.059-3.058c1.489-1.489 1.427-3.954-.138-5.519s-4.03-1.627-5.519-.138L9.786 8.557zm-1.023 6.68c.33.33.863.343 1.177.029l5.34-5.34c.314-.314.3-.846-.03-1.176-.33-.33-.862-.344-1.176-.03l-5.34 5.34c-.314.314-.3.846.03 1.177z"
fill-rule="evenodd">
</path>
</svg>
</span>2016年12月16日21:55 发布于 知乎专栏
</span>
</span>
<div class="articleCard-imageCell">
<img class="articlecard-image" src="./images/appleiseverywhere.png" alt="Apple 无处不在">
</div>
</div>
</a>
</div>
</section>
</main>
<footer>
<div class="footer-content">
<ol>
<li>The company name “Apple Inc.” and stock name “AAPL” belong to Apple Inc.</li>
<li>The name “Apple” is a trademark of Apple Inc.</li>
<li>The logo “hello.” belongs to Apple Inc.</li>
</ol>
<span class="thanks">
<em>Thank you to all members of the AAPL Beijing Council. Special thanks to the contributers who made this webpage
possible.
</em>
</span>
<div class="final">
<div class="copyright">Copyright © 2018 AAPL Beijing Council
<br class="plus">All rights reserved.</div>
<div class="language">
<a href="/cn" onclick="gtag('event', 'click', {'event_category': 'textLink', 'event_label': 'footerSwitchToChinese'});">中文</a>
</div>
</div>
</div>
</footer>
</body>
</html>