在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → PHP仓库管理系统

PHP仓库管理系统

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:4.77M
  • 下载次数:27
  • 浏览次数:281
  • 发布时间:2020-10-10
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
PHP仓库管理系统,测试环境:win7,wamp3.0.0(需要打开短标签)。apach2.4.7, php5.6.15, mysql5.7.9.
【实例截图】
【核心代码】
仓库管理系统
├── application
│   ├── cache
│   │   └── index.html
│   ├── config
│   │   ├── autoload.php
│   │   ├── config.php
│   │   ├── constants.php
│   │   ├── database.php
│   │   ├── doctypes.php
│   │   ├── foreign_chars.php
│   │   ├── hooks.php
│   │   ├── index.html
│   │   ├── migration.php
│   │   ├── mimes.php
│   │   ├── profiler.php
│   │   ├── routes.php
│   │   ├── smileys.php
│   │   └── user_agents.php
│   ├── controllers
│   │   ├── admin.php
│   │   ├── api.php
│   │   ├── backup.php
│   │   ├── basedata.php
│   │   ├── category.php
│   │   ├── customer.php
│   │   ├── goods.php
│   │   ├── home.php
│   │   ├── inventory.php
│   │   ├── invoi.php
│   │   ├── invpu.php
│   │   ├── invsa.php
│   │   ├── login.php
│   │   ├── login.rar
│   │   ├── logs.php
│   │   ├── report.php
│   │   ├── settings.php
│   │   ├── unit.php
│   │   └── vendor.php
│   ├── core
│   │   ├── index.html
│   │   ├── MY_Loader.php
│   │   └── MY_URI.php
│   ├── errors
│   │   ├── error_404.php
│   │   ├── error_db.php
│   │   ├── error_general.php
│   │   ├── error_php.php
│   │   └── index.html
│   ├── helpers
│   │   └── fun_helper.php
│   ├── hooks
│   │   └── index.html
│   ├── index.html
│   ├── language
│   │   ├── china
│   │   │   ├── admin_lang.php
│   │   │   ├── calendar_lang.php
│   │   │   ├── date_lang.php
│   │   │   ├── db_lang.php
│   │   │   ├── email_lang.php
│   │   │   ├── form_validation_lang.php
│   │   │   ├── front_lang.php
│   │   │   ├── ftp_lang.php
│   │   │   ├── imglib_lang.php
│   │   │   ├── index.html
│   │   │   ├── migration_lang.php
│   │   │   ├── number_lang.php
│   │   │   ├── profiler_lang.php
│   │   │   ├── unit_test_lang.php
│   │   │   └── upload_lang.php
│   │   └── english
│   │   ├── admin_lang.php
│   │   ├── calendar_lang.php
│   │   ├── date_lang.php
│   │   ├── db_lang.php
│   │   ├── email_lang.php
│   │   ├── form_validation_lang.php
│   │   ├── front_lang.php
│   │   ├── ftp_lang.php
│   │   ├── imglib_lang.php
│   │   ├── index.html
│   │   ├── migration_lang.php
│   │   ├── number_lang.php
│   │   ├── profiler_lang.php
│   │   ├── unit_test_lang.php
│   │   └── upload_lang.php
│   ├── libraries
│   │   ├── lib_code.php
│   │   └── session.php
│   ├── logs
│   │   └── index.html
│   ├── models
│   │   ├── cache_model.php
│   │   ├── config_model.php
│   │   ├── data_model.php
│   │   ├── login_model.php
│   │   ├── mysql_model.php
│   │   └── purview_model.php
│   ├── third_party
│   │   └── index.html
│   └── views
│   ├── admin
│   │   ├── add.php
│   │   ├── authority.php
│   │   ├── edit.php
│   │   └── index.php
│   ├── backup
│   │   └── index.php
│   ├── category
│   │   └── index.php
│   ├── customer
│   │   ├── export.php
│   │   └── index.php
│   ├── goods
│   │   ├── export.php
│   │   └── index.php
│   ├── index.php
│   ├── inventory
│   │   ├── export.php
│   │   └── index.php
│   ├── invoi
│   │   ├── index.php
│   │   ├── inedit.php
│   │   ├── in.php
│   │   ├── inprint1.php
│   │   ├── inprint.php
│   │   ├── outedit.php
│   │   ├── outindex.php
│   │   ├── out.php
│   │   ├── outprint1.php
│   │   └── outprint.php
│   ├── invpu
│   │   ├── add.php
│   │   ├── edit.php
│   │   ├── export.php
│   │   ├── index.php
│   │   ├── print1.php
│   │   └── print.php
│   ├── invsa
│   │   ├── add.php
│   │   ├── edit.php
│   │   ├── export.php
│   │   ├── index.php
│   │   ├── print.php
│   │   ├── 复件 (2) print.php
│   │   └── 复件 print.php
│   ├── login.php
│   ├── logs
│   │   ├── export.php
│   │   └── index.php
│   ├── main.php
│   ├── report
│   │   ├── arrears.php
│   │   ├── arrears_xls.php
│   │   ├── balance_detail.php
│   │   ├── balance_detail_xls.php
│   │   ├── balance_supply.php
│   │   ├── balance_supply_xls.php
│   │   ├── goods_balance.php
│   │   ├── goods_balance_xls.php
│   │   ├── goods_detail.php
│   │   ├── goods_summary.php
│   │   ├── goods_summary_xls.php
│   │   ├── invpu_detail.php
│   │   ├── invpu_detail_xls.php
│   │   ├── invpu_summary.php
│   │   ├── invpu_summary_xls.php
│   │   ├── invpu_supply.php
│   │   ├── invpu_supply_xls.php
│   │   ├── sales_customer.php
│   │   ├── sales_customer_xls.php
│   │   ├── sales_detail.php
│   │   ├── sales_detail_xls.php
│   │   ├── sales_summary.php
│   │   └── sales_summary_xls.php
│   ├── settings
│   │   ├── customer_batch.php
│   │   ├── customer_cate_manage.php
│   │   ├── customer_manage.php
│   │   ├── goods_batch.php
│   │   ├── goods_manage.php
│   │   ├── inventory.php
│   │   ├── other_search.php
│   │   ├── parameter.php
│   │   ├── select_customer.php
│   │   ├── select_vendor.php
│   │   ├── settlement_manage.php
│   │   ├── unit_manage.php
│   │   ├── vendor_batch.php
│   │   ├── vendor_cate_manage.php
│   │   └── vendor_manage.php
│   ├── unit
│   │   ├── index.php
│   │   └── manage.php
│   └── vendor
│   ├── export.php
│   └── index.php
├── ci_jxc80.sql
├── data
│   ├── cache
│   │   ├── ci_admin
│   │   │   └── 1c21bbc5b833b0269ad4246ffc76e9f2
│   │   ├── ci_category
│   │   │   ├── c2c805c389d37799565f0413e4fe078a
│   │   │   ├── dcc177517fd2d817aab82f0ec1b2495a
│   │   │   └── e97cf753afdd2834e0e5d89d9bb3adc5
│   │   ├── ci_category_type
│   │   │   ├── c25dab6851053bf5fa28736724888bd8
│   │   │   ├── ca023d17b7a54d590817922d41c70fbe
│   │   │   └── d65d9a47bfe622ea54d264f3d84f77aa
│   │   ├── ci_contact
│   │   │   ├── 276dbdfa768ae61a8c53bf0209c4b222
│   │   │   ├── 3fe3d7495004192d0bcf6f6191e08d2c
│   │   │   ├── 455bf5740fa9f23a40b7821f0b42433a
│   │   │   ├── 46e0a3fd81b06e35c3bae509dfe8b4f0
│   │   │   ├── 7b4a9f42f224f1649248aba8bc5c0072
│   │   │   └── 97e1ac67f74838b759ba2606f241a188
│   │   ├── ci_invsa
│   │   │   ├── 0597ea0648fa146284c3c9d7284e6272
│   │   │   ├── 490ceca8d455e80f99f31940ff5d0a4c
│   │   │   ├── 766e542830d98dc6428e09e8f59a3ebd
│   │   │   └── c04eb507675db7ed74eeceb2851fc9d0
│   │   ├── ci_invsa_info
│   │   │   ├── 5bdd64bfa30ada4e82840f103febd70f
│   │   │   └── fbe3f00419140c5447a892db45dce490
│   │   ├── ci_menu
│   │   │   └── e84781758f44d3a3d49cc87d145151eb
│   │   └── ci_unit
│   │   ├── 1df608609e2ef28cf99855c3ada98f9f
│   │   └── 3b8de9d404732d9e27c8eeafe3dc7a12
│   ├── config
│   │   ├── db_config.php
│   │   ├── mysql_config.php
│   │   ├── parameter_config.php
│   │   ├── site_config.php
│   │   ├── skins_config.php
│   │   └── version_config.php
│   └── db
│   └── jxc_201509080937003.sql
├── index.php
├── install_lodop32.rar
├── statics
│   ├── css
│   │   ├── authority.css
│   │   ├── base
│   │   │   └── dialog
│   │   │   └── icons
│   │   │   ├── confirm.gif
│   │   │   ├── gb_tip_layer.png
│   │   │   └── loading.gif
│   │   ├── base.css
│   │   ├── blue
│   │   │   ├── bills.css
│   │   │   ├── default.css
│   │   │   ├── img
│   │   │   │   ├── body_bg.png
│   │   │   │   ├── checked.png
│   │   │   │   ├── datepicker_icon.png
│   │   │   │   ├── footer_bg.png
│   │   │   │   ├── icon.png
│   │   │   │   ├── icon_refresh.png
│   │   │   │   ├── icon-select.gif
│   │   │   │   ├── icon_v_b_t.png
│   │   │   │   ├── index_bg.png
│   │   │   │   ├── index_h2_bg.png
│   │   │   │   ├── index_icons.png
│   │   │   │   ├── ligerui
│   │   │   │   │   ├── bigloading.gif
│   │   │   │   │   └── menu-item-over-r.gif
│   │   │   │   ├── loading.gif
│   │   │   │   ├── nav_spr.png
│   │   │   │   ├── radio.png
│   │   │   │   ├── side_rp.png
│   │   │   │   ├── spr_icons.png
│   │   │   │   ├── tab_bg.png
│   │   │   │   ├── tab_close.png
│   │   │   │   ├── ui-icons.png
│   │   │   │   └── ui-th.png
│   │   │   ├── index.css
│   │   │   └── ui.min.css
│   │   ├── common.css
│   │   ├── default
│   │   │   ├── bills.css
│   │   │   ├── default.css
│   │   │   ├── img
│   │   │   │   ├── audit.png
│   │   │   │   ├── body_bg.png
│   │   │   │   ├── checked.png
│   │   │   │   ├── datepicker_icon.png
│   │   │   │   ├── footer_bg.png
│   │   │   │   ├── icon.png
│   │   │   │   ├── icon_refresh.png
│   │   │   │   ├── icon-select.gif
│   │   │   │   ├── icon_v_b_t.png
│   │   │   │   ├── index_bg.png
│   │   │   │   ├── index_h2_bg.png
│   │   │   │   ├── index_icons.png
│   │   │   │   ├── ligerui
│   │   │   │   │   ├── bigloading.gif
│   │   │   │   │   └── menu-item-over-r.gif
│   │   │   │   ├── loading.gif
│   │   │   │   ├── nav_spr.png
│   │   │   │   ├── radio.png
│   │   │   │   ├── side_rp2.png
│   │   │   │   ├── side_rp.png
│   │   │   │   ├── spr_icons.png
│   │   │   │   ├── tab_bg.png
│   │   │   │   ├── tab_close.png
│   │   │   │   ├── ui-icons.png
│   │   │   │   └── ui-th.png
│   │   │   ├── index.css
│   │   │   └── ui.min.css
│   │   ├── green
│   │   │   ├── bills.css
│   │   │   ├── default.css
│   │   │   ├── img
│   │   │   │   ├── body_bg.png
│   │   │   │   ├── checked.png
│   │   │   │   ├── datepicker_icon.png
│   │   │   │   ├── footer_bg.png
│   │   │   │   ├── icon.png
│   │   │   │   ├── icon_refresh.png
│   │   │   │   ├── icon-select.gif
│   │   │   │   ├── icon_v_b_t.png
│   │   │   │   ├── index_bg.png
│   │   │   │   ├── index_h2_bg.png
│   │   │   │   ├── index_icons.png
│   │   │   │   ├── ligerui
│   │   │   │   │   ├── bigloading.gif
│   │   │   │   │   └── menu-item-over-r.gif
│   │   │   │   ├── loading.gif
│   │   │   │   ├── nav_spr.png
│   │   │   │   ├── radio.png
│   │   │   │   ├── side_rp.png
│   │   │   │   ├── spr_icons.png
│   │   │   │   ├── tab_bg.png
│   │   │   │   ├── tab_close.png
│   │   │   │   └── ui-icons.png
│   │   │   ├── index.css
│   │   │   └── ui.min.css
│   │   ├── img
│   │   │   ├── close_all.png
│   │   │   ├── dot.gif
│   │   │   ├── indicator.gif
│   │   │   ├── ligerui
│   │   │   │   ├── bigloading.gif
│   │   │   │   ├── menu-item-over-l.gif
│   │   │   │   ├── menu-item-over-m.gif
│   │   │   │   ├── menu-item-over-r.gif
│   │   │   │   └── menu-line-y.gif
│   │   │   ├── no_query.png
│   │   │   ├── page_spr_icons.png
│   │   │   ├── select_skin.png
│   │   │   └── ui-icons.png
│   │   └── report.css
│   ├── js
│   │   ├── common
│   │   │   ├── common.js
│   │   │   ├── grid.js
│   │   │   ├── libs
│   │   │   │   ├── jquery
│   │   │   │   │   └── jquery-1.10.2.min.js
│   │   │   │   └── json2.js
│   │   │   ├── plugins
│   │   │   │   ├── datepicker
│   │   │   │   │   └── pikaday.js
│   │   │   │   ├── jquery.dialog.js
│   │   │   │   ├── jquery.print.js
│   │   │   │   ├── print
│   │   │   │   │   ├── LodopFuncs.js
│   │   │   │   │   ├── PrintSample10.css
│   │   │   │   │   └── PrintSample10.js
│   │   │   │   ├── validator
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   ├── validator_default.png
│   │   │   │   │   │   └── validator_simple.png
│   │   │   │   │   ├── jquery.validator.css
│   │   │   │   │   ├── jquery.validator.js
│   │   │   │   │   └── local
│   │   │   │   │   └── zh_CN.js
│   │   │   │   └── zTree
│   │   │   │   ├── api
│   │   │   │   │   ├── API_cn.html
│   │   │   │   │   ├── apiCss
│   │   │   │   │   │   ├── api.js
│   │   │   │   │   │   ├── common.css
│   │   │   │   │   │   ├── common_ie6.css
│   │   │   │   │   │   ├── img
│   │   │   │   │   │   │   ├── apiMenu.gif
│   │   │   │   │   │   │   ├── apiMenu.png
│   │   │   │   │   │   │   ├── background.jpg
│   │   │   │   │   │   │   ├── chinese.png
│   │   │   │   │   │   │   ├── close.png
│   │   │   │   │   │   │   ├── contact-bg.png
│   │   │   │   │   │   │   ├── english.png
│   │   │   │   │   │   │   ├── header-bg.png
│   │   │   │   │   │   │   ├── lightbulb.png
│   │   │   │   │   │   │   ├── overlay_arrow.gif
│   │   │   │   │   │   │   ├── overlay_arrow.png
│   │   │   │   │   │   │   ├── overlay_bg.png
│   │   │   │   │   │   │   ├── overlay_close_IE6.gif
│   │   │   │   │   │   │   ├── zTreeStandard.gif
│   │   │   │   │   │   │   └── zTreeStandard.png
│   │   │   │   │   │   ├── jquery-1.6.2.min.js
│   │   │   │   │   │   ├── jquery.ztree.core-3.5.js
│   │   │   │   │   │   └── zTreeStyleForApi.css
│   │   │   │   │   ├── API_en.html
│   │   │   │   │   ├── cn
│   │   │   │   │   │   ├── fn.zTree.destroy.html
│   │   │   │   │   │   ├── fn.zTree.getZTreeObj.html
│   │   │   │   │   │   ├── fn.zTree.init.html
│   │   │   │   │   │   ├── fn.zTree._z.html
│   │   │   │   │   │   ├── setting.async.autoParam.html
│   │   │   │   │   │   ├── setting.async.contentType.html
│   │   │   │   │   │   ├── setting.async.dataFilter.html
│   │   │   │   │   │   ├── setting.async.dataType.html
│   │   │   │   │   │   ├── setting.async.enable.html
│   │   │   │   │   │   ├── setting.async.otherParam.html
│   │   │   │   │   │   ├── setting.async.type.html
│   │   │   │   │   │   ├── setting.async.url.html
│   │   │   │   │   │   ├── setting.callback.beforeAsync.html
│   │   │   │   │   │   ├── setting.callback.beforeCheck.html
│   │   │   │   │   │   ├── setting.callback.beforeClick.html
│   │   │   │   │   │   ├── setting.callback.beforeCollapse.html
│   │   │   │   │   │   ├── setting.callback.beforeDblClick.html
│   │   │   │   │   │   ├── setting.callback.beforeDrag.html
│   │   │   │   │   │   ├── setting.callback.beforeDragOpen.html
│   │   │   │   │   │   ├── setting.callback.beforeDrop.html
│   │   │   │   │   │   ├── setting.callback.beforeEditName.html
│   │   │   │   │   │   ├── setting.callback.beforeExpand.html
│   │   │   │   │   │   ├── setting.callback.beforeMouseDown.html
│   │   │   │   │   │   ├── setting.callback.beforeMouseUp.html
│   │   │   │   │   │   ├── setting.callback.beforeRemove.html
│   │   │   │   │   │   ├── setting.callback.beforeRename.html
│   │   │   │   │   │   ├── setting.callback.beforeRightClick.html
│   │   │   │   │   │   ├── setting.callback.onAsyncError.html
│   │   │   │   │   │   ├── setting.callback.onAsyncSuccess.html
│   │   │   │   │   │   ├── setting.callback.onCheck.html
│   │   │   │   │   │   ├── setting.callback.onClick.html
│   │   │   │   │   │   ├── setting.callback.onCollapse.html
│   │   │   │   │   │   ├── setting.callback.onDblClick.html
│   │   │   │   │   │   ├── setting.callback.onDrag.html
│   │   │   │   │   │   ├── setting.callback.onDragMove.html
│   │   │   │   │   │   ├── setting.callback.onDrop.html
│   │   │   │   │   │   ├── setting.callback.onExpand.html
│   │   │   │   │   │   ├── setting.callback.onMouseDown.html
│   │   │   │   │   │   ├── setting.callback.onMouseUp.html
│   │   │   │   │   │   ├── setting.callback.onNodeCreated.html
│   │   │   │   │   │   ├── setting.callback.onRemove.html
│   │   │   │   │   │   ├── setting.callback.onRename.html
│   │   │   │   │   │   ├── setting.callback.onRightClick.html
│   │   │   │   │   │   ├── setting.check.autoCheckTrigger.html
│   │   │   │   │   │   ├── setting.check.chkboxType.html
│   │   │   │   │   │   ├── setting.check.chkDisabledInherit.html
│   │   │   │   │   │   ├── setting.check.chkStyle.html
│   │   │   │   │   │   ├── setting.check.enable.html
│   │   │   │   │   │   ├── setting.check.nocheckInherit.html
│   │   │   │   │   │   ├── setting.check.radioType.html
│   │   │   │   │   │   ├── setting.data.keep.leaf.html
│   │   │   │   │   │   ├── setting.data.keep.parent.html
│   │   │   │   │   │   ├── setting.data.key.checked.html
│   │   │   │   │   │   ├── setting.data.key.children.html
│   │   │   │   │   │   ├── setting.data.key.name.html
│   │   │   │   │   │   ├── setting.data.key.title.html
│   │   │   │   │   │   ├── setting.data.key.url.html
│   │   │   │   │   │   ├── setting.data.simpleData.enable.html
│   │   │   │   │   │   ├── setting.data.simpleData.idKey.html
│   │   │   │   │   │   ├── setting.data.simpleData.pIdKey.html
│   │   │   │   │   │   ├── setting.data.simpleData.rootPId.html
│   │   │   │   │   │   ├── setting.edit.drag.autoExpandTrigger.html
│   │   │   │   │   │   ├── setting.edit.drag.autoOpenTime.html
│   │   │   │   │   │   ├── setting.edit.drag.borderMax.html
│   │   │   │   │   │   ├── setting.edit.drag.borderMin.html
│   │   │   │   │   │   ├── setting.edit.drag.inner.html
│   │   │   │   │   │   ├── setting.edit.drag.isCopy.html
│   │   │   │   │   │   ├── setting.edit.drag.isMove.html
│   │   │   │   │   │   ├── setting.edit.drag.maxShowNodeNum.html
│   │   │   │   │   │   ├── setting.edit.drag.minMoveSize.html
│   │   │   │   │   │   ├── setting.edit.drag.next.html
│   │   │   │   │   │   ├── setting.edit.drag.prev.html
│   │   │   │   │   │   ├── setting.edit.editNameSelectAll.html
│   │   │   │   │   │   ├── setting.edit.enable.html
│   │   │   │   │   │   ├── setting.edit.removeTitle.html
│   │   │   │   │   │   ├── setting.edit.renameTitle.html
│   │   │   │   │   │   ├── setting.edit.showRemoveBtn.html
│   │   │   │   │   │   ├── setting.edit.showRenameBtn.html
│   │   │   │   │   │   ├── setting.treeId.html
│   │   │   │   │   │   ├── setting.treeObj.html
│   │   │   │   │   │   ├── setting.view.addDiyDom.html
│   │   │   │   │   │   ├── setting.view.addHoverDom.html
│   │   │   │   │   │   ├── setting.view.autoCancelSelected.html
│   │   │   │   │   │   ├── setting.view.dblClickExpand.html
│   │   │   │   │   │   ├── setting.view.expandSpeed.html
│   │   │   │   │   │   ├── setting.view.fontCss.html
│   │   │   │   │   │   ├── setting.view.nameIsHTML.html
│   │   │   │   │   │   ├── setting.view.removeHoverDom.html
│   │   │   │   │   │   ├── setting.view.selectedMulti.html
│   │   │   │   │   │   ├── setting.view.showIcon.html
│   │   │   │   │   │   ├── setting.view.showLine.html
│   │   │   │   │   │   ├── setting.view.showTitle.html
│   │   │   │   │   │   ├── setting.view.txtSelectedEnable.html
│   │   │   │   │   │   ├── treeNode.check_Child_State.html
│   │   │   │   │   │   ├── treeNode.checked.html
│   │   │   │   │   │   ├── treeNode.checkedOld.html
│   │   │   │   │   │   ├── treeNode.check_Focus.html
│   │   │   │   │   │   ├── treeNode.children.html
│   │   │   │   │   │   ├── treeNode.chkDisabled.html
│   │   │   │   │   │   ├── treeNode.click.html
│   │   │   │   │   │   ├── treeNode.diy.html
│   │   │   │   │   │   ├── treeNode.editNameFlag.html
│   │   │   │   │   │   ├── treeNode.getCheckStatus.html
│   │   │   │   │   │   ├── treeNode.getNextNode.html
│   │   │   │   │   │   ├── treeNode.getParentNode.html
│   │   │   │   │   │   ├── treeNode.getPreNode.html
│   │   │   │   │   │   ├── treeNode.halfCheck.html
│   │   │   │   │   │   ├── treeNode.iconClose.html
│   │   │   │   │   │   ├── treeNode.icon.html
│   │   │   │   │   │   ├── treeNode.iconOpen.html
│   │   │   │   │   │   ├── treeNode.iconSkin.html
│   │   │   │   │   │   ├── treeNode.isAjaxing.html
│   │   │   │   │   │   ├── treeNode.isFirstNode.html
│   │   │   │   │   │   ├── treeNode.isHidden.html
│   │   │   │   │   │   ├── treeNode.isHover.html
│   │   │   │   │   │   ├── treeNode.isLastNode.html
│   │   │   │   │   │   ├── treeNode.isParent.html
│   │   │   │   │   │   ├── treeNode.level.html
│   │   │   │   │   │   ├── treeNode.name.html
│   │   │   │   │   │   ├── treeNode.nocheck.html
│   │   │   │   │   │   ├── treeNode.open.html
│   │   │   │   │   │   ├── treeNode.parentTId.html
│   │   │   │   │   │   ├── treeNode.target.html
│   │   │   │   │   │   ├── treeNode.tId.html
│   │   │   │   │   │   ├── treeNode.url.html
│   │   │   │   │   │   ├── treeNode.zAsync.html
│   │   │   │   │   │   ├── zTreeObj.addNodes.html
│   │   │   │   │   │   ├── zTreeObj.cancelEditName.html
│   │   │   │   │   │   ├── zTreeObj.cancelSelectedNode.html
│   │   │   │   │   │   ├── zTreeObj.checkAllNodes.html
│   │   │   │   │   │   ├── zTreeObj.checkNode.html
│   │   │   │   │   │   ├── zTreeObj.copyNode.html
│   │   │   │   │   │   ├── zTreeObj.destroy.html
│   │   │   │   │   │   ├── zTreeObj.editName.html
│   │   │   │   │   │   ├── zTreeObj.expandAll.html
│   │   │   │   │   │   ├── zTreeObj.expandNode.html
│   │   │   │   │   │   ├── zTreeObj.getChangeCheckedNodes.html
│   │   │   │   │   │   ├── zTreeObj.getCheckedNodes.html
│   │   │   │   │   │   ├── zTreeObj.getNodeByParam.html
│   │   │   │   │   │   ├── zTreeObj.getNodeByTId.html
│   │   │   │   │   │   ├── zTreeObj.getNodeIndex.html
│   │   │   │   │   │   ├── zTreeObj.getNodesByFilter.html
│   │   │   │   │   │   ├── zTreeObj.getNodesByParamFuzzy.html
│   │   │   │   │   │   ├── zTreeObj.getNodesByParam.html
│   │   │   │   │   │   ├── zTreeObj.getNodes.html
│   │   │   │   │   │   ├── zTreeObj.getSelectedNodes.html
│   │   │   │   │   │   ├── zTreeObj.hideNode.html
│   │   │   │   │   │   ├── zTreeObj.hideNodes.html
│   │   │   │   │   │   ├── zTreeObj.moveNode.html
│   │   │   │   │   │   ├── zTreeObj.reAsyncChildNodes.html
│   │   │   │   │   │   ├── zTreeObj.refresh.html
│   │   │   │   │   │   ├── zTreeObj.removeChildNodes.html
│   │   │   │   │   │   ├── zTreeObj.removeNode.html
│   │   │   │   │   │   ├── zTreeObj.selectNode.html
│   │   │   │   │   │   ├── zTreeObj.setChkDisabled.html
│   │   │   │   │   │   ├── zTreeObj.setEditable.html
│   │   │   │   │   │   ├── zTreeObj.setting.html
│   │   │   │   │   │   ├── zTreeObj.showNode.html
│   │   │   │   │   │   ├── zTreeObj.showNodes.html
│   │   │   │   │   │   ├── zTreeObj.transformToArray.html
│   │   │   │   │   │   ├── zTreeObj.transformTozTreeNodes.html
│   │   │   │   │   │   └── zTreeObj.updateNode.html
│   │   │   │   │   └── en
│   │   │   │   │   ├── fn.zTree.destroy.html
│   │   │   │   │   ├── fn.zTree.getZTreeObj.html
│   │   │   │   │   ├── fn.zTree.init.html
│   │   │   │   │   ├── fn.zTree._z.html
│   │   │   │   │   ├── setting.async.autoParam.html
│   │   │   │   │   ├── setting.async.contentType.html
│   │   │   │   │   ├── setting.async.dataFilter.html
│   │   │   │   │   ├── setting.async.dataType.html
│   │   │   │   │   ├── setting.async.enable.html
│   │   │   │   │   ├── setting.async.otherParam.html
│   │   │   │   │   ├── setting.async.type.html
│   │   │   │   │   ├── setting.async.url.html
│   │   │   │   │   ├── setting.callback.beforeAsync.html
│   │   │   │   │   ├── setting.callback.beforeCheck.html
│   │   │   │   │   ├── setting.callback.beforeClick.html
│   │   │   │   │   ├── setting.callback.beforeCollapse.html
│   │   │   │   │   ├── setting.callback.beforeDblClick.html
│   │   │   │   │   ├── setting.callback.beforeDrag.html
│   │   │   │   │   ├── setting.callback.beforeDragOpen.html
│   │   │   │   │   ├── setting.callback.beforeDrop.html
│   │   │   │   │   ├── setting.callback.beforeEditName.html
│   │   │   │   │   ├── setting.callback.beforeExpand.html
│   │   │   │   │   ├── setting.callback.beforeMouseDown.html
│   │   │   │   │   ├── setting.callback.beforeMouseUp.html
│   │   │   │   │   ├── setting.callback.beforeRemove.html
│   │   │   │   │   ├── setting.callback.beforeRename.html
│   │   │   │   │   ├── setting.callback.beforeRightClick.html
│   │   │   │   │   ├── setting.callback.onAsyncError.html
│   │   │   │   │   ├── setting.callback.onAsyncSuccess.html
│   │   │   │   │   ├── setting.callback.onCheck.html
│   │   │   │   │   ├── setting.callback.onClick.html
│   │   │   │   │   ├── setting.callback.onCollapse.html
│   │   │   │   │   ├── setting.callback.onDblClick.html
│   │   │   │   │   ├── setting.callback.onDrag.html
│   │   │   │   │   ├── setting.callback.onDragMove.html
│   │   │   │   │   ├── setting.callback.onDrop.html
│   │   │   │   │   ├── setting.callback.onExpand.html
│   │   │   │   │   ├── setting.callback.onMouseDown.html
│   │   │   │   │   ├── setting.callback.onMouseUp.html
│   │   │   │   │   ├── setting.callback.onNodeCreated.html
│   │   │   │   │   ├── setting.callback.onRemove.html
│   │   │   │   │   ├── setting.callback.onRename.html
│   │   │   │   │   ├── setting.callback.onRightClick.html
│   │   │   │   │   ├── setting.check.autoCheckTrigger.html
│   │   │   │   │   ├── setting.check.chkboxType.html
│   │   │   │   │   ├── setting.check.chkDisabledInherit.html
│   │   │   │   │   ├── setting.check.chkStyle.html
│   │   │   │   │   ├── setting.check.enable.html
│   │   │   │   │   ├── setting.check.nocheckInherit.html
│   │   │   │   │   ├── setting.check.radioType.html
│   │   │   │   │   ├── setting.data.keep.leaf.html
│   │   │   │   │   ├── setting.data.keep.parent.html
│   │   │   │   │   ├── setting.data.key.checked.html
│   │   │   │   │   ├── setting.data.key.children.html
│   │   │   │   │   ├── setting.data.key.name.html
│   │   │   │   │   ├── setting.data.key.title.html
│   │   │   │   │   ├── setting.data.key.url.html
│   │   │   │   │   ├── setting.data.simpleData.enable.html
│   │   │   │   │   ├── setting.data.simpleData.idKey.html
│   │   │   │   │   ├── setting.data.simpleData.pIdKey.html
│   │   │   │   │   ├── setting.data.simpleData.rootPId.html
│   │   │   │   │   ├── setting.edit.drag.autoExpandTrigger.html
│   │   │   │   │   ├── setting.edit.drag.autoOpenTime.html
│   │   │   │   │   ├── setting.edit.drag.borderMax.html
│   │   │   │   │   ├── setting.edit.drag.borderMin.html
│   │   │   │   │   ├── setting.edit.drag.inner.html
│   │   │   │   │   ├── setting.edit.drag.isCopy.html
│   │   │   │   │   ├── setting.edit.drag.isMove.html
│   │   │   │   │   ├── setting.edit.drag.maxShowNodeNum.html
│   │   │   │   │   ├── setting.edit.drag.minMoveSize.html
│   │   │   │   │   ├── setting.edit.drag.next.html
│   │   │   │   │   ├── setting.edit.drag.prev.html
│   │   │   │   │   ├── setting.edit.editNameSelectAll.html
│   │   │   │   │   ├── setting.edit.enable.html
│   │   │   │   │   ├── setting.edit.removeTitle.html
│   │   │   │   │   ├── setting.edit.renameTitle.html
│   │   │   │   │   ├── setting.edit.showRemoveBtn.html
│   │   │   │   │   ├── setting.edit.showRenameBtn.html
│   │   │   │   │   ├── setting.treeId.html
│   │   │   │   │   ├── setting.treeObj.html
│   │   │   │   │   ├── setting.view.addDiyDom.html
│   │   │   │   │   ├── setting.view.addHoverDom.html
│   │   │   │   │   ├── setting.view.autoCancelSelected.html
│   │   │   │   │   ├── setting.view.dblClickExpand.html
│   │   │   │   │   ├── setting.view.expandSpeed.html
│   │   │   │   │   ├── setting.view.fontCss.html
│   │   │   │   │   ├── setting.view.nameIsHTML.html
│   │   │   │   │   ├── setting.view.removeHoverDom.html
│   │   │   │   │   ├── setting.view.selectedMulti.html
│   │   │   │   │   ├── setting.view.showIcon.html
│   │   │   │   │   ├── setting.view.showLine.html
│   │   │   │   │   ├── setting.view.showTitle.html
│   │   │   │   │   ├── setting.view.txtSelectedEnable.html
│   │   │   │   │   ├── treeNode.check_Child_State.html
│   │   │   │   │   ├── treeNode.checked.html
│   │   │   │   │   ├── treeNode.checkedOld.html
│   │   │   │   │   ├── treeNode.check_Focus.html
│   │   │   │   │   ├── treeNode.children.html
│   │   │   │   │   ├── treeNode.chkDisabled.html
│   │   │   │   │   ├── treeNode.click.html
│   │   │   │   │   ├── treeNode.diy.html
│   │   │   │   │   ├── treeNode.editNameFlag.html
│   │   │   │   │   ├── treeNode.getCheckStatus.html
│   │   │   │   │   ├── treeNode.getNextNode.html
│   │   │   │   │   ├── treeNode.getParentNode.html
│   │   │   │   │   ├── treeNode.getPreNode.html
│   │   │   │   │   ├── treeNode.halfCheck.html
│   │   │   │   │   ├── treeNode.iconClose.html
│   │   │   │   │   ├── treeNode.icon.html
│   │   │   │   │   ├── treeNode.iconOpen.html
│   │   │   │   │   ├── treeNode.iconSkin.html
│   │   │   │   │   ├── treeNode.isAjaxing.html
│   │   │   │   │   ├── treeNode.isFirstNode.html
│   │   │   │   │   ├── treeNode.isHidden.html
│   │   │   │   │   ├── treeNode.isHover.html
│   │   │   │   │   ├── treeNode.isLastNode.html
│   │   │   │   │   ├── treeNode.isParent.html
│   │   │   │   │   ├── treeNode.level.html
│   │   │   │   │   ├── treeNode.name.html
│   │   │   │   │   ├── treeNode.nocheck.html
│   │   │   │   │   ├── treeNode.open.html
│   │   │   │   │   ├── treeNode.parentTId.html
│   │   │   │   │   ├── treeNode.target.html
│   │   │   │   │   ├── treeNode.tId.html
│   │   │   │   │   ├── treeNode.url.html
│   │   │   │   │   ├── treeNode.zAsync.html
│   │   │   │   │   ├── zTreeObj.addNodes.html
│   │   │   │   │   ├── zTreeObj.cancelEditName.html
│   │   │   │   │   ├── zTreeObj.cancelSelectedNode.html
│   │   │   │   │   ├── zTreeObj.checkAllNodes.html
│   │   │   │   │   ├── zTreeObj.checkNode.html
│   │   │   │   │   ├── zTreeObj.copyNode.html
│   │   │   │   │   ├── zTreeObj.destroy.html
│   │   │   │   │   ├── zTreeObj.editName.html
│   │   │   │   │   ├── zTreeObj.expandAll.html
│   │   │   │   │   ├── zTreeObj.expandNode.html
│   │   │   │   │   ├── zTreeObj.getChangeCheckedNodes.html
│   │   │   │   │   ├── zTreeObj.getCheckedNodes.html
│   │   │   │   │   ├── zTreeObj.getNodeByParam.html
│   │   │   │   │   ├── zTreeObj.getNodeByTId.html
│   │   │   │   │   ├── zTreeObj.getNodeIndex.html
│   │   │   │   │   ├── zTreeObj.getNodesByFilter.html
│   │   │   │   │   ├── zTreeObj.getNodesByParamFuzzy.html
│   │   │   │   │   ├── zTreeObj.getNodesByParam.html
│   │   │   │   │   ├── zTreeObj.getNodes.html
│   │   │   │   │   ├── zTreeObj.getSelectedNodes.html
│   │   │   │   │   ├── zTreeObj.hideNode.html
│   │   │   │   │   ├── zTreeObj.hideNodes.html
│   │   │   │   │   ├── zTreeObj.moveNode.html
│   │   │   │   │   ├── zTreeObj.reAsyncChildNodes.html
│   │   │   │   │   ├── zTreeObj.refresh.html
│   │   │   │   │   ├── zTreeObj.removeChildNodes.html
│   │   │   │   │   ├── zTreeObj.removeNode.html
│   │   │   │   │   ├── zTreeObj.selectNode.html
│   │   │   │   │   ├── zTreeObj.setChkDisabled.html
│   │   │   │   │   ├── zTreeObj.setEditable.html
│   │   │   │   │   ├── zTreeObj.setting.html
│   │   │   │   │   ├── zTreeObj.showNode.html
│   │   │   │   │   ├── zTreeObj.showNodes.html
│   │   │   │   │   ├── zTreeObj.transformToArray.html
│   │   │   │   │   ├── zTreeObj.transformTozTreeNodes.html
│   │   │   │   │   └── zTreeObj.updateNode.html
│   │   │   │   ├── css
│   │   │   │   │   ├── demo.css
│   │   │   │   │   └── zTreeStyle
│   │   │   │   │   ├── img
│   │   │   │   │   │   ├── diy
│   │   │   │   │   │   │   ├── 1_close.png
│   │   │   │   │   │   │   ├── 1_open.png
│   │   │   │   │   │   │   ├── 2.png
│   │   │   │   │   │   │   ├── 3.png
│   │   │   │   │   │   │   ├── 4.png
│   │   │   │   │   │   │   ├── 5.png
│   │   │   │   │   │   │   ├── 6.png
│   │   │   │   │   │   │   ├── 7.png
│   │   │   │   │   │   │   ├── 8.png
│   │   │   │   │   │   │   └── 9.png
│   │   │   │   │   │   ├── line_conn.gif
│   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   ├── zTreeStandard.gif
│   │   │   │   │   │   └── zTreeStandard.png
│   │   │   │   │   └── zTreeStyle.css
│   │   │   │   ├── js
│   │   │   │   │   ├── jquery-1.4.4.min.js
│   │   │   │   │   ├── jquery.ztree.all-3.5.js
│   │   │   │   │   ├── jquery.ztree.all-3.5.min.js
│   │   │   │   │   ├── jquery.ztree.core-3.5.js
│   │   │   │   │   ├── jquery.ztree.core-3.5.min.js
│   │   │   │   │   ├── jquery.ztree.excheck-3.5.js
│   │   │   │   │   ├── jquery.ztree.excheck-3.5.min.js
│   │   │   │   │   ├── jquery.ztree.exedit-3.5.js
│   │   │   │   │   ├── jquery.ztree.exedit-3.5.min.js
│   │   │   │   │   ├── jquery.ztree.exedit.js
│   │   │   │   │   ├── jquery.ztree.exhide-3.5.js
│   │   │   │   │   └── jquery.ztree.exhide-3.5.min.js
│   │   │   │   ├── log v3.x.txt
│   │   │   │   ├── QUI 框架介绍.txt
│   │   │   │   └── README.md
│   │   │   ├── plugins.js
│   │   │   └── tabs.js
│   │   └── dist
│   │   ├── accountPayDetail.js
│   │   ├── accountProceedsDetail.js
│   │   ├── backup.js
│   │   ├── categoryList.js
│   │   ├── contact-debt.js
│   │   ├── customerBatch.js
│   │   ├── customerCategoryManage.js
│   │   ├── customerList.js
│   │   ├── customerManage.js
│   │   ├── default11111.js
│   │   ├── default.js
│   │   ├── editpwd.js
│   │   ├── goodsBalance.js
│   │   ├── goodsBatch.js
│   │   ├── goodsFlowDetail.js
│   │   ├── goods-flow-summary.js
│   │   ├── goodsInventory.js
│   │   ├── goodsList.js
│   │   ├── goodsManage.js
│   │   ├── inventory.js
│   │   ├── operationLog.js
│   │   ├── otherOutbound.js
│   │   ├── otherOutboundList.js
│   │   ├── otherWarehouse.js
│   │   ├── otherWarehouseList.js
│   │   ├── parameter.js
│   │   ├── puDetail.js
│   │   ├── purchase.js
│   │   ├── purchaseList.js
│   │   ├── pu-summary.js
│   │   ├── pu-summary-supply.js
│   │   ├── register.js
│   │   ├── sales_customer.js
│   │   ├── salesDetail.js
│   │   ├── sales.js
│   │   ├── salesList.js
│   │   ├── salesSummary.js
│   │   ├── selectCustomer.js
│   │   ├── select_vendor.js
│   │   ├── settlementCategoryManager.js
│   │   ├── supplierBatch.js
│   │   ├── template.js
│   │   ├── unitList.js
│   │   ├── unitManage.js
│   │   ├── vendorCategoryManage.js
│   │   ├── vendorList.js
│   │   └── vendorManage.js
│   ├── login
│   │   ├── Css
│   │   │   ├── common.css
│   │   │   └── global.css
│   │   ├── Images
│   │   │   ├── checkbox.png
│   │   │   ├── checkboxtrue.png
│   │   │   ├── loading.gif
│   │   │   ├── loginbox.png
│   │   │   ├── loginbtn.png
│   │   │   └── loginlogo.png
│   │   └── Scripts
│   │   └── minijs
│   │   ├── common.js
│   │   ├── jquery-1.7.1.js
│   │   └── minicheck.js
│   └── login.rar
├── system
│   ├── core
│   │   ├── Benchmark.php
│   │   ├── CodeIgniter.php
│   │   ├── Common.php
│   │   ├── Config.php
│   │   ├── Controller.php
│   │   ├── Exceptions.php
│   │   ├── Hooks.php
│   │   ├── index.html
│   │   ├── Input.php
│   │   ├── Lang.php
│   │   ├── Loader.php
│   │   ├── Model.php
│   │   ├── Output.php
│   │   ├── Router.php
│   │   ├── Security.php
│   │   ├── URI.php
│   │   └── Utf8.php
│   ├── database
│   │   ├── DB_active_rec.php
│   │   ├── DB_cache.php
│   │   ├── DB_driver.php
│   │   ├── DB_forge.php
│   │   ├── DB.php
│   │   ├── DB_result.php
│   │   ├── DB_utility.php
│   │   ├── drivers
│   │   │   ├── cubrid
│   │   │   │   ├── cubrid_driver.php
│   │   │   │   ├── cubrid_forge.php
│   │   │   │   ├── cubrid_result.php
│   │   │   │   ├── cubrid_utility.php
│   │   │   │   └── index.html
│   │   │   ├── index.html
│   │   │   ├── mssql
│   │   │   │   ├── index.html
│   │   │   │   ├── mssql_driver.php
│   │   │   │   ├── mssql_forge.php
│   │   │   │   ├── mssql_result.php
│   │   │   │   └── mssql_utility.php
│   │   │   ├── mysql
│   │   │   │   ├── index.html
│   │   │   │   ├── mysql_driver.php
│   │   │   │   ├── mysql_forge.php
│   │   │   │   ├── mysql_result.php
│   │   │   │   └── mysql_utility.php
│   │   │   ├── mysqli
│   │   │   │   ├── index.html
│   │   │   │   ├── mysqli_driver.php
│   │   │   │   ├── mysqli_forge.php
│   │   │   │   ├── mysqli_result.php
│   │   │   │   └── mysqli_utility.php
│   │   │   ├── oci8
│   │   │   │   ├── index.html
│   │   │   │   ├── oci8_driver.php
│   │   │   │   ├── oci8_forge.php
│   │   │   │   ├── oci8_result.php
│   │   │   │   └── oci8_utility.php
│   │   │   ├── odbc
│   │   │   │   ├── index.html
│   │   │   │   ├── odbc_driver.php
│   │   │   │   ├── odbc_forge.php
│   │   │   │   ├── odbc_result.php
│   │   │   │   └── odbc_utility.php
│   │   │   ├── pdo
│   │   │   │   ├── index.html
│   │   │   │   ├── pdo_driver.php
│   │   │   │   ├── pdo_forge.php
│   │   │   │   ├── pdo_result.php
│   │   │   │   └── pdo_utility.php
│   │   │   ├── postgre
│   │   │   │   ├── index.html
│   │   │   │   ├── postgre_driver.php
│   │   │   │   ├── postgre_forge.php
│   │   │   │   ├── postgre_result.php
│   │   │   │   └── postgre_utility.php
│   │   │   ├── sqlite
│   │   │   │   ├── index.html
│   │   │   │   ├── sqlite_driver.php
│   │   │   │   ├── sqlite_forge.php
│   │   │   │   ├── sqlite_result.php
│   │   │   │   └── sqlite_utility.php
│   │   │   └── sqlsrv
│   │   │   ├── index.html
│   │   │   ├── sqlsrv_driver.php
│   │   │   ├── sqlsrv_forge.php
│   │   │   ├── sqlsrv_result.php
│   │   │   └── sqlsrv_utility.php
│   │   └── index.html
│   ├── fonts
│   │   ├── index.html
│   │   └── texb.ttf
│   ├── helpers
│   │   ├── array_helper.php
│   │   ├── captcha_helper.php
│   │   ├── cookie_helper.php
│   │   ├── date_helper.php
│   │   ├── directory_helper.php
│   │   ├── download_helper.php
│   │   ├── email_helper.php
│   │   ├── file_helper.php
│   │   ├── form_helper.php
│   │   ├── html_helper.php
│   │   ├── index.html
│   │   ├── inflector_helper.php
│   │   ├── language_helper.php
│   │   ├── number_helper.php
│   │   ├── path_helper.php
│   │   ├── security_helper.php
│   │   ├── smiley_helper.php
│   │   ├── string_helper.php
│   │   ├── text_helper.php
│   │   ├── typography_helper.php
│   │   ├── url_helper.php
│   │   └── xml_helper.php
│   ├── index.html
│   ├── language
│   │   ├── english
│   │   │   ├── calendar_lang.php
│   │   │   ├── date_lang.php
│   │   │   ├── db_lang.php
│   │   │   ├── email_lang.php
│   │   │   ├── form_validation_lang.php
│   │   │   ├── ftp_lang.php
│   │   │   ├── imglib_lang.php
│   │   │   ├── index.html
│   │   │   ├── migration_lang.php
│   │   │   ├── number_lang.php
│   │   │   ├── profiler_lang.php
│   │   │   ├── unit_test_lang.php
│   │   │   └── upload_lang.php
│   │   └── index.html
│   └── libraries
│   ├── Cache
│   │   ├── Cache.php
│   │   └── drivers
│   │   ├── Cache_apc.php
│   │   ├── Cache_dummy.php
│   │   ├── Cache_file.php
│   │   └── Cache_memcached.php
│   ├── Calendar.php
│   ├── Cart.php
│   ├── Driver.php
│   ├── Email.php
│   ├── Encrypt.php
│   ├── Form_validation.php
│   ├── Ftp.php
│   ├── Image_lib.php
│   ├── index.html
│   ├── javascript
│   │   └── Jquery.php
│   ├── Javascript.php
│   ├── Log.php
│   ├── Migration.php
│   ├── Pagination.php
│   ├── Parser.php
│   ├── Profiler.php
│   ├── Session.php
│   ├── Sha1.php
│   ├── Table.php
│   ├── Trackback.php
│   ├── Typography.php
│   ├── Unit_test.php
│   ├── Upload.php
│   ├── User_agent.php
│   ├── Xmlrpc.php
│   ├── Xmlrpcs.php
│   └── Zip.php
└── 说明.txt

107 directories, 900 files

标签:

实例下载地址

PHP仓库管理系统

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警