惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
Forbes - Security
Forbes - Security
Blog — PlanetScale
Blog — PlanetScale
P
Proofpoint News Feed
Apple Machine Learning Research
Apple Machine Learning Research
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
GbyAI
GbyAI
B
Blog RSS Feed
S
SegmentFault 最新的问题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
小众软件
小众软件
The Last Watchdog
The Last Watchdog
W
WeLiveSecurity
Webroot Blog
Webroot Blog
S
Security @ Cisco Blogs
Hugging Face - Blog
Hugging Face - Blog
Microsoft Security Blog
Microsoft Security Blog
月光博客
月光博客
博客园 - 聂微东
F
Fortinet All Blogs
H
Hacker News: Front Page
A
About on SuperTechFans
Application and Cybersecurity Blog
Application and Cybersecurity Blog
C
Check Point Blog
V
V2EX
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Y
Y Combinator Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
N
News | PayPal Newsroom
Cisco Talos Blog
Cisco Talos Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
The Cloudflare Blog
P
Privacy & Cybersecurity Law Blog
N
Netflix TechBlog - Medium
C
CXSECURITY Database RSS Feed - CXSecurity.com
Recorded Future
Recorded Future
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
大猫的无限游戏
大猫的无限游戏
美团技术团队
Security Latest
Security Latest
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
I
InfoQ
Recent Announcements
Recent Announcements
The GitHub Blog
The GitHub Blog
Google Online Security Blog
Google Online Security Blog
T
The Exploit Database - CXSecurity.com

博客园 - 高山流水200808

ubuntu安装HermesAgent接入Nous平台小米大模型和微信通道配置 沈阳2025中考各区各校人数估算 沈阳2025公办普高率分析 思科Cisco ASA5506-x防火墙内部用户无法使用PPTP连接到VPN - 高山流水200808 专利事务所信息Python爬取 对CSDN的理性吐槽 CSDN博客已经打不开了 apache2.4+tomcat8+jk1.2.40集群配置 使用Fiddle监听HTTPS网页 证书吊销 window下Apache-http-server(httpd-2.4.12)安装与配置 tomcat7.0.55配置HTTP强制跳转到HTTPS CentOS6.6升级openssl到1.0.2a openssl生成证书链多级证书 tomcat7.0.55配置单向和双向HTTPS连接(二) KeyStore和TrustStore Widows下利用OpenSSL生成证书 tomcat7.0.55配置单向和双向HTTPS连接 HTTP/1.1标准请求方法和状态码
大连交大教务一键教学评价
高山流水200808 · 2015-05-20 · via 博客园 - 高山流水200808

以前在贴吧发过,贴吧搜索现在越来越差了,最近几年的帖子都不让搜

原帖地址:http://tieba.baidu.com/p/3162751611

这里备份一段代码做个纪念

/**********************代码开始***********************************/
//设置框架
var mframe=window.frames["mainFrame"];

//设置名字值函数并添加到表单
function setnava(fo,na,va)
{
var i = mframe.document.createElement("input");
i.name =na;
i.value = va;
fo.appendChild(i);
};


//获取input标签
var list =mframe.document.getElementsByTagName("input");
//基本数据
var baseinfo=new Array();
//评价数据
var iteminfo=new Array();
var baselen = 9;
var ufid;
var uitemlen=20;
var usid;
var uitemid;
for(i=0;i<list.length;i++){
if(i < baselen)
baseinfo[i]={name:list[i].name,value:list[i].value}
if(list[i].name== 'fid')
ufid=parseInt(list[i].value)
}
usid=(ufid+1).toString();

for(i=0;i<uitemlen;i++){
iteminfo[i]=new Array();
uitemid=(ufid+2+i).toString();
iteminfo[i][0]={name:'itemid',value:uitemid};
iteminfo[i][1]={name:'sid'+uitemid,value:usid};
iteminfo[i][2]={name:'type'+uitemid,value:'0'};
iteminfo[i][3]={name:'content'+uitemid,value:''};
iteminfo[i][4]={name:'itemid'+uitemid,value:'100.0#5#34'};
}

//生成表单
var f =mframe.document.createElement("form");
mframe.document.body.appendChild(f);
f.action = "./putresult.jsdo";
f.name="from2";
f.method="post";

//写基本信息
for(i=0;i<baselen;i++){
setnava(f,baseinfo[i].name,baseinfo[i].value);
}
//写其他信息
for(i=0;i<uitemlen;i++){
for(j=0;j<5;j++){
setnava(f,iteminfo[i][j].name,iteminfo[i][j].value);
}
}
//提交
f.submit();
/**********************代码结束***********************************/

使用方法,
1.使用谷歌浏览器打开有20项评估界面(建议用谷歌浏览器,用其他浏览器的自行百度执行js代码的方法)
2.按F12打开控制台
3.如果要全A评价,复制代码到控制台,回车即可
4.如果要其他评价,将100.0#5#34替换成其他值,回车即可
具体替换方法
100.0#5#34对应A
80.0#5#35对应B
60.0#5#36对应C
40.0#5#37对应D
20.0#5#38对应E

大连交大的教务系统是:清华大学教育技术研究所研制的综合教务管理系统

只要是这个版本的教务系统就可以使用这个代码,当然不排除后面系统会升级

同样适用这套教务系统的院校也有很多,部分院校如下:

中华女子学院 教务处

中国传媒大学 教务处

辽宁工程技术大学教务处

兰州大学教务在线

北京石油化工学院教务在线

东北大学秦皇岛分校教务处

北京信息科技大学教务处

大连交通大学-教务在线

广西医科大学教务处

内蒙古化工职业学院