金莎直播app下载新人权益 - 金莎直播app下载

金莎直播app下载新人权益创新创业金莎直播app下载新人权益简介

金莎直播app下载新人权益创新创业金莎直播app下载新人权益成立于2013年1月,是全国第一批成立独立建制创新创业金莎直播app下载新人权益(创新创业金莎直播app下载新人权益工作领导小组办公室)的高校。 同类内容金莎直播app下载新人权益兼具行政职能部门和二级金莎直播app下载新人权益双重属性,下设创新部、创业部、教学部和创新创业金莎直播app下载新人权益教研室(挂靠)。现有专职工作人员5人。

金莎直播app下载新人权益全面贯彻党的金莎直播app下载新人权益方针,紧紧围绕立德树人根本任务,锚定金莎直播app下载新人权益高质量发展和高水平应用型大学建设的目标定位,弘扬“创新成才、创业报国”双创育人理念,积极构建了“三联三融、五维共进”双创金莎直播app下载新人权益生态体系,聚力形成了创新创业金莎直播app下载新人权益“大融合”工作格局,倾心打造了具有聊大特色的“MN+”金莎直播app下载新人权益化创新创业实践育人金莎直播app下载新人权益模式,以创新创业为导向的新型人才培养聊大新范式成效得到不断涌现,大金莎直播app下载新人权益创新精神、创业意识和创新创业能力得到明显提升,双创金莎直播app下载新人权益助力拔尖创新人才培养成效不断彰显。 同题参见

 

更多内容

若需了解「金莎直播app下载新人权益」的上下文,可结合站内栏目与相关篇目对照查看。

栏目用于追新,文内链接用于对照细节。这样安排可减少漏读与重复检索。

若从搜索引擎进入,可先确认当前栏目名称,再按需打开相关阅读。

  1. 其它荣誉
  2. 校内基地
  3. 网站首页
  4. 校内导师
  5. 金莎直播app下载新人权益级政策
  6. 校外基地
  7. 双创动态
  8. 双创成果
  9. 学术成果

内容地图

bmjj / 网站首页 / bmgk

创新创业智能体
${res.data.historyConversation[i].conversationContent}
`); } else if (res.data.historyConversation[i].role === "user") { aiChatBody.append(`
${res.data.historyConversation[i].conversationContent}
`); } } } else { aiChatBody.append(`
创新创业智能体
您好呀,我是该网站的创新创业智能向导,有关该大创的所有问题都可以问我哦~针对您的问题,我将会及时给出回复,助您快速了解大创的相关信息!
`); } refreshAiChatBodyHeight(); }, error: function(jqXHR, textStatus, errorThrown) { console.error("AJAX request failed: " + textStatus); } }) } function apiKeySelfCheck() { jQuery.ajax({ url: "https://wiscom.donglistudio.com/ai/base/apiKeySelfCheck", type: "GET", dataType: "json", beforeSend: function(xhr) { xhr.setRequestHeader("token", window.localStorage.getItem("token")); }, success: function(_) { }, error: function(jqXHR, textStatus, errorThrown) { console.error("AJAX request failed: " + textStatus); } }) } function sendAiText() { const aiTextareaVal = aiTextarea.val(); aiTextarea.val(""); aiChatBody.append(`
${aiTextareaVal}
`); refreshAiChatBodyHeight(); fetch("https://wiscom.donglistudio.com/ai/chat/conversationReply", { method: "POST", body: JSON.stringify({ "message": aiTextareaVal ? aiTextareaVal : "你好", "characterId": window.localStorage.getItem("characterId"), "supportFunctionCall": false }), headers: { "content-type": "application/json", "token": window.localStorage.getItem("token") } }) .then(async function(response) { const reader = response.body.pipeThrough(new TextDecoderStream()).getReader(); let buffer = ""; let flag = false; let data = ''; while (true) { let { done, value } = await reader.read(); if (done) break; buffer += value; let messages = buffer.split("\n"); // 使用换行符作为分隔符 buffer = messages.pop(); // 保留最后一部分可能是不完整的消息 for (let message of messages) { if (message) { try { data += JSON.parse(message.replace('undefined', '')).data.reply; if (!flag) { aiChatBody.append(`
创新创业智能体
${data}
`); flag = true; } else { const lastChild = aiChatBody.children().last(); lastChild.html(`
创新创业智能体
${data}
`); } refreshAiChatBodyHeight(); } catch (_) { } } } } }).then(function (_) { isAiChatResponding = false; aiSend.css("backgroundColor", "#0277bd"); }); } function refreshAiChatBodyHeight() { const currentHeight = aiChatBody.prop("scrollHeight"); if (currentHeight != previousHeight) { // 如果高度发生变化,将滚动条设置到最底部 aiChatBody.scrollTop(aiChatBody[0].scrollHeight); previousHeight = currentHeight; } } (function() { if (!window.localStorage.getItem("token")) { jQuery.ajax({ url: "https://wiscom.donglistudio.com/common/user/public/aiAgent/login/lcuCollegeOfInnovationAndEnterprenurship", type: "GET", crossOrigin: true, dataType: "json", success: function(res) { window.localStorage.setItem(res.data.tokenName, res.data.tokenValue); getAiCharacterId(); apiKeySelfCheck(); }, error: function(jqXHR, textStatus, errorThrown) { console.error("AJAX request failed: " + textStatus); } }) } else { getChatHistory(); apiKeySelfCheck(); } })() document.addEventListener("keydown", function (e) { if (e.key === "Enter" && e.shiftKey && isAiChatOpen) { if (isAiChatResponding) return; aiSend.css("backgroundColor", "#e0e9e8"); isAiChatResponding = true; sendAiText(); } if (e.key === 'Escape' && isAiChatOpen) { isAiChatOpen = false; aiTextarea.val(""); aiChat.css("opacity", 0); } }) aiTextarea.on("keydown", function (e) { if (e.key === "Enter" && e.shiftKey && isAiChatOpen) { if (isAiChatResponding) return; aiSend.css("backgroundColor", "#e0e9e8"); isAiChatResponding = true; sendAiText(); } }) aiButton.on("click", function() { isAiChatOpen = true; aiTextarea.focus(); aiChat.css({ "opacity": 1, "display": "block" }); }) aiChatClose.on("click", function() { isAiChatOpen = false; aiTextarea.val(""); aiChat.css({ "opacity": 0, "display": "none" }); }) aiSend.on("click", function() { if (isAiChatResponding) return; aiSend.css("backgroundColor", "#e0e9e8"); isAiChatResponding = true; sendAiText(); })
公开资讯滚动更新。建议通过站内栏目继续浏览,核对最新条目。
公开资讯滚动更新。建议通过站内栏目继续浏览,核对最新条目。