主页
知识大厅
搜索
账户
常见问题
当前学科:计算机应用基础
题目:
在查找文件时,通配符*与?的含义是
A. *表示任意多个字符,?表示任意一个字符
B. 查找*.?与?.*的文件是一致的
C. ?表示任意多个字符,*表示任意一个字符
D. *和?表示乘号和问号
答案:
<查看本题扣1积分>
查看答案
问题答案不对?抱歉,搜索引擎优化导致页面变化,请尝试站内搜索,远程教育试题库
推荐知识点:
注册会计师在哪些情况下可以披露客户的有关信息?
分级分税预算管理体制的要点
简述健康教育的程序。
In English, stressed syllables alternate with unstressed syllables in regular patterns, which is called the rhythm.
Timer控件决定该控件是否对时间的推移做响应的属性是
读下面程序,给出最后屏幕输出结果。public class BitwiseDemo { static final int VISIBLE = 1; static final int DRAGGABLE = 2; static final int SELECTABLE = 4; static final int EDITABLE = 8; public static void main(String[] args) { int flags = 0; flags = flags | VISIBLE; flags = flags | DRAGGABLE; if ((flags & VISIBLE) == VISIBLE) { if ((flags & DRAGGABLE) == DRAGGABLE) { System.out.println("Flags are Visible and Draggable."); } }flags = flags | EDITABLE; if ((flags & EDITABLE) == EDITABLE) { System.out.println("Flags are now also Editable."); } }}
内力包络图
听域
药物治疗是应激相关障碍的主要治疗方法。
情报
本网站数据均来自互联网 --2018