问题详情

为了从用户菜单返回到默认的系统菜单,应该使用命令:SET【13】T()DEFAULT

未搜索到的试题可在搜索页快速提交,您可在会员中心"提交的题"快速查看答案。 收藏该题
查看答案

相关问题推荐

原始的消息称为明文,加密后的消息称为__________。

为了保障网络安全,防止外部网对内部网的侵犯,一般需要在内部网和外部公共网之间设置__________。

10. class Line {  11. public class Point { public int x,y; }  12. public Point getPoint() { return new Point(); }  13. }  14. class Triangle {  15. public Triangle() {  16. // insert code here  17. }  18. }  Which code, inserted at line 16, correctly retrieves a local instance of a Point object?() 

A、 Point p = Line.getPoint();

B、 Line.Point p = Line.getPoint();

C、 Point p = (new Line()).getPoint();

D、 Line.Point p = (new Line()).getPoint();

数据模型按不同的应用层次分成三种类型,它们是_________、逻辑数据模型和物理数据模型。

服务器的分类标准有多种,按服务器的机箱结构划分可分为台式服务器、机架式服务器、__________服务器和刀片式服务器四类。

联系客服 会员中心
TOP