Skip to content

Commit 89efbe8

Browse files
Cielo SunCielo Sun
Cielo Sun
authored and
Cielo Sun
committed
add the html files
0 parents  commit 89efbe8

File tree

424 files changed

+78479
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

424 files changed

+78479
-0
lines changed

.gitignore

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
2+
.metadata
3+
bin/
4+
tmp/
5+
*.tmp
6+
*.bak
7+
*.swp
8+
*~.nib
9+
local.properties
10+
.settings/
11+
.loadpath
12+
.recommenders
13+
14+
# Eclipse Core
15+
.project
16+
17+
# External tool builders
18+
.externalToolBuilders/
19+
20+
# Locally stored "Eclipse launch configurations"
21+
*.launch
22+
23+
# PyDev specific (Python IDE for Eclipse)
24+
*.pydevproject
25+
26+
# CDT-specific (C/C++ Development Tooling)
27+
.cproject
28+
29+
# JDT-specific (Eclipse Java Development Tools)
30+
.classpath
31+
32+
# Java annotation processor (APT)
33+
.factorypath
34+
35+
# PDT-specific (PHP Development Tools)
36+
.buildpath
37+
38+
# sbteclipse plugin
39+
.target
40+
41+
# Tern plugin
42+
.tern-project
43+
44+
# TeXlipse plugin
45+
.texlipse
46+
47+
# STS (Spring Tool Suite)
48+
.springBeans
49+
50+
# Code Recommenders
51+
.recommenders/
52+
# Windows image file caches
53+
Thumbs.db
54+
ehthumbs.db
55+
56+
# Folder config file
57+
Desktop.ini
58+
59+
# Recycle Bin used on file shares
60+
$RECYCLE.BIN/
61+
62+
# Windows Installer files
63+
*.cab
64+
*.msi
65+
*.msm
66+
*.msp
67+
68+
# Windows shortcuts
69+
*.lnk

.htaccess

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<IfModule mod_rewrite.c>
2+
Options +FollowSymlinks
3+
RewriteEngine On
4+
5+
RewriteCond %{REQUEST_FILENAME} !-d
6+
RewriteCond %{REQUEST_FILENAME} !-f
7+
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
8+
</IfModule>

Application/Common/Common/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Application/Common/Conf/config.php

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?php
2+
return array(
3+
//'配置项'=>'配置值'
4+
);

Application/Common/Conf/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Application/Common/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Application/Home/Common/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Application/Home/Conf/config.php

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?php
2+
return array(
3+
//'配置项'=>'配置值'
4+
);

Application/Home/Conf/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
namespace Home\Controller;
3+
use Think\Controller;
4+
class IndexController extends Controller {
5+
public function index(){
6+
$this->show('<style type="text/css">*{ padding: 0; margin: 0; } div{ padding: 4px 48px;} body{ background: #fff; font-family: "微软雅黑"; color: #333;font-size:24px} h1{ font-size: 100px; font-weight: normal; margin-bottom: 12px; } p{ line-height: 1.8em; font-size: 36px } a,a:hover{color:blue;}</style><div style="padding: 24px 48px;"> <h1>:)</h1><p>欢迎使用 <b>ThinkPHP</b>!</p><br/>版本 V{$Think.version}</div><script type="text/javascript" src="http://ad.topthink.com/Public/static/client.js"></script><thinkad id="ad_55e75dfae343f5a1"></thinkad><script type="text/javascript" src="http://tajs.qq.com/stats?sId=9347272" charset="UTF-8"></script>','utf-8');
7+
}
8+
}
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Application/Home/Model/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Application/Home/View/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Application/Home/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Application/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
项目目录
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php if (!defined('THINK_PATH')) exit();?><style type="text/css">*{ padding: 0; margin: 0; } div{ padding: 4px 48px;} body{ background: #fff; font-family: "微软雅黑"; color: #333;font-size:24px} h1{ font-size: 100px; font-weight: normal; margin-bottom: 12px; } p{ line-height: 1.8em; font-size: 36px } a,a:hover{color:blue;}</style><div style="padding: 24px 48px;"> <h1>:)</h1><p>欢迎使用 <b>ThinkPHP</b>!</p><br/>版本 V<?php echo (THINK_VERSION); ?></div><script type="text/javascript" src="http://ad.topthink.com/Public/static/client.js"></script><thinkad id="ad_55e75dfae343f5a1"></thinkad><script type="text/javascript" src="http://tajs.qq.com/stats?sId=9347272" charset="UTF-8"></script>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?php if (!defined('THINK_PATH')) exit(); if(C('LAYOUT_ON')) { echo ''; } ?>
2+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
<html xmlns="http://www.w3.org/1999/xhtml">
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6+
<title>跳转提示</title>
7+
<style type="text/css">
8+
*{ padding: 0; margin: 0; }
9+
body{ background: #fff; font-family: '微软雅黑'; color: #333; font-size: 16px; }
10+
.system-message{ padding: 24px 48px; }
11+
.system-message h1{ font-size: 100px; font-weight: normal; line-height: 120px; margin-bottom: 12px; }
12+
.system-message .jump{ padding-top: 10px}
13+
.system-message .jump a{ color: #333;}
14+
.system-message .success,.system-message .error{ line-height: 1.8em; font-size: 36px }
15+
.system-message .detail{ font-size: 12px; line-height: 20px; margin-top: 12px; display:none}
16+
</style>
17+
</head>
18+
<body>
19+
<div class="system-message">
20+
<?php if(isset($message)) {?>
21+
<h1>:)</h1>
22+
<p class="success"><?php echo($message); ?></p>
23+
<?php }else{?>
24+
<h1>:(</h1>
25+
<p class="error"><?php echo($error); ?></p>
26+
<?php }?>
27+
<p class="detail"></p>
28+
<p class="jump">
29+
页面自动 <a id="href" href="<?php echo($jumpUrl); ?>">跳转</a> 等待时间: <b id="wait"><?php echo($waitSecond); ?></b>
30+
</p>
31+
</div>
32+
<script type="text/javascript">
33+
(function(){
34+
var wait = document.getElementById('wait'),href = document.getElementById('href').href;
35+
var interval = setInterval(function(){
36+
var time = --wait.innerHTML;
37+
if(time <= 0) {
38+
location.href = href;
39+
clearInterval(interval);
40+
};
41+
}, 1000);
42+
})();
43+
</script>
44+
</body>
45+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?php if (!defined('THINK_PATH')) exit();?><!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Add student</title>
6+
</head>
7+
<body>
8+
<form method="post" action="/SMS/index.php/Sms/Student/insert">
9+
<table>
10+
<tr><td>student id</td><td><input type="text" maxlength=20 size=20 name="student_id"></td></tr>
11+
<tr><td>name</td><td><input type="text" maxlength=20 size=20 name="name"></td></tr>
12+
<tr><td>gender</td><td><input type="text" maxlength=20 size=20 name="gender"></td></tr>
13+
<tr><td>entrance age</td><td><input type="text" maxlength=20 size=20 name="entrance_age"></td></tr>
14+
<tr><td>entrance year</td><td><input type="text" maxlength=20 size=20 name="entrance_year"></td></tr>
15+
<tr><td>class</td><td><input type="text" maxlength=20 size=20 name="class"></td></tr>
16+
<tr><td><input type="submit" value="ok"></td></tr>
17+
</table>
18+
</form>
19+
</body>
20+
</html>

Application/Runtime/Cache/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Application/Runtime/Data/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[ 2016-05-25T22:14:17+08:00 ] ::1 /sms/index.php/Student/add
2+
INFO: [ app_init ] --START--
3+
INFO: Run Behavior\BuildLiteBehavior [ RunTime:0.000029s ]
4+
INFO: [ app_init ] --END-- [ RunTime:0.000535s ]
5+
ERR: 无法加载模块:Student
6+
7+
[ 2016-05-25T22:14:51+08:00 ] ::1 /SMS/index.php/Student/add
8+
INFO: [ app_init ] --START--
9+
INFO: Run Behavior\BuildLiteBehavior [ RunTime:0.000030s ]
10+
INFO: [ app_init ] --END-- [ RunTime:0.000462s ]
11+
ERR: 无法加载模块:Student
12+
13+
[ 2016-05-25T22:15:12+08:00 ] ::1 /SMS/index.php/Teacher/add
14+
INFO: [ app_init ] --START--
15+
INFO: Run Behavior\BuildLiteBehavior [ RunTime:0.000031s ]
16+
INFO: [ app_init ] --END-- [ RunTime:0.000484s ]
17+
ERR: 无法加载模块:Teacher
18+
+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[ 2016-05-25T22:16:05+08:00 ] ::1 /SMS/index.php
2+
INFO: [ app_init ] --START--
3+
INFO: Run Behavior\BuildLiteBehavior [ RunTime:0.000031s ]
4+
INFO: [ app_init ] --END-- [ RunTime:0.000466s ]
5+
INFO: [ app_begin ] --START--
6+
INFO: Run Behavior\ReadHtmlCacheBehavior [ RunTime:0.000521s ]
7+
INFO: [ app_begin ] --END-- [ RunTime:0.000657s ]
8+
INFO: [ view_parse ] --START--
9+
INFO: [ template_filter ] --START--
10+
INFO: Run Behavior\ContentReplaceBehavior [ RunTime:0.000063s ]
11+
INFO: [ template_filter ] --END-- [ RunTime:0.000184s ]
12+
INFO: Run Behavior\ParseTemplateBehavior [ RunTime:0.009356s ]
13+
INFO: [ view_parse ] --END-- [ RunTime:0.009527s ]
14+
INFO: [ view_filter ] --START--
15+
INFO: Run Behavior\WriteHtmlCacheBehavior [ RunTime:0.000335s ]
16+
INFO: [ view_filter ] --END-- [ RunTime:0.000497s ]
17+
INFO: [ app_end ] --START--
18+
INFO: Run Behavior\ShowPageTraceBehavior [ RunTime:0.000480s ]
19+
INFO: [ app_end ] --END-- [ RunTime:0.000592s ]
20+
21+
[ 2016-05-25T22:16:20+08:00 ] ::1 /SMS/index.php/Home
22+
INFO: [ app_init ] --START--
23+
INFO: Run Behavior\BuildLiteBehavior [ RunTime:0.000032s ]
24+
INFO: [ app_init ] --END-- [ RunTime:0.000522s ]
25+
INFO: [ app_begin ] --START--
26+
INFO: Run Behavior\ReadHtmlCacheBehavior [ RunTime:0.000654s ]
27+
INFO: [ app_begin ] --END-- [ RunTime:0.000802s ]
28+
INFO: [ view_parse ] --START--
29+
INFO: Run Behavior\ParseTemplateBehavior [ RunTime:0.000702s ]
30+
INFO: [ view_parse ] --END-- [ RunTime:0.000933s ]
31+
INFO: [ view_filter ] --START--
32+
INFO: Run Behavior\WriteHtmlCacheBehavior [ RunTime:0.000450s ]
33+
INFO: [ view_filter ] --END-- [ RunTime:0.000600s ]
34+
INFO: [ app_end ] --START--
35+
INFO: Run Behavior\ShowPageTraceBehavior [ RunTime:0.000565s ]
36+
INFO: [ app_end ] --END-- [ RunTime:0.000704s ]
37+
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
+123
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
[ 2016-05-25T22:15:54+08:00 ] ::1 /SMS/index.php/Teacher/add
2+
INFO: [ app_init ] --START--
3+
INFO: Run Behavior\BuildLiteBehavior [ RunTime:0.000031s ]
4+
INFO: [ app_init ] --END-- [ RunTime:0.000482s ]
5+
INFO: [ app_begin ] --START--
6+
INFO: Run Behavior\ReadHtmlCacheBehavior [ RunTime:0.000559s ]
7+
INFO: [ app_begin ] --END-- [ RunTime:0.000688s ]
8+
ERR: 无法加载控制器:Teacher
9+
10+
[ 2016-05-25T22:16:46+08:00 ] ::1 /SMS/index.php/Sms
11+
INFO: [ app_init ] --START--
12+
INFO: Run Behavior\BuildLiteBehavior [ RunTime:0.000030s ]
13+
INFO: [ app_init ] --END-- [ RunTime:0.000465s ]
14+
INFO: [ app_begin ] --START--
15+
INFO: Run Behavior\ReadHtmlCacheBehavior [ RunTime:0.000633s ]
16+
INFO: [ app_begin ] --END-- [ RunTime:0.000773s ]
17+
ERR: 无法加载控制器:Index
18+
19+
[ 2016-05-25T22:16:54+08:00 ] ::1 /SMS/index.php/Sms/Student/add
20+
INFO: [ app_init ] --START--
21+
INFO: Run Behavior\BuildLiteBehavior [ RunTime:0.000026s ]
22+
INFO: [ app_init ] --END-- [ RunTime:0.000387s ]
23+
INFO: [ app_begin ] --START--
24+
INFO: Run Behavior\ReadHtmlCacheBehavior [ RunTime:0.000555s ]
25+
INFO: [ app_begin ] --END-- [ RunTime:0.000727s ]
26+
INFO: [ view_parse ] --START--
27+
INFO: [ template_filter ] --START--
28+
INFO: Run Behavior\ContentReplaceBehavior [ RunTime:0.000097s ]
29+
INFO: [ template_filter ] --END-- [ RunTime:0.000291s ]
30+
INFO: Run Behavior\ParseTemplateBehavior [ RunTime:0.010290s ]
31+
INFO: [ view_parse ] --END-- [ RunTime:0.010465s ]
32+
INFO: [ view_filter ] --START--
33+
INFO: Run Behavior\WriteHtmlCacheBehavior [ RunTime:0.000433s ]
34+
INFO: [ view_filter ] --END-- [ RunTime:0.000552s ]
35+
INFO: [ app_end ] --START--
36+
INFO: Run Behavior\ShowPageTraceBehavior [ RunTime:0.000539s ]
37+
INFO: [ app_end ] --END-- [ RunTime:0.000646s ]
38+
39+
[ 2016-05-25T22:17:27+08:00 ] ::1 /SMS/index.php/Sms/Student/insert
40+
INFO: [ app_init ] --START--
41+
INFO: Run Behavior\BuildLiteBehavior [ RunTime:0.000031s ]
42+
INFO: [ app_init ] --END-- [ RunTime:0.000471s ]
43+
INFO: [ app_begin ] --START--
44+
INFO: Run Behavior\ReadHtmlCacheBehavior [ RunTime:0.000625s ]
45+
INFO: [ app_begin ] --END-- [ RunTime:0.000760s ]
46+
SQL: SHOW COLUMNS FROM `student` [ RunTime:0.0073s ]
47+
NOTIC: [8] Undefined index: validate D:\wamp\www\SMS\ThinkPHP\Library\Think\Model.class.php 第 1185 行.
48+
SQL: SELECT * FROM `student` WHERE `student_id` <> '1430540160' LIMIT 1 [ RunTime:0.0011s ]
49+
INFO: [ view_parse ] --START--
50+
INFO: [ template_filter ] --START--
51+
INFO: Run Behavior\ContentReplaceBehavior [ RunTime:0.000076s ]
52+
INFO: [ template_filter ] --END-- [ RunTime:0.000228s ]
53+
INFO: Run Behavior\ParseTemplateBehavior [ RunTime:0.012290s ]
54+
INFO: [ view_parse ] --END-- [ RunTime:0.012498s ]
55+
INFO: [ view_filter ] --START--
56+
INFO: Run Behavior\WriteHtmlCacheBehavior [ RunTime:0.000471s ]
57+
INFO: [ view_filter ] --END-- [ RunTime:0.000595s ]
58+
59+
[ 2016-05-25T22:20:58+08:00 ] ::1 /SMS/index.php/Sms/Student/insert
60+
INFO: [ app_init ] --START--
61+
INFO: Run Behavior\BuildLiteBehavior [ RunTime:0.000027s ]
62+
INFO: [ app_init ] --END-- [ RunTime:0.000417s ]
63+
INFO: [ app_begin ] --START--
64+
INFO: Run Behavior\ReadHtmlCacheBehavior [ RunTime:0.000537s ]
65+
INFO: [ app_begin ] --END-- [ RunTime:0.000663s ]
66+
SQL: SHOW COLUMNS FROM `student` [ RunTime:0.0108s ]
67+
NOTIC: [8] Undefined index: validate D:\wamp\www\SMS\ThinkPHP\Library\Think\Model.class.php 第 1185 行.
68+
SQL: SELECT * FROM `student` WHERE `student_id` <> '1430540160' LIMIT 1 [ RunTime:0.0003s ]
69+
INFO: [ view_parse ] --START--
70+
INFO: [ template_filter ] --START--
71+
INFO: Run Behavior\ContentReplaceBehavior [ RunTime:0.000074s ]
72+
INFO: [ template_filter ] --END-- [ RunTime:0.000198s ]
73+
INFO: Run Behavior\ParseTemplateBehavior [ RunTime:0.006144s ]
74+
INFO: [ view_parse ] --END-- [ RunTime:0.006293s ]
75+
INFO: [ view_filter ] --START--
76+
INFO: Run Behavior\WriteHtmlCacheBehavior [ RunTime:0.000579s ]
77+
INFO: [ view_filter ] --END-- [ RunTime:0.000746s ]
78+
79+
[ 2016-05-25T22:22:18+08:00 ] ::1 /SMS/index.php/Sms/Student/insert
80+
INFO: [ app_init ] --START--
81+
INFO: Run Behavior\BuildLiteBehavior [ RunTime:0.000030s ]
82+
INFO: [ app_init ] --END-- [ RunTime:0.000481s ]
83+
INFO: [ app_begin ] --START--
84+
INFO: Run Behavior\ReadHtmlCacheBehavior [ RunTime:0.000614s ]
85+
INFO: [ app_begin ] --END-- [ RunTime:0.000748s ]
86+
SQL: SHOW COLUMNS FROM `student` [ RunTime:0.0090s ]
87+
NOTIC: [8] Undefined index: validate D:\wamp\www\SMS\ThinkPHP\Library\Think\Model.class.php 第 1185 行.
88+
SQL: SELECT * FROM `student` WHERE `student_id` <> '1430540160' LIMIT 1 [ RunTime:0.0003s ]
89+
NOTIC: [8] Undefined index: auto D:\wamp\www\SMS\ThinkPHP\Library\Think\Model.class.php 第 1128 行.
90+
SQL: INSERT INTO `student` (`student_id`,`name`,`gender`,`entrance_age`,`entrance_year`,`class`) VALUES ('1430540160','李狗蛋','1','15','2015','厨师班') [ RunTime:0.0053s ]
91+
INFO: [ view_parse ] --START--
92+
INFO: [ template_filter ] --START--
93+
INFO: Run Behavior\ContentReplaceBehavior [ RunTime:0.000070s ]
94+
INFO: [ template_filter ] --END-- [ RunTime:0.000197s ]
95+
INFO: Run Behavior\ParseTemplateBehavior [ RunTime:0.006229s ]
96+
INFO: [ view_parse ] --END-- [ RunTime:0.006398s ]
97+
INFO: [ view_filter ] --START--
98+
INFO: Run Behavior\WriteHtmlCacheBehavior [ RunTime:0.000453s ]
99+
INFO: [ view_filter ] --END-- [ RunTime:0.000598s ]
100+
INFO: [ app_end ] --START--
101+
INFO: Run Behavior\ShowPageTraceBehavior [ RunTime:0.000538s ]
102+
INFO: [ app_end ] --END-- [ RunTime:0.000651s ]
103+
104+
[ 2016-05-25T22:22:19+08:00 ] ::1 /SMS/index.php/Sms/Student/add
105+
INFO: [ app_init ] --START--
106+
INFO: Run Behavior\BuildLiteBehavior [ RunTime:0.000027s ]
107+
INFO: [ app_init ] --END-- [ RunTime:0.000392s ]
108+
INFO: [ app_begin ] --START--
109+
INFO: Run Behavior\ReadHtmlCacheBehavior [ RunTime:0.000516s ]
110+
INFO: [ app_begin ] --END-- [ RunTime:0.000628s ]
111+
INFO: [ view_parse ] --START--
112+
INFO: [ template_filter ] --START--
113+
INFO: Run Behavior\ContentReplaceBehavior [ RunTime:0.000069s ]
114+
INFO: [ template_filter ] --END-- [ RunTime:0.000196s ]
115+
INFO: Run Behavior\ParseTemplateBehavior [ RunTime:0.005695s ]
116+
INFO: [ view_parse ] --END-- [ RunTime:0.005830s ]
117+
INFO: [ view_filter ] --START--
118+
INFO: Run Behavior\WriteHtmlCacheBehavior [ RunTime:0.000390s ]
119+
INFO: [ view_filter ] --END-- [ RunTime:0.000503s ]
120+
INFO: [ app_end ] --START--
121+
INFO: Run Behavior\ShowPageTraceBehavior [ RunTime:0.000541s ]
122+
INFO: [ app_end ] --END-- [ RunTime:0.000645s ]
123+

Application/Runtime/Logs/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)