fix scan StreamFile bug
This commit is contained in:
55
test/test_streamfiles/stream_dump.1
Normal file
55
test/test_streamfiles/stream_dump.1
Normal file
@@ -0,0 +1,55 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
|
||||
<meta name="Generator" content="EditPlus®">
|
||||
<meta name="Author" content="">
|
||||
<meta name="Keywords" content="">
|
||||
<meta name="Description" content="">
|
||||
<!--框架样式 脚本引用-->
|
||||
<link rel="stylesheet" type="text/css" href="http://s.teachercdn.com.cn/oel_teacherportal_static/css/base.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="http://s.teachercdn.com.cn/oel_teacherportal_static/css/teacher-conmon.css"/>
|
||||
<script src="http://s.teachercdn.com.cn/oel_teacherportal_static/js/jquery.js"></script>
|
||||
<script type="text/javascript" src="http://s.teachercdn.com.cn/oel_teacherportal_static/js/ps.common.js"></script>
|
||||
<script type="text/javascript" src="http://s.teachercdn.com.cn/oel_teacherportal_static/js/in.min.js"></script>
|
||||
<script type="text/javascript" src="http://s.teachercdn.com.cn/oel_teacherportal_static/js/json2.js"></script>
|
||||
<title>全国中小学教师继续教育网</title>
|
||||
</head>
|
||||
<body>
|
||||
<!--hearder-->
|
||||
<div class="conmon-index-header">
|
||||
<script type="text/javascript">
|
||||
function search(id,form){
|
||||
var searchInfo = $("#"+id).val();
|
||||
//alert(searchInfo);
|
||||
if(searchInfo!=''&&searchInfo!='请输入关键字'){
|
||||
$("#"+form).attr("action", "/search?info="+searchInfo).submit();
|
||||
}
|
||||
}
|
||||
$(document).ready(function(){
|
||||
logSatus();
|
||||
$(".al").mouseover(function(){
|
||||
$('.al').removeClass("btn-active");
|
||||
$(this).addClass("btn-active");
|
||||
});
|
||||
});
|
||||
function logSatus(){
|
||||
$.ajax({
|
||||
url: "/ajax/login/status?datetime="+new Date().getTime(),
|
||||
type: 'GET',
|
||||
//dataType: 'jsonp',
|
||||
//jsonp: 'jsonpcallback',
|
||||
success:function(data){
|
||||
//alert(data);
|
||||
if(data!="false"){
|
||||
$("#login_status").show();
|
||||
$("#div_loginOut").hide();
|
||||
$("#login_status").html(data);
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
/*
|
||||
$(document).keydown(function(event) {
|
||||
if (event.keyCode
|
||||
Reference in New Issue
Block a user