基于php的学⽣成绩管理系统源码,基于php+mysql+Apache的
学⽣成绩管理系统
【实例简介】
本⽂采⽤php5.4+apache2.4,使⽤Mysql5.7数据库实现了⽹页版学⽣成绩管理系统,本系统分为三个模块:系统管理员模块、教师模块、学⽣模块。其中教师模块可以录⼊选课学⽣的成绩、修改成绩、查看成绩;学⽣模块可以选课,查看成绩;系统管理员拥有最⾼的权限,可以对学⽣的成绩进⾏审核,添加修改学⽣、教师、课程。我是在netbeans集成环境上进⾏开发的,希望能帮到需要的⼈,包含完整的项⽬包,使⽤说明、课程设计报告、使⽤说明,有不懂了可以留⾔啊。
【实例截图】
【核⼼代码】
基于phpmysqlapache的学⽣成绩管理系统
└── 基于php+mysql+apache的学⽣成绩管理系统
├── ks
│ ├── admin_addcd.php
│ ├── admin_addcy.php
│ ├── admin_addd.php
│ ├── admin_addld.php
│ ├── admin_addly.php
│ ├── admin_addy.php
│ ├── admin_ckcj2.php
│ ├── admin_ckcj.php
│ ├── admin_cxcj2dc.php
│ ├── admin_cxcjdc.php
│ ├── admin_cxcjkh.php
│ ├── admin_cxcjxh.php
│ ├── admin_dsure.php
│ ├── admin_incou1.php
│ ├── admin_incou2.php
│ ├── admin_instu1.php
│ ├── admin_instu2.php
│ ├── admin_intea1.php
│ ├── admin_intea2.php
│ ├── admin_putcj.php
│ ├── admin_selcou.php
│ ├── admin_seltea.php
│ ├── admin_upcou.php
│ ├── admin_upstu.php
│ ├── admin_uptea.php
│ ├── admin_wshcj.php
│ ├── admin_xgmm.php
│ ├── admin_yshcj.php
│ ├── css
│ │ ├── bootstrap.min.css
│ │ ├── font-awesome.css
│ │ ├── font.css
│ │ ├── jqvmap.css
│ │ ├── lightbox.css
│ │ ├── minimal.css
│ │ ├── monthly.css
│ │ ├── morris.css
│ │ ├── style.css
│ │ └── style-responsive.css
│ ├── csss.php
│ ├── fonts
│ │ ├── f
│ │ ├──
│ │ ├── fontawesome-webfont.svg
jquery源码在线│ │ ├── f
│ │ ├── fontawesome-webfont.woff
│ │ ├── fontawesome-webfont.woff2
│ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2│ ├── images
│ │ ├── 2.png
│ │ ├── 3.jpg
│ │ ├── bg.jpg
│ │ ├── nav-expand.png
│ │ ├── next.png
│ │ ├── pass.png
│ │ ├── prev.png
│ │ └── search-icon.png
│ ├── index_admin.php
│ ├── index_stu.php
│ ├── index_teacher.php
│ ├── js
│ │ ├── bootstrap.js
│ │ ├── jquery2.0.3.min.js
│ │ ├── jquery.dcjqaccordion.2.7.js │ │ ├── jquery.fileupload.js
│ │ ├── jquery.min.js
│ │ ├── jquery.nicescroll.js
│ │ ├── jquery.scrollTo.js
│ │ ├── jquery.slimscroll.js
│ │ ├── jquery.vmap.asia.js
│ │ ├── jquery.vmap.australia.js
│ │ ├── jquery.vmap.europe.js
│ │ ├── jquery.vmap.js
│ │ ├── jquery.vmap.sampledata.js │ │ ├── jquery.vmap.world.js
│ │ ├── lightbox-plus-jquery.min.js │ │ ├── monthly.js
│ │ ├── morris.js
│ │ ├── raphael-min.js
│ │ ├── script.js
│ │ └── scripts.js
│ ├── login.html
│ ├── login.php
│ ├── nbproject
│ │ │ ├── private.properties
│ │ │ └── l
│ │ ├── project.properties
│ │ └── l
│ ├── PHPExcel
│ │ ├── Autoloader.php
│ │ ├── CachedObjectStorage
│ │ │ ├── APC.php
│ │ │ ├── CacheBase.php
│ │ │ ├── DiscISAM.php
│ │ │ ├── ICache.php
│ │ │ ├── Igbinary.php
│ │ │ ├── Memcache.php
│ │ │ ├── MemoryGZip.php
│ │ │ ├── Memory.php
│ │ │ ├── MemorySerialized.php
│ │ │ ├── PHPTemp.php
│ │ │ ├── SQLite3.php
│ │ │ ├── SQLite.php
│ │ │ └── Wincache.php
│ │ ├── CachedObjectStorageFactory.php │ │ ├── CalcEngine
│ │ │ ├── CyclicReferenceStack.php
│ │ │ └── Logger.php
│ │ ├── Calculation
│ │ │ ├── Database.php
│ │ │ ├── DateTime.php
│ │ │ ├── Engineering.php
│ │ │ ├── ExceptionHandler.php
│ │ │ ├── Exception.php
│ │ │ ├── Financial.php
│ │ │ ├── FormulaParser.php
│ │ │ ├── Function.php
│ │ │ ├── Functions.php
│ │ │ ├── Logical.php
│ │ │ ├── LookupRef.php
│ │ │ ├── MathTrig.php
│ │ │ ├── Statistical.php
│ │ │ ├── TextData.php
│ │ │ └── Token
│ │ │ └── Stack.php
│ │ ├── Calculation.php
│ │ ├── Cell
│ │ │ ├── AdvancedValueBinder.php
│ │ │ ├── DataType.php
│ │ │ ├── DataValidation.php
│ │ │ ├── DefaultValueBinder.php
│ │ │ ├── Hyperlink.php
│ │ │ └── IValueBinder.php
│ │ ├── Cell.php
│ │ ├── Chart
│ │ │ ├── Axis.php
│ │ │ ├── DataSeries.php
│ │ │ ├── DataSeriesValues.php
│ │ │ ├── Exception.php
│ │ │ ├── GridLines.php
│ │ │ ├── Layout.php
│ │ │ ├── Legend.php
│ │ │ ├── PlotArea.php
│ │ │ ├── Properties.php
│ │ │ ├── Renderer
│ │ │ │ ├── jpgraph.php
│ │ │ │ └── PHP │ │ │ └── Title.php
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论