在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP网站 → 任务管理系统

任务管理系统

PHP网站

下载此实例
  • 开发语言:PHP
  • 实例大小:31.80M
  • 下载次数:14
  • 浏览次数:108
  • 发布时间:2023-06-25
  • 实例类别:PHP网站
  • 发 布 人:as达到
  • 文件格式:.rar
  • 所需积分:5
 相关标签: 管理系统 任务 管理 系统

实例介绍

【实例简介】任务管理系统

【实例截图】

from clipboard

【核心代码】

.
├── 好例子网_企业任务管理系统.rar
└── 企业任务管理系统(云海)
    ├── demo(1).sql
    ├── demo.sql
    ├── 源码
    │   └── 源码
    │       ├── addons
    │       │   ├── admininfo
    │       │   │   ├── Admininfo.php
    │       │   │   ├── admininfo.html
    │       │   │   ├── config.php
    │       │   │   └── controller
    │       │   │       └── Action.php
    │       │   ├── callinfo
    │       │   │   ├── Callinfo.php
    │       │   │   ├── callinfo.html
    │       │   │   ├── config.php
    │       │   │   └── controller
    │       │   │       └── Action.php
    │       │   ├── info
    │       │   │   ├── Info.php
    │       │   │   ├── config.php
    │       │   │   └── sysinfo.html
    │       │   ├── issueswarn
    │       │   │   ├── Issueswarn.php
    │       │   │   ├── config.php
    │       │   │   ├── controller
    │       │   │   │   └── Action.php
    │       │   │   └── issueswarn.html
    │       │   ├── maintain
    │       │   │   ├── Maintain.php
    │       │   │   ├── config.php
    │       │   │   ├── controller
    │       │   │   │   └── Action.php
    │       │   │   └── maintain.html
    │       │   ├── security
    │       │   │   ├── Security.php
    │       │   │   ├── controller
    │       │   │   │   └── Admin.php
    │       │   │   └── view
    │       │   │       └── admin
    │       │   ├── team
    │       │   │   ├── Team.php
    │       │   │   ├── config.php
    │       │   │   └── team.html
    │       │   └── userinfo
    │       │       ├── Userinfo.php
    │       │       ├── config.php
    │       │       ├── controller
    │       │       │   └── Action.php
    │       │       └── userinfo.html
    │       ├── admin.php
    │       ├── app
    │       │   ├── admin
    │       │   │   ├── behavior
    │       │   │   │   └── Cron.php
    │       │   │   ├── controller
    │       │   │   │   ├── Addons.php
    │       │   │   │   ├── Admin.php
    │       │   │   │   ├── Ajax.php
    │       │   │   │   ├── Auth.php
    │       │   │   │   ├── Base.php
    │       │   │   │   ├── Basedata.php
    │       │   │   │   ├── Error.php
    │       │   │   │   ├── Help.php
    │       │   │   │   ├── Index.php
    │       │   │   │   ├── Issuetj.php
    │       │   │   │   ├── Login.php
    │       │   │   │   ├── Menu.php
    │       │   │   │   ├── Model.php
    │       │   │   │   ├── Plug.php
    │       │   │   │   ├── Sys.php
    │       │   │   │   ├── Sysbug.php
    │       │   │   │   ├── Task.php
    │       │   │   │   ├── Ueditor.php
    │       │   │   │   ├── User.php
    │       │   │   │   ├── WebLog.php
    │       │   │   │   └── Weeklog.php
    │       │   │   ├── model
    │       │   │   │   ├── Admin.php
    │       │   │   │   ├── AuthRule.php
    │       │   │   │   └── Options.php
    │       │   │   └── view
    │       │   │       ├── addons
    │       │   │       ├── admin
    │       │   │       ├── basedata
    │       │   │       ├── help
    │       │   │       ├── index
    │       │   │       ├── issuetj
    │       │   │       ├── login
    │       │   │       ├── model
    │       │   │       ├── plug
    │       │   │       ├── public
    │       │   │       ├── sys
    │       │   │       ├── sysbug
    │       │   │       ├── task
    │       │   │       ├── web_log
    │       │   │       └── weeklog
    │       │   ├── command.php
    │       │   ├── common
    │       │   │   ├── behavior
    │       │   │   │   └── WebLog.php
    │       │   │   ├── controller
    │       │   │   │   └── Common.php
    │       │   │   └── model
    │       │   │       ├── Addon.php
    │       │   │       ├── Hook.php
    │       │   │       └── HookAddon.php
    │       │   ├── common.php
    │       │   ├── config.php
    │       │   ├── cron
    │       │   │   └── clearlog.php
    │       │   ├── crons.php
    │       │   ├── database.php
    │       │   ├── lang
    │       │   │   ├── en-us.php
    │       │   │   └── zh-cn.php
    │       │   ├── route.php
    │       │   └── tags.php
    │       ├── data
    │       │   ├── backup
    │       │   ├── conf
    │       │   │   └── config.php
    │       │   ├── runtime
    │       │   │   ├── cache
    │       │   │   │   ├── 16
    │       │   │   │   ├── 17
    │       │   │   │   ├── 39
    │       │   │   │   ├── 3b
    │       │   │   │   ├── 59
    │       │   │   │   ├── 81
    │       │   │   │   ├── b4
    │       │   │   │   ├── ba
    │       │   │   │   ├── d1
    │       │   │   │   └── f1
    │       │   │   ├── log
    │       │   │   │   └── 201810
    │       │   │   ├── temp
    │       │   │   │   ├── 063672a20d326ae01df5f2e46ef9d949.php
    │       │   │   │   ├── 102c6169ea73bab347c4c7b4b697f115.php
    │       │   │   │   ├── 1db5e32a46256235a9f9447c6db612d4.php
    │       │   │   │   ├── 1dd9a36feefc5da608d14b2b14e7b6c1.php
    │       │   │   │   ├── 316f648135597157b3d54f6d3600f11b.php
    │       │   │   │   ├── 426e75f8faeca809b3cb0204839f6c08.php
    │       │   │   │   ├── 46e01f84c73539cbf4024490da747d1d.php
    │       │   │   │   ├── 47e714f6525850aa73c02f6e18a5837e.php
    │       │   │   │   ├── 5238f61f44a312d09f7e7fd949af726e.php
    │       │   │   │   ├── 5ba22b9727e76ee07b82666b06ccb6c2.php
    │       │   │   │   ├── 5dea470a84881568e1ce873660974cfd.php
    │       │   │   │   ├── 649a2ab5d743a9e14f55f98865d84979.php
    │       │   │   │   ├── 707361a979d3444178f8ec038a28c783.php
    │       │   │   │   ├── 8374327842cce0d90cd3fe008eab7e53.php
    │       │   │   │   ├── 8e9ccdc94ccb192db43024efbe86c1bb.php
    │       │   │   │   ├── 96b30f84cad6d0934c016d97a8d3d946.php
    │       │   │   │   ├── 9add888bdda5456941c82b0de95c3941.php
    │       │   │   │   ├── b90e02a68ac60ce633a5eb3517d12c15.php
    │       │   │   │   ├── bf587bf5c1bcb960f7b8db822789da3a.php
    │       │   │   │   ├── bf7a12b85a68dfff892b82c9ee808395.php
    │       │   │   │   ├── c01f92f99eb2d4007a25cdf4750a4ceb.php
    │       │   │   │   ├── c69fff65d762d6f55660547687ca5460.php
    │       │   │   │   ├── c832d6c3685eb599f8448f8e21a2618a.php
    │       │   │   │   ├── c9a3bb6361f2760a9186e552b478dcec.php
    │       │   │   │   ├── e0d05349eb04a982a146d3a100c92ec1.php
    │       │   │   │   ├── e279a4acda536a0e110424c54b49908c.php
    │       │   │   │   ├── e2a9058210fd03afc949f1cf60d9f82e.php
    │       │   │   │   ├── e97eccc485c6b584b875ad0722f4e4ac.php
    │       │   │   │   ├── ec09a73085cf2cbe8c87cd183793b691.php
    │       │   │   │   ├── ef0e9327e0bd59f4388c296ffa6683c3.php
    │       │   │   │   ├── f47b58950fa3052eab802f75e0d23804.php
    │       │   │   │   └── f501dedd0f2808428a2815f864b23e56.php
    │       │   │   └── ~crons.php
    │       │   ├── security
    │       │   └── upload
    │       ├── extend
    │       │   ├── Alisms.php
    │       │   ├── Database.php
    │       │   ├── Ip.php
    │       │   ├── Qiniu.php
    │       │   ├── ReadClass.php
    │       │   ├── Route.php
    │       │   ├── Tree.php
    │       │   ├── ip
    │       │   │   ├── 17monipdb.dat
    │       │   │   └── readme.txt
    │       │   └── thinksdk
    │       │       ├── ThinkOauth.php
    │       │       └── sdk
    │       │           ├── FacebookSDK.php
    │       │           ├── QqSDK.php
    │       │           ├── SinaSDK.php
    │       │           ├── WechatSDK.php
    │       │           └── WeixinSDK.php
    │       ├── index.php
    │       ├── public
    │       │   ├── ace
    │       │   │   ├── css
    │       │   │   │   ├── ace-fonts.css
    │       │   │   │   ├── ace-ie.css
    │       │   │   │   ├── ace-part2.min.css
    │       │   │   │   ├── ace.min.css
    │       │   │   │   ├── bootstrap.min.css
    │       │   │   │   ├── images
    │       │   │   │   └── my.css
    │       │   │   ├── fonts
    │       │   │   │   ├── glyphicons-halflings-regular.eot
    │       │   │   │   ├── glyphicons-halflings-regular.svg
    │       │   │   │   ├── glyphicons-halflings-regular.ttf
    │       │   │   │   ├── glyphicons-halflings-regular.woff
    │       │   │   │   └── glyphicons-halflings-regular.woff2
    │       │   │   └── js
    │       │   │       ├── ace-extra.js
    │       │   │       ├── ace.js
    │       │   │       └── ace.min.js
    │       │   ├── boost-pig
    │       │   │   ├── css
    │       │   │   │   ├── bootstrap-grid.min.css
    │       │   │   │   └── style.css
    │       │   │   ├── dist
    │       │   │   │   ├── zoomify.css
    │       │   │   │   ├── zoomify.js
    │       │   │   │   ├── zoomify.min.css
    │       │   │   │   └── zoomify.min.js
    │       │   │   ├── img
    │       │   │   │   ├── 1.jpg
    │       │   │   │   ├── 2.jpg
    │       │   │   │   ├── 3.jpg
    │       │   │   │   ├── 4.jpg
    │       │   │   │   ├── 5.jpg
    │       │   │   │   ├── 6.jpg
    │       │   │   │   └── 7.jpg
    │       │   │   ├── index.html
    │       │   │   ├── js
    │       │   │   │   └── jquery-2.1.1.min.js
    │       │   │   └── src
    │       │   │       ├── zoomify.css
    │       │   │       └── zoomify.js
    │       │   ├── bootstrap-select
    │       │   │   ├── css
    │       │   │   │   └── bootstrap-select.min.css
    │       │   │   └── js
    │       │   │       └── bootstrap-select.min.js
    │       │   ├── datePicker
    │       │   │   ├── bootstrap-datepicker.css
    │       │   │   ├── bootstrap-datepicker.js
    │       │   │   └── locales
    │       │   │       ├── bootstrap-datepicker.ar.js
    │       │   │       ├── bootstrap-datepicker.az.js
    │       │   │       ├── bootstrap-datepicker.bg.js
    │       │   │       ├── bootstrap-datepicker.bs.js
    │       │   │       ├── bootstrap-datepicker.ca.js
    │       │   │       ├── bootstrap-datepicker.cs.js
    │       │   │       ├── bootstrap-datepicker.cy.js
    │       │   │       ├── bootstrap-datepicker.da.js
    │       │   │       ├── bootstrap-datepicker.de.js
    │       │   │       ├── bootstrap-datepicker.el.js
    │       │   │       ├── bootstrap-datepicker.en-AU.js
    │       │   │       ├── bootstrap-datepicker.en-GB.js
    │       │   │       ├── bootstrap-datepicker.eo.js
    │       │   │       ├── bootstrap-datepicker.es.js
    │       │   │       ├── bootstrap-datepicker.et.js
    │       │   │       ├── bootstrap-datepicker.eu.js
    │       │   │       ├── bootstrap-datepicker.fa.js
    │       │   │       ├── bootstrap-datepicker.fi.js
    │       │   │       ├── bootstrap-datepicker.fo.js
    │       │   │       ├── bootstrap-datepicker.fr-CH.js
    │       │   │       ├── bootstrap-datepicker.fr.js
    │       │   │       ├── bootstrap-datepicker.gl.js
    │       │   │       ├── bootstrap-datepicker.he.js
    │       │   │       ├── bootstrap-datepicker.hr.js
    │       │   │       ├── bootstrap-datepicker.hu.js
    │       │   │       ├── bootstrap-datepicker.hy.js
    │       │   │       ├── bootstrap-datepicker.id.js
    │       │   │       ├── bootstrap-datepicker.is.js
    │       │   │       ├── bootstrap-datepicker.it-CH.js
    │       │   │       ├── bootstrap-datepicker.it.js
    │       │   │       ├── bootstrap-datepicker.ja.js
    │       │   │       ├── bootstrap-datepicker.ka.js
    │       │   │       ├── bootstrap-datepicker.kh.js
    │       │   │       ├── bootstrap-datepicker.kk.js
    │       │   │       ├── bootstrap-datepicker.ko.js
    │       │   │       ├── bootstrap-datepicker.kr.js
    │       │   │       ├── bootstrap-datepicker.lt.js
    │       │   │       ├── bootstrap-datepicker.lv.js
    │       │   │       ├── bootstrap-datepicker.me.js
    │       │   │       ├── bootstrap-datepicker.mk.js
    │       │   │       ├── bootstrap-datepicker.mn.js
    │       │   │       ├── bootstrap-datepicker.ms.js
    │       │   │       ├── bootstrap-datepicker.nb.js
    │       │   │       ├── bootstrap-datepicker.nl-BE.js
    │       │   │       ├── bootstrap-datepicker.nl.js
    │       │   │       ├── bootstrap-datepicker.no.js
    │       │   │       ├── bootstrap-datepicker.pl.js
    │       │   │       ├── bootstrap-datepicker.pt-BR.js
    │       │   │       ├── bootstrap-datepicker.pt.js
    │       │   │       ├── bootstrap-datepicker.ro.js
    │       │   │       ├── bootstrap-datepicker.rs-latin.js
    │       │   │       ├── bootstrap-datepicker.rs.js
    │       │   │       ├── bootstrap-datepicker.ru.js
    │       │   │       ├── bootstrap-datepicker.sk.js
    │       │   │       ├── bootstrap-datepicker.sl.js
    │       │   │       ├── bootstrap-datepicker.sq.js
    │       │   │       ├── bootstrap-datepicker.sr-latin.js
    │       │   │       ├── bootstrap-datepicker.sr.js
    │       │   │       ├── bootstrap-datepicker.sv.js
    │       │   │       ├── bootstrap-datepicker.sw.js
    │       │   │       ├── bootstrap-datepicker.th.js
    │       │   │       ├── bootstrap-datepicker.tr.js
    │       │   │       ├── bootstrap-datepicker.uk.js
    │       │   │       ├── bootstrap-datepicker.vi.js
    │       │   │       ├── bootstrap-datepicker.zh-CN.js
    │       │   │       ├── bootstrap-datepicker.zh-TW.js
    │       │   │       ├── bootstrap-datetimepicker.ar.js
    │       │   │       ├── bootstrap-datetimepicker.az.js
    │       │   │       ├── bootstrap-datetimepicker.bg.js
    │       │   │       ├── bootstrap-datetimepicker.bn.js
    │       │   │       ├── bootstrap-datetimepicker.ca.js
    │       │   │       ├── bootstrap-datetimepicker.cs.js
    │       │   │       ├── bootstrap-datetimepicker.da.js
    │       │   │       ├── bootstrap-datetimepicker.de.js
    │       │   │       ├── bootstrap-datetimepicker.ee.js
    │       │   │       ├── bootstrap-datetimepicker.el.js
    │       │   │       ├── bootstrap-datetimepicker.es.js
    │       │   │       ├── bootstrap-datetimepicker.fi.js
    │       │   │       ├── bootstrap-datetimepicker.fr.js
    │       │   │       ├── bootstrap-datetimepicker.he.js
    │       │   │       ├── bootstrap-datetimepicker.hr.js
    │       │   │       ├── bootstrap-datetimepicker.hu.js
    │       │   │       ├── bootstrap-datetimepicker.hy.js
    │       │   │       ├── bootstrap-datetimepicker.id.js
    │       │   │       ├── bootstrap-datetimepicker.is.js
    │       │   │       ├── bootstrap-datetimepicker.it.js
    │       │   │       ├── bootstrap-datetimepicker.ja.js
    │       │   │       ├── bootstrap-datetimepicker.ka.js
    │       │   │       ├── bootstrap-datetimepicker.ko.js
    │       │   │       ├── bootstrap-datetimepicker.lt.js
    │       │   │       ├── bootstrap-datetimepicker.lv.js
    │       │   │       ├── bootstrap-datetimepicker.ms.js
    │       │   │       ├── bootstrap-datetimepicker.nb.js
    │       │   │       ├── bootstrap-datetimepicker.nl.js
    │       │   │       ├── bootstrap-datetimepicker.no.js
    │       │   │       ├── bootstrap-datetimepicker.pl.js
    │       │   │       ├── bootstrap-datetimepicker.pt-BR.js
    │       │   │       ├── bootstrap-datetimepicker.pt.js
    │       │   │       ├── bootstrap-datetimepicker.ro.js
    │       │   │       ├── bootstrap-datetimepicker.rs-latin.js
    │       │   │       ├── bootstrap-datetimepicker.rs.js
    │       │   │       ├── bootstrap-datetimepicker.ru.js
    │       │   │       ├── bootstrap-datetimepicker.sk.js
    │       │   │       ├── bootstrap-datetimepicker.sl.js
    │       │   │       ├── bootstrap-datetimepicker.sv.js
    │       │   │       ├── bootstrap-datetimepicker.sw.js
    │       │   │       ├── bootstrap-datetimepicker.th.js
    │       │   │       ├── bootstrap-datetimepicker.tr.js
    │       │   │       ├── bootstrap-datetimepicker.ua.js
    │       │   │       ├── bootstrap-datetimepicker.uk.js
    │       │   │       ├── bootstrap-datetimepicker.zh-CN.js
    │       │   │       └── bootstrap-datetimepicker.zh-TW.js
    │       │   ├── datetimepicker
    │       │   │   ├── bootstrap-datetimepicker.css
    │       │   │   ├── bootstrap-datetimepicker.js
    │       │   │   └── locales
    │       │   │       ├── bootstrap-datetimepicker.ar.js
    │       │   │       ├── bootstrap-datetimepicker.az.js
    │       │   │       ├── bootstrap-datetimepicker.bg.js
    │       │   │       ├── bootstrap-datetimepicker.bn.js
    │       │   │       ├── bootstrap-datetimepicker.ca.js
    │       │   │       ├── bootstrap-datetimepicker.cs.js
    │       │   │       ├── bootstrap-datetimepicker.da.js
    │       │   │       ├── bootstrap-datetimepicker.de.js
    │       │   │       ├── bootstrap-datetimepicker.ee.js
    │       │   │       ├── bootstrap-datetimepicker.el.js
    │       │   │       ├── bootstrap-datetimepicker.es.js
    │       │   │       ├── bootstrap-datetimepicker.fi.js
    │       │   │       ├── bootstrap-datetimepicker.fr.js
    │       │   │       ├── bootstrap-datetimepicker.he.js
    │       │   │       ├── bootstrap-datetimepicker.hr.js
    │       │   │       ├── bootstrap-datetimepicker.hu.js
    │       │   │       ├── bootstrap-datetimepicker.hy.js
    │       │   │       ├── bootstrap-datetimepicker.id.js
    │       │   │       ├── bootstrap-datetimepicker.is.js
    │       │   │       ├── bootstrap-datetimepicker.it.js
    │       │   │       ├── bootstrap-datetimepicker.ja.js
    │       │   │       ├── bootstrap-datetimepicker.ka.js
    │       │   │       ├── bootstrap-datetimepicker.ko.js
    │       │   │       ├── bootstrap-datetimepicker.lt.js
    │       │   │       ├── bootstrap-datetimepicker.lv.js
    │       │   │       ├── bootstrap-datetimepicker.ms.js
    │       │   │       ├── bootstrap-datetimepicker.nb.js
    │       │   │       ├── bootstrap-datetimepicker.nl.js
    │       │   │       ├── bootstrap-datetimepicker.no.js
    │       │   │       ├── bootstrap-datetimepicker.pl.js
    │       │   │       ├── bootstrap-datetimepicker.pt-BR.js
    │       │   │       ├── bootstrap-datetimepicker.pt.js
    │       │   │       ├── bootstrap-datetimepicker.ro.js
    │       │   │       ├── bootstrap-datetimepicker.rs-latin.js
    │       │   │       ├── bootstrap-datetimepicker.rs.js
    │       │   │       ├── bootstrap-datetimepicker.ru.js
    │       │   │       ├── bootstrap-datetimepicker.sk.js
    │       │   │       ├── bootstrap-datetimepicker.sl.js
    │       │   │       ├── bootstrap-datetimepicker.sv.js
    │       │   │       ├── bootstrap-datetimepicker.sw.js
    │       │   │       ├── bootstrap-datetimepicker.th.js
    │       │   │       ├── bootstrap-datetimepicker.tr.js
    │       │   │       ├── bootstrap-datetimepicker.ua.js
    │       │   │       ├── bootstrap-datetimepicker.uk.js
    │       │   │       ├── bootstrap-datetimepicker.zh-CN.js
    │       │   │       └── bootstrap-datetimepicker.zh-TW.js
    │       │   ├── font-awesome
    │       │   │   ├── css
    │       │   │   │   └── font-awesome.min.css
    │       │   │   └── fonts
    │       │   │       ├── fontawesome-webfont.eot
    │       │   │       ├── fontawesome-webfont.svg
    │       │   │       ├── fontawesome-webfont.ttf
    │       │   │       ├── fontawesome-webfont.woff
    │       │   │       └── fontawesome-webfont.woff2
    │       │   ├── highcharts
    │       │   │   ├── code
    │       │   │   │   ├── css
    │       │   │   │   ├── highcharts-3d.js
    │       │   │   │   ├── highcharts-3d.src.js
    │       │   │   │   ├── highcharts-more.js
    │       │   │   │   ├── highcharts-more.src.js
    │       │   │   │   ├── highcharts.js
    │       │   │   │   ├── highcharts.src.js
    │       │   │   │   ├── lib
    │       │   │   │   ├── modules
    │       │   │   │   ├── readme.txt
    │       │   │   │   └── themes
    │       │   │   ├── examples
    │       │   │   │   ├── 3d-column-interactive
    │       │   │   │   ├── 3d-column-null-values
    │       │   │   │   ├── 3d-column-stacking-grouping
    │       │   │   │   ├── 3d-pie
    │       │   │   │   ├── 3d-pie-donut
    │       │   │   │   ├── 3d-scatter-draggable
    │       │   │   │   ├── area-basic
    │       │   │   │   ├── area-inverted
    │       │   │   │   ├── area-missing
    │       │   │   │   ├── area-negative
    │       │   │   │   ├── area-stacked
    │       │   │   │   ├── area-stacked-percent
    │       │   │   │   ├── arearange
    │       │   │   │   ├── arearange-line
    │       │   │   │   ├── areaspline
    │       │   │   │   ├── bar-basic
    │       │   │   │   ├── bar-negative-stack
    │       │   │   │   ├── bar-stacked
    │       │   │   │   ├── box-plot
    │       │   │   │   ├── bubble
    │       │   │   │   ├── bubble-3d
    │       │   │   │   ├── chart-update
    │       │   │   │   ├── column-basic
    │       │   │   │   ├── column-drilldown
    │       │   │   │   ├── column-negative
    │       │   │   │   ├── column-parsed
    │       │   │   │   ├── column-placement
    │       │   │   │   ├── column-rotated-labels
    │       │   │   │   ├── column-stacked
    │       │   │   │   ├── column-stacked-and-grouped
    │       │   │   │   ├── column-stacked-percent
    │       │   │   │   ├── columnrange
    │       │   │   │   ├── combo
    │       │   │   │   ├── combo-dual-axes
    │       │   │   │   ├── combo-histogram
    │       │   │   │   ├── combo-meteogram
    │       │   │   │   ├── combo-multi-axes
    │       │   │   │   ├── combo-regression
    │       │   │   │   ├── combo-timeline
    │       │   │   │   ├── dynamic-click-to-add
    │       │   │   │   ├── dynamic-master-detail
    │       │   │   │   ├── dynamic-update
    │       │   │   │   ├── error-bar
    │       │   │   │   ├── funnel
    │       │   │   │   ├── gauge-activity
    │       │   │   │   ├── gauge-clock
    │       │   │   │   ├── gauge-dual
    │       │   │   │   ├── gauge-solid
    │       │   │   │   ├── gauge-speedometer
    │       │   │   │   ├── gauge-vu-meter
    │       │   │   │   ├── heatmap
    │       │   │   │   ├── heatmap-canvas
    │       │   │   │   ├── line-ajax
    │       │   │   │   ├── line-basic
    │       │   │   │   ├── line-labels
    │       │   │   │   ├── line-log-axis
    │       │   │   │   ├── line-time-series
    │       │   │   │   ├── pie-basic
    │       │   │   │   ├── pie-donut
    │       │   │   │   ├── pie-drilldown
    │       │   │   │   ├── pie-gradient
    │       │   │   │   ├── pie-legend
    │       │   │   │   ├── pie-monochrome
    │       │   │   │   ├── pie-semi-circle
    │       │   │   │   ├── polar
    │       │   │   │   ├── polar-spider
    │       │   │   │   ├── polar-wind-rose
    │       │   │   │   ├── polygon
    │       │   │   │   ├── pyramid
    │       │   │   │   ├── renderer
    │       │   │   │   ├── responsive
    │       │   │   │   ├── scatter
    │       │   │   │   ├── sparkline
    │       │   │   │   ├── spline-inverted
    │       │   │   │   ├── spline-irregular-time
    │       │   │   │   ├── spline-plot-bands
    │       │   │   │   ├── spline-symbols
    │       │   │   │   ├── synchronized-charts
    │       │   │   │   ├── treemap-coloraxis
    │       │   │   │   ├── treemap-large-dataset
    │       │   │   │   ├── treemap-with-levels
    │       │   │   │   └── waterfall
    │       │   │   ├── gfx
    │       │   │   │   └── vml-radial-gradient.png
    │       │   │   ├── graphics
    │       │   │   │   ├── earth.svg
    │       │   │   │   ├── meteogram-symbols-30px.png
    │       │   │   │   ├── search.png
    │       │   │   │   ├── skies.jpg
    │       │   │   │   ├── snow.png
    │       │   │   │   └── sun.png
    │       │   │   ├── index.htm
    │       │   │   ├── license.pdf
    │       │   │   └── readme.txt
    │       │   ├── image-picker
    │       │   │   ├── image-picker.css
    │       │   │   ├── image-picker.js
    │       │   │   └── image-picker.min.js
    │       │   ├── img
    │       │   │   ├── boy.jpg
    │       │   │   ├── girl.jpg
    │       │   │   ├── headicon.png
    │       │   │   ├── no_img.jpg
    │       │   │   └── userup_icon.png
    │       │   ├── jump_style
    │       │   │   ├── 404.css
    │       │   │   ├── 404.jpg
    │       │   │   ├── base.css
    │       │   │   └── global.css
    │       │   ├── layer
    │       │   │   ├── layer.js
    │       │   │   ├── mobile
    │       │   │   │   ├── layer.js
    │       │   │   │   └── need
    │       │   │   └── skin
    │       │   │       └── default
    │       │   ├── others
    │       │   │   ├── bootstrap.min.js
    │       │   │   ├── html5shiv.min.js
    │       │   │   ├── jquery.form.js
    │       │   │   ├── jquery.min-1.12.1.js
    │       │   │   ├── jquery.min-2.2.1.js
    │       │   │   ├── jquery.mobile.custom.min.js
    │       │   │   ├── maxlength.js
    │       │   │   ├── region.js
    │       │   │   └── respond.min.js
    │       │   ├── ppy
    │       │   │   ├── css
    │       │   │   │   ├── default.css
    │       │   │   │   ├── fileinput.css
    │       │   │   │   ├── fileinput.min.css
    │       │   │   │   └── normalize.css
    │       │   │   ├── fonts
    │       │   │   │   ├── icomoon.eot
    │       │   │   │   ├── icomoon.svg
    │       │   │   │   ├── icomoon.ttf
    │       │   │   │   └── icomoon.woff
    │       │   │   ├── img
    │       │   │   │   ├── loading-sm.gif
    │       │   │   │   └── loading.gif
    │       │   │   └── js
    │       │   │       ├── fileinput.js
    │       │   │       ├── fileinput.min.js
    │       │   │       ├── fileinput_locale_LANG.js
    │       │   │       ├── fileinput_locale_cz.js
    │       │   │       ├── fileinput_locale_de.js
    │       │   │       ├── fileinput_locale_es.js
    │       │   │       ├── fileinput_locale_fr.js
    │       │   │       ├── fileinput_locale_hu.js
    │       │   │       ├── fileinput_locale_it.js
    │       │   │       ├── fileinput_locale_nl.js
    │       │   │       ├── fileinput_locale_pl.js
    │       │   │       ├── fileinput_locale_pt.js
    │       │   │       ├── fileinput_locale_ru.js
    │       │   │       ├── fileinput_locale_sk.js
    │       │   │       ├── fileinput_locale_sr.js
    │       │   │       ├── fileinput_locale_th.js
    │       │   │       ├── fileinput_locale_tr.js
    │       │   │       ├── fileinput_locale_uk.js
    │       │   │       └── fileinput_locale_zh.js
    │       │   ├── select2
    │       │   │   └── dist
    │       │   │       ├── css
    │       │   │       └── js
    │       │   ├── shearphoto
    │       │   │   ├── css
    │       │   │   │   ├── ShearPhoto.css
    │       │   │   │   ├── ShearPhoto_f_en-us.css
    │       │   │   │   └── ShearPhoto_f_zh-cn.css
    │       │   │   ├── file
    │       │   │   │   └── photo
    │       │   │   ├── images
    │       │   │   │   ├── Author.png
    │       │   │   │   ├── Effects
    │       │   │   │   ├── Select.jpg
    │       │   │   │   ├── Select_en-us.jpg
    │       │   │   │   ├── Select_zh-cn.jpg
    │       │   │   │   ├── ZoomBar.gif
    │       │   │   │   ├── Zoomcentre.jpg
    │       │   │   │   ├── bch.jpg
    │       │   │   │   ├── bg.jpg
    │       │   │   │   ├── bg.png
    │       │   │   │   ├── bg_headLine1.png
    │       │   │   │   ├── bg_index.gif
    │       │   │   │   ├── bg_repno.png
    │       │   │   │   ├── border.gif
    │       │   │   │   ├── btn5.jpg
    │       │   │   │   ├── cam.png
    │       │   │   │   ├── cam_bg.jpg
    │       │   │   │   ├── default.gif
    │       │   │   │   ├── fancybox_sprite.png
    │       │   │   │   ├── loading.gif
    │       │   │   │   ├── logo.png
    │       │   │   │   ├── logo2.png
    │       │   │   │   ├── shutter.mp3
    │       │   │   │   ├── waterimg.png
    │       │   │   │   ├── waterimg2.png
    │       │   │   │   └── zoom.png
    │       │   │   ├── js
    │       │   │   │   ├── ShearPhoto.js
    │       │   │   │   ├── alloyimage.js
    │       │   │   │   ├── handle.js
    │       │   │   │   └── handle_f.js
    │       │   │   └── php
    │       │   │       ├── shearphoto.config.php
    │       │   │       ├── shearphoto.php
    │       │   │       ├── shearphoto.up.php
    │       │   │       ├── upload.php
    │       │   │       └── zip_img.php
    │       │   ├── sldate
    │       │   │   ├── daterangepicker-bs3.css
    │       │   │   ├── daterangepicker.js
    │       │   │   └── moment.js
    │       │   ├── ueditor
    │       │   │   ├── config.json
    │       │   │   ├── dialogs
    │       │   │   │   ├── anchor
    │       │   │   │   ├── attachment
    │       │   │   │   ├── background
    │       │   │   │   ├── charts
    │       │   │   │   ├── emotion
    │       │   │   │   ├── gmap
    │       │   │   │   ├── help
    │       │   │   │   ├── image
    │       │   │   │   ├── insertframe
    │       │   │   │   ├── internal.js
    │       │   │   │   ├── link
    │       │   │   │   ├── map
    │       │   │   │   ├── music
    │       │   │   │   ├── preview
    │       │   │   │   ├── scrawl
    │       │   │   │   ├── searchreplace
    │       │   │   │   ├── snapscreen
    │       │   │   │   ├── spechars
    │       │   │   │   ├── table
    │       │   │   │   ├── template
    │       │   │   │   ├── video
    │       │   │   │   └── wordimage
    │       │   │   ├── index.html
    │       │   │   ├── lang
    │       │   │   │   ├── en
    │       │   │   │   └── zh-cn
    │       │   │   ├── themes
    │       │   │   │   ├── default
    │       │   │   │   └── iframe.css
    │       │   │   ├── third-party
    │       │   │   │   ├── SyntaxHighlighter
    │       │   │   │   ├── codemirror
    │       │   │   │   ├── highcharts
    │       │   │   │   ├── jquery-1.10.2.min.js
    │       │   │   │   ├── jquery-1.10.2.min.map
    │       │   │   │   ├── video-js
    │       │   │   │   ├── webuploader
    │       │   │   │   └── zeroclipboard
    │       │   │   ├── ueditor.all.js
    │       │   │   ├── ueditor.config.js
    │       │   │   ├── ueditor.frontend.config.js
    │       │   │   └── ueditor.parse.min.js
    │       │   └── yfcmf
    │       │       ├── dispatch_jump.html
    │       │       ├── error.html
    │       │       ├── gt.js
    │       │       ├── pinyinUtil.js
    │       │       ├── pinyin_dict_firstletter.js
    │       │       ├── yfcmf.css
    │       │       └── yfcmf.js
    │       ├── robots.txt
    │       ├── thinkphp
    │       │   ├── CONTRIBUTING.md
    │       │   ├── LICENSE.txt
    │       │   ├── README.md
    │       │   ├── base.php
    │       │   ├── codecov.yml
    │       │   ├── composer.json
    │       │   ├── console.php
    │       │   ├── convention.php
    │       │   ├── helper.php
    │       │   ├── lang
    │       │   │   └── zh-cn.php
    │       │   ├── library
    │       │   │   ├── think
    │       │   │   │   ├── App.php
    │       │   │   │   ├── Build.php
    │       │   │   │   ├── Cache.php
    │       │   │   │   ├── Collection.php
    │       │   │   │   ├── Config.php
    │       │   │   │   ├── Console.php
    │       │   │   │   ├── Controller.php
    │       │   │   │   ├── Cookie.php
    │       │   │   │   ├── Db.php
    │       │   │   │   ├── Debug.php
    │       │   │   │   ├── Env.php
    │       │   │   │   ├── Error.php
    │       │   │   │   ├── Exception.php
    │       │   │   │   ├── File.php
    │       │   │   │   ├── Hook.php
    │       │   │   │   ├── Lang.php
    │       │   │   │   ├── Loader.php
    │       │   │   │   ├── Log.php
    │       │   │   │   ├── Model.php
    │       │   │   │   ├── Paginator.php
    │       │   │   │   ├── Process.php
    │       │   │   │   ├── Request.php
    │       │   │   │   ├── Response.php
    │       │   │   │   ├── Route.php
    │       │   │   │   ├── Session.php
    │       │   │   │   ├── Template.php
    │       │   │   │   ├── Url.php
    │       │   │   │   ├── Validate.php
    │       │   │   │   ├── View.php
    │       │   │   │   ├── cache
    │       │   │   │   ├── config
    │       │   │   │   ├── console
    │       │   │   │   ├── controller
    │       │   │   │   ├── db
    │       │   │   │   ├── debug
    │       │   │   │   ├── exception
    │       │   │   │   ├── log
    │       │   │   │   ├── model
    │       │   │   │   ├── paginator
    │       │   │   │   ├── process
    │       │   │   │   ├── response
    │       │   │   │   ├── session
    │       │   │   │   ├── template
    │       │   │   │   └── view
    │       │   │   └── traits
    │       │   │       ├── controller
    │       │   │       ├── model
    │       │   │       └── think
    │       │   ├── logo.png
    │       │   ├── phpunit.xml
    │       │   ├── start.php
    │       │   ├── tests
    │       │   │   ├── README.md
    │       │   │   ├── application
    │       │   │   │   ├── config.php
    │       │   │   │   ├── database.php
    │       │   │   │   ├── index
    │       │   │   │   └── route.php
    │       │   │   ├── conf
    │       │   │   │   ├── apcu.ini
    │       │   │   │   ├── apcu_bc.ini
    │       │   │   │   ├── memcached.ini
    │       │   │   │   ├── redis.ini
    │       │   │   │   └── timezone.ini
    │       │   │   ├── extensions
    │       │   │   │   ├── 5.4
    │       │   │   │   ├── 5.5
    │       │   │   │   ├── 5.6
    │       │   │   │   └── 7.0
    │       │   │   ├── mock.php
    │       │   │   ├── script
    │       │   │   │   └── install.sh
    │       │   │   └── thinkphp
    │       │   │       ├── baseTest.php
    │       │   │       └── library
    │       │   └── tpl
    │       │       ├── default_index.tpl
    │       │       ├── dispatch_jump.tpl
    │       │       ├── page_trace.tpl
    │       │       └── think_exception.tpl
    │       ├── vendor
    │       │   ├── autoload.php
    │       │   ├── composer
    │       │   │   ├── ClassLoader.php
    │       │   │   ├── LICENSE
    │       │   │   ├── autoload_classmap.php
    │       │   │   ├── autoload_files.php
    │       │   │   ├── autoload_namespaces.php
    │       │   │   ├── autoload_psr4.php
    │       │   │   ├── autoload_real.php
    │       │   │   ├── autoload_static.php
    │       │   │   └── installed.json
    │       │   ├── doctrine
    │       │   │   └── cache
    │       │   │       ├── LICENSE
    │       │   │       ├── README.md
    │       │   │       ├── UPGRADE.md
    │       │   │       ├── build.properties
    │       │   │       ├── build.xml
    │       │   │       ├── composer.json
    │       │   │       ├── lib
    │       │   │       ├── phpunit.xml.dist
    │       │   │       └── tests
    │       │   ├── guzzlehttp
    │       │   │   ├── guzzle
    │       │   │   │   ├── CHANGELOG.md
    │       │   │   │   ├── LICENSE
    │       │   │   │   ├── README.md
    │       │   │   │   ├── UPGRADING.md
    │       │   │   │   ├── composer.json
    │       │   │   │   └── src
    │       │   │   ├── promises
    │       │   │   │   ├── CHANGELOG.md
    │       │   │   │   ├── LICENSE
    │       │   │   │   ├── Makefile
    │       │   │   │   ├── README.md
    │       │   │   │   ├── composer.json
    │       │   │   │   └── src
    │       │   │   └── psr7
    │       │   │       ├── CHANGELOG.md
    │       │   │       ├── LICENSE
    │       │   │       ├── Makefile
    │       │   │       ├── README.md
    │       │   │       ├── composer.json
    │       │   │       ├── phpunit.xml.dist
    │       │   │       ├── src
    │       │   │       └── tests
    │       │   ├── monolog
    │       │   │   └── monolog
    │       │   │       ├── CHANGELOG.mdown
    │       │   │       ├── LICENSE
    │       │   │       ├── README.mdown
    │       │   │       ├── composer.json
    │       │   │       ├── doc
    │       │   │       ├── phpunit.xml.dist
    │       │   │       ├── src
    │       │   │       └── tests
    │       │   ├── overtrue
    │       │   │   ├── socialite
    │       │   │   │   ├── LICENSE.txt
    │       │   │   │   ├── README.md
    │       │   │   │   ├── composer.json
    │       │   │   │   ├── phpunit.xml
    │       │   │   │   ├── src
    │       │   │   │   └── tests
    │       │   │   └── wechat
    │       │   │       ├── BACKERS.md
    │       │   │       ├── LICENSE
    │       │   │       ├── README.md
    │       │   │       ├── composer.json
    │       │   │       └── src
    │       │   ├── pclzip
    │       │   │   └── pclzip
    │       │   │       ├── composer.json
    │       │   │       ├── gnu-lgpl.txt
    │       │   │       ├── pclzip.lib.php
    │       │   │       └── readme.txt
    │       │   ├── phpmailer
    │       │   │   └── phpmailer
    │       │   │       ├── LICENSE
    │       │   │       ├── PHPMailerAutoload.php
    │       │   │       ├── VERSION
    │       │   │       ├── class.phpmailer.php
    │       │   │       ├── class.phpmaileroauth.php
    │       │   │       ├── class.phpmaileroauthgoogle.php
    │       │   │       ├── class.pop3.php
    │       │   │       ├── class.smtp.php
    │       │   │       ├── composer.json
    │       │   │       ├── examples
    │       │   │       ├── extras
    │       │   │       ├── get_oauth_token.php
    │       │   │       └── language
    │       │   ├── phpoffice
    │       │   │   ├── common
    │       │   │   │   ├── CHANGELOG.md
    │       │   │   │   ├── COPYING
    │       │   │   │   ├── COPYING.LESSER
    │       │   │   │   ├── LICENSE
    │       │   │   │   ├── README.md
    │       │   │   │   ├── VERSION
    │       │   │   │   ├── composer.json
    │       │   │   │   ├── phpmd.xml.dist
    │       │   │   │   ├── phpunit.xml.dist
    │       │   │   │   ├── src
    │       │   │   │   └── tests
    │       │   │   ├── phpexcel
    │       │   │   │   ├── Classes
    │       │   │   │   ├── Examples
    │       │   │   │   ├── changelog.txt
    │       │   │   │   ├── composer.json
    │       │   │   │   ├── install.txt
    │       │   │   │   ├── license.md
    │       │   │   │   └── unitTests
    │       │   │   └── phpword
    │       │   │       ├── CHANGELOG.md
    │       │   │       ├── CONTRIBUTING.md
    │       │   │       ├── COPYING
    │       │   │       ├── COPYING.LESSER
    │       │   │       ├── LICENSE
    │       │   │       ├── README.md
    │       │   │       ├── VERSION
    │       │   │       ├── bootstrap.php
    │       │   │       ├── composer.json
    │       │   │       ├── docs
    │       │   │       ├── phpmd.xml.dist
    │       │   │       ├── phpunit.xml.dist
    │       │   │       ├── phpword.ini.dist
    │       │   │       ├── samples
    │       │   │       ├── src
    │       │   │       └── tests
    │       │   ├── pimple
    │       │   │   └── pimple
    │       │   │       ├── CHANGELOG
    │       │   │       ├── LICENSE
    │       │   │       ├── README.rst
    │       │   │       ├── composer.json
    │       │   │       ├── ext
    │       │   │       ├── phpunit.xml.dist
    │       │   │       └── src
    │       │   ├── psr
    │       │   │   ├── http-message
    │       │   │   │   ├── CHANGELOG.md
    │       │   │   │   ├── LICENSE
    │       │   │   │   ├── README.md
    │       │   │   │   ├── composer.json
    │       │   │   │   └── src
    │       │   │   └── log
    │       │   │       ├── LICENSE
    │       │   │       ├── Psr
    │       │   │       ├── README.md
    │       │   │       └── composer.json
    │       │   ├── qiniu
    │       │   │   └── php-sdk
    │       │   │       ├── CHANGELOG.md
    │       │   │       ├── CONTRIBUTING.md
    │       │   │       ├── LICENSE
    │       │   │       ├── README.md
    │       │   │       ├── autoload.php
    │       │   │       ├── composer.json
    │       │   │       ├── examples
    │       │   │       ├── phpunit.xml.dist
    │       │   │       ├── src
    │       │   │       └── tests
    │       │   ├── riverslei
    │       │   │   └── payment
    │       │   │       ├── README.md
    │       │   │       ├── autoload.php
    │       │   │       ├── codeception.yml
    │       │   │       ├── composer.json
    │       │   │       ├── examples
    │       │   │       ├── src
    │       │   │       └── tests
    │       │   ├── symfony
    │       │   │   ├── http-foundation
    │       │   │   │   ├── AcceptHeader.php
    │       │   │   │   ├── AcceptHeaderItem.php
    │       │   │   │   ├── ApacheRequest.php
    │       │   │   │   ├── BinaryFileResponse.php
    │       │   │   │   ├── CHANGELOG.md
    │       │   │   │   ├── Cookie.php
    │       │   │   │   ├── Exception
    │       │   │   │   ├── ExpressionRequestMatcher.php
    │       │   │   │   ├── File
    │       │   │   │   ├── FileBag.php
    │       │   │   │   ├── HeaderBag.php
    │       │   │   │   ├── IpUtils.php
    │       │   │   │   ├── JsonResponse.php
    │       │   │   │   ├── LICENSE
    │       │   │   │   ├── ParameterBag.php
    │       │   │   │   ├── README.md
    │       │   │   │   ├── RedirectResponse.php
    │       │   │   │   ├── Request.php
    │       │   │   │   ├── RequestMatcher.php
    │       │   │   │   ├── RequestMatcherInterface.php
    │       │   │   │   ├── RequestStack.php
    │       │   │   │   ├── Response.php
    │       │   │   │   ├── ResponseHeaderBag.php
    │       │   │   │   ├── ServerBag.php
    │       │   │   │   ├── Session
    │       │   │   │   ├── StreamedResponse.php
    │       │   │   │   ├── Tests
    │       │   │   │   ├── composer.json
    │       │   │   │   └── phpunit.xml.dist
    │       │   │   ├── polyfill-mbstring
    │       │   │   │   ├── LICENSE
    │       │   │   │   ├── Mbstring.php
    │       │   │   │   ├── README.md
    │       │   │   │   ├── Resources
    │       │   │   │   ├── bootstrap.php
    │       │   │   │   └── composer.json
    │       │   │   └── psr-http-message-bridge
    │       │   │       ├── CHANGELOG
    │       │   │       ├── Factory
    │       │   │       ├── HttpFoundationFactoryInterface.php
    │       │   │       ├── HttpMessageFactoryInterface.php
    │       │   │       ├── LICENSE
    │       │   │       ├── README.md
    │       │   │       ├── Tests
    │       │   │       ├── composer.json
    │       │   │       └── phpunit.xml.dist
    │       │   ├── topthink
    │       │   │   ├── think-captcha
    │       │   │   │   ├── LICENSE
    │       │   │   │   ├── README.md
    │       │   │   │   ├── assets
    │       │   │   │   ├── composer.json
    │       │   │   │   └── src
    │       │   │   ├── think-helper
    │       │   │   │   ├── LICENSE
    │       │   │   │   ├── README.md
    │       │   │   │   ├── composer.json
    │       │   │   │   └── src
    │       │   │   ├── think-image
    │       │   │   │   ├── LICENSE
    │       │   │   │   ├── README.md
    │       │   │   │   ├── composer.json
    │       │   │   │   ├── phpunit.xml
    │       │   │   │   ├── src
    │       │   │   │   └── tests
    │       │   │   ├── think-installer
    │       │   │   │   ├── composer.json
    │       │   │   │   └── src
    │       │   │   └── think-sae
    │       │   │       ├── LICENSE
    │       │   │       ├── README.md
    │       │   │       ├── composer.json
    │       │   │       └── src
    │       │   ├── yfcmf
    │       │   │   ├── geetest
    │       │   │   │   ├── README.md
    │       │   │   │   ├── composer.json
    │       │   │   │   └── src
    │       │   │   └── tp5-addons
    │       │   │       ├── LICENSE.txt
    │       │   │       ├── README.md
    │       │   │       ├── composer.json
    │       │   │       └── src
    │       │   └── zendframework
    │       │       ├── zend-escaper
    │       │       │   ├── CONTRIBUTING.md
    │       │       │   ├── LICENSE.txt
    │       │       │   ├── README.md
    │       │       │   ├── composer.json
    │       │       │   ├── phpunit.xml.dist
    │       │       │   ├── phpunit.xml.travis
    │       │       │   └── src
    │       │       ├── zend-stdlib
    │       │       │   ├── CHANGELOG.md
    │       │       │   ├── CONTRIBUTING.md
    │       │       │   ├── LICENSE.txt
    │       │       │   ├── README.md
    │       │       │   ├── composer.json
    │       │       │   ├── phpunit.xml.dist
    │       │       │   ├── phpunit.xml.travis
    │       │       │   └── src
    │       │       └── zend-validator
    │       │           ├── CHANGELOG.md
    │       │           ├── CONTRIBUTING.md
    │       │           ├── LICENSE.txt
    │       │           ├── README.md
    │       │           ├── composer.json
    │       │           ├── phpunit.xml.dist
    │       │           ├── phpunit.xml.travis
    │       │           └── src
    │       ├── web.config
    │       └── yhdl.ico
    ├── 源码.zip
    ├── 安装说明(1).txt
    └── 安装说明.txt

383 directories, 697 files


实例下载地址

任务管理系统

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警