【例子介绍】学生网课系统
【相关图片】
【源码结构】
.
├── PHP 林利民 2130220018
│ └── php
│ ├── actions
│ │ ├── add.php
│ │ ├── change_pwd.php
│ │ ├── change_username.php
│ │ ├── delete.php
│ │ └── logout.php
│ ├── css
│ │ └── bootstrap.min.css
│ ├── edit.php
│ ├── home.php
│ ├── img
│ │ └── bg.jpg
│ ├── index.php
│ ├── login.php
│ ├── register.php
│ ├── sql.sql
│ ├── sxz
│ │ ├── ce.php
│ │ ├── common
│ │ │ └── function.php
│ │ ├── data
│ │ │ ├── 1.php
│ │ │ ├── 2.php
│ │ │ └── 3.php
│ │ ├── index.php
│ │ ├── test.php
│ │ ├── total.php
│ │ └── view
│ │ ├── 404.html
│ │ ├── css
│ │ │ └── style.css
│ │ ├── images
│ │ │ ├── 404
│ │ │ │ ├── b1.jpg
│ │ │ │ └── back.jpg
│ │ │ └── bg.png
│ │ ├── index.html
│ │ ├── js
│ │ │ ├── jquery.min.js
│ │ │ └── jquery.timeout.js
│ │ ├── test.html
│ │ └── total.html
│ ├── untils
│ │ ├── connect_db.php
│ │ └── functions.php
│ └── user.php
└── 学生网课系统.rar
14 directories, 35 files
评论