欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

山西大同大学教务处学生端--送给学弟,学妹的礼物,可在PC端,手机端操作

程序员文章站 2023-10-11 15:34:16
转眼已是四年,想想自己大学即将结束,不由得让人感慨啊。这才刚开学几天,我就听到有同学在因为补考,选课的事情发愁。学校官方的教务处也可以登录,但是只限于登录而已,想要进行其他操作只能呵呵了。即使你的浏览器开了兼容模式也不一定可以操作。多半只能让其他同学帮你选课了。于是我分析了下学校的网站内容,下出了这 ......

  转眼已是四年,想想自己大学即将结束,不由得让人感慨啊。这才刚开学几天,我就听到有同学在因为补考,选课的事情发愁。学校官方的教务处也可以登录,但是只限于登录而已,想要进行其他操作只能呵呵了。即使你的浏览器开了兼容模式也不一定可以操作。多半只能让其他同学帮你选课了。于是我分析了下学校的网站内容,下出了这个教务处学生端的网页。算是对的起自己所学的东西吧。教师端的话没账号没法试,以后有机会了写下。

  其实,这个文档在去年11月份就编辑完了,因为那会要评教。只是那会一直没写css,只有个网页的骨架,同时还在忙其他的事就没时间完善,只因网页网页太丑不敢发出去,就只在在班里发了一下。希望大家可以谅解,刚好今天有时间就完善了一下,发出来,为大家贡献一下。

  下载方法:

    链接:https://pan.baidu.com/s/1njeoy4ovyehjdakcuczwnw
    提取码:ow8h

  

  验证:    

    md5: 2940a98898d3646a90838ee47f840f1d

    sha1:a199937a8c8a08a813f8d338024aa6c0f35e0857

    sha256:cbdefc64fd0954f0494939e9a6fdcb9865558b7b133b796eae57736621902ec8


  使用方法:

    1.在pc端或者手机端,下载上面的文件

        山西大同大学教务处学生端--送给学弟,学妹的礼物,可在PC端,手机端操作

    2.直接用浏览器打开,根据提示操作就好

      点击登录下的可用端口登录,登录之后会跳转到正常的教务处登录页面,然后一直回退到此页面(注意:登录后就不用管正常的页面了,直接选择这个页面操作),然后你就可以点击下面的功能开始使用了。手机端和pc端均适用。

      山西大同大学教务处学生端--送给学弟,学妹的礼物,可在PC端,手机端操作

       山西大同大学教务处学生端--送给学弟,学妹的礼物,可在PC端,手机端操作    山西大同大学教务处学生端--送给学弟,学妹的礼物,可在PC端,手机端操作

 

 

   

  源码(正常的话要分离网页的dom,表示层,行为层的,但是这样就会有3个文件产生,防止有些同学下载的不全,也没有网站的操作知识,我就都写到一个文档里了):

  山西大同大学教务处学生端.html

    如果不想下载,可以直接复制下面代码到,本地记事本中,然后保存,文件名随便,之后改后缀为html就好。

<!doctype html>
<html lang="en">
<head>
    <title>大同大学教务处学生端口</title>
    <meta charset="utf-8">
    <style>
        body {
    padding:0 10%;
    font-family: "helvetica" ,"arial",serif;
    color: #333;
    background: #ccc;
    margin: 1em 10%;
}
p{
    font-weight: bold;
    font-size:1em;
    color:#cc6666;
    padding-left: 2em;
    line-height: 2em;
    display: inline
}
dl{
    padding:0;
}
dt {
    line-height: 2em;
}

h3{
    clear: left;
    color: #000;
    background-color: transparent;

}

dd{
    float:left;
    padding: 1em 0.5em;
    display: inline-block;
    text-align: center;
    width:7em;
    border: 1px solid black;
    height:2em;
    background-color: #366;
    line-height: 2em;
    color:#ccc;
    text-overflow: ellipsis ;
    overflow: hidden;
    margin-bottom:2em;
}

dd:hover{
    width:10em;
}

a{
    display: inline-block;
    width:7em;
    height:2em;
    color:#ccc;
    background-color: transparent;
    font-weight: bold;
    text-decoration: none;
    font-size: 1em;
}
a:hover{
    font-size: 1.2em;
    color: #fff;
}
#feiquan_name{
    text-align: center;
    width:9em;
}
#feiquan_name:hover{
    width:9em;
}

#feiquan_email{
    width:15em;
    text-align: center;
    
}

#feiquan_emali:hover{
    width:15em;
}

#feiquan_name_content{
    display: inline-block;
    width:9em;
    height:2em;
    color:#fff;
    background-color: transparent;
    font-weight: bold;
    font-size: 1em;
    margin-top:-1em;
}

#feiquan_email_content{
    display: inline-block;
    width:15em;
    height:2em;
    color:#fff;
    background-color: transparent;
    font-weight: bold;
    font-size: 1em;
    margin-top:-1em;
}

hr{
    clear: left;
}
    </style>

</head>
<body>
    <h3 >使用说明</h3>
    <p> 点击登录下的可用端口登录,登录之后会跳转到正常的教务处登录页面,然后一直回退到此页面,然后你就可以点击下面的功能开始使用了。手机端和pc端均适用。</p>

    <script >
        var baseurl="http://211.82.47.6";

const add=[
    ["","","/findpasswordaction.do?oper=infor"],
    ["","","/findpasswordaction.do?oper=findpassword"]
];

const array_all = [["000000", "登录", ""]
    , ["", "端口1", "http://211.82.47.2"]
    , ["", "端口2", "http://211.82.47.3"]
    , ["", "端口3", "http://211.82.47.6"]
    , ["", "端口4", "http://211.82.47.7"]


    , ["007001", "我需留意", ""]

    , ["007001001", "概览", "/outlineaction.do"]

    , ["007001002", "查看消息", "/xsxxviewaction.do"]

    , ["007001003", "常用文件下载", "/fileuploaddownloadaction.do?actiontype=4"]


    , ["008001", "学籍管理", ""]

    , ["008001001", "学籍信息", "/xjinfoaction.do?oper=xjxx"]

    , ["008001002", "个人信息", "/userinfo.jsp"]

    , ["008001003", "学籍异动", "/xjinfoaction.do?oper=ydxx"]

    , ["008001004", "奖惩信息", "/xjinfoaction.do?oper=jcxx"]

    , ["008001005", "辅修方案注册", "/xsfabgsqaction.do?oper=faxdsq1"]

    , ["008001006", "电子注册", "/dzzcaction.do"]

    , ["008002", "学生异动", ""]

    , ["008002001", "学籍异动申请", "/xjydcxaction.do"]

    , ["008003", "毕业设计", ""]

    , ["008003001", "网上选题", "/xtcxaction.do"]

    , ["008003002", "论文提交", "/lwtjaction.do?type=showxtjg"]

    , ["008003003", "毕业设计成绩查询", "/queryaction.do"]

    , ["008003004", "优秀毕业设计名单查询", "/lwyxsjaction.do"]


    , ["009001", "选课管理", ""]

    , ["009001001", "选课公告", "/ckgg.jsp?type=1"]

    , ["009001002", "网上选课", "/xkaction.do"]

    , ["009001003", "选课结果", "/xkaction.do?actiontype=6"]

    , ["009001004", "退课", "/xkaction.do?actiontype=7"]

    , ["009001005", "无效选课结果", "/xkaction.do?actiontype=16"]

    , ["009002", "本学期课表", ""]

    , ["009002001", "本学期课表", "/xkaction.do?actiontype=6"]

    , ["009002002", "历年课表", "/lnkbcxaction.do"]

    , ["009003", "实验课选课", ""]

    , ["009003001", "实验课选课", "/syglsyxkaction.do?ejkch=&oper=gotosykclist"]

    , ["009003002", "本学期综合课表", "/syglsyxkaction.do?&oper=xsxkkcball"]

    , ["009003003", "未选中,已删除课程", "/syglsyxkaction.do?oper=syxkwcgall"]


    , ["010001", "评估", ""]

    , ["010001001", "评估公告", "/ckgg.jsp?type=-1"]

    , ["010001002", "教学评估", "/jxpgxsaction.do?oper=listwj"]

    , ["010001003", "毕业生评估", "/byspgxsaction.do?oper=listwj"]

    , ["010001004", "教材评估", "/studentaction.do?oper=stu"]


    , ["011001", "考务管理", ""]

    , ["011001001", "考试安排", "/ksapcxaction.do?oper=getksapxx"]

    , ["011001002", "考试报名", "/kwbmaction.do?oper=getkslist"]

    , ["011001003", "考试成绩", "/cjsearchaction.do?oper=getkscjlist"]


    , ["012001", "教学资源", ""]

    , ["012001001", "教室课表", "/jskbcxaction.do?oper=jskb_lb"]

    , ["012001002", "教师课表", "/lskbcxaction.do?oper=lskb_lb"]

    , ["012001003", "班级课表", "/bjkbcxaction.do?oper=bjkb_lb"]

    , ["012001004", "课程课表", "/kckbcxaction.do?oper=kckb_lb"]

    , ["012002", "自习查询", ""]

    , ["012002001", "自习教室(无课教室)", "/xszxcxaction.do?oper=xszxcx_lb"]

    , ["012002002", "教室使用状况查询", "/jxlcxaction.do?oper=ori"]


    , ["013001", "成绩查询", ""]

    , ["013001001", "全部及格成绩", "/gradelnallaction.do?type=ln&oper=qb"]

    , ["013001002", "课程属性成绩", "/gradelnallaction.do?type=ln&oper=sx"]

    , ["013001003", "方案成绩", "/gradelnallaction.do?type=ln&oper=fa"]

    , ["013001004", "不及格成绩", "/gradelnallaction.do?type=ln&oper=bjg"]

    , ["013001005", "本学期成绩", "/bxqcjcxaction.do"]

    , ["013002", "培养方案完成情况", ""]

    , ["013002001", "方案完成情况", "/gradelnallaction.do?type=ln&oper=lnfaqk&flag=zx"]

    , ["013003", "指导性计划完成情况", ""]

    , ["013003001", "指导性教学计划", "/gradelnallaction.do?type=ln&oper=lnjhqk"]

    , ["013004", "课程", ""]

    , ["013004001", "本学期课程安排", "/coursesearchaction.do?temp=1"]

    , ["013004002", "课程基本信息", "/kclbaction.do"]

    , ["013005", "教材", ""]

    , ["013005001", "教材查询", "/jcglaction.do?actiontype=1&oper=xs"]

    , ["013005002", "教材选定查询", "/jcxxaction.do?actiontype=3&oper=xs"]

    , ["013005003", "教材领取查询", "/jcxxaction.do?actiontype=4&oper=xs"]

    , ["013006", "收费", ""]

    , ["013006001", "收费标准查询", "/sfcxaction.do?oper=current"]

    , ["013007", "综合审查", ""]

    , ["013007001", "审查体系", "/sctxqueryaction.do?oper=currentsctxquery"]

    , ["013007002", "审查结论", "/scjlqueryaction.do?oper=currentscjlquery"]

    , ["", "作者", ""]
    , ["", "姓名:feiquan", "feiquan_name"]
    , ["", "邮箱:2283320260@qq.com", "feiquan_email"]

];

function showallurl(){
    var body=document.getelementsbytagname("body")[0];
    var dlist=document.createelement("dl");
    for (var i=0;i< array_all.length;i++){
        var data=array_all[i];

        if (data[2]=="feiquan_name" || data[2]=="feiquan_email"){
            var ddesc=document.createelement("dd");
            ddesc.id=data[2];
            var h=document.createelement("h5");
            h.id=data[2]+"_content";
            var nobr=document.createelement("nobr");
            var text=document.createtextnode(data[1]);
            nobr.appendchild(text)
            h.appendchild(nobr);
            ddesc.appendchild(h);
            dlist.appendchild(ddesc);
        }  else if ( data[2]!="" ){
            var ddesc=document.createelement("dd");
            var a=document.createelement("a");
            a.setattribute("href","#");
            a.setattribute("onclick","openurl(\""+data[2]+"\"); return false");
            var nobr=document.createelement("nobr");
            var text=document.createtextnode(data[1]);
            nobr.appendchild(text)
            a.appendchild(nobr);
            ddesc.appendchild(a);
            dlist.appendchild(ddesc);
        }
        else {
            var hr=document.createelement('hr');
            var dtitle=document.createelement("dt");
            var h=document.createelement("h3");
            var text=document.createtextnode(data[1]);
            h.appendchild(text);
            dtitle.appendchild(h);
            dlist.appendchild(hr);
            dlist.appendchild(dtitle);

        }
    }
    body.appendchild(dlist);
}


function openurl(suburl){
    if (suburl.indexof("http")!=-1){
        url=baseurl=suburl
    } else {
        url=baseurl+suburl;
    }
    window.open(url,"newwindow");
}

function addloadevent(func){
    var oldonload=window.onload;
    if (typeof window.onload != 'function'){
        window.onload=func;
    }else {
        window.onload=function(){
            oldonload();
            func();
        }
    }
}

addloadevent(showallurl);
    </script>
</body>
</html>

  如果在使用过程中有任何疑问可直接发我邮箱 2283320260@qq.com ,或者在下方留言。

 

版权

作者:feiquan

出处:http://www.cnblogs.com/feiquan/

版权声明:本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。

大家写文都不容易,请尊重劳动成果~ 这里谢谢大家啦(*/ω\*)