在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → 医疗预约挂号系统

医疗预约挂号系统

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:19.79M
  • 下载次数:40
  • 浏览次数:620
  • 发布时间:2021-12-28
  • 实例类别:PHP语言基础
  • 发 布 人:zhpeng100
  • 文件格式:.zip
  • 所需积分:4
 相关标签: 医疗 挂号 预约 系统

实例介绍

【实例简介】医疗预约挂号系统
【实例截图】

from clipboardfrom clipboardfrom clipboard


【核心代码】.
├── 51Aspx源码必读.txt
├── __ErrorFiles__
│   ├── 403.html
│   ├── 404.html
│   ├── 500.html
│   ├── 501.html
│   ├── 502.html
│   ├── css.css
│   ├── error_403.jpg
│   ├── error_404.jpg
│   ├── error_500.jpg
│   ├── error_501.jpg
│   ├── error_502.jpg
│   └── vmios.gif
├── ad.php
├── appinterface
│   ├── 1.txt
│   ├── 123.txt
│   ├── core.php
│   ├── fu.txt
│   ├── login.php
│   ├── patient_current_report.php
│   ├── patient_monthly_report.php
│   ├── patient_monthly_report_employ_record.php
│   ├── patient_registration_form.php
│   ├── patient_registration_form_detail.php
│   ├── patient_registration_form_edit.php
│   ├── test.php
│   └── update.php
├── core
│   ├── class.fastjson.php
│   ├── class.log.php
│   ├── class.myftp.php
│   ├── class.mysql#.php
│   ├── class.mysql.php
│   ├── class.part.php
│   ├── class.power.php
│   ├── class.table.php
│   ├── config.more.php
│   ├── config.php
│   ├── core.php
│   ├── function.create_table.php
│   ├── function.image.php
│   ├── function.lunar.php
│   ├── function.more.php
│   ├── function.not.php
│   ├── function.php
│   ├── function.pr.php
│   ├── function.upload.php
│   ├── function.water.php
│   ├── hospital.php
│   ├── jquery.js
│   ├── offline.tips.php
│   ├── pinyin.dat
│   ├── session.php
│   ├── setday.js
│   └── test_table.php
├── errpage
│   ├── 400.html
│   ├── 401.html
│   ├── 403.html
│   ├── 404.html
│   ├── 405.html
│   ├── 500.html
│   └── 503.html
├── face
│   ├── 0.gif
│   ├── 1.gif
│   ├── 10.gif
│   ├── 100.gif
│   ├── 101.gif
│   ├── 102.gif
│   ├── 103.gif
│   ├── 104.gif
│   ├── 105.gif
│   ├── 106.gif
│   ├── 107.gif
│   ├── 108.gif
│   ├── 109.gif
│   ├── 11.gif
│   ├── 110.gif
│   ├── 111.gif
│   ├── 112.gif
│   ├── 113.gif
│   ├── 114.gif
│   ├── 115.gif
│   ├── 116.gif
│   ├── 117.gif
│   ├── 118.gif
│   ├── 119.gif
│   ├── 12.gif
│   ├── 120.gif
│   ├── 121.gif
│   ├── 122.gif
│   ├── 123.gif
│   ├── 124.gif
│   ├── 125.gif
│   ├── 126.gif
│   ├── 127.gif
│   ├── 128.gif
│   ├── 129.gif
│   ├── 13.gif
│   ├── 130.gif
│   ├── 131.gif
│   ├── 132.gif
│   ├── 133.gif
│   ├── 134.gif
│   ├── 14.gif
│   ├── 15.gif
│   ├── 16.gif
│   ├── 17.gif
│   ├── 18.gif
│   ├── 19.gif
│   ├── 2.gif
│   ├── 20.gif
│   ├── 21.gif
│   ├── 22.gif
│   ├── 23.gif
│   ├── 24.gif
│   ├── 25.gif
│   ├── 26.gif
│   ├── 27.gif
│   ├── 28.gif
│   ├── 29.gif
│   ├── 3.gif
│   ├── 30.gif
│   ├── 31.gif
│   ├── 32.gif
│   ├── 33.gif
│   ├── 34.gif
│   ├── 35.gif
│   ├── 36.gif
│   ├── 37.gif
│   ├── 38.gif
│   ├── 39.gif
│   ├── 4.gif
│   ├── 40.gif
│   ├── 41.gif
│   ├── 42.gif
│   ├── 43.gif
│   ├── 44.gif
│   ├── 45.gif
│   ├── 46.gif
│   ├── 47.gif
│   ├── 48.gif
│   ├── 49.gif
│   ├── 5.gif
│   ├── 50.gif
│   ├── 51.gif
│   ├── 52.gif
│   ├── 53.gif
│   ├── 54.gif
│   ├── 55.gif
│   ├── 56.gif
│   ├── 57.gif
│   ├── 58.gif
│   ├── 59.gif
│   ├── 6.gif
│   ├── 60.gif
│   ├── 61.gif
│   ├── 62.gif
│   ├── 63.gif
│   ├── 64.gif
│   ├── 65.gif
│   ├── 66.gif
│   ├── 67.gif
│   ├── 68.gif
│   ├── 69.gif
│   ├── 7.gif
│   ├── 70.gif
│   ├── 71.gif
│   ├── 72.gif
│   ├── 73.gif
│   ├── 74.gif
│   ├── 75.gif
│   ├── 76.gif
│   ├── 77.gif
│   ├── 78.gif
│   ├── 79.gif
│   ├── 8.gif
│   ├── 80.gif
│   ├── 81.gif
│   ├── 82.gif
│   ├── 83.gif
│   ├── 84.gif
│   ├── 85.gif
│   ├── 86.gif
│   ├── 87.gif
│   ├── 88.gif
│   ├── 89.gif
│   ├── 9.gif
│   ├── 90.gif
│   ├── 91.gif
│   ├── 92.gif
│   ├── 93.gif
│   ├── 94.gif
│   ├── 95.gif
│   ├── 96.gif
│   ├── 97.gif
│   ├── 98.gif
│   └── 99.gif
├── favicon.ico
├── from.gif
├── http
│   ├── check_admin_repeat.php
│   ├── check_income_repeat.php
│   ├── check_repeat.php
│   ├── get_dir_size.php
│   ├── get_ip_area.php
│   ├── get_online.php
│   ├── get_online_list.php
│   ├── get_online_message.php
│   ├── get_page_info.php
│   ├── menu_click_count.php
│   ├── online_message_close.php
│   ├── online_talk_submit.php
│   ├── patient_set_come.php
│   ├── patient_set_xiaofei.php
│   ├── set_message_read.php
│   └── set_notice_read.php
├── index.php
├── ip
│   ├── function.ip.php
│   └── ip_area.dat
├── m
│   ├── SWFUpload
│   │   ├── css
│   │   │   └── default.css
│   │   ├── file
│   │   │   ├── 1403405167ftp.xls
│   │   │   ├── 1403405462.jpg
│   │   │   ├── 14049560120710.doc
│   │   │   ├── 1405998660muban.xls
│   │   │   ├── 1406010696muban.xls
│   │   │   ├── 1406011038muban.xls
│   │   │   ├── 1406011326muban.xls
│   │   │   ├── 1406011579muban.xls
│   │   │   ├── 1406013254muban.xls
│   │   │   ├── 1406077165 .xls
│   │   │   ├── 140607727307.22.xls
│   │   │   ├── 1406077597muban.xls
│   │   │   ├── 1406077679muban.xls
│   │   │   ├── 1406077923muban.xls
│   │   │   ├── 1406162247 Microsoft Excel .xls
│   │   │   ├── 1406163408muban.xls
│   │   │   ├── 1406163533muban.xls
│   │   │   ├── 140616363907.23.xls
│   │   │   ├── 1407228983.txt
│   │   │   ├── 1407828657wwwftp.xls
│   │   │   ├── 1409477956 Microsoft Excel .xls
│   │   │   ├── 1409478054.doc
│   │   │   ├── 1409478818 Microsoft Excel .xls
│   │   │   ├── 1410493007.xls
│   │   │   ├── 14124986651111.jpg
│   │   │   └── 1427960992a4_1_ks1.jpg
│   │   ├── help.txt
│   │   ├── images
│   │   │   ├── TestImageNoText_65x29.png
│   │   │   ├── cancelbutton.gif
│   │   │   ├── header-bg.jpg
│   │   │   └── logo.gif
│   │   ├── index.php
│   │   ├── js
│   │   │   ├── fileprogress.js
│   │   │   ├── handlers.js
│   │   │   └── swfupload.queue.js
│   │   ├── swfupload
│   │   │   ├── swfupload.js
│   │   │   └── swfupload.swf
│   │   └── upload.php
│   ├── ask
│   │   ├── come.list.php
│   │   ├── count.edit.php
│   │   ├── count.list.php
│   │   ├── count.op.php
│   │   ├── count.php
│   │   ├── index.php
│   │   ├── patient.list.tpl.php
│   │   ├── patient.search.php
│   │   ├── patient.view.php
│   │   ├── upload.list.php
│   │   ├── zixun_among - 副本.php
│   │   ├── zixun_among.list - 副本.php
│   │   ├── zixun_among.list.php
│   │   ├── zixun_among.php
│   │   ├── zixun_week_among.php
│   │   └── zixun_week_among_list.php
│   ├── checkzhuaqu.php
│   ├── hospital
│   │   ├── hospital.edit.php
│   │   ├── hospital.edit_site.php
│   │   ├── hospital.list.php
│   │   ├── hospital.list.tpl.php
│   │   ├── hospital.op.php
│   │   ├── hospital.php
│   │   └── hospital.set_zhibiao.php
│   ├── index.html
│   ├── js
│   │   ├── data.php
│   │   ├── upload.list.php
│   │   ├── upload.php
│   │   ├── week.add.php
│   │   ├── week.list.php
│   │   ├── week.php
│   │   ├── week.view.php
│   │   └── work.php
│   ├── login.php
│   ├── login_images
│   │   ├── 1.png
│   │   ├── backgrounds
│   │   │   ├── 0.jpg
│   │   │   ├── 1.jpg
│   │   │   ├── 2.jpg
│   │   │   ├── 3.jpg
│   │   │   └── Thumbs.db
│   │   ├── captcha.jpeg
│   │   ├── error.png
│   │   ├── loading.gif
│   │   └── logo.png
│   ├── login_js
│   │   ├── html5.js
│   │   ├── jquery-1.8.2.min.js
│   │   ├── jquery.form.js
│   │   ├── login.js
│   │   ├── scripts.js
│   │   ├── supersized-init.js
│   │   ├── supersized.3.2.7.min.js
│   │   ├── tooltips.js
│   │   └── 复件 login.js
│   ├── login_style
│   │   ├── bootstrap.min.css
│   │   ├── login.css
│   │   └── supersized.css
│   ├── logout.php
│   ├── main.php
│   ├── main2.php
│   ├── main20150204gai .php
│   ├── main20150204gai.php
│   ├── main20150210.php
│   ├── main2_nojiequ.php
│   ├── main_nojiequ.php
│   ├── other.php
│   ├── pass.php
│   ├── patient
│   │   ├── change_media.php
│   │   ├── change_part.php
│   │   ├── depart.php
│   │   ├── depart_edit.php
│   │   ├── disease.php
│   │   ├── disease_edit.php
│   │   ├── doctor.php
│   │   ├── doctor_edit.php
│   │   ├── excel_out.php
│   │   ├── huifang_list.php
│   │   ├── huifang_list_all.php
│   │   ├── keshi.php
│   │   ├── media.php
│   │   ├── media_edit.php
│   │   ├── move.php
│   │   ├── newreport.list.php
│   │   ├── newreport.op.php
│   │   ├── newreport.php
│   │   ├── newreport_edit.php
│   │   ├── newreport_view.php
│   │   ├── output_name.php
│   │   ├── pack.php
│   │   ├── patient.edit.php
│   │   ├── patient.list.php
│   │   ├── patient.list.tpl.php
│   │   ├── patient.no.select.hos.php
│   │   ├── patient.op.php
│   │   ├── patient.php
│   │   ├── patient.search.php
│   │   ├── patient.view.php
│   │   ├── patient_106.edit.php
│   │   ├── patient_106.list.php
│   │   ├── patient_106.list.tpl.php
│   │   ├── patient_106.op.php
│   │   ├── patient_106.php
│   │   ├── patient_106.search.php
│   │   ├── patient_106.view.php
│   │   ├── patient_add.edit.php
│   │   ├── patient_add.list.php
│   │   ├── patient_add.list.tpl.php
│   │   ├── patient_add.no.select.hos.php
│   │   ├── patient_add.op.php
│   │   ├── patient_add.php
│   │   ├── patient_add.search.php
│   │   ├── patient_add.view.php
│   │   ├── patient_add2.edit.php
│   │   ├── patient_add2.list.php
│   │   ├── patient_add2.list.tpl.php
│   │   ├── patient_add2.no.select.hos.php
│   │   ├── patient_add2.op.php
│   │   ├── patient_add2.php
│   │   ├── patient_add2.search.php
│   │   ├── patient_add2.view.php
│   │   ├── redirect.php
│   │   ├── repeat.php
│   │   ├── report.php
│   │   ├── report2.php
│   │   ├── report2_old.php
│   │   ├── report3.php
│   │   ├── report4.php
│   │   ├── report4_d.php
│   │   ├── report_all.php
│   │   ├── report_disease.php
│   │   ├── update_field.php
│   │   ├── xinmeiti_week_among_list.php
│   │   ├── zazhi.php
│   │   ├── zbadpatient_add.no.select.hos.php
│   │   ├── zbadpatient_add2.no.select.hos.php
│   │   └── 备份hos.noorderdate
│   ├── pbftp
│   │   ├── config.php
│   │   ├── db.class.php
│   │   └── index.php
│   ├── pengbo
│   │   ├── attend.list.php
│   │   ├── attend.php
│   │   ├── member.add.php
│   │   ├── member.list.php
│   │   ├── member.php
│   │   ├── pb_check_summary.list.php
│   │   ├── pb_check_summary.op.php
│   │   ├── pb_outpatient_report.php
│   │   ├── pb_outpatient_report_edit.php
│   │   ├── pb_outpatient_report_view.php
│   │   ├── pb_zixun_monthlytarget.php
│   │   ├── pb_zixun_monthlytarget_list.php
│   │   ├── upload.list.php
│   │   ├── upload.php
│   │   ├── week.add.php
│   │   ├── week.check.add.php
│   │   ├── week.check.list.php
│   │   ├── week.check.view.php
│   │   ├── week.list.php
│   │   ├── week.php
│   │   ├── week.view.php
│   │   └── week_check.php
│   ├── phpexcel
│   │   ├── Classes
│   │   │   ├── PHPExcel
│   │   │   │   ├── Autoloader.php
│   │   │   │   ├── CachedObjectStorage
│   │   │   │   │   ├── APC.php
│   │   │   │   │   ├── CacheBase.php
│   │   │   │   │   ├── DiscISAM.php
│   │   │   │   │   ├── ICache.php
│   │   │   │   │   ├── Igbinary.php
│   │   │   │   │   ├── Memcache.php
│   │   │   │   │   ├── Memory.php
│   │   │   │   │   ├── MemoryGZip.php
│   │   │   │   │   ├── MemorySerialized.php
│   │   │   │   │   ├── PHPTemp.php
│   │   │   │   │   ├── SQLite.php
│   │   │   │   │   ├── SQLite3.php
│   │   │   │   │   └── Wincache.php
│   │   │   │   ├── CachedObjectStorageFactory.php
│   │   │   │   ├── CalcEngine
│   │   │   │   │   ├── CyclicReferenceStack.php
│   │   │   │   │   └── Logger.php
│   │   │   │   ├── Calculation
│   │   │   │   │   ├── Database.php
│   │   │   │   │   ├── DateTime.php
│   │   │   │   │   ├── Engineering.php
│   │   │   │   │   ├── Exception.php
│   │   │   │   │   ├── ExceptionHandler.php
│   │   │   │   │   ├── Financial.php
│   │   │   │   │   ├── FormulaParser.php
│   │   │   │   │   ├── FormulaToken.php
│   │   │   │   │   ├── Function.php
│   │   │   │   │   ├── Functions.php
│   │   │   │   │   ├── Logical.php
│   │   │   │   │   ├── LookupRef.php
│   │   │   │   │   ├── MathTrig.php
│   │   │   │   │   ├── Statistical.php
│   │   │   │   │   ├── TextData.php
│   │   │   │   │   ├── Token
│   │   │   │   │   │   └── Stack.php
│   │   │   │   │   └── functionlist.txt
│   │   │   │   ├── Calculation.php
│   │   │   │   ├── Cell
│   │   │   │   │   ├── AdvancedValueBinder.php
│   │   │   │   │   ├── DataType.php
│   │   │   │   │   ├── DataValidation.php
│   │   │   │   │   ├── DefaultValueBinder.php
│   │   │   │   │   ├── Hyperlink.php
│   │   │   │   │   └── IValueBinder.php
│   │   │   │   ├── Cell.php
│   │   │   │   ├── Chart
│   │   │   │   │   ├── DataSeries.php
│   │   │   │   │   ├── DataSeriesValues.php
│   │   │   │   │   ├── Exception.php
│   │   │   │   │   ├── Layout.php
│   │   │   │   │   ├── Legend.php
│   │   │   │   │   ├── PlotArea.php
│   │   │   │   │   ├── Renderer
│   │   │   │   │   │   ├── PHP Charting Libraries.txt
│   │   │   │   │   │   └── jpgraph.php
│   │   │   │   │   └── Title.php
│   │   │   │   ├── Chart.php
│   │   │   │   ├── Comment.php
│   │   │   │   ├── DocumentProperties.php
│   │   │   │   ├── DocumentSecurity.php
│   │   │   │   ├── Exception.php
│   │   │   │   ├── HashTable.php
│   │   │   │   ├── IComparable.php
│   │   │   │   ├── IOFactory.php
│   │   │   │   ├── NamedRange.php
│   │   │   │   ├── Reader
│   │   │   │   │   ├── Abstract.php
│   │   │   │   │   ├── CSV.php
│   │   │   │   │   ├── DefaultReadFilter.php
│   │   │   │   │   ├── Excel2003XML.php
│   │   │   │   │   ├── Excel2007
│   │   │   │   │   │   ├── Chart.php
│   │   │   │   │   │   └── Theme.php
│   │   │   │   │   ├── Excel2007.php
│   │   │   │   │   ├── Excel5
│   │   │   │   │   │   ├── Escher.php
│   │   │   │   │   │   ├── MD5.php
│   │   │   │   │   │   └── RC4.php
│   │   │   │   │   ├── Excel5.php
│   │   │   │   │   ├── Exception.php
│   │   │   │   │   ├── Gnumeric.php
│   │   │   │   │   ├── HTML.php
│   │   │   │   │   ├── IReadFilter.php
│   │   │   │   │   ├── IReader.php
│   │   │   │   │   ├── OOCalc.php
│   │   │   │   │   └── SYLK.php
│   │   │   │   ├── ReferenceHelper.php
│   │   │   │   ├── RichText
│   │   │   │   │   ├── ITextElement.php
│   │   │   │   │   ├── Run.php
│   │   │   │   │   └── TextElement.php
│   │   │   │   ├── RichText.php
│   │   │   │   ├── Settings.php
│   │   │   │   ├── Shared
│   │   │   │   │   ├── CodePage.php
│   │   │   │   │   ├── Date.php
│   │   │   │   │   ├── Drawing.php
│   │   │   │   │   ├── Escher
│   │   │   │   │   │   ├── DgContainer
│   │   │   │   │   │   │   ├── SpgrContainer
│   │   │   │   │   │   │   │   └── SpContainer.php
│   │   │   │   │   │   │   └── SpgrContainer.php
│   │   │   │   │   │   ├── DgContainer.php
│   │   │   │   │   │   ├── DggContainer
│   │   │   │   │   │   │   ├── BstoreContainer
│   │   │   │   │   │   │   │   ├── BSE
│   │   │   │   │   │   │   │   │   └── Blip.php
│   │   │   │   │   │   │   │   └── BSE.php
│   │   │   │   │   │   │   └── BstoreContainer.php
│   │   │   │   │   │   └── DggContainer.php
│   │   │   │   │   ├── Escher.php
│   │   │   │   │   ├── Excel5.php
│   │   │   │   │   ├── File.php
│   │   │   │   │   ├── Font.php
│   │   │   │   │   ├── JAMA
│   │   │   │   │   │   ├── CHANGELOG.TXT
│   │   │   │   │   │   ├── CholeskyDecomposition.php
│   │   │   │   │   │   ├── EigenvalueDecomposition.php
│   │   │   │   │   │   ├── LUDecomposition.php
│   │   │   │   │   │   ├── Matrix.php
│   │   │   │   │   │   ├── QRDecomposition.php
│   │   │   │   │   │   ├── SingularValueDecomposition.php
│   │   │   │   │   │   └── utils
│   │   │   │   │   │       ├── Error.php
│   │   │   │   │   │       └── Maths.php
│   │   │   │   │   ├── OLE
│   │   │   │   │   │   ├── ChainedBlockStream.php
│   │   │   │   │   │   ├── PPS
│   │   │   │   │   │   │   ├── File.php
│   │   │   │   │   │   │   └── Root.php
│   │   │   │   │   │   └── PPS.php
│   │   │   │   │   ├── OLE.php
│   │   │   │   │   ├── OLERead.php
│   │   │   │   │   ├── PCLZip
│   │   │   │   │   │   ├── gnu-lgpl.txt
│   │   │   │   │   │   ├── pclzip.lib.php
│   │   │   │   │   │   └── readme.txt
│   │   │   │   │   ├── PasswordHasher.php
│   │   │   │   │   ├── String.php
│   │   │   │   │   ├── TimeZone.php
│   │   │   │   │   ├── XMLWriter.php
│   │   │   │   │   ├── ZipArchive.php
│   │   │   │   │   ├── ZipStreamWrapper.php
│   │   │   │   │   └── trend
│   │   │   │   │       ├── bestFitClass.php
│   │   │   │   │       ├── exponentialBestFitClass.php
│   │   │   │   │       ├── linearBestFitClass.php
│   │   │   │   │       ├── logarithmicBestFitClass.php
│   │   │   │   │       ├── polynomialBestFitClass.php
│   │   │   │   │       ├── powerBestFitClass.php
│   │   │   │   │       └── trendClass.php
│   │   │   │   ├── Style
│   │   │   │   │   ├── Alignment.php
│   │   │   │   │   ├── Border.php
│   │   │   │   │   ├── Borders.php
│   │   │   │   │   ├── Color.php
│   │   │   │   │   ├── Conditional.php
│   │   │   │   │   ├── Fill.php
│   │   │   │   │   ├── Font.php
│   │   │   │   │   ├── NumberFormat.php
│   │   │   │   │   ├── Protection.php
│   │   │   │   │   └── Supervisor.php
│   │   │   │   ├── Style.php
│   │   │   │   ├── Worksheet
│   │   │   │   │   ├── AutoFilter
│   │   │   │   │   │   ├── Column
│   │   │   │   │   │   │   └── Rule.php
│   │   │   │   │   │   └── Column.php
│   │   │   │   │   ├── AutoFilter.php
│   │   │   │   │   ├── BaseDrawing.php
│   │   │   │   │   ├── CellIterator.php
│   │   │   │   │   ├── ColumnDimension.php
│   │   │   │   │   ├── Drawing
│   │   │   │   │   │   └── Shadow.php
│   │   │   │   │   ├── Drawing.php
│   │   │   │   │   ├── HeaderFooter.php
│   │   │   │   │   ├── HeaderFooterDrawing.php
│   │   │   │   │   ├── MemoryDrawing.php
│   │   │   │   │   ├── PageMargins.php
│   │   │   │   │   ├── PageSetup.php
│   │   │   │   │   ├── Protection.php
│   │   │   │   │   ├── Row.php
│   │   │   │   │   ├── RowDimension.php
│   │   │   │   │   ├── RowIterator.php
│   │   │   │   │   └── SheetView.php
│   │   │   │   ├── Worksheet.php
│   │   │   │   ├── WorksheetIterator.php
│   │   │   │   ├── Writer
│   │   │   │   │   ├── Abstract.php
│   │   │   │   │   ├── CSV.php
│   │   │   │   │   ├── Excel2007
│   │   │   │   │   │   ├── Chart.php
│   │   │   │   │   │   ├── Comments.php
│   │   │   │   │   │   ├── ContentTypes.php
│   │   │   │   │   │   ├── DocProps.php
│   │   │   │   │   │   ├── Drawing.php
│   │   │   │   │   │   ├── Rels.php
│   │   │   │   │   │   ├── RelsRibbon.php
│   │   │   │   │   │   ├── RelsVBA.php
│   │   │   │   │   │   ├── StringTable.php
│   │   │   │   │   │   ├── Style.php
│   │   │   │   │   │   ├── Theme.php
│   │   │   │   │   │   ├── Workbook.php
│   │   │   │   │   │   ├── Worksheet.php
│   │   │   │   │   │   └── WriterPart.php
│   │   │   │   │   ├── Excel2007.php
│   │   │   │   │   ├── Excel5
│   │   │   │   │   │   ├── BIFFwriter.php
│   │   │   │   │   │   ├── Escher.php
│   │   │   │   │   │   ├── Font.php
│   │   │   │   │   │   ├── Parser.php
│   │   │   │   │   │   ├── Workbook.php
│   │   │   │   │   │   ├── Worksheet.php
│   │   │   │   │   │   └── Xf.php
│   │   │   │   │   ├── Excel5.php
│   │   │   │   │   ├── Exception.php
│   │   │   │   │   ├── HTML.php
│   │   │   │   │   ├── IWriter.php
│   │   │   │   │   ├── PDF
│   │   │   │   │   │   ├── Core.php
│   │   │   │   │   │   ├── DomPDF.php
│   │   │   │   │   │   ├── mPDF.php
│   │   │   │   │   │   └── tcPDF.php
│   │   │   │   │   └── PDF.php
│   │   │   │   └── locale
│   │   │   │       ├── bg
│   │   │   │       │   └── config
│   │   │   │       ├── cs
│   │   │   │       │   ├── config
│   │   │   │       │   └── functions
│   │   │   │       ├── da
│   │   │   │       │   ├── config
│   │   │   │       │   └── functions
│   │   │   │       ├── de
│   │   │   │       │   ├── config
│   │   │   │       │   └── functions
│   │   │   │       ├── en
│   │   │   │       │   └── uk
│   │   │   │       │       └── config
│   │   │   │       ├── es
│   │   │   │       │   ├── config
│   │   │   │       │   └── functions
│   │   │   │       ├── fi
│   │   │   │       │   ├── config
│   │   │   │       │   └── functions
│   │   │   │       ├── fr
│   │   │   │       │   ├── config
│   │   │   │       │   └── functions
│   │   │   │       ├── hu
│   │   │   │       │   ├── config
│   │   │   │       │   └── functions
│   │   │   │       ├── it
│   │   │   │       │   ├── config
│   │   │   │       │   └── functions
│   │   │   │       ├── nl
│   │   │   │       │   ├── config
│   │   │   │       │   └── functions
│   │   │   │       ├── no
│   │   │   │       │   ├── config
│   │   │   │       │   └── functions
│   │   │   │       ├── pl
│   │   │   │       │   ├── config
│   │   │   │       │   └── functions
│   │   │   │       ├── pt
│   │   │   │       │   ├── br
│   │   │   │       │   │   ├── config
│   │   │   │       │   │   └── functions
│   │   │   │       │   ├── config
│   │   │   │       │   └── functions
│   │   │   │       ├── ru
│   │   │   │       │   ├── config
│   │   │   │       │   └── functions
│   │   │   │       ├── sv
│   │   │   │       │   ├── config
│   │   │   │       │   └── functions
│   │   │   │       └── tr
│   │   │   │           ├── config
│   │   │   │           └── functions
│   │   │   └── PHPExcel.php
│   │   └── read.php
│   ├── set
│   │   ├── engine.edit.php
│   │   ├── engine.op.php
│   │   ├── engine.php
│   │   ├── part.php
│   │   └── part_edit.php
│   ├── sys
│   │   ├── a.php
│   │   ├── admin.do.php
│   │   ├── admin.edit.php
│   │   ├── admin.list.php
│   │   ├── admin.list.tpl.php
│   │   ├── admin.op.php
│   │   ├── admin.php
│   │   ├── admin.set_power.php
│   │   ├── admin.set_site_power.php
│   │   ├── admin.view.php
│   │   ├── admin.view.web.php
│   │   ├── c.php
│   │   ├── character.do.php
│   │   ├── character.edit.php
│   │   ├── character.list.php
│   │   ├── character.php
│   │   ├── character.view.php
│   │   ├── jingjia.edit.php
│   │   ├── jingjia.list.php
│   │   ├── jingjia.month.edit.php
│   │   ├── jingjia.month.list.php
│   │   ├── jingjia.month.php
│   │   ├── jingjia.php
│   │   ├── jingjia.week.list.php
│   │   ├── jingjia.week.php
│   │   ├── log.do.php
│   │   ├── log.list.php
│   │   ├── log.php
│   │   ├── log.view.php
│   │   ├── login_error.do.php
│   │   ├── login_error.list.php
│   │   ├── login_error.php
│   │   ├── me.config.php
│   │   ├── me.edit.php
│   │   ├── me.message.do.php
│   │   ├── me.message.list.php
│   │   ├── me.message.php
│   │   ├── me.modifypass.php
│   │   ├── me.shortcut.php
│   │   ├── menu.do.php
│   │   ├── menu.edit.php
│   │   ├── menu.list.php
│   │   ├── menu.php
│   │   ├── message.php
│   │   ├── notice.php
│   │   ├── online_all.php
│   │   ├── submit_error.php
│   │   ├── sys_notice.do.php
│   │   ├── sys_notice.edit.php
│   │   ├── sys_notice.list.php
│   │   ├── sys_notice.php
│   │   └── talk.php
│   ├── waitui
│   │   ├── d_
│   │   │   └── cookies.txt
│   │   ├── day.list.php
│   │   ├── day.php
│   │   ├── keyword.add.php
│   │   ├── keyword.list.php
│   │   ├── keywordsort.php
│   │   ├── keywordsort2.php
│   │   ├── muban.xls
│   │   ├── upload.list.php
│   │   └── upload.php
│   ├── weixin
│   │   ├── count.edit.php
│   │   ├── count.list.php
│   │   ├── count.op.php
│   │   ├── count.php
│   │   ├── index .list.php
│   │   ├── index.list.php
│   │   ├── index.php
│   │   ├── mycount.list.php
│   │   ├── mycount.op.php
│   │   ├── mycount.php
│   │   ├── mypatient.list.tpl.php
│   │   ├── patient.list.tpl.php
│   │   ├── patient.search.php
│   │   ├── patient.view.php
│   │   ├── upload.list.php
│   │   ├── weixin_among.list.php
│   │   ├── weixin_among.php
│   │   ├── xinmeiti_week_among_list.php
│   │   ├── xmeiti1_week_among.php
│   │   ├── xmeiti2_week_among_list.php
│   │   └── xmeiti3_week_among.php
│   ├── youhua
│   │   ├── d_
│   │   │   └── cookies.txt
│   │   ├── day.list.php
│   │   ├── day.php
│   │   ├── keyword.add.php
│   │   ├── keyword.list.php
│   │   ├── keywordsort.php
│   │   ├── muban.xls
│   │   ├── upload.list.php
│   │   └── upload.php
│   └── zh
│       ├── come.list.php
│       ├── come.php
│       ├── comeday.list.php
│       ├── comeday.php
│       ├── comewrong.php
│       ├── comeyear.list.php
│       ├── comeyear.php
│       ├── mv_to_duihua.php
│       └── patient_data_report.php
├── media
│   └── havemess.mp3
├── pb_oa
│   ├── app_login_log.MYD
│   ├── app_login_log.MYI
│   ├── app_login_log.frm
│   ├── ask_patient.MYD
│   ├── ask_patient.MYI
│   ├── ask_patient.frm
│   ├── db.opt
│   ├── depart.MYD
│   ├── depart.MYI
│   ├── depart.frm
│   ├── disease.MYD
│   ├── disease.MYI
│   ├── disease.frm
│   ├── doctor.MYD
│   ├── doctor.MYI
│   ├── doctor.frm
│   ├── engine.MYD
│   ├── engine.MYI
│   ├── engine.frm
│   ├── hospital.MYD
│   ├── hospital.MYI
│   ├── hospital.frm
│   ├── jingjia.MYD
│   ├── jingjia.MYI
│   ├── jingjia.frm
│   ├── jingjia_month.MYD
│   ├── jingjia_month.MYI
│   ├── jingjia_month.frm
│   ├── media.MYD
│   ├── media.MYI
│   ├── media.frm
│   ├── patient.MYD
│   ├── patient.MYI
│   ├── patient.frm
│   ├── patient_1.MYD
│   ├── patient_1.MYI
│   ├── patient_1.frm
│   ├── patient_10.MYD
│   ├── patient_10.MYI
│   ├── patient_10.frm
│   ├── patient_10_add.MYD
│   ├── patient_10_add.MYI
│   ├── patient_10_add.frm
│   ├── patient_11.MYD
│   ├── patient_11.MYI
│   ├── patient_11.frm
│   ├── patient_11_add.MYD
│   ├── patient_11_add.MYI
│   ├── patient_11_add.frm
│   ├── patient_12.MYD
│   ├── patient_12.MYI
│   ├── patient_12.frm
│   ├── patient_12_add.MYD
│   ├── patient_12_add.MYI
│   ├── patient_12_add.frm
│   ├── patient_13.MYD
│   ├── patient_13.MYI
│   ├── patient_13.frm
│   ├── patient_13_add.MYD
│   ├── patient_13_add.MYI
│   ├── patient_13_add.frm
│   ├── patient_14.MYD
│   ├── patient_14.MYI
│   ├── patient_14.frm
│   ├── patient_14_add.MYD
│   ├── patient_14_add.MYI
│   ├── patient_14_add.frm
│   ├── patient_15.MYD
│   ├── patient_15.MYI
│   ├── patient_15.frm
│   ├── patient_15_add.MYD
│   ├── patient_15_add.MYI
│   ├── patient_15_add.frm
│   ├── patient_16.MYD
│   ├── patient_16.MYI
│   ├── patient_16.frm
│   ├── patient_16_add.MYD
│   ├── patient_16_add.MYI
│   ├── patient_16_add.frm
│   ├── patient_17.MYD
│   ├── patient_17.MYI
│   ├── patient_17.frm
│   ├── patient_17_add.MYD
│   ├── patient_17_add.MYI
│   ├── patient_17_add.frm
│   ├── patient_18.MYD
│   ├── patient_18.MYI
│   ├── patient_18.frm
│   ├── patient_18_add.MYD
│   ├── patient_18_add.MYI
│   ├── patient_18_add.frm
│   ├── patient_19.MYD
│   ├── patient_19.MYI
│   ├── patient_19.frm
│   ├── patient_19_add.MYD
│   ├── patient_19_add.MYI
│   ├── patient_19_add.frm
│   ├── patient_1_add.MYD
│   ├── patient_1_add.MYI
│   ├── patient_1_add.frm
│   ├── patient_2.MYD
│   ├── patient_2.MYI
│   ├── patient_2.frm
│   ├── patient_20.MYD
│   ├── patient_20.MYI
│   ├── patient_20.frm
│   ├── patient_20_add.MYD
│   ├── patient_20_add.MYI
│   ├── patient_20_add.frm
│   ├── patient_21.MYD
│   ├── patient_21.MYI
│   ├── patient_21.frm
│   ├── patient_21_add.MYD
│   ├── patient_21_add.MYI
│   ├── patient_21_add.frm
│   ├── patient_22.MYD
│   ├── patient_22.MYI
│   ├── patient_22.frm
│   ├── patient_22_add.MYD
│   ├── patient_22_add.MYI
│   ├── patient_22_add.frm
│   ├── patient_23.MYD
│   ├── patient_23.MYI
│   ├── patient_23.frm
│   ├── patient_23_add.MYD
│   ├── patient_23_add.MYI
│   ├── patient_23_add.frm
│   ├── patient_24.MYD
│   ├── patient_24.MYI
│   ├── patient_24.frm
│   ├── patient_24_add.MYD
│   ├── patient_24_add.MYI
│   ├── patient_24_add.frm
│   ├── patient_25.MYD
│   ├── patient_25.MYI
│   ├── patient_25.frm
│   ├── patient_25_add.MYD
│   ├── patient_25_add.MYI
│   ├── patient_25_add.frm
│   ├── patient_26.MYD
│   ├── patient_26.MYI
│   ├── patient_26.frm
│   ├── patient_26_add.MYD
│   ├── patient_26_add.MYI
│   ├── patient_26_add.frm
│   ├── patient_27.MYD
│   ├── patient_27.MYI
│   ├── patient_27.frm
│   ├── patient_27_add.MYD
│   ├── patient_27_add.MYI
│   ├── patient_27_add.frm
│   ├── patient_28.MYD
│   ├── patient_28.MYI
│   ├── patient_28.frm
│   ├── patient_28_add.MYD
│   ├── patient_28_add.MYI
│   ├── patient_28_add.frm
│   ├── patient_29.MYD
│   ├── patient_29.MYI
│   ├── patient_29.frm
│   ├── patient_29_add.MYD
│   ├── patient_29_add.MYI
│   ├── patient_29_add.frm
│   ├── patient_2_add.MYD
│   ├── patient_2_add.MYI
│   ├── patient_2_add.frm
│   ├── patient_3.MYD
│   ├── patient_3.MYI
│   ├── patient_3.frm
│   ├── patient_30.MYD
│   ├── patient_30.MYI
│   ├── patient_30.frm
│   ├── patient_30_add.MYD
│   ├── patient_30_add.MYI
│   ├── patient_30_add.frm
│   ├── patient_31.MYD
│   ├── patient_31.MYI
│   ├── patient_31.frm
│   ├── patient_31_add.MYD
│   ├── patient_31_add.MYI
│   ├── patient_31_add.frm
│   ├── patient_32.MYD
│   ├── patient_32.MYI
│   ├── patient_32.frm
│   ├── patient_32_add.MYD
│   ├── patient_32_add.MYI
│   ├── patient_32_add.frm
│   ├── patient_33.MYD
│   ├── patient_33.MYI
│   ├── patient_33.frm
│   ├── patient_33_add.MYD
│   ├── patient_33_add.MYI
│   ├── patient_33_add.frm
│   ├── patient_34.MYD
│   ├── patient_34.MYI
│   ├── patient_34.frm
│   ├── patient_34_add.MYD
│   ├── patient_34_add.MYI
│   ├── patient_34_add.frm
│   ├── patient_35.MYD
│   ├── patient_35.MYI
│   ├── patient_35.frm
│   ├── patient_36.MYD
│   ├── patient_36.MYI
│   ├── patient_36.frm
│   ├── patient_36_add.MYD
│   ├── patient_36_add.MYI
│   ├── patient_36_add.frm
│   ├── patient_37.MYD
│   ├── patient_37.MYI
│   ├── patient_37.frm
│   ├── patient_3_add.MYD
│   ├── patient_3_add.MYI
│   ├── patient_3_add.frm
│   ├── patient_4.MYD
│   ├── patient_4.MYI
│   ├── patient_4.frm
│   ├── patient_4_add.MYD
│   ├── patient_4_add.MYI
│   ├── patient_4_add.frm
│   ├── patient_5.MYD
│   ├── patient_5.MYI
│   ├── patient_5.frm
│   ├── patient_5_add.MYD
│   ├── patient_5_add.MYI
│   ├── patient_5_add.frm
│   ├── patient_6.MYD
│   ├── patient_6.MYI
│   ├── patient_6.frm
│   ├── patient_6_add.MYD
│   ├── patient_6_add.MYI
│   ├── patient_6_add.frm
│   ├── patient_7.MYD
│   ├── patient_7.MYI
│   ├── patient_7.frm
│   ├── patient_7_add.MYD
│   ├── patient_7_add.MYI
│   ├── patient_7_add.frm
│   ├── patient_8.MYD
│   ├── patient_8.MYI
│   ├── patient_8.frm
│   ├── patient_8_add.MYD
│   ├── patient_8_add.MYI
│   ├── patient_8_add.frm
│   ├── patient_9.MYD
│   ├── patient_9.MYI
│   ├── patient_9.frm
│   ├── patient_9_add.MYD
│   ├── patient_9_add.MYI
│   ├── patient_9_add.frm
│   ├── pb_attend.MYD
│   ├── pb_attend.MYI
│   ├── pb_attend.frm
│   ├── pb_check_summary.MYD
│   ├── pb_check_summary.MYI
│   ├── pb_check_summary.frm
│   ├── pb_member.MYD
│   ├── pb_member.MYI
│   ├── pb_member.frm
│   ├── pb_outpatient_report.MYD
│   ├── pb_outpatient_report.MYI
│   ├── pb_outpatient_report.frm
│   ├── pb_summary.MYD
│   ├── pb_summary.MYI
│   ├── pb_summary.frm
│   ├── pb_upload.MYD
│   ├── pb_upload.MYI
│   ├── pb_upload.frm
│   ├── pb_zixun_monthlytarget.MYD
│   ├── pb_zixun_monthlytarget.MYI
│   ├── pb_zixun_monthlytarget.frm
│   ├── sites.MYD
│   ├── sites.MYI
│   ├── sites.frm
│   ├── sys_admin.MYD
│   ├── sys_admin.MYI
│   ├── sys_admin.frm
│   ├── sys_character.MYD
│   ├── sys_character.MYI
│   ├── sys_character.frm
│   ├── sys_log.MYD
│   ├── sys_log.MYI
│   ├── sys_log.frm
│   ├── sys_login_error.MYD
│   ├── sys_login_error.MYI
│   ├── sys_login_error.frm
│   ├── sys_menu.MYD
│   ├── sys_menu.MYI
│   ├── sys_menu.frm
│   ├── sys_message.MYD
│   ├── sys_message.MYI
│   ├── sys_message.frm
│   ├── sys_notice.MYD
│   ├── sys_notice.MYI
│   ├── sys_notice.frm
│   ├── sys_part.MYD
│   ├── sys_part.MYI
│   ├── sys_part.frm
│   ├── sys_session.MYD
│   ├── sys_session.MYI
│   ├── sys_session.frm
│   ├── weixin_patient.MYD
│   ├── weixin_patient.MYI
│   ├── weixin_patient.frm
│   ├── yh_keywordsort.MYD
│   ├── yh_keywordsort.MYI
│   ├── yh_keywordsort.frm
│   ├── zixun_report.MYD
│   ├── zixun_report.MYI
│   └── zixun_report.frm
├── php环境搭配简单快速教程.doc
├── php环境搭配简单快速教程(适合新手菜鸟看).doc
├── res
│   ├── base.css
│   ├── base.js
│   ├── base_jingjia.js
│   ├── chart
│   │   ├── FCF_Area2D.swf
│   │   ├── FCF_Bar2D.swf
│   │   ├── FCF_Candlestick.swf
│   │   ├── FCF_Column2D.swf
│   │   ├── FCF_Column3D.swf
│   │   ├── FCF_Doughnut2D.swf
│   │   ├── FCF_Gantt.swf
│   │   ├── FCF_Line.swf
│   │   ├── FCF_MSArea2D.swf
│   │   ├── FCF_MSBar2D.swf
│   │   ├── FCF_MSColumn2D.swf
│   │   ├── FCF_MSColumn2DLineDY.swf
│   │   ├── FCF_MSColumn3D.swf
│   │   ├── FCF_MSColumn3DLineDY.swf
│   │   ├── FCF_MSLine.swf
│   │   ├── FCF_Pie2D.swf
│   │   ├── FCF_Pie3D.swf
│   │   ├── FCF_StackedArea2D.swf
│   │   ├── FCF_StackedBar2D.swf
│   │   ├── FCF_StackedColumn2D.swf
│   │   ├── FCF_StackedColumn3D.swf
│   │   ├── FC_Colors.php
│   │   ├── FusionCharts.js
│   │   └── FusionCharts_Gen.php
│   ├── datejs
│   │   ├── calendar.js
│   │   ├── config.js
│   │   ├── lang
│   │   │   ├── en.js
│   │   │   ├── zh-cn.js
│   │   │   └── zh-tw.js
│   │   ├── picker.htm
│   │   ├── picker.js
│   │   └── skin
│   │       ├── WdatePicker.css
│   │       ├── datePicker.gif
│   │       ├── default
│   │       │   ├── datepicker.css
│   │       │   └── img.gif
│   │       ├── simple
│   │       │   ├── bg.gif
│   │       │   ├── bg_calendar.gif
│   │       │   ├── datepicker.css
│   │       │   ├── down.jpg
│   │       │   ├── indexbg.gif
│   │       │   ├── left.gif
│   │       │   ├── navLeft.gif
│   │       │   ├── navRight.gif
│   │       │   ├── qs.jpg
│   │       │   ├── right.gif
│   │       │   ├── up.jpg
│   │       │   └── ymbg.jpg
│   │       └── whyGreen
│   │           ├── bg.jpg
│   │           ├── datepicker.css
│   │           └── img.gif
│   ├── drag.js
│   ├── frame.css
│   ├── frame.js
│   ├── img
│   │   ├── add.gif
│   │   ├── b_check_bad.gif
│   │   ├── b_check_good.gif
│   │   ├── b_delete.gif
│   │   ├── b_detail.gif
│   │   ├── b_down.gif
│   │   ├── b_edit.gif
│   │   ├── b_hide.gif
│   │   ├── b_key.gif
│   │   ├── b_lock.gif
│   │   ├── b_not_pass.gif
│   │   ├── b_pass.gif
│   │   ├── b_print.gif
│   │   ├── b_refee.gif
│   │   ├── b_refresh.gif
│   │   ├── b_save.gif
│   │   ├── b_search.gif
│   │   ├── b_show.gif
│   │   ├── b_tips.gif
│   │   ├── b_view_url.gif
│   │   ├── back##.jpg
│   │   ├── back#.jpg
│   │   ├── back.jpg
│   │   ├── button_gray_s.gif
│   │   ├── button_long.gif
│   │   ├── button_red.gif
│   │   ├── button_short.gif
│   │   ├── button_submit.gif
│   │   ├── button_yellow.gif
│   │   ├── button_yellow2.gif
│   │   ├── calendar.gif
│   │   ├── co.jpg
│   │   ├── co_bottom.gif
│   │   ├── co_top.gif
│   │   ├── ht_back.jpg
│   │   ├── ht_bottom_img.gif
│   │   ├── ht_box_back.gif
│   │   ├── ht_box_bottom.gif
│   │   ├── ht_box_top.gif
│   │   ├── ht_button.gif
│   │   ├── ht_top_img.gif
│   │   ├── icon_asc.gif
│   │   ├── icon_desc.gif
│   │   ├── icon_down.gif
│   │   ├── icon_up.gif
│   │   ├── left_menu_bg.jpg
│   │   ├── lightbox_close.gif
│   │   ├── lightbox_loading.gif
│   │   ├── loading.gif
│   │   ├── menu.gif
│   │   ├── menu_bar_back#.gif
│   │   ├── menu_bar_back.gif
│   │   ├── mod_pre.gif
│   │   ├── msgbox_center_bg.gif
│   │   ├── msgbox_left.gif
│   │   ├── msgbox_right.gif
│   │   ├── new.gif
│   │   ├── ok.gif
│   │   ├── overlay.png
│   │   ├── pos_arrow.gif
│   │   ├── slogo.gif
│   │   ├── slogo2.gif
│   │   └── word_spacer.gif
│   ├── index.tpl.php
│   ├── jquery-1.8.3.min.js
│   ├── jquery.messager.js
│   ├── jquery.mobile-1.3.2.min.css
│   ├── jquery.mobile-1.3.2.min.js
│   ├── menu.js
│   ├── patient.view.tpl.php
│   ├── setday.js
│   ├── view.tpl.php
│   ├── xmeiti3_week_among.php
│   └── xmeiti3_week_among_list.php
├── robots.txt
├── script
│   ├── config.php
│   ├── d_
│   │   └── cookies.txt
│   ├── db.class.php
│   ├── index.php
│   ├── index1.php
│   ├── index2.php
│   └── indexwt.php
├── upload
│   ├── ChangeDb.php
│   ├── ChangePath.php
│   ├── ChangeTable.php
│   ├── DoSql.php
│   ├── DownZip.php
│   ├── EmpireBak_version.php
│   ├── ListField.php
│   ├── ListSetbak.php
│   ├── ReData.php
│   ├── RepFiletext.php
│   ├── SetDb.php
│   ├── ShowKey.php
│   ├── admin.php
│   ├── bdata
│   │   ├── oa020gl_20140731172946
│   │   │   ├── ask_patient_1.php
│   │   │   ├── config.php
│   │   │   ├── depart_1.php
│   │   │   ├── disease_1.php
│   │   │   ├── doctor_1.php
│   │   │   ├── engine_1.php
│   │   │   ├── hospital_1.php
│   │   │   ├── jingjia_1.php
│   │   │   ├── jingjia_month_1.php
│   │   │   ├── media_1.php
│   │   │   ├── patient_1.php
│   │   │   ├── patient_10_1.php
│   │   │   ├── patient_11_1.php
│   │   │   ├── patient_12_1.php
│   │   │   ├── patient_13_1.php
│   │   │   ├── patient_14_1.php
│   │   │   ├── patient_15_1.php
│   │   │   ├── patient_16_1.php
│   │   │   ├── patient_17_1.php
│   │   │   ├── patient_18_1.php
│   │   │   ├── patient_19_1.php
│   │   │   ├── patient_1_1.php
│   │   │   ├── patient_20_1.php
│   │   │   ├── patient_21_1.php
│   │   │   ├── patient_22_1.php
│   │   │   ├── patient_23_1.php
│   │   │   ├── patient_24_1.php
│   │   │   ├── patient_25_1.php
│   │   │   ├── patient_2_1.php
│   │   │   ├── patient_2_2.php
│   │   │   ├── patient_3_1.php
│   │   │   ├── patient_4_1.php
│   │   │   ├── patient_5_1.php
│   │   │   ├── patient_6_1.php
│   │   │   ├── patient_7_1.php
│   │   │   ├── patient_8_1.php
│   │   │   ├── patient_9_1.php
│   │   │   ├── pb_attend_1.php
│   │   │   ├── pb_check_summary_1.php
│   │   │   ├── pb_member_1.php
│   │   │   ├── pb_summary_1.php
│   │   │   ├── pb_upload_1.php
│   │   │   ├── readme.txt
│   │   │   ├── sites_1.php
│   │   │   ├── sys_admin_1.php
│   │   │   ├── sys_character_1.php
│   │   │   ├── sys_log_1.php
│   │   │   ├── sys_log_2.php
│   │   │   ├── sys_login_error_1.php
│   │   │   ├── sys_menu_1.php
│   │   │   ├── sys_message_1.php
│   │   │   ├── sys_notice_1.php
│   │   │   ├── sys_part_1.php
│   │   │   ├── sys_session_1.php
│   │   │   ├── yh_keywordsort_1.php
│   │   │   ├── yh_keywordsort_2.php
│   │   │   ├── yh_keywordsort_3.php
│   │   │   └── yh_keywordsort_4.php
│   │   └── safemod
│   ├── class
│   │   ├── combakfun.php
│   │   ├── config.php
│   │   ├── connect.php
│   │   ├── db_sql.php
│   │   ├── delpath.php
│   │   ├── functions.php
│   │   └── phpzip.inc.php
│   ├── doc
│   │   ├── bigdoc.html
│   │   ├── bigdocutf.html
│   │   ├── doc.html
│   │   └── docutf.html
│   ├── doc.html
│   ├── ginfo.php
│   ├── images
│   │   ├── css.css
│   │   ├── dir.gif
│   │   ├── ebak.jpg
│   │   ├── logo.gif
│   │   ├── logo.jpg
│   │   └── txt.gif
│   ├── inc
│   │   ├── footer.php
│   │   └── header.php
│   ├── index.php
│   ├── lang
│   │   ├── big5
│   │   │   ├── pub
│   │   │   │   ├── f.php
│   │   │   │   └── m.php
│   │   │   └── temp
│   │   │       ├── eChangeDb.php
│   │   │       ├── eChangePath.php
│   │   │       ├── eChangeTable.php
│   │   │       ├── eDoSql.php
│   │   │       ├── eDownZip.php
│   │   │       ├── eListField.php
│   │   │       ├── eListSetbak.php
│   │   │       ├── eReData.php
│   │   │       ├── eRepFiletext.php
│   │   │       ├── eSetDb.php
│   │   │       ├── eadmin.php
│   │   │       ├── eindex.php
│   │   │       ├── eleft.php
│   │   │       ├── emain.php
│   │   │       └── message.php
│   │   ├── big5utf8
│   │   │   ├── pub
│   │   │   │   ├── f.php
│   │   │   │   └── m.php
│   │   │   └── temp
│   │   │       ├── eChangeDb.php
│   │   │       ├── eChangePath.php
│   │   │       ├── eChangeTable.php
│   │   │       ├── eDoSql.php
│   │   │       ├── eDownZip.php
│   │   │       ├── eListField.php
│   │   │       ├── eListSetbak.php
│   │   │       ├── eReData.php
│   │   │       ├── eRepFiletext.php
│   │   │       ├── eSetDb.php
│   │   │       ├── eadmin.php
│   │   │       ├── eindex.php
│   │   │       ├── eleft.php
│   │   │       ├── emain.php
│   │   │       └── message.php
│   │   ├── dbchar.php
│   │   ├── gb
│   │   │   ├── pub
│   │   │   │   ├── f.php
│   │   │   │   └── m.php
│   │   │   └── temp
│   │   │       ├── eChangeDb.php
│   │   │       ├── eChangePath.php
│   │   │       ├── eChangeTable.php
│   │   │       ├── eDoSql.php
│   │   │       ├── eDownZip.php
│   │   │       ├── eListField.php
│   │   │       ├── eListSetbak.php
│   │   │       ├── eReData.php
│   │   │       ├── eRepFiletext.php
│   │   │       ├── eSetDb.php
│   │   │       ├── eadmin.php
│   │   │       ├── eindex.php
│   │   │       ├── eleft.php
│   │   │       ├── emain.php
│   │   │       └── message.php
│   │   └── gbutf8
│   │       ├── pub
│   │       │   ├── f.php
│   │       │   └── m.php
│   │       └── temp
│   │           ├── eChangeDb.php
│   │           ├── eChangePath.php
│   │           ├── eChangeTable.php
│   │           ├── eDoSql.php
│   │           ├── eDownZip.php
│   │           ├── eListField.php
│   │           ├── eListSetbak.php
│   │           ├── eReData.php
│   │           ├── eRepFiletext.php
│   │           ├── eSetDb.php
│   │           ├── eadmin.php
│   │           ├── eindex.php
│   │           ├── eleft.php
│   │           ├── emain.php
│   │           └── message.php
│   ├── left.php
│   ├── main.php
│   ├── phome.php
│   ├── phomebak.php
│   ├── phpinfo.php
│   ├── setsave
│   │   └── def
│   ├── tmp
│   └── zip
├── upload_image
│   ├── 20150402_160328_136.jpg
│   ├── 20150402_160520_927.jpg
│   ├── 20150402_161547_344.jpg
│   ├── 20150402_162747_834.jpg
│   ├── 20150402_173751_437.jpg
│   ├── 20150402_173912_724.jpg
│   └── 20150402_174556_796.jpg
├── vcode
│   ├── 1.ttf
│   ├── 2.ttf
│   ├── function.php
│   └── index.php
├── web.config
├── ~$p环境搭配简单快速教程.doc
├── 最新Asp.Net源码下载.url
├── 网站宝.exe
├── 预约系统(服务器纯净版手动配置环境,需要有一定基础的程序员进入看)说明.docx
└── 好例子网_FlyingMedicalAppointment_64619cba-bec3-44ea-9c1f-779fac029be5.zip

128 directories, 1386 files


实例下载地址

医疗预约挂号系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警