【实例简介】基于b/s技术的PHP的选课系统源码和毕业设计论文
本文以一个具体的应用系统—学生选课信息系统的设计与实现来说明如何利用b/s技术和php技术来设计和构建web应用。b/s技术技术的使用能提高开发效率,增加系统的易维护性。并用到了以 thinkPHP为基础的框架编程技术和以...
【实例截图】
【核心代码】
.
├── 基于bs技术的PHP的选课系统源码和毕业设计论文_李勇毕业设计及论文.rar
└── 李勇毕业设计及论文
├── Public
│ ├── css
│ │ ├── admin.css
│ │ ├── index.css
│ │ ├── install.css
│ │ └── page.css
│ ├── image
│ │ ├── Thumbs.db
│ │ ├── fade-butt.png
│ │ ├── h2Bg.gif
│ │ ├── image1.gif
│ │ ├── image2.gif
│ │ ├── meneame.jpg
│ │ ├── menuBg1.gif
│ │ ├── menuBg2.gif
│ │ └── searchBg.gif
│ └── js
│ ├── jquery.js
│ ├── js.js
│ └── js2.js
├── ThinkPHP
│ ├── Common
│ │ ├── alias.php
│ │ ├── compat.php
│ │ ├── convention.php
│ │ ├── core.php
│ │ ├── debug.php
│ │ ├── defines.php
│ │ ├── extend.php
│ │ ├── functions.php
│ │ ├── paths.php
│ │ └── runtime.php
│ ├── LICENSE.txt
│ ├── Lang
│ │ └── zh-cn.php
│ ├── Lib
│ │ ├── ORG
│ │ │ └── Util
│ │ │ └── Page.class.php
│ │ └── Think
│ │ ├── Core
│ │ │ ├── Action.class.php
│ │ │ ├── App.class.php
│ │ │ ├── Log.class.php
│ │ │ ├── Model
│ │ │ │ ├── AdvModel.class.php
│ │ │ │ ├── RelationModel.class.php
│ │ │ │ └── ViewModel.class.php
│ │ │ ├── Model.class.php
│ │ │ ├── Think.class.php
│ │ │ └── View.class.php
│ │ ├── Db
│ │ │ ├── Db.class.php
│ │ │ └── Driver
│ │ │ ├── DbMysql.class.php
│ │ │ └── DbMysqli.class.php
│ │ ├── Exception
│ │ │ └── ThinkException.class.php
│ │ ├── Template
│ │ │ ├── TagLib
│ │ │ │ └── TagLibCx.class.php
│ │ │ ├── TagLib.class.php
│ │ │ ├── Tags
│ │ │ │ └── cx.xml
│ │ │ └── ThinkTemplate.class.php
│ │ └── Util
│ │ ├── Behavior.class.php
│ │ ├── Cache
│ │ │ └── CacheFile.class.php
│ │ ├── Cache.class.php
│ │ ├── Cookie.class.php
│ │ ├── Debug.class.php
│ │ ├── Dispatcher.class.php
│ │ ├── HtmlCache.class.php
│ │ ├── Session.class.php
│ │ ├── Template
│ │ │ ├── TemplateSmarty.class.php
│ │ │ └── TemplateThink.class.php
│ │ └── Widget.class.php
│ ├── Mode
│ │ ├── Cli
│ │ │ ├── Action.class.php
│ │ │ ├── App.class.php
│ │ │ └── alias.php
│ │ ├── Lite
│ │ │ ├── Action.class.php
│ │ │ ├── App.class.php
│ │ │ ├── Db.class.php
│ │ │ ├── Dispatcher.class.php
│ │ │ ├── Model.class.php
│ │ │ └── alias.php
│ │ ├── Thin
│ │ │ ├── Action.class.php
│ │ │ ├── App.class.php
│ │ │ ├── Db.class.php
│ │ │ ├── Model.class.php
│ │ │ └── alias.php
│ │ ├── cli.php
│ │ ├── lite.php
│ │ └── thin.php
│ ├── ThinkPHP.php
│ ├── Tpl
│ │ ├── PageTrace.tpl.php
│ │ └── ThinkException.tpl.php
│ └── Vendor
├── database.sql
├── index.php
├── myapp
│ ├── Common
│ ├── Conf
│ │ ├── config.php
│ │ └── install_config.php
│ ├── Lang
│ ├── Lib
│ │ ├── Action
│ │ │ ├── Admin
│ │ │ │ └── IndexAction.class.php
│ │ │ └── Home
│ │ │ └── IndexAction.class.php
│ │ └── Model
│ ├── Runtime
│ │ ├── Cache
│ │ │ ├── Admin
│ │ │ │ ├── 1479cd4c4f889b0456f4a002a8d2d03e.php
│ │ │ │ ├── 34a05e74dd57991ece19ba9fcd2a152c.php
│ │ │ │ ├── 3f71e011530e8e9d0b27861e43c37708.php
│ │ │ │ ├── 5174d7f2bfa8f5d66a8b8453617eda04.php
│ │ │ │ ├── 52c7120fce81f861f2a9d64e93733d9e.php
│ │ │ │ ├── 590fb7ed5fe999a8f4bac9f6f0361148.php
│ │ │ │ ├── 8259134e6e095a9983e22379248891b6.php
│ │ │ │ ├── 825dd937dd2540caa1c5d4321d8720a9.php
│ │ │ │ ├── ad05197cb7e1fb80bf328d22c7e9a3eb.php
│ │ │ │ ├── c32880520e7b1e5592986f970b1f6106.php
│ │ │ │ ├── c69b32887fb955bfb2b49521707173a1.php
│ │ │ │ └── d60d40f2b5e3b569aa8dc0feca66551c.php
│ │ │ └── Home
│ │ │ ├── 004603dc4648cc59048d8a158196b055.php
│ │ │ ├── 0133bcf8ccea3c61f9b95c0bcb11eef3.php
│ │ │ ├── 0b880d085faa14952205a60ad10201b6.php
│ │ │ ├── 0c00223a37851af9faa696f1c6801148.php
│ │ │ ├── 174047d7abc60ce74952bad8ed20d93a.php
│ │ │ ├── 2a706d872e7ad1d5d2b673c44cbcd777.php
│ │ │ ├── 34a05e74dd57991ece19ba9fcd2a152c.php
│ │ │ ├── 3f71e011530e8e9d0b27861e43c37708.php
│ │ │ ├── 5c9403efddd1ea70599f913a8be1b854.php
│ │ │ ├── 7a910c38ed3c2f4430a85f78b8c5b5cd.php
│ │ │ ├── 8e7b08efd7bc685507fd15bae45a686e.php
│ │ │ ├── 99ef4fc554676c5c7ac985d3041a1b8d.php
│ │ │ ├── ab0ffb1b2158e76ba7b63f32c0812361.php
│ │ │ ├── b776edddb69413cf889fb8f7970ae657.php
│ │ │ └── dfd7daee3724e0db351d97ca6da2a265.php
│ │ ├── Data
│ │ │ └── _fields
│ │ │ ├── Admin.php
│ │ │ ├── Course.php
│ │ │ ├── Selected.php
│ │ │ ├── Student.php
│ │ │ └── Teacher.php
│ │ ├── Logs
│ │ │ ├── 10_03_23.log
│ │ │ └── 10_03_25.log
│ │ ├── Temp
│ │ ├── ~app.php
│ │ └── ~runtime.php
│ └── Tpl
│ └── default
│ ├── Admin
│ │ └── Index
│ │ ├── admin.html
│ │ ├── editPassword.html
│ │ ├── editStuInfo.html
│ │ ├── editTeacInfo.html
│ │ ├── importStuInfo.html
│ │ ├── importTeacInfo.html
│ │ ├── login.html
│ │ ├── manageStuInfo.html
│ │ ├── manageTeacInfo.html
│ │ └── siteinfo.html
│ ├── Home
│ │ └── Index
│ │ ├── editCourse.html
│ │ ├── editStuPassword.html
│ │ ├── editTeacPassword.html
│ │ ├── exportCourse.html
│ │ ├── listCourse.html
│ │ ├── login.html
│ │ ├── manageCourse.html
│ │ ├── publishCourse.html
│ │ ├── selectedCourse.html
│ │ ├── student.html
│ │ ├── student_page.html
│ │ ├── teacher.html
│ │ └── teacher_page.html
│ └── Public
│ ├── error.html
│ └── success.html
├── 论文.doc
└── 基于bs技术选课系统.txt
53 directories, 147 files
评论