皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【多选题】
A Windows Communication Foundation (WCF) solution uses the following contract: [ServiceContract(SessionMode=SessionMode.Allowed)]public interface IMyService{ [OperationContract(IsTerminating=false)] void Initialize( ); [OperationContract(IsInitiating=false)] void DoSomething( ); [OperationContract(IsTerminating=true)] void Terminate( );} You need to change this interface so that: lnitialize is allowed to be called at any time before Terminate is called. DoSomething is allowed to be called only after Initialize is called, and not allowed to be called after Terminate is called. Terminate will be allowed to be called only after Initalize is called.Which two actions should you perform? (Each correct answer presents part of the sdution. Choose two)()。
A.
Change the ServiceContract attribute of the IMyService interface to the following. [ServiceContract(SessionMode=SessionMode.Required)]
B.
Change the ServiceContract attrbute of the IMyService interface to the following [ServiceContract(SessionMode=SessionMode.Allowed)]
C.
Change the OperationContract attribute of the Initialize operation to the following. [OperationContract(IsInitiating = true, IsTerminating = false)]
D.
Change the OperationContract attribute of the Terminate operation to the following [OperationContract(IsInitiating = false, IsTerminating = true)]
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【多选题】《2013年银行业消费者权益保护工作要点》指出,银行业消费者权益保护工作开始之初,银监会系统及银行业金融机构要加大金融知识宣传力度,逐步推动金融知识宣传的()。
A.
系统化
B.
持续化
C.
深入化
D.
特殊化
【简答题】这篇小说,用质朴的语言刻画了金大力这个普通得连他的大名都无人知晓的人物形象,也勾画出了人物生活的环境,从全文来看,作者有什么样的写作意图?请结合文本和现实,简要分析你的理解。
【单选题】压痛,出现面部红斑、蛋白尿而入院治疗。下列处理哪项不妥
A.
维持激素治疗
B.
安排在背阳的病室
C.
加强肢体锻炼
D.
慎用阿司匹林
E.
用清水洗脸
【单选题】对字符数组s赋初值。不合法的一个是_____。
A.
char s[]="Beijing";
B.
char s[20]={"Beijing"};
C.
char s[20];s="Beijing";
D.
char s[20]={'B','e','i','j','i','n','g'};
【单选题】. 皮亚杰将儿童的道德发展划分为 ( ) 四个阶段
A.
. 自我中心阶段 、 权力阶段 、 可逆性阶段 、 公正阶段
B.
. 自我中心阶段 、 权威阶段 、 可逆性阶段 、 公正阶段
C.
. 自我中心阶段 、 可逆性阶段 、 权力阶段 、 公正阶段
D.
. 自我中心阶段 、 可逆性阶段 、 权威阶段 、 公正阶段
【简答题】皮亚杰将儿童的道德认知发展分为自我中心阶段、权威阶段、()和()四个阶段。
【简答题】“中国梦”的具体表现是什么?
【多选题】监理工程师对承包商施工索赔的处理决定,承包商( )。
A.
必须执行
B.
可以不予理睬
C.
可以执行
D.
可以要求监理工程师重新考虑
E.
可以依据合同提交仲裁
【单选题】护生小李进行戴无菌手套的操练,老师应纠正的步骤是:
A.
戴手套前先洗手,戴口罩和工作帽。
B.
核对标签上的手套号码和灭菌日期。
C.
戴上手套的右手持另一手套的内面戴上左手。
D.
戴上手套的双手置腹部水平以上。
【单选题】( )将儿童道德判断分为自我中心、权威、可逆性和公正阶段。
A.
皮亚杰
B.
科尔伯格
C.
加德纳
D.
斯滕伯格
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题