CSP-S2020考试题解报告 pots:195 T1:40 T2:100 T3:35 T4:20 blank_space 考场现切儒略历%%%%%%%%%%%%%%%%%% 总结: 拿滴都是些无脑暴力分= = wtcl /kk T1 [CSP-S2020]儒略日 大模拟,数论,二分答案 solut ...
分类:
其他好文 时间:
2021-06-02 12:03:17
阅读次数:
0
历年考试情况-计算机与软件工程知识考试题型说明 | 知识点 | 考查内容 | | | | | 软件工程基础知识 | 开发模型、设计原则、测试方法、质量特征、CMM、Pert图、风险管理 | | 面向对象 | 面向对象基本概念、面向对象分析与设计、UML、设计模式 | | 数据结构与算法 | 数组、栈 ...
分类:
其他好文 时间:
2021-04-27 15:06:37
阅读次数:
0
Oracle OCP 19c 认证1Z0-083考试题库(第2题)-CUUG内部学员版083题库解析 2、Choose three. In which three situations can you use threshold server-generated alerts to help dia ...
分类:
数据库 时间:
2021-02-24 12:52:20
阅读次数:
0
Oracle OCP 19c 认证1Z0-082考试题库(第6题)-CUUG整理 You have been tasked to create a table for a banking application. One of the columns must meet three requirem ...
分类:
数据库 时间:
2021-02-23 14:20:15
阅读次数:
0
Oracle OCP 19c 认证1Z0-082考试题库(第5题)-CUUG收集整理 5.A database is configured to use automatic undo management with temporary undo enabled. An UPDATE is execu ...
分类:
数据库 时间:
2021-02-23 14:07:10
阅读次数:
0
原创LinuxerLinux阅码场2017-07-02填空题Linux的设备驱动分为_三类,串口是什么类型设备__?2.下面的程序,在UbuntuPC的terminal运行,打印几个hello__main(){fork();printf("hello\n");fork();printf("hello\n");while(1);}3.用>=,>,=,<,<=连接进程的如下4个
分类:
系统相关 时间:
2020-12-05 10:27:38
阅读次数:
9
这里放一些我参加过的考试题和比赛题中没想出来的题(所以可能不仅仅是毒瘤的思维题,还有可能有简单的思维题以及窜进来的数学数据结构之类的题)。 可能会有一少部分的平时的练习题。 CF351E Jeff and Permutation 给出数组 \(a\) ,你可以改变每个数的正负,求逆序对数最少是多少。 ...
分类:
其他好文 时间:
2020-11-11 16:36:12
阅读次数:
8
差一步想出来的考试题(以及码农题),用到了曼哈顿切比雪夫的转化。 ...
分类:
其他好文 时间:
2020-09-17 18:15:12
阅读次数:
24
## CKA真题解析#### 1**Set configuration context $kubectl config use-context k8s. Monitor the logs of Pod foobar and Extract log lines corresponding to err... ...
分类:
其他好文 时间:
2020-09-17 15:56:26
阅读次数:
34
考试题 一、 简答题 1、let、const、var定义变量的区别是什么? let 块作用域 没有变量提升 不能重复声明 属于顶层对象 const 声明常量,不能修改 必须初始化 块作用域 没有变量提升 不能重复声明 属于顶层对象 var 没有块的概念 可以夸块访问,但是不能跨函数访问 会进行变量提 ...
分类:
其他好文 时间:
2020-09-17 13:37:24
阅读次数:
69