计算机类 2021_09_23 每日一练


下列语句哪一个是错误的?(复选)

A.Cookie 的优点之一是存放在浏览器端,不会占用服务器端的空间。

B.服务器端文件存取即使在数据量很大时,也不会影响到存取效率。

C.数据库适合记录大量数据,可做读取、插入、删除、更新与查询。

D.打开数据库连接所花费的时间比查询少。

查看答案

servlet的生命周期;jsp与servlet的区别。

查看答案

objFSO.OpenAsTextStream(3,0)的第一个参数的意义是什么?

A.以只读的方式打开文本文件 B.以附加到文件后面的方式打开

文本文件

C.文本文件的格式为 Unicode D.文本文件的格式为 ASCII

查看答案

在 C++ 程序中调用被 C 编译器编译后的函数,为什么要加 extern “C”声明?

查看答案

A directory contains many a numbered sub-dir, and other files or directories as well. Each numbered

sub-dir contains pictures(only jpg or png) and other files. Some of the pictures are original, while the

others are the result of conversion from the original(jpg.jpg or png.png or jpg.png). Write a BASH

command/script. to list all those orphaned pictures whose original counterparts are missing.

查看答案