コード例 #1
0
ファイル: ksap.php プロジェクト: Pengfei-Gao/YBUInformation
    <script src="http://cdn.bootcss.com/jquery/1.11.2/jquery.min.js"></script>
    <script src="http://cdn.bootcss.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</head>
<body>
<?php 
/**
 * Created by PhpStorm.
 * User: Administrator
 * Date: 2015/6/3
 * Time: 21:51
 */
require_once "../bin/CYbuInformation.php";
header("Content-type: text/html; charset=gb2312");
$username = $_GET["username"];
$password = $_GET["password"];
$ksap = new CYbuInformation($username, $password);
$ksap->setURPCookie();
$str = $ksap->getExamArrangment();
echo $str;
?>
<button id="bind" type="button" class="btn btn-primary btn-lg btn-block">绑定学籍信息</button>
<button id="clear" type="button" class="btn btn-default btn-lg btn-block">清除学籍信息</button>
</body>
<script>
    $("#bind").click(function(){
        YBUusername = prompt("请输入学生学号");
        YBUpasswd = prompt("请输入综合信息门户登录密码");
        localStorage.setItem("YBUusername", YBUusername);
        localStorage.setItem("YBUpasswd", YBUpasswd);
        alert("绑定成功"):
    });
コード例 #2
0
ファイル: bxqcj.php プロジェクト: Pengfei-Gao/YBUInformation
    <script src="http://cdn.bootcss.com/jquery/1.11.2/jquery.min.js"></script>
    <script src="http://cdn.bootcss.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</head>
<body>
<?php 
/**
 * Created by PhpStorm.
 * User: Administrator
 * Date: 2015/6/3
 * Time: 21:36
 */
require_once "../bin/CYbuInformation.php";
header("Content-type: text/html; charset=gb2312");
$username = $_GET["username"];
$password = $_GET["password"];
$bxqcj = new CYbuInformation($username, $password);
$bxqcj->setURPCookie();
$str = $bxqcj->getStudentThisSemesterGrade();
echo $str;
?>

<button id="bind" type="button" class="btn btn-primary btn-lg btn-block">绑定学籍信息</button>
<button id="clear" type="button" class="btn btn-default btn-lg btn-block">清除学籍信息</button>

</body>

<script>
    $("#bind").click(function () {
        YBUusername = prompt("请输入学生学号");
        YBUpasswd = prompt("请输入综合信息门户登录密码");
        localStorage.setItem("YBUusername", YBUusername);
コード例 #3
0
ファイル: sxcj.php プロジェクト: Pengfei-Gao/YBUInformation
    <script src="http://cdn.bootcss.com/jquery/1.11.2/jquery.min.js"></script>
    <script src="http://cdn.bootcss.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</head>
<body>
<?php 
/**
 * Created by PhpStorm.
 * User: Administrator
 * Date: 2015/6/3
 * Time: 21:29
 */
require_once "../bin/CYbuinformation.php";
header("Content-type: text/html; charset=gb2312");
$username = $_GET["username"];
$password = $_GET["password"];
$sxcj = new CYbuInformation($username, $password);
$sxcj->setURPCookie();
$str = $sxcj->getStudentCoursePropertyGrade();
echo strip_tags($str, "<tr><table><td><th><script>");
?>
</body>


<script>
    $.ready(function(){
        $("table").addClass("table table-striped");
        $("table").addClass("table-bordered");
        $("table").addClass("table-hover table-condensed");
    }());

</script>
コード例 #4
0
ファイル: xjxx.php プロジェクト: Pengfei-Gao/YBUInformation
    <script src="http://cdn.bootcss.com/jquery/1.11.2/jquery.min.js"></script>
    <script src="http://cdn.bootcss.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</head>
<body>
<?php 
/**
 * Created by PhpStorm.
 * User: Administrator
 * Date: 2015/6/3
 * Time: 21:41
 */
require_once "../bin/CYbuinformation.php";
header("Content-type: text/html; charset=gb2312");
$username = $_GET["username"];
$password = $_GET["password"];
$xjxx = new CYbuInformation($username, $password);
$xjxx->setURPCookie();
$str = $xjxx->getStudentSchoolInformation();
echo $str;
?>

<button id="bind" type="button" class="btn btn-primary btn-lg btn-block">绑定学籍信息</button>
<button id="clear" type="button" class="btn btn-default btn-lg btn-block">清除学籍信息</button>
</body>

<script>
    $("#bind").click(function(){
        YBUusername = prompt("请输入学生学号");
        YBUpasswd = prompt("请输入综合信息门户登录密码");
        localStorage.setItem("YBUusername", YBUusername);
        localStorage.setItem("YBUpasswd", YBUpasswd);
コード例 #5
0
ファイル: qmcj.php プロジェクト: Pengfei-Gao/YBUInformation
<title></title>
<head>
    <meta charset="gb2312">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.4/css/bootstrap.min.css">
    <script src="http://cdn.bootcss.com/jquery/1.11.2/jquery.min.js"></script>
    <script src="http://cdn.bootcss.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</head>
<body>
<?php 
require_once "../bin/CYbuInformation.php";
header("Content-type: text/html; charset=gb2312");
$username = $_GET["username"];
$password = $_GET["password"];
$qmcj = new CYbuInformation($username, $password);
$qmcj->setURPCookie();
$str = $qmcj->getStudentFinalGrade();
echo $str;
?>
</body>


<script>
    $.ready(function(){
        $("table").addClass("table table-striped");
        $("table").addClass("table-bordered");
        $("table").addClass("table-hover table-condensed");
    }());

</script>
コード例 #6
0
ファイル: bjgcj.php プロジェクト: Pengfei-Gao/YBUInformation
    <script src="http://cdn.bootcss.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</head>
<body>
<?php 
/**
 * Created by PhpStorm.
 * User: Administrator
 * Date: 2015/6/3
 * Time: 21:34
 */
require_once "../bin/CYbuinformation.php";
header("Content-type: text/html; charset=gb2312");
//不及格课程
$username = $_GET["username"];
$password = $_GET["password"];
$bjgcj = new CYbuInformation($username, $password);
$bjgcj->setURPCookie();
$str = $bjgcj->getStudentAllFailPassCourse();
echo strip_tags($str, "<tr><table><td><th><script>");
?>
</body>


<script>
    $.ready(function(){
        $("table").addClass("table table-striped");
        $("table").addClass("table-bordered");
        $("table").addClass("table-hover table-condensed");
    }());

</script>
コード例 #7
0
ファイル: jgkc.php プロジェクト: Pengfei-Gao/YBUInformation
    <script src="http://cdn.bootcss.com/jquery/1.11.2/jquery.min.js"></script>
    <script src="http://cdn.bootcss.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</head>
<body>
<?php 
/**
 * Created by PhpStorm.
 * User: Administrator
 * Date: 2015/6/3
 * Time: 21:27
 */
require_once "../bin/CYbuInformation.php";
header("Content-type: text/html; charset=gb2312");
$username = $_GET["username"];
$password = $_GET["password"];
$jgkc = new CYbuInformation($username, $password);
$jgkc->setURPCookie();
$str = $jgkc->getStudentAllPassCourse();
echo strip_tags($str, "<tr><table><td><th><script>");
?>
</body>


<script>
    $.ready(function(){
        $("table").addClass("table table-striped");
        $("table").addClass("table-bordered");
        $("table").addClass("table-hover table-condensed");
    }());

</script>
コード例 #8
0
ファイル: lnkb.php プロジェクト: Pengfei-Gao/YBUInformation
    <script src="http://cdn.bootcss.com/jquery/1.11.2/jquery.min.js"></script>
    <script src="http://cdn.bootcss.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</head>
<body>
<?php 
/**
 * Created by PhpStorm.
 * User: Administrator
 * Date: 2015/6/3
 * Time: 21:42
 */
require_once "../bin/CYbuInformation.php";
header("Content-type: text/html; charset=gb2312");
$username = $_GET["username"];
$password = $_GET["password"];
$lnkb = new CYbuInformation($username, $password);
$lnkb->setURPCookie();
$str = $lnkb->getStudentFinalGrade();
echo strip_tags($str, "<tr><table><td><th><script>");
?>
</body>


<script>
    $.ready(function(){
        $("table").addClass("table table-striped");
        $("table").addClass("table-bordered");
        $("table").addClass("table-hover table-condensed");
    }());

</script>
コード例 #9
0
ファイル: xskb.php プロジェクト: Pengfei-Gao/YBUInformation
    <script src="http://cdn.bootcss.com/jquery/1.11.2/jquery.min.js"></script>
    <script src="http://cdn.bootcss.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</head>
<body>
<?php 
/**
 * Created by PhpStorm.
 * User: Administrator
 * Date: 2015/6/3
 * Time: 21:22
 */
require_once "../bin/CYbuinformation.php";
header("Content-type: text/html; charset=gb2312");
$username = $_GET["username"];
$password = $_GET["password"];
$xskb = new CYbuInformation($username, $password);
$xskb->setURPCookie();
$html = $xskb->getStudentSchedule();
echo $html = strip_tags($html, "<tr><table><td><th><script>");
?>

<button id="bind" type="button" class="btn btn-primary btn-lg btn-block">绑定学籍信息</button>
<button id="clear" type="button" class="btn btn-default btn-lg btn-block">清除学籍信息</button>
</body>
<script>
$("#bind").click(function(){
    YBUusername = prompt("请输入学生学号");
    YBUpasswd = prompt("请输入综合信息门户登录密码");
    localStorage.setItem("YBUusername", YBUusername);
    localStorage.setItem("YBUpasswd", YBUpasswd);
    alert("绑定成功"):
コード例 #10
0
ファイル: cs.php プロジェクト: Pengfei-Gao/YBUInformation
<?php

/**
 * Created by PhpStorm.
 * User: Administrator
 * Date: 2015/6/3
 * Time: 21:52
 */
include_once "./bin/CYbuInformation.php";
$test = new CYbuInformation("2134022308", "19940326");
$test->setURPCookie();
echo $test->getStudentThisSemesterGrade();
?>



<!--<html>-->
<!--<title></title>-->
<!--<head>-->
<!--    <meta charset="utf-8">-->
<!--    <meta http-equiv="X-UA-Compatible" content="IE=edge">-->
<!--    <meta name="viewport" content="width=device-width,height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">-->
<!--    <link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.4/css/bootstrap.min.css">-->
<!--    <script src="http://cdn.bootcss.com/jquery/1.11.2/jquery.min.js"></script>-->
<!--    <script src="http://cdn.bootcss.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>-->
<!--</head>-->
<!--<body style="background-color: #F8F8F8">-->
<!--	<div class="container">-->
<!--		<div class="row">-->
<!--		   <div class="col-md-3">ssssssssssss</div>-->
<!--		   <div class="col-md-3">sssssssssssss</div>-->
コード例 #11
0
ファイル: xkjg.php プロジェクト: Pengfei-Gao/YBUInformation
    document.oncontextmenu=stop;
</script>
</head>
<body>
<?php 
/**
 * Created by PhpStorm.
 * User: Administrator
 * Date: 2015/6/3
 * Time: 21:44
 */
require_once "../bin/CYbuinformation.php";
header("Content-type: text/html; charset=gb2312");
$username = $_GET["username"];
$password = $_GET["password"];
$xkjg = new CYbuInformation($username, $password);
$xkjg->setURPCookie();
$str = $xkjg->getStudentChooseCourseResult();
echo $str;
?>

<button id="bind" type="button" class="btn btn-primary btn-lg btn-block">绑定学籍信息</button>
<button id="clear" type="button" class="btn btn-default btn-lg btn-block">清除学籍信息</button>
</body>

<script>
    $("#bind").click(function(){
        YBUusername = prompt("请输入学生学号");
        YBUpasswd = prompt("请输入综合信息门户登录密码");
        localStorage.setItem("YBUusername", YBUusername);
        localStorage.setItem("YBUpasswd", YBUpasswd);