4、$(“#my”)可以选择页面中ID为my的元素。
第1题:
A.右击“My.DOC”文件图标,在快捷菜单中选择“新建”菜单项
B.右击“My.DOC”文件图标,在快捷菜单的“发送到”级联菜单中选择“桌面快捷方式”菜单项
C.右击“My.DOC”文件图标,在快捷菜单中选择“创建快捷方式”菜单项
D.右击“My.DOC”文件图标,在快捷菜单中选择“属性”菜单项
第2题:
A.在jsp:userBean标记中,id属性的值必须和bean的类名相同
B.在jsp:userBean标记中,scope属性可有可无,如果没的默认为“page”
C.在jsp:userBean标记中,必须给出完全限定的类名,比如mybean在my.mypackage包中,则jsp:userBean标记中的class属性值为:my.mypackage.mybean
D.在jsp:userBean标记中,id属性可以不写,则必须有class属性
第3题:
阅读以下说明和C语言代码,回答问题1至问题4,将解答填入答题纸的对应栏内。
[说明]
有两个任务(编号分别为0和1)需要访问同一个共享资源,为了解决竞争条件(race condition)的问题,需要实现一种互斥机制,使得在任何时刻只能有一个任务访问该共享资源。代码一给出了一种实现方法。
[代码一]
1: int flag[2]; /* flag 数组,初始化为FALSE */
2: Enter_Critical_Section(int my_task_id, int other_task_id)
3: {
4: while (flag[other_task_id] == TRUE); /* 空循环语句 */
5: flag[my_task_id] = TRUE;
6: }
7: Exit_Critical_Section(int my_task_id, int other_task_id)
8: {
9: flag[my_task_id] = FALSE;
10: }
当一个任务要访问临界资源时,就可以调用代码一给出的这两个函数。代码二给出了任务0的一个例子。
[代码二]
Enter_Critical_Section(0,1);
…使用这个资源…
Exit_Critical_Section(0,1);
…做其他事情…
什么是临界资源(critical resource)?请用100字以内文字简要说明。
第4题:
A: to stamp my passport
B: for stamping my passport
C: to have stamped my passport
D: to have my passport stamped
第5题:
假如您需要找出/etc/my.conf文件属于哪个包(package),您可以执行()。
A.rpm-q/etc/my.conf
B.rpm-requires/etc/my.conf
C.rpm-qf/etc/my.conf
D.rpm-q|grep/etc/my.conf
第6题:
类MyClass的定义如下: class MyClass { public: MyClass(){} MyClass(int i) { value=new int(i); } int *value; }; 若要对类中的value赋值,则下面的语句中,正确的是( )。
A.MyClass my;my.value=10;
B.MyClass my;*my,value=10;
C.MyClass my;my.*value=10;
D.MyClass my(10);
第7题:
“女神”的词最初来源于?()
第8题:
在J2EE中,以下在JSP中使用JavaBean的描述,正确的是()
第9题:
下面语句正确的是()
第10题:
HTML5中的form属性,可以把表单内的子元素写在页面中的任一位置,只需为这个元素指定form属性并设置属性值为该表单的id即可
第11题:
假如您需要找出/etc/my.conf文件属于哪个包(package),您可以执行()。
第12题:
第13题:
A.在jsp:useBean标记中,id属性的值必须和bean的类名相同
B.在jsp:useBean标记中,scope属性可有可无,如果没有,默认值为“page”
C.在jsp:useBean标记中,必须给出完全限定的类名。比如mybean在my.mypackage包中,则在jsp:useBean标记中的class属性的值为my.mypackage.mybean
D.在jsp:useBean标记中,id属性可以不写,但如果没有写id属性,则必须要有calss属性
第14题:
请分析以下程序。 int main() { pid_t pid; pid = fork(); if(pid==0) printf("I am the child process, my process ID is%d\n",getpid()); else printf("I am the parent process, my process ID is%d\n",getpid());} 那么,该程序正确运行后的结果是
A.I am the child process, my process ID is 3744 I am the parent process, my process ID is 3987
B.I am the child process, my process ID is 3744
C.I am the parent process, my process ID is 3987
D.不输出任何信息
第15题:
A、None of my parents is a teacher
B、Neither of my parents is a teacher
C、Either of my parents is a teacher
D、Both my parents are not teachers
第16题:
I am the relieving/ in-coming third officer, here is my ID card.
第17题:
建立项目文件,名为my。
(2)将数据库nba添加到新建立的项目当中。
(3)修改表单my,将其中的命令按钮删除。
(4)把表单my添加到项目my中。
第18题:
配位滴定分析中测定单一金属离子的条件是()。
第19题:
html页面中有一个ul,id为“menulist”,name为“mymenu”,这个ul标签中有五个li标签,通过()可以获得这个ul标签中的五个li元素。
第20题:
在J2EE中,以下对于在JSP中使用JavaBean的描述,正确的是()。
第21题:
document对象的()函数可以通过页面元素的ID来获得页面元素引用,如果没有对应ID的页面元素,函数返回。
第22题:
阿里巴巴专业术语中,MA的全称是()
第23题:
rpm-q/etc/my.conf
rpm-requires/etc/my.conf
rpm-qf/etc/my.conf
rpm-q
第24题:
Who Stole My Cheese?
Who Got My Cheese?
Who Moved My Cheese?
Who Touched My Cheese?