-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
842 lines (562 loc) · 41.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
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
<!DOCTYPE html>
<html lang="en,cn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2">
<meta name="theme-color" content="#222">
<meta name="generator" content="Hexo 6.0.0">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.png">
<link rel="mask-icon" href="/images/logo.svg" color="#222">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/lib/font-awesome/css/all.min.css">
<script id="hexo-configurations">
var NexT = window.NexT || {};
var CONFIG = {"hostname":"xlzhu.github.io","root":"/","scheme":"Muse","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":false},"copycode":{"enable":false,"show_result":false,"style":null},"back2top":{"enable":true,"sidebar":false,"scrollpercent":false},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":false,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}};
</script>
<meta name="description" content="有关软考和职业教育的思考">
<meta property="og:type" content="website">
<meta property="og:title" content="Talk with xlzhu">
<meta property="og:url" content="https://xlzhu.github.io/index.html">
<meta property="og:site_name" content="Talk with xlzhu">
<meta property="og:description" content="有关软考和职业教育的思考">
<meta property="og:locale">
<meta property="article:author" content="xlzhu">
<meta property="article:tag" content="软考 高项 信息系统项目管理师 系统集成项目管理工程师">
<meta name="twitter:card" content="summary">
<link rel="canonical" href="https://xlzhu.github.io/">
<script id="page-configurations">
// https://hexo.io/docs/variables.html
CONFIG.page = {
sidebar: "",
isHome : true,
isPost : false,
lang : 'en,cn'
};
</script>
<title>Talk with xlzhu</title>
<noscript>
<style>
.use-motion .brand,
.use-motion .menu-item,
.sidebar-inner,
.use-motion .post-block,
.use-motion .pagination,
.use-motion .comments,
.use-motion .post-header,
.use-motion .post-body,
.use-motion .collection-header { opacity: initial; }
.use-motion .site-title,
.use-motion .site-subtitle {
opacity: initial;
top: initial;
}
.use-motion .logo-line-before i { left: initial; }
.use-motion .logo-line-after i { right: initial; }
</style>
</noscript>
</head>
<body itemscope itemtype="http://schema.org/WebPage">
<div class="container use-motion">
<div class="headband"></div>
<header class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-container">
<div class="site-nav-toggle">
<div class="toggle" aria-label="Toggle navigation bar">
<span class="toggle-line toggle-line-first"></span>
<span class="toggle-line toggle-line-middle"></span>
<span class="toggle-line toggle-line-last"></span>
</div>
</div>
<div class="site-meta">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<h1 class="site-title">Talk with xlzhu</h1>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<div class="site-nav-right">
<div class="toggle popup-trigger">
</div>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="main-menu menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section"><i class="fa fa-home fa-fw"></i>Home</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories/" rel="section"><i class="fa fa-th fa-fw"></i>Categories</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives/" rel="section"><i class="fa fa-archive fa-fw"></i>Archives</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
<span>0%</span>
</div>
<main class="main">
<div class="main-inner">
<div class="content-wrap">
<div class="content index posts-expand">
<article itemscope itemtype="http://schema.org/Article" class="post-block" lang="en,cn">
<link itemprop="mainEntityOfPage" href="https://xlzhu.github.io/2022/01/29/2022%E4%B8%8A%E5%8D%8A%E5%B9%B4%E8%BD%AF%E8%80%83%E9%AB%98%E9%A1%B9%E5%A4%87%E8%80%83%E4%BF%A1%E6%81%AF/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="xlzhu">
<meta itemprop="description" content="有关软考和职业教育的思考">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="Talk with xlzhu">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2022/01/29/2022%E4%B8%8A%E5%8D%8A%E5%B9%B4%E8%BD%AF%E8%80%83%E9%AB%98%E9%A1%B9%E5%A4%87%E8%80%83%E4%BF%A1%E6%81%AF/" class="post-title-link" itemprop="url">2022 年上半年软考高项备考信息</a>
</h2>
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">Posted on</span>
<time title="Created: 2022-01-29 16:40:20 / Modified: 22:22:48" itemprop="dateCreated datePublished" datetime="2022-01-29T16:40:20+08:00">2022-01-29</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-folder"></i>
</span>
<span class="post-meta-item-text">In</span>
<span itemprop="about" itemscope itemtype="http://schema.org/Thing">
<a href="/categories/%E8%BD%AF%E8%80%83%E9%AB%98%E9%A1%B9/" itemprop="url" rel="index"><span itemprop="name">软考高项</span></a>
</span>
</span>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h1 id="2022-年上半年软考高项备考信息"><a href="#2022-年上半年软考高项备考信息" class="headerlink" title="2022 年上半年软考高项备考信息"></a>2022 年上半年软考高项备考信息</h1><h2 id="最近更新"><a href="#最近更新" class="headerlink" title="最近更新"></a>最近更新</h2><ol>
<li><p>2022 年 1 月 25 日,广东省人事考试网发布通知,2021 年下半年软考证书电子版已上线。考试通过的广东省考生,可以登录下载证书的 PDF 文件,在广东省内,电子证书和纸质证书具备同等法律效力。</p>
</li>
<li><p>据传,软考信息系统项目管理师(高项)和系统集成项目管理工程师(系统集成)的考试大纲和教材已经修订完毕,预计 2022 年上半年发布,2022 年下半年考期将开始采用新的考试大纲和教材。目前的高项教材和考纲还是 2017 年上半年修订的,2022 年也该发布新版了。</p>
<p>换句话说,2022 年上半年很可能是最后一期旧版本的考试。</p>
</li>
</ol>
<h2 id="综合知识备考"><a href="#综合知识备考" class="headerlink" title="综合知识备考"></a>综合知识备考</h2><p>备考重点依次是:</p>
<ul>
<li>项目管理相关知识(35分左右)</li>
<li>信息化知识(含时政、新技术类题目)(20 分左右)</li>
<li>时政题一定会考(5 分左右)</li>
<li>管理科学基础知识(5 分左右)</li>
<li>专业英语(5 分)</li>
</ul>
<h2 id="案例分析备考"><a href="#案例分析备考" class="headerlink" title="案例分析备考"></a>案例分析备考</h2><ul>
<li>第二大题按惯例一直会是进度和成本的综合题</li>
<li>第一和第三大题的备考重点依次是:采购、干系人、测试;风险和整体次选</li>
</ul>
<h2 id="论文写作备考"><a href="#论文写作备考" class="headerlink" title="论文写作备考"></a>论文写作备考</h2><ul>
<li>根据以往数据预估,预计备考重点依次是:整体、风险、变更;质量、干系人次选</li>
</ul>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
<article itemscope itemtype="http://schema.org/Article" class="post-block" lang="en,cn">
<link itemprop="mainEntityOfPage" href="https://xlzhu.github.io/2022/01/16/2021%E4%B8%8B%E5%8D%8A%E5%B9%B4%E8%BD%AF%E8%80%83%E8%AF%81%E4%B9%A6%E6%9F%A5%E8%AF%A2/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="xlzhu">
<meta itemprop="description" content="有关软考和职业教育的思考">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="Talk with xlzhu">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2022/01/16/2021%E4%B8%8B%E5%8D%8A%E5%B9%B4%E8%BD%AF%E8%80%83%E8%AF%81%E4%B9%A6%E6%9F%A5%E8%AF%A2/" class="post-title-link" itemprop="url">2021下半年软考证书查询</a>
</h2>
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">Posted on</span>
<time title="Created: 2022-01-16 17:07:58 / Modified: 23:23:57" itemprop="dateCreated datePublished" datetime="2022-01-16T17:07:58+08:00">2022-01-16</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-folder"></i>
</span>
<span class="post-meta-item-text">In</span>
<span itemprop="about" itemscope itemtype="http://schema.org/Thing">
<a href="/categories/%E8%BD%AF%E8%80%83%E9%AB%98%E9%A1%B9/" itemprop="url" rel="index"><span itemprop="name">软考高项</span></a>
</span>
</span>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h3 id="2021-年下半年软考证书已可在中国人事考试网查询编号并下载电子证书"><a href="#2021-年下半年软考证书已可在中国人事考试网查询编号并下载电子证书" class="headerlink" title="2021 年下半年软考证书已可在中国人事考试网查询编号并下载电子证书"></a>2021 年下半年软考证书已可在中国人事考试网查询编号并下载电子证书</h3><p>按往年进度,人事考试网首先提供了 2021 年下半年考试通过的证书查询和下载,预计 2 月初已开放电子证书的省份(广东、山东、浙江)的人事考试网站会提供本省的电子证书(有电子印章,仅在本省有效,和纸质证书具备同等法律效用)。</p>
<p>预计纸质证书会在 3 月份开始领取,具体可参见当地软考办通知。</p>
<h4 id="中国人事考试网证书查验和电子证书下载"><a href="#中国人事考试网证书查验和电子证书下载" class="headerlink" title="中国人事考试网证书查验和电子证书下载"></a>中国人事考试网证书查验和电子证书下载</h4><p>证书查验入口:<a target="_blank" rel="noopener" href="http://www.cpta.com.cn/index.html">中国人事考试网</a></p>
<p>![Screen Shot 2022-01-16 at 22.50.19](2021下半年软考证书查询/Screen Shot 2022-01-16 at 22.50.19.png)</p>
<p>在首页点击:“证书查验”</p>
<p>![Screen Shot 2022-01-16 at 22.55.42](2021下半年软考证书查询/Screen Shot 2022-01-16 at 22.55.42.png)</p>
<p>在证书查验页面点击:“证书下载”</p>
<p>全国专业技术人员职业资格证书查询验证系统与全国专业技术人员资格考试报名服务平台共享注册信息,已在全国专业技术人员资格考试报名服务平台注册过的用户,请使用该平台的用户名、密码登录证书查询验证系统。</p>
<p>未注册过的用户,请点击注册按钮进行注册。</p>
<p>进入系统后可以看到自己的资格证书列表,点击查看和下载可以查看证书信息和下载证书。</p>
<h4 id="软考官网(中国计算机职业资格考试网)查询证书"><a href="#软考官网(中国计算机职业资格考试网)查询证书" class="headerlink" title="软考官网(中国计算机职业资格考试网)查询证书"></a>软考官网(中国计算机职业资格考试网)查询证书</h4><p>查询入口:<a target="_blank" rel="noopener" href="https://query.ruankao.org.cn/certificate/main">软考证书查询</a></p>
<p>目前暂未更新 2021 年下半年的证书信息,最新数据是 2021 年上半年。需要输入姓名、身份证号、考试时间。</p>
<p>![Screen Shot 2022-01-16 at 23.16.09](2021下半年软考证书查询/Screen Shot 2022-01-16 at 23.16.09.png)</p>
<p>2021 年上半年的证书查询结果</p>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
<article itemscope itemtype="http://schema.org/Article" class="post-block" lang="en,cn">
<link itemprop="mainEntityOfPage" href="https://xlzhu.github.io/2022/01/15/%E8%BD%AF%E8%80%83%E9%AB%98%E9%A1%B9%E8%83%BD%E4%B8%8D%E8%83%BDPMP%E4%B8%80%E8%B5%B7%E5%A4%87%E8%80%83/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="xlzhu">
<meta itemprop="description" content="有关软考和职业教育的思考">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="Talk with xlzhu">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2022/01/15/%E8%BD%AF%E8%80%83%E9%AB%98%E9%A1%B9%E8%83%BD%E4%B8%8D%E8%83%BDPMP%E4%B8%80%E8%B5%B7%E5%A4%87%E8%80%83/" class="post-title-link" itemprop="url">软考高项和PMP能不能一起备考?</a>
</h2>
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">Posted on</span>
<time title="Created: 2022-01-15 15:40:01 / Modified: 15:51:51" itemprop="dateCreated datePublished" datetime="2022-01-15T15:40:01+08:00">2022-01-15</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-folder"></i>
</span>
<span class="post-meta-item-text">In</span>
<span itemprop="about" itemscope itemtype="http://schema.org/Thing">
<a href="/categories/%E8%BD%AF%E8%80%83%E9%AB%98%E9%A1%B9/" itemprop="url" rel="index"><span itemprop="name">软考高项</span></a>
</span>
</span>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h3 id="软考高项和PMP能不能一起备考?"><a href="#软考高项和PMP能不能一起备考?" class="headerlink" title="软考高项和PMP能不能一起备考?"></a>软考高项和PMP能不能一起备考?</h3><h4 id="介绍"><a href="#介绍" class="headerlink" title="介绍"></a>介绍</h4><p>标题里的 “软考” 是:全国计算机技术与软件专业技术资格 (水平) 考试,官网在 <a target="_blank" rel="noopener" href="https://www.ruankao.org.cn/">这里</a>。</p>
<p>标题里的 “高项” 是软考高级职称之一:“信息系统项目管理师” 的简称,这个考试的官方说明在<a target="_blank" rel="noopener" href="https://www.ruankao.org.cn/introduction/details?code=03_01">这里</a>。</p>
<p>先给结论:<strong>强烈不建议一起备考</strong></p>
<p>接下来,以下是我身边同事的备考的经验教训。</p>
<blockquote>
<p>我参加 PMP 培训是在 2019 年底报名,2020 年因为疫情原因,一直是在线上课,觉得效果并不好。2020 年国内的考试也延期了好几次,我就没有报考。</p>
<p>而 2021 年上半年,陆续参加了几次 PMP 的线下培训课,收获不错,于是决定报考(事后才知道,我们是最后一期版本 6 的考生)。同时因为当时空闲时间比较多,以为软考和 PMP 都是项目管理相关,应该类似,于是就同时报了 2021 年上半年软考的高项考试。</p>
<p>于是就翻车了……疫情原因,PMP 考试一直延期到 9 月份才考,而软考高项 2021 年上半年也因为下午案例分析这场考试,没掌握好答题时间,没有通过。</p>
</blockquote>
<h4 id="不支持同时备考的理由"><a href="#不支持同时备考的理由" class="headerlink" title="不支持同时备考的理由"></a>不支持同时备考的理由</h4><ul>
<li><p>考试内容差异巨大</p>
<p>PMP 的版本升级速度很快,目前已经到了版本 7,有很多敏捷的内容,和软考高项相比,更偏向实战。而软考高项在 2017 年修订考试大纲后,项目管理内容大部分是来自 PMP 版本 5,但又不是全部来自版本 5,会在备考时造成很大困扰。例如:</p>
<p>软考高项中的 “项目干系人”,在 PMP 版本 6 里面被修改为:“项目相关方”;</p>
<p>软考高项完全按 PMP 版本 5 的话,“项目进度管理” 应该被修改为:“项目进度管理”;</p>
<p>PMP 考试的考题都是情境题,考生需要从答案中选出最符合的答案;而软考高项的考试内容更加丰富,上午综合知识的考题中,项目管理的相关考点占比只有 40% 左右,下午的案例分析和论文,难度更高一些,备考时更要花心思。</p>
</li>
<li><p>考试方式差异巨大</p>
<p>PMP 考试全程是涂答题卡,做单项选择题。在备考时刷题库是很有用的,很容易遇到原题;而软考刷题的方法只适用于上午的综合知识考试。下午的案例分析和论文全称手写,刷题是不可能的,出题方式非常灵活,必须理解知识点,彻底掌握答题方法才行。特别是论文,在 120 分钟之内,写出 2600 左右字数、符合要求的作文,还是很有挑战性的。</p>
</li>
</ul>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
<article itemscope itemtype="http://schema.org/Article" class="post-block" lang="en,cn">
<link itemprop="mainEntityOfPage" href="https://xlzhu.github.io/2022/01/09/MarkDown%E6%96%87%E6%A1%A3%E6%8E%92%E7%89%88%E8%A7%84%E8%8C%83/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="xlzhu">
<meta itemprop="description" content="有关软考和职业教育的思考">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="Talk with xlzhu">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2022/01/09/MarkDown%E6%96%87%E6%A1%A3%E6%8E%92%E7%89%88%E8%A7%84%E8%8C%83/" class="post-title-link" itemprop="url">MarkDown 文档排版规范</a>
</h2>
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">Posted on</span>
<time title="Created: 2022-01-09 11:46:44" itemprop="dateCreated datePublished" datetime="2022-01-09T11:46:44+08:00">2022-01-09</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">Edited on</span>
<time title="Modified: 2022-01-15 15:45:53" itemprop="dateModified" datetime="2022-01-15T15:45:53+08:00">2022-01-15</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-folder"></i>
</span>
<span class="post-meta-item-text">In</span>
<span itemprop="about" itemscope itemtype="http://schema.org/Thing">
<a href="/categories/%E6%9D%82%E9%A1%B9/" itemprop="url" rel="index"><span itemprop="name">杂项</span></a>
</span>
</span>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h3 id="MarkDown-文档排版规范"><a href="#MarkDown-文档排版规范" class="headerlink" title="MarkDown 文档排版规范"></a>MarkDown 文档排版规范</h3><p>Markdown 是由 John Gruber 于 2004 年创建的一种文本标记语言,被设计用来 <strong>专注于文本写作</strong>。</p>
<p>针对 MarkDown 文档的语法规范问题,开源平台 GitHub 发布了 Markdown <strong>GFM</strong>(GitHub Flavored Markdown) 标准规范,并修改了 MarkDown 解析器。 规范全文链接: <a target="_blank" rel="noopener" href="https://github.github.com/gfm/">GitHub Flavored Markdown Spec</a>。</p>
<p>目前针对 MarkDown 文档的简体中文排版,也已经有比较详细的规范,这篇微信公众号文章已经做了详细介绍:<a target="_blank" rel="noopener" href="https://mp.weixin.qq.com/s/DkPGaWOol59BgyQIrKalig">基于 Markdown 的中文文档排版规范</a>,公众号内容大部分来自于 GitHub 用户 Tunghsiao Liu 的规范文档,简体中文版的文档链接:<a target="_blank" rel="noopener" href="https://github.com/sparanoid/chinese-copywriting-guidelines/blob/master/README.zh-Hans.md">中文文案排版指北</a>。</p>
<h3 id="目前中文排版规范中待完善的方面"><a href="#目前中文排版规范中待完善的方面" class="headerlink" title="目前中文排版规范中待完善的方面"></a>目前中文排版规范中待完善的方面</h3><h4 id="中文文档中的英文书籍名、报刊名和文章标题(此条已有规范,但未推广普及)"><a href="#中文文档中的英文书籍名、报刊名和文章标题(此条已有规范,但未推广普及)" class="headerlink" title="中文文档中的英文书籍名、报刊名和文章标题(此条已有规范,但未推广普及)"></a>中文文档中的英文书籍名、报刊名和文章标题(此条已有规范,但未推广普及)</h4><p>根据新闻出版行业标准的编辑规范: <a target="_blank" rel="noopener" href="http://sxqx.alljournal.cn/uploadfile/sxqx/20190304/CY%20T154%E2%80%942017%20%E4%B8%AD%E6%96%87%E5%87%BA%E7%89%88%E7%89%A9%E5%A4%B9%E7%94%A8%E8%8B%B1%E6%96%87%E7%9A%84%E7%BC%96%E8%BE%91%E6%A0%87%E5%87%86.pdf">CY/T 154-2017</a> 标准第 10 条,应该按以下方案处理:</p>
<ul>
<li>英文书籍名、报刊名:使用英文斜体</li>
<li>英文文章标题:使用英文正体字,并以引号标示</li>
<li>英文书籍的副书名:使用冒号和正书名隔开</li>
<li>英文文章的副标题:使用英文破折号和标题隔开</li>
</ul>
<h4 id="双引号前是否应该加空格"><a href="#双引号前是否应该加空格" class="headerlink" title="双引号前是否应该加空格"></a>双引号前是否应该加空格</h4><p>应该加,否则视觉上会分不清,不管是直角引号还是弯角引号都应该加。</p>
<h4 id="直角引号和弯角引号的使用争议"><a href="#直角引号和弯角引号的使用争议" class="headerlink" title="直角引号和弯角引号的使用争议"></a>直角引号和弯角引号的使用争议</h4><p>针对繁体中文和简体中文排版(竖体和横体),同时互联网字体排版方面的问题,争议较大。知乎网站上的讨论链接:<a target="_blank" rel="noopener" href="https://zhuanlan.zhihu.com/p/27296432">中文为什么要用直角引号?</a>。既然争论难以统一。个人建议应该共存,同一篇文章、同一份刊物、同一本书籍,风格统一即可:</p>
<ul>
<li>直角引号:一级引号(『』)和二级引号(「」),但港台地区是反过来的</li>
<li>弯角引号:一级引号(“ ”)和二级引号(’ ’)</li>
</ul>
<h3 id="使用-VS-Code-编辑-MarkDow-文档"><a href="#使用-VS-Code-编辑-MarkDow-文档" class="headerlink" title="使用 VS Code 编辑 MarkDow 文档"></a>使用 VS Code 编辑 MarkDow 文档</h3><p>笔者同时使用 Typora 和 VS Code 这两个工具,前者是非常优秀的 MarkDow 文档编辑工具。</p>
<p>如果你采用后者,强烈建议安装好插件:markdownlint,此插件作者是:David Anson,<a target="_blank" rel="noopener" href="https://github.com/DavidAnson/markdownlint">GitHub 链接</a>。</p>
<p>在 VS Code 中按这个插件的各项规则编辑和修改 MarkDown 文档即可。</p>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
<article itemscope itemtype="http://schema.org/Article" class="post-block" lang="en,cn">
<link itemprop="mainEntityOfPage" href="https://xlzhu.github.io/2022/01/05/2021-%E5%B9%B4%E4%B8%8B%E5%8D%8A%E5%B9%B4%E8%BD%AF%E8%80%83%E5%8F%8A%E6%A0%BC%E5%88%86%E6%95%B0%E7%BA%BF%E7%A1%AE%E5%AE%9A/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="xlzhu">
<meta itemprop="description" content="有关软考和职业教育的思考">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="Talk with xlzhu">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2022/01/05/2021-%E5%B9%B4%E4%B8%8B%E5%8D%8A%E5%B9%B4%E8%BD%AF%E8%80%83%E5%8F%8A%E6%A0%BC%E5%88%86%E6%95%B0%E7%BA%BF%E7%A1%AE%E5%AE%9A/" class="post-title-link" itemprop="url">2021 下半年软考及格分数线确定</a>
</h2>
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">Posted on</span>
<time title="Created: 2022-01-05 17:51:49" itemprop="dateCreated datePublished" datetime="2022-01-05T17:51:49+08:00">2022-01-05</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">Edited on</span>
<time title="Modified: 2022-01-16 17:12:15" itemprop="dateModified" datetime="2022-01-16T17:12:15+08:00">2022-01-16</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-folder"></i>
</span>
<span class="post-meta-item-text">In</span>
<span itemprop="about" itemscope itemtype="http://schema.org/Thing">
<a href="/categories/%E8%BD%AF%E8%80%83%E9%AB%98%E9%A1%B9/" itemprop="url" rel="index"><span itemprop="name">软考高项</span></a>
</span>
</span>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<h3 id="2021-年下半年软考合格标准"><a href="#2021-年下半年软考合格标准" class="headerlink" title="2021 年下半年软考合格标准"></a>2021 年下半年软考合格标准</h3><p>合格标准已于昨日公布,初级、中级、高级各科依然是 45 分(各科目满分 75 分的 60%)</p>
<p>以下为通知原文,网页链接:<a target="_blank" rel="noopener" href="http://www.mohrss.gov.cn/SYrlzyhshbzb/fwyd/sykaoshi/zyjsryzyzgkshgbz/202201/t20220105_432232.html">关于2021年下半年计算机技术与软件专业技术资格考试合格标准有关事项的通告 (mohrss.gov.cn)</a></p>
<p><img src="/2022/01/05/2021-%E5%B9%B4%E4%B8%8B%E5%8D%8A%E5%B9%B4%E8%BD%AF%E8%80%83%E5%8F%8A%E6%A0%BC%E5%88%86%E6%95%B0%E7%BA%BF%E7%A1%AE%E5%AE%9A/image-20220105181422688.png" alt="image-20220105181422688"></p>
<p>经此通知发布,2021 年下半年的软考告一段落。已经通过的考生,等待领取查询和领取证书即可。而需要再战的考生,需要重新出发了</p>
<h3 id="部分地区-45-分以下也可以拿证"><a href="#部分地区-45-分以下也可以拿证" class="headerlink" title="部分地区 45 分以下也可以拿证"></a>部分地区 45 分以下也可以拿证</h3><p>目前,陕西和青海的考生,如果成绩在 45 分以下,还有可能拿到 “省证”。因为陕西、青海两省有省合格标准,至于具体的合格标准,以当年的省软考办具体通知公告为准</p>
<p>2021 年上半年,青海省软考合格标准为:高级总分不低于 130 分、单科成绩不低于 35 分;中级和初级总分不低于 85 分、单科成绩不低于 35 分。陕西省软考合格标准并没有包含所有资格考试,而是根据当年考试情况定出省分数线。例如:信息系统项目管理师各科目的分数分别为:基础知识 41 分、案例分析 42 分、论文 42 分</p>
<p>这两省的省证目前是电子证书,证书仅在本省内有效</p>
<h3 id="部分地区已提供电子版证书"><a href="#部分地区已提供电子版证书" class="headerlink" title="部分地区已提供电子版证书"></a>部分地区已提供电子版证书</h3><p>目前证书电子版尚未全国范围内提供,广东、浙江、山东省已实行电子证书,可在本省的人事考试网等网站下载。其中山东省从 2021 年开始提供</p>
<h3 id="证书编号查询、电子文件查询、纸质证书领取时间"><a href="#证书编号查询、电子文件查询、纸质证书领取时间" class="headerlink" title="证书编号查询、电子文件查询、纸质证书领取时间"></a>证书编号查询、电子文件查询、纸质证书领取时间</h3><p>证书编号查询:合格标准公布后,大概 10 个工作日左右开通查询</p>
<p>电子文件查询:合格标准公布后,大概 20 个工作日左右后,在考试所在省的人事考试网查询</p>
<p>纸质证书领取:一般在考试结束 4 个月开始领取,本期预计是在 2022 年 3 月底或 4 月初陆续发放(各地区时间可能不一致,以当地软考办发送的短信通知为准)</p>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
<article itemscope itemtype="http://schema.org/Article" class="post-block" lang="en,cn">
<link itemprop="mainEntityOfPage" href="https://xlzhu.github.io/2021/11/24/2022-%E5%B9%B4%E4%B8%8A%E5%8D%8A%E5%B9%B4%E8%BD%AF%E8%80%83%E9%AB%98%E9%A1%B9%E8%80%83%E6%83%85%E5%B1%95%E6%9C%9B/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="xlzhu">
<meta itemprop="description" content="有关软考和职业教育的思考">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="Talk with xlzhu">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2021/11/24/2022-%E5%B9%B4%E4%B8%8A%E5%8D%8A%E5%B9%B4%E8%BD%AF%E8%80%83%E9%AB%98%E9%A1%B9%E8%80%83%E6%83%85%E5%B1%95%E6%9C%9B/" class="post-title-link" itemprop="url">2022 年上半年软考高项考情展望</a>
</h2>
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">Posted on</span>
<time title="Created: 2021-11-24 18:23:08" itemprop="dateCreated datePublished" datetime="2021-11-24T18:23:08+08:00">2021-11-24</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">Edited on</span>
<time title="Modified: 2022-01-29 16:46:33" itemprop="dateModified" datetime="2022-01-29T16:46:33+08:00">2022-01-29</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-folder"></i>
</span>
<span class="post-meta-item-text">In</span>
<span itemprop="about" itemscope itemtype="http://schema.org/Thing">
<a href="/categories/%E8%BD%AF%E8%80%83%E9%AB%98%E9%A1%B9/" itemprop="url" rel="index"><span itemprop="name">软考高项</span></a>
</span>
</span>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<p>标题里的软考就是:全国计算机技术与软件专业技术资格 (水平) 考试 <a target="_blank" rel="noopener" href="https://www.ruankao.org.cn/">^官方网站</a>,高项是:信息系统项目管理师,属于高级资格 <a target="_blank" rel="noopener" href="https://www.ruankao.org.cn/introduction/details?code=03_01">^资格设置</a><br>由于项目管理的通用性,每年报考高项的考生是各项高级职称中最多的<br>此项考试每年在 5 月和 11 月进行,一般是在周六全天(2022 年上半年的考试预计日期是 5 月 28 日),在一天内完成三个考试科目:综合知识、案例分析、论文,三个考试科目的满分均为 75 分,及格分数一般为 45 分(需要三科同时达到及格分数)</p>
<p>考试方法:<br>三个考试科目均为笔试<br>综合知识为单项选择题,共 75 道题目,需要涂答题卡,由机器阅卷<br>案例分析为问答题,一般为 3 道答题,每道答题由 4 - 5 道小题组成,需要在答题纸上答题,由人工阅卷<br>论文写作为写作题,从 2 个选题中选择一个写作,也需要在答题纸上撰写,由人工阅卷</p>
<h2 id="2021-年-11-月的高项软考中,有以下变化"><a href="#2021-年-11-月的高项软考中,有以下变化" class="headerlink" title="2021 年 11 月的高项软考中,有以下变化"></a>2021 年 11 月的高项软考中,有以下变化</h2><p>第 1 章(信息化和信息系统)占分比例由 2021 年上半年的 17 分增加为 19 分(包含时政题)<br>时政题目由 2021 年上半年的 1 分,变更为 5 分,预计比例不会变化<br>由于时政题目归属第 1 章,所以去除时政题后,第 1 章的占分将由 2021 年上半年的 16 分变更为:14 分</p>
<h2 id="2021-年-11-月考试中未变化的部分"><a href="#2021-年-11-月考试中未变化的部分" class="headerlink" title="2021 年 11 月考试中未变化的部分"></a>2021 年 11 月考试中未变化的部分</h2><p>项目管理(第 2 章至第 14 章,包括第 16 章)在综合知识的占分比例:2021 年上半年和下半年均为:35 分<br>第 27 章(管理科学基础知识)在综合知识的占分比例:2021 年上半年和下半年均为:5 分<br>案例分析符合考前预估,未有变化<br>论文符合考前预估,其中之一为进度管理</p>
<h2 id="下期考试:2022-年-5-月份考试备考建议"><a href="#下期考试:2022-年-5-月份考试备考建议" class="headerlink" title="下期考试:2022 年 5 月份考试备考建议"></a>下期考试:2022 年 5 月份考试备考建议</h2><ol>
<li>注意时政题目的复习,例如:十四五规划、5G 规划、个人信息保护法等信息化相关政策文件的学习</li>
<li>综合知识的重点仍然在:信息化和信息系统(20 分左右)、项目管理知识(40 分左右)、管理科学基础知识(5 分左右)</li>
<li>保持对项目管理 10 大知识领域考点的重点复习,综合知识和案例分析考试中均为重要考点,不掌握会导致考试不通过,计算题的各项公式要熟练掌握</li>
<li>论文写作依然需要提前多练习,熟悉架构和撰写速度,否则很难在 120 分钟之内完成论文字数要求</li>
</ol>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<script>
window.addEventListener('tabs:register', () => {
let { activeClass } = CONFIG.comments;
if (CONFIG.comments.storage) {
activeClass = localStorage.getItem('comments_active') || activeClass;
}
if (activeClass) {
let activeTab = document.querySelector(`a[href="#comment-${activeClass}"]`);
if (activeTab) {
activeTab.click();
}
}
});
if (CONFIG.comments.storage) {
window.addEventListener('tabs:click', event => {
if (!event.target.matches('.tabs-comment .tab-content .tab-pane')) return;
let commentClass = event.target.classList[1];
localStorage.setItem('comments_active', commentClass);
});
}
</script>
</div>
<div class="toggle sidebar-toggle">
<span class="toggle-line toggle-line-first"></span>
<span class="toggle-line toggle-line-middle"></span>
<span class="toggle-line toggle-line-last"></span>
</div>
<aside class="sidebar">
<div class="sidebar-inner">
<ul class="sidebar-nav motion-element">
<li class="sidebar-nav-toc">
Table of Contents
</li>
<li class="sidebar-nav-overview">
Overview
</li>
</ul>
<!--noindex-->
<div class="post-toc-wrap sidebar-panel">
</div>
<!--/noindex-->
<div class="site-overview-wrap sidebar-panel">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<p class="site-author-name" itemprop="name">xlzhu</p>
<div class="site-description" itemprop="description">有关软考和职业教育的思考</div>
</div>
<div class="site-state-wrap motion-element">
<nav class="site-state">
<div class="site-state-item site-state-posts">
<a href="/archives/">
<span class="site-state-item-count">6</span>
<span class="site-state-item-name">posts</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories/">
<span class="site-state-item-count">2</span>
<span class="site-state-item-name">categories</span></a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/">
<span class="site-state-item-count">2</span>
<span class="site-state-item-name">tags</span></a>
</div>
</nav>
</div>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/xlzhu" title="GitHub → https://github.com/xlzhu" rel="noopener" target="_blank"><i class="fab fa-github fa-fw"></i></a>
</span>
<span class="links-of-author-item">
<a href="mailto:[email protected]" title="E-Mail → mailto:[email protected]" rel="noopener" target="_blank"><i class="fa fa-envelope fa-fw"></i></a>
</span>
</div>
</div>
</div>
</aside>
<div id="sidebar-dimmer"></div>
</div>
</main>
<footer class="footer">
<div class="footer-inner">
<div class="copyright">
©
<span itemprop="copyrightYear">2022</span>
<span class="with-love">
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">xlzhu</span>
</div>
<div class="powered-by">Powered by <a href="https://hexo.io/" class="theme-link" rel="noopener" target="_blank">Hexo</a> & <a href="https://muse.theme-next.org/" class="theme-link" rel="noopener" target="_blank">NexT.Muse</a>
</div>
</div>
</footer>
</div>
<script src="/lib/anime.min.js"></script>
<script src="/lib/velocity/velocity.min.js"></script>
<script src="/lib/velocity/velocity.ui.min.js"></script>
<script src="/js/utils.js"></script>
<script src="/js/motion.js"></script>
<script src="/js/schemes/muse.js"></script>
<script src="/js/next-boot.js"></script>
</body>
</html>