嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Flex php mysql实例
Flex php mysql实例考试系统。有mysql数据库源码,php源码,flex源码构成。通过flex实现前台的搭建,后台连接PHP,通过PHP连接数据库,完成考试系统。考试系统分为考生页,管理页。
.
├── Flex php mysql实例
│ ├── php
│ │ ├── admin
│ │ │ ├── adminshow.php
│ │ │ ├── catcah.txt
│ │ │ ├── deleteadmin.php
│ │ │ ├── deleteexam.php
│ │ │ ├── deletesb.php
│ │ │ ├── deletescore.php
│ │ │ ├── deletestu.php
│ │ │ ├── down.php
│ │ │ ├── insertadmin.php
│ │ │ ├── insertblanks.php
│ │ │ ├── insertsb.php
│ │ │ ├── insertselect.php
│ │ │ ├── insertstu.php
│ │ │ ├── numshow.php
│ │ │ ├── stushow.php
│ │ │ ├── timershow.php
│ │ │ ├── txtnameshow.php
│ │ │ ├── up
│ │ │ ├── upblankstxt.php
│ │ │ ├── updataprocl.php
│ │ │ ├── updatatimer.php
│ │ │ ├── uploadPic.php
│ │ │ ├── uploadtxt.php
│ │ │ └── uptxt.php
│ │ ├── blanksshow.php
│ │ ├── conn.php
│ │ ├── contentnum.php
│ │ ├── contentshow.php
│ │ ├── examshow.php
│ │ ├── insert.php
│ │ ├── photo
│ │ ├── show.php
│ │ ├── showpage.php
│ │ └── subjectshow.php
│ ├── sql
│ │ └── sql.sql
│ └── 源文件
│ ├── admin
│ │ ├── bin-debug
│ │ │ ├── AC_OETags.js
│ │ │ ├── adm.swf
│ │ │ ├── admin.html
│ │ │ ├── admin.swf
│ │ │ ├── blankswrite.swf
│ │ │ ├── history
│ │ │ │ ├── history.css
│ │ │ │ ├── history.js
│ │ │ │ └── historyFrame.html
│ │ │ ├── module
│ │ │ │ ├── 11.swf
│ │ │ │ ├── addsb.swf
│ │ │ │ ├── addstu.swf
│ │ │ │ ├── adm.swf
│ │ │ │ ├── blankswrite.swf
│ │ │ │ ├── deleteadm.swf
│ │ │ │ ├── deleteexam.swf
│ │ │ │ ├── deletesb.swf
│ │ │ │ ├── deletescore.swf
│ │ │ │ ├── deletestu.swf
│ │ │ │ ├── examformat.swf
│ │ │ │ ├── exportresults.swf
│ │ │ │ ├── help.swf
│ │ │ │ ├── image
│ │ │ │ │ ├── 1.jpg
│ │ │ │ │ ├── 2.jpg
│ │ │ │ │ └── 3.jpg
│ │ │ │ ├── importexam.swf
│ │ │ │ ├── importresults.swf
│ │ │ │ ├── importstu.swf
│ │ │ │ ├── index.swf
│ │ │ │ ├── load.swf
│ │ │ │ ├── results.swf
│ │ │ │ ├── timer.swf
│ │ │ │ └── writeexam.swf
│ │ │ └── playerProductInstall.swf
│ │ ├── html-template
│ │ │ ├── AC_OETags.js
│ │ │ ├── history
│ │ │ │ ├── history.css
│ │ │ │ ├── history.js
│ │ │ │ └── historyFrame.html
│ │ │ ├── index.template.html
│ │ │ └── playerProductInstall.swf
│ │ ├── libs
│ │ └── src
│ │ ├── admin.mxml
│ │ ├── module
│ │ │ ├── addsb.mxml
│ │ │ ├── addstu.mxml
│ │ │ ├── adm.mxml
│ │ │ ├── blankswrite.mxml
│ │ │ ├── deleteadm.mxml
│ │ │ ├── deleteexam.mxml
│ │ │ ├── deletesb.mxml
│ │ │ ├── deletescore.mxml
│ │ │ ├── deletestu.mxml
│ │ │ ├── examformat.mxml
│ │ │ ├── exportresults.mxml
│ │ │ ├── help.mxml
│ │ │ ├── image
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ └── 3.jpg
│ │ │ ├── importexam.mxml
│ │ │ ├── index.mxml
│ │ │ ├── load.mxml
│ │ │ ├── results.mxml
│ │ │ ├── timer.mxml
│ │ │ └── writeexam.mxml
│ │ └── progress.mxml
│ └── exam
│ ├── bin-debug
│ │ ├── AC_OETags.js
│ │ ├── exam.html
│ │ ├── exam.swf
│ │ ├── history
│ │ │ ├── history.css
│ │ │ ├── history.js
│ │ │ └── historyFrame.html
│ │ ├── image
│ │ │ └── 25.jpg
│ │ ├── module
│ │ │ ├── complete.swf
│ │ │ ├── contents.swf
│ │ │ ├── load.swf
│ │ │ ├── loader.swf
│ │ │ ├── pape.swf
│ │ │ ├── score.swf
│ │ │ └── single.swf
│ │ └── playerProductInstall.swf
│ ├── html-template
│ │ ├── AC_OETags.js
│ │ ├── history
│ │ │ ├── history.css
│ │ │ ├── history.js
│ │ │ └── historyFrame.html
│ │ ├── index.template.html
│ │ └── playerProductInstall.swf
│ ├── libs
│ └── src
│ ├── exam.mxml
│ ├── image
│ │ └── 25.jpg
│ ├── module
│ │ ├── contents.mxml
│ │ ├── load.mxml
│ │ ├── pape.mxml
│ │ └── score.mxml
│ ├── progress.mxml
│ └── script
│ ├── Contentface.as
│ ├── MyDownProBar.as
│ └── Numface.as
├── 好例子网_Flex php mysql实例.rar
└── 图书管理系统(二).v11.suo
30 directories, 128 files