2023-06-07 15:33:19 +08:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en" class="notranslate" translate="no">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta http-equiv="Cache-Control" content="max-age=604800" />
|
|
|
|
|
<meta content="always" name="referrer" />
|
|
|
|
|
<meta name="renderer" content="webkit" />
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1" />
|
2023-02-21 16:24:34 +08:00
|
|
|
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
|
2023-06-07 15:33:19 +08:00
|
|
|
|
<meta http-equiv="Cache-Control" content="no-transform" />
|
|
|
|
|
<meta name="format-detection" content="telephone=no" />
|
|
|
|
|
<meta name="viewport" content="width=1226" />
|
2023-02-21 16:24:34 +08:00
|
|
|
|
<title>GitLink</title>
|
2023-06-07 15:33:19 +08:00
|
|
|
|
<meta
|
|
|
|
|
name="keywords"
|
|
|
|
|
content="头歌,EduCoder,信息技术实践教学,精品课程网,慕课MOOC"
|
|
|
|
|
/>
|
|
|
|
|
<meta name="google" content="notranslate" />
|
|
|
|
|
<meta http-equiv="Content-language" content="en" />
|
2023-02-21 16:24:34 +08:00
|
|
|
|
<!-- <meta name="Keywords" content="实践课程,项目实战,java实训,python实战,人工智能技术,后端开发学习,移动开发入门">
|
|
|
|
|
<meta name="Keywords" content="翻转课堂,高效课堂创建,教学模式">
|
|
|
|
|
<meta name="Keywords" content="实践项目,python教程,C语言入门,java书,php后端开发,app前端开发,数据库技术">
|
|
|
|
|
<meta name="Keywords" content="在线竞赛,计算机应用大赛,编程大赛,大学生计算机设计大赛,全国高校绿色计算机大赛"> -->
|
2023-06-07 15:33:19 +08:00
|
|
|
|
<meta
|
|
|
|
|
name="description"
|
|
|
|
|
content="头歌(EduCoder)是信息技术类实践教学平台。头歌(EduCoder)涵盖了计算机、大数据、云计算、人工智能、软件工程、物联网等专业课程。超60000个实训案例,建立学、练、评、测一体化实验环境。"
|
|
|
|
|
/>
|
2023-02-21 16:24:34 +08:00
|
|
|
|
<!-- <meta name="Description"
|
|
|
|
|
content="EduCoder实践课程,旨在于通过企业级实战实训案例,帮助众多程序员提升各项业务能力。解决学生、学员、企业员工等程序设计能力、算法设计能力、问题求解能力、应用开发能力、系统运维能力等。">
|
|
|
|
|
<meta name="Description"
|
|
|
|
|
content="EduCoder翻转课堂教学模式,颠覆了传统教学模式,让教师与学生的关系由“权威变成了“伙伴。将学习的主动权转交给学生,使学生可个性化化学,学生的学习主体得到了彰显。">
|
|
|
|
|
<meta name="Description" content="EduCoder实践项目为单个知识点关卡实践训练,帮助学生巩固单一弱点,强化学习。" >
|
|
|
|
|
<meta name="Description" content="EduCoder实践教学平台,各类大赛为进一步提高各类学生综合运用高级语言程序设计能力,培养创新意识和实践探索精神,发掘优秀软件人才。" > -->
|
|
|
|
|
<!--[if IE]>
|
2023-06-07 15:33:19 +08:00
|
|
|
|
<script>
|
|
|
|
|
window.location.replace("/upgrade-browser.html");
|
|
|
|
|
</script>
|
2023-02-21 16:24:34 +08:00
|
|
|
|
<![endif]-->
|
|
|
|
|
<script>
|
2023-06-07 15:33:19 +08:00
|
|
|
|
window.ENV = "build";
|
|
|
|
|
if (window.ENV !== "dev") {
|
|
|
|
|
console.log = new Function();
|
|
|
|
|
}
|
|
|
|
|
function IEVersion() {
|
|
|
|
|
var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
|
|
|
|
|
var isIE =
|
|
|
|
|
userAgent.indexOf("compatible") > -1 &&
|
|
|
|
|
userAgent.indexOf("MSIE") > -1; //判断是否IE<11浏览器
|
|
|
|
|
var isEdge = userAgent.indexOf("Edge") > -1 && !isIE; //判断是否IE的Edge浏览器
|
|
|
|
|
var isIE11 =
|
|
|
|
|
userAgent.indexOf("Trident") > -1 &&
|
|
|
|
|
userAgent.indexOf("rv:11.0") > -1;
|
|
|
|
|
if (isIE || isIE11) {
|
|
|
|
|
window.location.replace("/upgrade-browser.html");
|
2023-02-21 16:24:34 +08:00
|
|
|
|
}
|
2023-06-07 15:33:19 +08:00
|
|
|
|
}
|
|
|
|
|
IEVersion();
|
|
|
|
|
</script>
|
|
|
|
|
<link rel="stylesheet" href="/umi.2a6c1850.css" />
|
|
|
|
|
<script>
|
|
|
|
|
window.routerBase = "/";
|
|
|
|
|
</script>
|
|
|
|
|
<script>
|
|
|
|
|
//! umi version: 3.2.17
|
2023-02-21 16:24:34 +08:00
|
|
|
|
</script>
|
2023-06-07 15:33:19 +08:00
|
|
|
|
</head>
|
2023-02-21 16:24:34 +08:00
|
|
|
|
|
2023-06-07 15:33:19 +08:00
|
|
|
|
<body>
|
|
|
|
|
<div style="position: absolute; top: -2000px;">
|
|
|
|
|
<img
|
|
|
|
|
src="https://ali-cdn.educoder.net/images/avatars/LaboratorySetting/1nav?t=1609921874"
|
|
|
|
|
title="头歌"
|
|
|
|
|
/>
|
2023-02-21 16:24:34 +08:00
|
|
|
|
</div>
|
2023-06-07 15:33:19 +08:00
|
|
|
|
<div id="root"></div>
|
2023-02-21 16:24:34 +08:00
|
|
|
|
<div style="display: none;">
|
2023-06-07 15:33:19 +08:00
|
|
|
|
<script
|
|
|
|
|
type="text/javascript"
|
|
|
|
|
src="https://v1.cnzz.com/z_stat.php?id=1279928836&web_id=1279928836"
|
|
|
|
|
></script>
|
2023-02-21 16:24:34 +08:00
|
|
|
|
</div>
|
|
|
|
|
<script>
|
2023-06-07 15:33:19 +08:00
|
|
|
|
window.gtag = new Function();
|
2023-02-21 16:24:34 +08:00
|
|
|
|
</script>
|
|
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
|
|
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-198293321-1"></script>
|
|
|
|
|
<script>
|
|
|
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
|
window.gtag = function () { dataLayer.push(arguments); }
|
|
|
|
|
gtag('js', new Date());
|
|
|
|
|
|
|
|
|
|
gtag('config', 'UA-198293321-1');
|
|
|
|
|
</script> -->
|
|
|
|
|
|
2023-06-09 18:30:54 +08:00
|
|
|
|
<script src="/umi.ff3eac52.js"></script>
|
2023-06-07 15:33:19 +08:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|