• 2021-04-14 问题

    【多选题】13 13 13 13 A. 13 13 B. 13 13 C. 13 13 D. 13 13

    【多选题】13 13 13 13 A. 13 13 B. 13 13 C. 13 13 D. 13 13

  • 2021-04-14 问题

    【单选题】13 13 13 13 A. 13 B. 13 C. 13 D. 13

    【单选题】13 13 13 13 A. 13 B. 13 C. 13 D. 13

  • 2022-06-28 问题

    确定芯柱截面尺寸下列方法不正确的是 。 A: 3,≥250 B: h/3,≥250 C: D/4,≥250 D: D/3,≥250

    确定芯柱截面尺寸下列方法不正确的是 。 A: 3,≥250 B: h/3,≥250 C: D/4,≥250 D: D/3,≥250

  • 2021-04-14 问题

    在HTML中 标记的作用是 A. 在窗口中划一条水平线 B. 换行 C. 设置链接 D. 插入表格 正确答案:D 学生答案:B 错误 得分:0.0 分 取消 确定 
 Zepto(function($){
 
 //$("img:not(.ans-formula-moudle,.goTop)").on('click',function(){
 $("img:not(.ans-formula-moudle)").not('.goTop').on('click',function(){
 var url = $(this).attr("src");
 jsBridge.postNotification("CLIENT_PREVIEW_IMAGES", {
 imageUrls : [{
 imageUrl : url,
 getOriginSize : 1
 }],
 showIndex : 0
 });
 });
 
 
 $('.folding').each(function(index){
 var folding = $(this);
 folding.tap(function(){
 var zlo_opened = folding.find("a");
 if(zlo_opened.hasClass("zlo_opened")){
 folding.next().hide();
 zlo_opened.removeClass("zlo_opened");
 }else{
 folding.next().show();
 zlo_opened.addClass("zlo_opened");
 }
 });
 });
 
 });
 
 $('.folding2').each(function(index){
 var folding = $(this);
 folding.tap(function(){
 var zlo_opened = folding.find("a");
 if(zlo_opened.hasClass("zlo_opened")){
 folding.next().fadeOut();
 zlo_opened.removeClass("zlo_opened");
 $(folding.next()).data("loaded",true);
 }else{
 folding.next().fadeIn();
 zlo_opened.addClass("zlo_opened");
 if(!$(folding.next()).data("loaded")){
 voteStatistic(folding.next(),zlo_opened.attr("data"));
 }
 }
 });
 });
 
 function _jsBridgeReady() {
 var icon = ServerHost.moocDomain + "/images/work/phone/reWork.png";
 jsBridge.postNotification('CLIENT_CUSTOM_MENU', {
 show : '1',
 icon : icon,
 menu : '',
 option : "rework()",
 index : '0',
 width : '65',
 height : '18'
 });
 
 jsBridge.bind('CLIENT_REFRESH_EVENT', function(object){
 window.location.reload();
 });
 }
 
 function rework() {
 var answerId = $("#examAnswerId").val();
 var relationId = $("#examRelationId").val();
 var courseId = $("#courseId").val();
 var classId = $("#classId").val();
 
 $(".cx_alert-txt").html("打回后学生需要重新提交考试!");
 $("#okBtn").html("打回");
 $(".cx_alert").css("display", "block");
 $(".cx_alert-box").css("display", "block");
 $("#okBtn").unbind();
 $("#cancelBtn").unbind();
 $("#okBtn").on("click", function() {
 $(".cx_alert").css("display", "none");
 $(".cx_alert-box").css("display", "none");
 var url = "/exam/phone/reTest?classId=" + classId + "&answerId=" + answerId + "&relationId=" + relationId + "&courseId=" + courseId;
 $.ajax({
 url : url,
 type : 'get',
 dataType : 'json',
 success : function(data) {
 openWindowHintClient(1, data.msg, function() {
 jsBridge.postNotification("CLIENT_REFRESH_STATUS", {
 "status" : 1
 });
 jsBridge.postNotification('CLIENT_EXIT_LEVEL', {
 message : ''
 });
 }, 1000);
 }
 });
 });
 $("#cancelBtn").on("click", function() {
 $(".cx_alert").css("display", "none");
 $(".cx_alert-box").css("display", "none");
 });
 }
 
/images/phone/goTop.png

    在HTML中 标记的作用是 A. 在窗口中划一条水平线 B. 换行 C. 设置链接 D. 插入表格 正确答案:D 学生答案:B 错误 得分:0.0 分 取消 确定 
 Zepto(function($){
 
 //$("img:not(.ans-formula-moudle,.goTop)").on('click',function(){
 $("img:not(.ans-formula-moudle)").not('.goTop').on('click',function(){
 var url = $(this).attr("src");
 jsBridge.postNotification("CLIENT_PREVIEW_IMAGES", {
 imageUrls : [{
 imageUrl : url,
 getOriginSize : 1
 }],
 showIndex : 0
 });
 });
 
 
 $('.folding').each(function(index){
 var folding = $(this);
 folding.tap(function(){
 var zlo_opened = folding.find("a");
 if(zlo_opened.hasClass("zlo_opened")){
 folding.next().hide();
 zlo_opened.removeClass("zlo_opened");
 }else{
 folding.next().show();
 zlo_opened.addClass("zlo_opened");
 }
 });
 });
 
 });
 
 $('.folding2').each(function(index){
 var folding = $(this);
 folding.tap(function(){
 var zlo_opened = folding.find("a");
 if(zlo_opened.hasClass("zlo_opened")){
 folding.next().fadeOut();
 zlo_opened.removeClass("zlo_opened");
 $(folding.next()).data("loaded",true);
 }else{
 folding.next().fadeIn();
 zlo_opened.addClass("zlo_opened");
 if(!$(folding.next()).data("loaded")){
 voteStatistic(folding.next(),zlo_opened.attr("data"));
 }
 }
 });
 });
 
 function _jsBridgeReady() {
 var icon = ServerHost.moocDomain + "/images/work/phone/reWork.png";
 jsBridge.postNotification('CLIENT_CUSTOM_MENU', {
 show : '1',
 icon : icon,
 menu : '',
 option : "rework()",
 index : '0',
 width : '65',
 height : '18'
 });
 
 jsBridge.bind('CLIENT_REFRESH_EVENT', function(object){
 window.location.reload();
 });
 }
 
 function rework() {
 var answerId = $("#examAnswerId").val();
 var relationId = $("#examRelationId").val();
 var courseId = $("#courseId").val();
 var classId = $("#classId").val();
 
 $(".cx_alert-txt").html("打回后学生需要重新提交考试!");
 $("#okBtn").html("打回");
 $(".cx_alert").css("display", "block");
 $(".cx_alert-box").css("display", "block");
 $("#okBtn").unbind();
 $("#cancelBtn").unbind();
 $("#okBtn").on("click", function() {
 $(".cx_alert").css("display", "none");
 $(".cx_alert-box").css("display", "none");
 var url = "/exam/phone/reTest?classId=" + classId + "&answerId=" + answerId + "&relationId=" + relationId + "&courseId=" + courseId;
 $.ajax({
 url : url,
 type : 'get',
 dataType : 'json',
 success : function(data) {
 openWindowHintClient(1, data.msg, function() {
 jsBridge.postNotification("CLIENT_REFRESH_STATUS", {
 "status" : 1
 });
 jsBridge.postNotification('CLIENT_EXIT_LEVEL', {
 message : ''
 });
 }, 1000);
 }
 });
 });
 $("#cancelBtn").on("click", function() {
 $(".cx_alert").css("display", "none");
 $(".cx_alert-box").css("display", "none");
 });
 }
 
/images/phone/goTop.png

  • 2021-04-14 问题

    某企业有两个必需的项目,甲、乙两个项目的现金流如下所示,其基准折现率为10%。 年份 0 1 2 3 4 5 6 7 8 9 甲 -1000 300 300 300 300 300 300 300 —— —— 乙 -900 250 250 250 250 250 250 250 250 250 假设你要在A、B 两个项目中做出选择,在比较之后,你觉得哪个项目更优?

    某企业有两个必需的项目,甲、乙两个项目的现金流如下所示,其基准折现率为10%。 年份 0 1 2 3 4 5 6 7 8 9 甲 -1000 300 300 300 300 300 300 300 —— —— 乙 -900 250 250 250 250 250 250 250 250 250 假设你要在A、B 两个项目中做出选择,在比较之后,你觉得哪个项目更优?

  • 2022-07-27 问题

    在凯恩斯交叉模型中,如果政府购买增加250,那么均衡收入水平将()。 A: 增加250 B: 增加,并且增加的量超过250 C: 减少250 D: 增加,但增加的量少于250

    在凯恩斯交叉模型中,如果政府购买增加250,那么均衡收入水平将()。 A: 增加250 B: 增加,并且增加的量超过250 C: 减少250 D: 增加,但增加的量少于250

  • 2022-06-04 问题

    首层构造柱的截面尺寸为 A: 240*240 B: 250*250 C: 300*300 D: 250*300

    首层构造柱的截面尺寸为 A: 240*240 B: 250*250 C: 300*300 D: 250*300

  • 2022-05-31 问题

    有梁板混凝土工程量计算。见下页图。 KL1(2)250×550 KL2(2)250×600 KL3(2A)250×600/250×400 KL4(2A)250×500/250×400 KL5(3)250×450 KL6(3)250×550 KL7(3)250×500 L1(2)200×400 L2(1)200×450 L3(1)200×400 L4(1)200×300 L5(1)200×400 KZ400×600 未注板厚均为100mmhttps://p.ananas.chaoxing.com/star3/origin/631ea7112f4cacdb9e8e18e40f8dd3b2.png

    有梁板混凝土工程量计算。见下页图。 KL1(2)250×550 KL2(2)250×600 KL3(2A)250×600/250×400 KL4(2A)250×500/250×400 KL5(3)250×450 KL6(3)250×550 KL7(3)250×500 L1(2)200×400 L2(1)200×450 L3(1)200×400 L4(1)200×300 L5(1)200×400 KZ400×600 未注板厚均为100mmhttps://p.ananas.chaoxing.com/star3/origin/631ea7112f4cacdb9e8e18e40f8dd3b2.png

  • 2021-04-14 问题

    “4×7×250=4×250×7”是根据推出的

    “4×7×250=4×250×7”是根据推出的

  • 2022-06-11 问题

    “保费”栏应填报( )。 A: 502/250/3 B: 502/250/2 C: 250美元 D: 此栏不填

    “保费”栏应填报( )。 A: 502/250/3 B: 502/250/2 C: 250美元 D: 此栏不填

  • 1 2 3 4 5 6 7 8 9 10