在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 阿狸子微信产品竞价单页 (解密版)

阿狸子微信产品竞价单页 (解密版)

一般编程问题

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

实例介绍

【实例简介】
阿狸子微信产品竞价单页,支持货到付款、支付宝、微信支付。 后台管理用户名 admin 密码 123456
【实例截图】
【核心代码】
阿狸子微信产品竞价单页
├── Admin
│   ├── Conf
│   │   ├── config.php
│   │   └── tags.php
│   ├── Lang
│   │   └── zh-cn
│   │   └── common.php
│   ├── Lib
│   │   ├── Action
│   │   │   ├── AliziAction.class.php
│   │   │   ├── CategoryAction.class.php
│   │   │   ├── ExtendAction.class.php
│   │   │   ├── IndexAction.class.php
│   │   │   ├── ItemAction.class.php
│   │   │   ├── OrderAction.class.php
│   │   │   ├── PublicAction.class.php
│   │   │   ├── SystemAction.class.php
│   │   │   ├── UserAction.class.php
│   │   │   └── VersionAction.class.php
│   │   ├── Model
│   │   │   ├── CategoryModel.class.php
│   │   │   ├── ItemModel.class.php
│   │   │   └── UserModel.class.php
│   │   └── Widget
│   │   ├── Foot
│   │   │   └── index.html
│   │   ├── FootWidget.class.php
│   │   ├── Main
│   │   │   └── index.html
│   │   └── MainWidget.class.php
│   └── Tpl
│   ├── Category
│   │   ├── category.html
│   │   └── edit.html
│   ├── Extend
│   │   ├── advertEdit.html
│   │   └── advert.html
│   ├── Index
│   │   ├── account.html
│   │   ├── index.html
│   │   └── login.html
│   ├── Item
│   │   ├── edit.html
│   │   ├── index.html
│   │   └── using.html
│   ├── Order
│   │   ├── delivery.html
│   │   ├── index.html
│   │   └── view.html
│   ├── System
│   │   ├── database.html
│   │   └── index.html
│   └── User
│   ├── add.html
│   ├── edit.html
│   └── index.html
├── admin.php
├── Api
│   ├── alipayCallbak.php
│   ├── alipayDb.php
│   ├── alipay.php
│   ├── alipayWap.php
│   ├── aliziApi.php
│   └── wxPay.php
├── Home
│   ├── Conf
│   │   ├── config.php
│   │   └── tags.php
│   ├── Lang
│   │   └── zh-cn
│   │   └── common.php
│   ├── Lib
│   │   ├── Action
│   │   │   ├── AliziAction.class.php
│   │   │   ├── IndexAction.class.php
│   │   │   ├── InstallAction.class.php
│   │   │   ├── ItemAction.class.php
│   │   │   ├── PayAction.class.php
│   │   │   └── ShowAction.class.php
│   │   ├── Model
│   │   │   ├── ItemModel.class.php
│   │   │   ├── OrderModel.class.php
│   │   │   └── PayModel.class.php
│   │   └── Widget
│   │   ├── Item
│   │   │   └── index.html
│   │   ├── ItemWidget.class.php
│   │   ├── Tabs
│   │   │   └── index.html
│   │   └── TabsWidget.class.php
│   └── Tpl
│   ├── Custom
│   │   ├── blackComment.html
│   │   ├── blackDetail.html
│   │   ├── black.html
│   │   ├── blackOrder.html
│   │   ├── blackSidebar.html
│   │   ├── brownDetail.html
│   │   ├── brown.html
│   │   ├── brownOrder.html
│   │   └── brownSidebar.html
│   ├── Install
│   │   ├── error.html
│   │   ├── footer.html
│   │   ├── header.html
│   │   ├── index.html
│   │   ├── next.html
│   │   └── result.html
│   ├── Item
│   │   ├── 404.html
│   │   ├── category.html
│   │   ├── footer.html
│   │   ├── header.html
│   │   ├── index.html
│   │   ├── orders.html
│   │   └── show.html
│   ├── Pay
│   │   ├── alipay.html
│   │   ├── alipayTransfer.html
│   │   ├── payment.html
│   │   ├── qrcode.html
│   │   ├── success.html
│   │   ├── wxPay.html
│   │   └── wxPayJsApi.html
│   ├── Public
│   │   ├── black
│   │   │   ├── alizi.style.css
│   │   │   ├── ask.jpg
│   │   │   ├── background.jpg
│   │   │   ├── call.png
│   │   │   ├── cart.png
│   │   │   └── comment.jpg
│   │   └── brown
│   │   ├── alizi.style.css
│   │   ├── call.png
│   │   ├── cart.png
│   │   ├── home.png
│   │   └── sms.png
│   └── Show
│   ├── detail.html
│   ├── index.html
│   ├── order.html
│   └── sidebar.html
├── index.php
├── Public
│   ├── Alizi
│   │   ├── alizi.min.js
│   │   ├── detail.css
│   │   ├── icon.png
│   │   ├── icon-right.png
│   │   ├── Item
│   │   │   ├── goback.png
│   │   │   ├── icon-cart.png
│   │   │   ├── icon-home.png
│   │   │   ├── icon-menu.png
│   │   │   ├── icon-newspaper.png
│   │   │   ├── loading.gif
│   │   │   ├── newbanner.js
│   │   │   ├── search-grey.png
│   │   │   ├── search.png
│   │   │   └── style.css
│   │   ├── jquery.lazyload.js
│   │   ├── jquery.min.js
│   │   ├── layer
│   │   │   ├── extend
│   │   │   │   └── layer.ext.js
│   │   │   ├── layer.js
│   │   │   └── skin
│   │   │   ├── default
│   │   │   │   ├── icon-ext.png
│   │   │   │   ├── icon.png
│   │   │   │   ├── loading-0.gif
│   │   │   │   ├── loading-1.gif
│   │   │   │   └── loading-2.gif
│   │   │   ├── layer.css
│   │   │   └── layer.ext.css
│   │   ├── region.js
│   │   ├── region-tw.js
│   │   ├── style.css
│   │   ├── wxarrow1.png
│   │   ├── wxarrow2.png
│   │   ├── wxpay.png
│   │   └── wxshare.png
│   ├── Assets
│   │   ├── css
│   │   │   ├── esui.css
│   │   │   ├── login.css
│   │   │   └── union.css
│   │   ├── img
│   │   │   ├── active-number.png
│   │   │   ├── alizi.ico
│   │   │   ├── btn.png
│   │   │   ├── button.png
│   │   │   ├── esui.png
│   │   │   ├── false.png
│   │   │   ├── favicon.png
│   │   │   ├── footer-bg.png
│   │   │   ├── hot.gif
│   │   │   ├── icon-grey.png
│   │   │   ├── inactive-number.png
│   │   │   ├── li_arrow.png
│   │   │   ├── loading15x11.gif
│   │   │   ├── logo.png
│   │   │   ├── mix-icon.gif
│   │   │   ├── no-pic.jpg
│   │   │   ├── no.png
│   │   │   ├── pic.jpg
│   │   │   ├── sprites.png
│   │   │   ├── true.png
│   │   │   ├── waiting.gif
│   │   │   ├── wrapper-bottom.jpg
│   │   │   └── yes.png
│   │   └── js
│   │   ├── artDialog
│   │   │   ├── artDialog.min.js
│   │   │   ├── artDialog.plugins.min.js
│   │   │   ├── index.html
│   │   │   ├── jquery.artDialog.min.js
│   │   │   ├── license.txt
│   │   │   ├── README.md
│   │   │   ├── skins
│   │   │   │   ├── aero
│   │   │   │   │   ├── aero_s2.png
│   │   │   │   │   └── aero_s.png
│   │   │   │   ├── aero.css
│   │   │   │   ├── black
│   │   │   │   │   ├── bg2.png
│   │   │   │   │   ├── bg_css3_2.png
│   │   │   │   │   ├── bg_css3.png
│   │   │   │   │   └── bg.png
│   │   │   │   ├── black.css
│   │   │   │   ├── blue
│   │   │   │   │   ├── bg2.png
│   │   │   │   │   ├── bg_css3_2.png
│   │   │   │   │   ├── bg_css3.png
│   │   │   │   │   └── bg.png
│   │   │   │   ├── blue.css
│   │   │   │   ├── chrome
│   │   │   │   │   ├── border.png
│   │   │   │   │   └── chrome_s.png
│   │   │   │   ├── chrome.css
│   │   │   │   ├── default.css
│   │   │   │   ├── green
│   │   │   │   │   ├── bg2.png
│   │   │   │   │   ├── bg_css3_2.png
│   │   │   │   │   ├── bg_css3.png
│   │   │   │   │   ├── bg.png
│   │   │   │   │   └── color_bg.png
│   │   │   │   ├── green.css
│   │   │   │   ├── icons
│   │   │   │   │   ├── error.png
│   │   │   │   │   ├── question.png
│   │   │   │   │   ├── succeed.png
│   │   │   │   │   └── warning.png
│   │   │   │   ├── idialog
│   │   │   │   │   ├── idialog_s2.png
│   │   │   │   │   └── idialog_s.png
│   │   │   │   ├── idialog.css
│   │   │   │   ├── loading.gif
│   │   │   │   ├── opera
│   │   │   │   │   ├── s1.png
│   │   │   │   │   └── s2.png
│   │   │   │   ├── opera.css
│   │   │   │   ├── simple.css
│   │   │   │   └── twitter.css
│   │   │   └── source
│   │   │   ├── artDialog.js
│   │   │   ├── artDialog.plugins.js
│   │   │   └── jquery.artDialog.js
│   │   ├── jquery.alizi.js
│   │   ├── jquery.form.js
│   │   ├── jquery.min.js
│   │   ├── kindeditor
│   │   │   ├── examples
│   │   │   │   ├── auto-height.html
│   │   │   │   ├── colorpicker.html
│   │   │   │   ├── custom-plugin.html
│   │   │   │   ├── custom-theme.html
│   │   │   │   ├── default.html
│   │   │   │   ├── dialog.html
│   │   │   │   ├── dynamic-load.html
│   │   │   │   ├── file-dialog.html
│   │   │   │   ├── file-manager.html
│   │   │   │   ├── filter-mode.html
│   │   │   │   ├── image-dialog.html
│   │   │   │   ├── index.css
│   │   │   │   ├── index.html
│   │   │   │   ├── jquery.html
│   │   │   │   ├── jquery-ui.html
│   │   │   │   ├── mootools.html
│   │   │   │   ├── multi-image-dialog.html
│   │   │   │   ├── multi-language.html
│   │   │   │   ├── newline.html
│   │   │   │   ├── node.html
│   │   │   │   ├── paste-type.html
│   │   │   │   ├── qqstyle.html
│   │   │   │   ├── readonly.html
│   │   │   │   ├── simple.html
│   │   │   │   ├── total.html
│   │   │   │   ├── uploadbutton.html
│   │   │   │   ├── url-type.html
│   │   │   │   └── word-count.html
│   │   │   ├── kindeditor-all.js
│   │   │   ├── kindeditor-all-min.js
│   │   │   ├── kindeditor.js
│   │   │   ├── kindeditor-min.js
│   │   │   ├── lang
│   │   │   │   ├── ar.js
│   │   │   │   ├── en.js
│   │   │   │   ├── zh_CN.js
│   │   │   │   └── zh_TW.js
│   │   │   ├── license.txt
│   │   │   ├── php
│   │   │   │   ├── demo.php
│   │   │   │   ├── file_manager_json.php
│   │   │   │   ├── JSON.php
│   │   │   │   └── upload_json.php
│   │   │   ├── plugins
│   │   │   │   ├── anchor
│   │   │   │   │   └── anchor.js
│   │   │   │   ├── autoheight
│   │   │   │   │   └── autoheight.js
│   │   │   │   ├── baidumap
│   │   │   │   │   ├── baidumap.js
│   │   │   │   │   ├── index.html
│   │   │   │   │   └── map.html
│   │   │   │   ├── clearhtml
│   │   │   │   │   └── clearhtml.js
│   │   │   │   ├── code
│   │   │   │   │   ├── code.js
│   │   │   │   │   ├── prettify.css
│   │   │   │   │   └── prettify.js
│   │   │   │   ├── emoticons
│   │   │   │   │   ├── emoticons.js
│   │   │   │   │   └── images
│   │   │   │   │   ├── 0.gif
│   │   │   │   │   ├── 100.gif
│   │   │   │   │   ├── 101.gif
│   │   │   │   │   ├── 102.gif
│   │   │   │   │   ├── 103.gif
│   │   │   │   │   ├── 104.gif
│   │   │   │   │   ├── 105.gif
│   │   │   │   │   ├── 106.gif
│   │   │   │   │   ├── 107.gif
│   │   │   │   │   ├── 108.gif
│   │   │   │   │   ├── 109.gif
│   │   │   │   │   ├── 10.gif
│   │   │   │   │   ├── 110.gif
│   │   │   │   │   ├── 111.gif
│   │   │   │   │   ├── 112.gif
│   │   │   │   │   ├── 113.gif
│   │   │   │   │   ├── 114.gif
│   │   │   │   │   ├── 115.gif
│   │   │   │   │   ├── 116.gif
│   │   │   │   │   ├── 117.gif
│   │   │   │   │   ├── 118.gif
│   │   │   │   │   ├── 119.gif
│   │   │   │   │   ├── 11.gif
│   │   │   │   │   ├── 120.gif
│   │   │   │   │   ├── 121.gif
│   │   │   │   │   ├── 122.gif
│   │   │   │   │   ├── 123.gif
│   │   │   │   │   ├── 124.gif
│   │   │   │   │   ├── 125.gif
│   │   │   │   │   ├── 126.gif
│   │   │   │   │   ├── 127.gif
│   │   │   │   │   ├── 128.gif
│   │   │   │   │   ├── 129.gif
│   │   │   │   │   ├── 12.gif
│   │   │   │   │   ├── 130.gif
│   │   │   │   │   ├── 131.gif
│   │   │   │   │   ├── 132.gif
│   │   │   │   │   ├── 133.gif
│   │   │   │   │   ├── 134.gif
│   │   │   │   │   ├── 13.gif
│   │   │   │   │   ├── 14.gif
│   │   │   │   │   ├── 15.gif
│   │   │   │   │   ├── 16.gif
│   │   │   │   │   ├── 17.gif
│   │   │   │   │   ├── 18.gif
│   │   │   │   │   ├── 19.gif
│   │   │   │   │   ├── 1.gif
│   │   │   │   │   ├── 20.gif
│   │   │   │   │   ├── 21.gif
│   │   │   │   │   ├── 22.gif
│   │   │   │   │   ├── 23.gif
│   │   │   │   │   ├── 24.gif
│   │   │   │   │   ├── 25.gif
│   │   │   │   │   ├── 26.gif
│   │   │   │   │   ├── 27.gif
│   │   │   │   │   ├── 28.gif
│   │   │   │   │   ├── 29.gif
│   │   │   │   │   ├── 2.gif
│   │   │   │   │   ├── 30.gif
│   │   │   │   │   ├── 31.gif
│   │   │   │   │   ├── 32.gif
│   │   │   │   │   ├── 33.gif
│   │   │   │   │   ├── 34.gif
│   │   │   │   │   ├── 35.gif
│   │   │   │   │   ├── 36.gif
│   │   │   │   │   ├── 37.gif
│   │   │   │   │   ├── 38.gif
│   │   │   │   │   ├── 39.gif
│   │   │   │   │   ├── 3.gif
│   │   │   │   │   ├── 40.gif
│   │   │   │   │   ├── 41.gif
│   │   │   │   │   ├── 42.gif
│   │   │   │   │   ├── 43.gif
│   │   │   │   │   ├── 44.gif
│   │   │   │   │   ├── 45.gif
│   │   │   │   │   ├── 46.gif
│   │   │   │   │   ├── 47.gif
│   │   │   │   │   ├── 48.gif
│   │   │   │   │   ├── 49.gif
│   │   │   │   │   ├── 4.gif
│   │   │   │   │   ├── 50.gif
│   │   │   │   │   ├── 51.gif
│   │   │   │   │   ├── 52.gif
│   │   │   │   │   ├── 53.gif
│   │   │   │   │   ├── 54.gif
│   │   │   │   │   ├── 55.gif
│   │   │   │   │   ├── 56.gif
│   │   │   │   │   ├── 57.gif
│   │   │   │   │   ├── 58.gif
│   │   │   │   │   ├── 59.gif
│   │   │   │   │   ├── 5.gif
│   │   │   │   │   ├── 60.gif
│   │   │   │   │   ├── 61.gif
│   │   │   │   │   ├── 62.gif
│   │   │   │   │   ├── 63.gif
│   │   │   │   │   ├── 64.gif
│   │   │   │   │   ├── 65.gif
│   │   │   │   │   ├── 66.gif
│   │   │   │   │   ├── 67.gif
│   │   │   │   │   ├── 68.gif
│   │   │   │   │   ├── 69.gif
│   │   │   │   │   ├── 6.gif
│   │   │   │   │   ├── 70.gif
│   │   │   │   │   ├── 71.gif
│   │   │   │   │   ├── 72.gif
│   │   │   │   │   ├── 73.gif
│   │   │   │   │   ├── 74.gif
│   │   │   │   │   ├── 75.gif
│   │   │   │   │   ├── 76.gif
│   │   │   │   │   ├── 77.gif
│   │   │   │   │   ├── 78.gif
│   │   │   │   │   ├── 79.gif
│   │   │   │   │   ├── 7.gif
│   │   │   │   │   ├── 80.gif
│   │   │   │   │   ├── 81.gif
│   │   │   │   │   ├── 82.gif
│   │   │   │   │   ├── 83.gif
│   │   │   │   │   ├── 84.gif
│   │   │   │   │   ├── 85.gif
│   │   │   │   │   ├── 86.gif
│   │   │   │   │   ├── 87.gif
│   │   │   │   │   ├── 88.gif
│   │   │   │   │   ├── 89.gif
│   │   │   │   │   ├── 8.gif
│   │   │   │   │   ├── 90.gif
│   │   │   │   │   ├── 91.gif
│   │   │   │   │   ├── 92.gif
│   │   │   │   │   ├── 93.gif
│   │   │   │   │   ├── 94.gif
│   │   │   │   │   ├── 95.gif
│   │   │   │   │   ├── 96.gif
│   │   │   │   │   ├── 97.gif
│   │   │   │   │   ├── 98.gif
│   │   │   │   │   ├── 99.gif
│   │   │   │   │   ├── 9.gif
│   │   │   │   │   └── static.gif
│   │   │   │   ├── filemanager
│   │   │   │   │   ├── filemanager.js
│   │   │   │   │   └── images
│   │   │   │   │   ├── file-16.gif
│   │   │   │   │   ├── file-64.gif
│   │   │   │   │   ├── folder-16.gif
│   │   │   │   │   ├── folder-64.gif
│   │   │   │   │   └── go-up.gif
│   │   │   │   ├── flash
│   │   │   │   │   └── flash.js
│   │   │   │   ├── image
│   │   │   │   │   ├── image.js
│   │   │   │   │   └── images
│   │   │   │   │   ├── align_left.gif
│   │   │   │   │   ├── align_right.gif
│   │   │   │   │   ├── align_top.gif
│   │   │   │   │   └── refresh.png
│   │   │   │   ├── insertfile
│   │   │   │   │   └── insertfile.js
│   │   │   │   ├── lineheight
│   │   │   │   │   └── lineheight.js
│   │   │   │   ├── link
│   │   │   │   │   └── link.js
│   │   │   │   ├── map
│   │   │   │   │   ├── map.html
│   │   │   │   │   └── map.js
│   │   │   │   ├── media
│   │   │   │   │   └── media.js
│   │   │   │   ├── multiimage
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── image.png
│   │   │   │   │   │   ├── select-files-en.png
│   │   │   │   │   │   ├── select-files-zh_CN.png
│   │   │   │   │   │   └── swfupload.swf
│   │   │   │   │   └── multiimage.js
│   │   │   │   ├── pagebreak
│   │   │   │   │   └── pagebreak.js
│   │   │   │   ├── plainpaste
│   │   │   │   │   └── plainpaste.js
│   │   │   │   ├── preview
│   │   │   │   │   └── preview.js
│   │   │   │   ├── quickformat
│   │   │   │   │   └── quickformat.js
│   │   │   │   ├── table
│   │   │   │   │   └── table.js
│   │   │   │   ├── template
│   │   │   │   │   ├── html
│   │   │   │   │   │   ├── 1.html
│   │   │   │   │   │   ├── 2.html
│   │   │   │   │   │   └── 3.html
│   │   │   │   │   └── template.js
│   │   │   │   └── wordpaste
│   │   │   │   └── wordpaste.js
│   │   │   └── themes
│   │   │   ├── common
│   │   │   │   ├── anchor.gif
│   │   │   │   ├── blank.gif
│   │   │   │   ├── flash.gif
│   │   │   │   ├── loading.gif
│   │   │   │   ├── media.gif
│   │   │   │   └── rm.gif
│   │   │   ├── default
│   │   │   │   ├── background.png
│   │   │   │   ├── default.css
│   │   │   │   └── default.png
│   │   │   ├── qq
│   │   │   │   ├── editor.gif
│   │   │   │   └── qq.css
│   │   │   └── simple
│   │   │   └── simple.css
│   │   ├── My97DatePicker
│   │   │   ├── calendar.js
│   │   │   ├── demo.htm
│   │   │   ├── lang
│   │   │   │   ├── en.js
│   │   │   │   ├── zh-cn.js
│   │   │   │   └── zh-tw.js
│   │   │   ├── skin
│   │   │   │   ├── datePicker.gif
│   │   │   │   ├── default
│   │   │   │   │   ├── datepicker.css
│   │   │   │   │   └── img.gif
│   │   │   │   ├── soon
│   │   │   │   │   ├── datepicker.css
│   │   │   │   │   └── img.gif
│   │   │   │   ├── twoer
│   │   │   │   │   ├── datepicker.css
│   │   │   │   │   ├── datepicker-dev.css
│   │   │   │   │   ├── img.gif
│   │   │   │   │   └── img.png
│   │   │   │   └── WdatePicker.css
│   │   │   └── WdatePicker.js
│   │   ├── uploadify
│   │   │   ├── index.php
│   │   │   ├── jquery.uploadify.js
│   │   │   ├── jquery.uploadify.min.js
│   │   │   ├── swfBnt.png
│   │   │   ├── uploadify-cancel.png
│   │   │   ├── uploadify.css
│   │   │   ├── uploadify.php
│   │   │   └── uploadify.swf
│   │   └── validation
│   │   ├── jquery.validationEngine.js
│   │   ├── jquery.validationEngine-zh_CN.js
│   │   └── validationEngine.jquery.css
│   ├── Common
│   │   ├── alizi.db.php
│   │   ├── alizi.delevery.php
│   │   ├── common.php
│   │   ├── config.php
│   │   ├── debug.php
│   │   └── tags.php
│   ├── Database
│   │   ├── aliziData.sql
│   │   └── alizi.sql
│   ├── Rewirte
│   │   ├── IIS.ini
│   │   └── Nginx.conf
│   ├── success.html
│   ├── ThinkPHP
│   │   ├── Common
│   │   │   ├── common.php
│   │   │   ├── functions.php
│   │   │   └── runtime.php
│   │   ├── Conf
│   │   │   ├── alias.php
│   │   │   ├── convention.php
│   │   │   ├── debug.php
│   │   │   └── tags.php
│   │   ├── Extend
│   │   │   ├── Behavior
│   │   │   │   ├── CheckLangBehavior.class.php
│   │   │   │   └── FireShowPageTraceBehavior.class.php
│   │   │   ├── Library
│   │   │   │   └── ORG
│   │   │   │   ├── AliayWap
│   │   │   │   │   ├── alipayapi.php
│   │   │   │   │   ├── Alipay.class.php
│   │   │   │   │   ├── alipay.config.php
│   │   │   │   │   ├── cacert.pem
│   │   │   │   │   ├── call_back_url.php
│   │   │   │   │   ├── index.php
│   │   │   │   │   ├── key
│   │   │   │   │   │   ├── alipay_public_key.pem
│   │   │   │   │   │   └── rsa_private_key.pem
│   │   │   │   │   ├── lib
│   │   │   │   │   │   ├── alipay_core.function.php
│   │   │   │   │   │   ├── alipay_md5.function.php
│   │   │   │   │   │   ├── alipay_notify.class.php
│   │   │   │   │   │   ├── alipay_rsa.function.php
│   │   │   │   │   │   └── alipay_submit.class.php
│   │   │   │   │   ├── notify_url.php
│   │   │   │   │   └── readme.txt
│   │   │   │   ├── AlipayDirect
│   │   │   │   │   ├── alipayapi.php
│   │   │   │   │   ├── Alipay.class.php
│   │   │   │   │   ├── alipay.config.php
│   │   │   │   │   ├── cacert.pem
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── alipay.gif
│   │   │   │   │   │   └── new-btn-fixed.png
│   │   │   │   │   ├── index.php
│   │   │   │   │   ├── lib
│   │   │   │   │   │   ├── alipay_core.function.php
│   │   │   │   │   │   ├── alipay_md5.function.php
│   │   │   │   │   │   ├── alipay_notify.class.php
│   │   │   │   │   │   └── alipay_submit.class.php
│   │   │   │   │   ├── log.txt
│   │   │   │   │   ├── notify_url.php
│   │   │   │   │   ├── readme.txt
│   │   │   │   │   └── return_url.php
│   │   │   │   ├── PHPExcel
│   │   │   │   │   ├── PHPExcel
│   │   │   │   │   │   ├── Autoloader.php
│   │   │   │   │   │   ├── CachedObjectStorage
│   │   │   │   │   │   │   ├── APC.php
│   │   │   │   │   │   │   ├── CacheBase.php
│   │   │   │   │   │   │   ├── DiscISAM.php
│   │   │   │   │   │   │   ├── ICache.php
│   │   │   │   │   │   │   ├── Igbinary.php
│   │   │   │   │   │   │   ├── Memcache.php
│   │   │   │   │   │   │   ├── MemoryGZip.php
│   │   │   │   │   │   │   ├── Memory.php
│   │   │   │   │   │   │   ├── MemorySerialized.php
│   │   │   │   │   │   │   ├── PHPTemp.php
│   │   │   │   │   │   │   ├── SQLite3.php
│   │   │   │   │   │   │   ├── SQLite.php
│   │   │   │   │   │   │   └── Wincache.php
│   │   │   │   │   │   ├── CachedObjectStorageFactory.php
│   │   │   │   │   │   ├── Calculation
│   │   │   │   │   │   │   ├── Database.php
│   │   │   │   │   │   │   ├── DateTime.php
│   │   │   │   │   │   │   ├── Engineering.php
│   │   │   │   │   │   │   ├── ExceptionHandler.php
│   │   │   │   │   │   │   ├── Exception.php
│   │   │   │   │   │   │   ├── Financial.php
│   │   │   │   │   │   │   ├── FormulaParser.php
│   │   │   │   │   │   │   ├── FormulaToken.php
│   │   │   │   │   │   │   ├── functionlist.txt
│   │   │   │   │   │   │   ├── Function.php
│   │   │   │   │   │   │   ├── Functions.php
│   │   │   │   │   │   │   ├── Logical.php
│   │   │   │   │   │   │   ├── LookupRef.php
│   │   │   │   │   │   │   ├── MathTrig.php
│   │   │   │   │   │   │   ├── Statistical.php
│   │   │   │   │   │   │   └── TextData.php
│   │   │   │   │   │   ├── Calculation.php
│   │   │   │   │   │   ├── Cell
│   │   │   │   │   │   │   ├── AdvancedValueBinder.php
│   │   │   │   │   │   │   ├── DataType.php
│   │   │   │   │   │   │   ├── DataValidation.php
│   │   │   │   │   │   │   ├── DefaultValueBinder.php
│   │   │   │   │   │   │   ├── Hyperlink.php
│   │   │   │   │   │   │   └── IValueBinder.php
│   │   │   │   │   │   ├── Cell.php
│   │   │   │   │   │   ├── Chart
│   │   │   │   │   │   │   ├── DataSeries.php
│   │   │   │   │   │   │   ├── DataSeriesValues.php
│   │   │   │   │   │   │   ├── Layout.php
│   │   │   │   │   │   │   ├── Legend.php
│   │   │   │   │   │   │   ├── PlotArea.php
│   │   │   │   │   │   │   ├── Renderer
│   │   │   │   │   │   │   │   ├── jpgraph.php
│   │   │   │   │   │   │   │   └── PHP Charting Libraries.txt
│   │   │   │   │   │   │   └── Title.php
│   │   │   │   │   │   ├── Chart.php
│   │   │   │   │   │   ├── Comment.php
│   │   │   │   │   │   ├── DocumentProperties.php
│   │   │   │   │   │   ├── DocumentSecurity.php
│   │   │   │   │   │   ├── HashTable.php
│   │   │   │   │   │   ├── IComparable.php
│   │   │   │   │   │   ├── IOFactory.php
│   │   │   │   │   │   ├── locale
│   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   ├── NamedRange.php
│   │   │   │   │   │   ├── Reader
│   │   │   │   │   │   │   ├── CSV.php
│   │   │   │   │   │   │   ├── DefaultReadFilter.php
│   │   │   │   │   │   │   ├── Excel2003XML.php
│   │   │   │   │   │   │   ├── Excel2007
│   │   │   │   │   │   │   │   ├── Chart.php
│   │   │   │   │   │   │   │   └── Theme.php
│   │   │   │   │   │   │   ├── Excel2007.php
│   │   │   │   │   │   │   ├── Excel5
│   │   │   │   │   │   │   │   └── Escher.php
│   │   │   │   │   │   │   ├── Excel5.php
│   │   │   │   │   │   │   ├── Gnumeric.php
│   │   │   │   │   │   │   ├── IReader.php
│   │   │   │   │   │   │   ├── IReadFilter.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
│   │   │   │   │   │   │   │   ├── docs
│   │   │   │   │   │   │   │   │   ├── docs.php
│   │   │   │   │   │   │   │   │   ├── download.php
│   │   │   │   │   │   │   │   │   ├── example.php
│   │   │   │   │   │   │   │   │   ├── includes
│   │   │   │   │   │   │   │   │   │   ├── credits.php
│   │   │   │   │   │   │   │   │   │   ├── footer.php
│   │   │   │   │   │   │   │   │   │   ├── header.php
│   │   │   │   │   │   │   │   │   │   └── navbar.php
│   │   │   │   │   │   │   │   │   ├── index.php
│   │   │   │   │   │   │   │   │   ├── package.php
│   │   │   │   │   │   │   │   │   └── test.php
│   │   │   │   │   │   │   │   ├── EigenvalueDecomposition.php
│   │   │   │   │   │   │   │   ├── examples
│   │   │   │   │   │   │   │   │   ├── benchmark.php
│   │   │   │   │   │   │   │   │   ├── LagrangeInterpolation2.php
│   │   │   │   │   │   │   │   │   ├── LagrangeInterpolation.php
│   │   │   │   │   │   │   │   │   ├── LevenbergMarquardt.php
│   │   │   │   │   │   │   │   │   ├── LMQuadTest.php
│   │   │   │   │   │   │   │   │   ├── MagicSquareExample.php
│   │   │   │   │   │   │   │   │   ├── polyfit.php
│   │   │   │   │   │   │   │   │   ├── Stats.php
│   │   │   │   │   │   │   │   │   └── tile.php
│   │   │   │   │   │   │   │   ├── LUDecomposition.php
│   │   │   │   │   │   │   │   ├── Matrix.php
│   │   │   │   │   │   │   │   ├── QRDecomposition.php
│   │   │   │   │   │   │   │   ├── SingularValueDecomposition.php
│   │   │   │   │   │   │   │   ├── tests
│   │   │   │   │   │   │   │   │   └── TestMatrix.php
│   │   │   │   │   │   │   │   └── utils
│   │   │   │   │   │   │   │   ├── Error.php
│   │   │   │   │   │   │   │   └── Maths.php
│   │   │   │   │   │   │   ├── OLE
│   │   │   │   │   │   │   │   ├── ChainedBlockStream.php
│   │   │   │   │   │   │   │   ├── PPS
│   │   │   │   │   │   │   │   │   ├── File.php
│   │   │   │   │   │   │   │   │   └── Root.php
│   │   │   │   │   │   │   │   └── PPS.php
│   │   │   │   │   │   │   ├── OLE.php
│   │   │   │   │   │   │   ├── OLERead.php
│   │   │   │   │   │   │   ├── PasswordHasher.php
│   │   │   │   │   │   │   ├── PCLZip
│   │   │   │   │   │   │   │   ├── gnu-lgpl.txt
│   │   │   │   │   │   │   │   ├── pclzip.lib.php
│   │   │   │   │   │   │   │   └── readme.txt
│   │   │   │   │   │   │   ├── String.php
│   │   │   │   │   │   │   ├── trend
│   │   │   │   │   │   │   │   ├── bestFitClass.php
│   │   │   │   │   │   │   │   ├── exponentialBestFitClass.php
│   │   │   │   │   │   │   │   ├── linearBestFitClass.php
│   │   │   │   │   │   │   │   ├── logarithmicBestFitClass.php
│   │   │   │   │   │   │   │   ├── polynomialBestFitClass.php
│   │   │   │   │   │   │   │   ├── powerBestFitClass.php
│   │   │   │   │   │   │   │   └── trendClass.php
│   │   │   │   │   │   │   ├── XMLWriter.php
│   │   │   │   │   │   │   ├── ZipArchive.php
│   │   │   │   │   │   │   └── ZipStreamWrapper.php
│   │   │   │   │   │   ├── Style
│   │   │   │   │   │   │   ├── Alignment.php
│   │   │   │   │   │   │   ├── Border.php
│   │   │   │   │   │   │   ├── Borders.php
│   │   │   │   │   │   │   ├── Color.php
│   │   │   │   │   │   │   ├── Conditional.php
│   │   │   │   │   │   │   ├── Fill.php
│   │   │   │   │   │   │   ├── Font.php
│   │   │   │   │   │   │   ├── NumberFormat.php
│   │   │   │   │   │   │   └── Protection.php
│   │   │   │   │   │   ├── Style.php
│   │   │   │   │   │   ├── Worksheet
│   │   │   │   │   │   │   ├── BaseDrawing.php
│   │   │   │   │   │   │   ├── CellIterator.php
│   │   │   │   │   │   │   ├── ColumnDimension.php
│   │   │   │   │   │   │   ├── Drawing
│   │   │   │   │   │   │   │   └── Shadow.php
│   │   │   │   │   │   │   ├── Drawing.php
│   │   │   │   │   │   │   ├── HeaderFooterDrawing.php
│   │   │   │   │   │   │   ├── HeaderFooter.php
│   │   │   │   │   │   │   ├── MemoryDrawing.php
│   │   │   │   │   │   │   ├── PageMargins.php
│   │   │   │   │   │   │   ├── PageSetup.php
│   │   │   │   │   │   │   ├── Protection.php
│   │   │   │   │   │   │   ├── RowDimension.php
│   │   │   │   │   │   │   ├── RowIterator.php
│   │   │   │   │   │   │   ├── Row.php
│   │   │   │   │   │   │   └── SheetView.php
│   │   │   │   │   │   ├── WorksheetIterator.php
│   │   │   │   │   │   ├── Worksheet.php
│   │   │   │   │   │   └── Writer
│   │   │   │   │   │   ├── CSV.php
│   │   │   │   │   │   ├── Excel2007
│   │   │   │   │   │   │   ├── Chart.php
│   │   │   │   │   │   │   ├── Comments.php
│   │   │   │   │   │   │   ├── ContentTypes.php
│   │   │   │   │   │   │   ├── DocProps.php
│   │   │   │   │   │   │   ├── Drawing.php
│   │   │   │   │   │   │   ├── Rels.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
│   │   │   │   │   │   ├── HTML.php
│   │   │   │   │   │   ├── IWriter.php
│   │   │   │   │   │   └── PDF.php
│   │   │   │   │   └── PHPExcel.class.php
│   │   │   │   ├── PHPMailer
│   │   │   │   │   ├── class.smtp.php
│   │   │   │   │   └── PHPMailer.class.php
│   │   │   │   └── Util
│   │   │   │   ├── Date.class.php
│   │   │   │   ├── Debug.class.php
│   │   │   │   ├── Ico.class.php
│   │   │   │   ├── Image
│   │   │   │   │   ├── Driver
│   │   │   │   │   │   ├── GIF.class.php
│   │   │   │   │   │   ├── ImageGd.class.php
│   │   │   │   │   │   └── ImageImagick.class.php
│   │   │   │   │   ├── readme.md
│   │   │   │   │   └── ThinkImage.class.php
│   │   │   │   ├── Image.class.php
│   │   │   │   ├── Page.class.php
│   │   │   │   ├── String.class.php
│   │   │   │   └── UploadFile.class.php
│   │   │   ├── Model
│   │   │   │   ├── AdvModel.class.php
│   │   │   │   ├── MongoModel.class.php
│   │   │   │   ├── RelationModel.class.php
│   │   │   │   └── ViewModel.class.php
│   │   │   ├── README.txt
│   │   │   └── Vendor
│   │   │   ├── alipay
│   │   │   │   ├── dbConfirm
│   │   │   │   │   ├── alipayapi.php
│   │   │   │   │   ├── alipay.class.php
│   │   │   │   │   ├── alipay.config.php
│   │   │   │   │   ├── cacert.pem
│   │   │   │   │   ├── index.php
│   │   │   │   │   ├── lib
│   │   │   │   │   │   ├── alipay_core.function.php
│   │   │   │   │   │   ├── alipay_md5.function.php
│   │   │   │   │   │   ├── alipay_notify.class.php
│   │   │   │   │   │   └── alipay_submit.class.php
│   │   │   │   │   ├── log.txt
│   │   │   │   │   └── readme.txt
│   │   │   │   └── dbPay
│   │   │   │   ├── alipay.class.php
│   │   │   │   ├── cacert.pem
│   │   │   │   └── lib
│   │   │   │   ├── alipay_core.function.php
│   │   │   │   ├── alipay_md5.function.php
│   │   │   │   ├── alipay_notify.class.php
│   │   │   │   └── alipay_submit.class.php
│   │   │   ├── wechat
│   │   │   │   └── wechat.class.php
│   │   │   └── wxPay
│   │   │   ├── WxPay.Api.php
│   │   │   ├── WxPay.Config.php
│   │   │   ├── WxPay.Data.php
│   │   │   ├── WxPay.Exception.php
│   │   │   ├── WxPay.JsApiPay.php
│   │   │   ├── WxPay.NativePay.php
│   │   │   └── WxPay.Notify.php
│   │   ├── Lang
│   │   │   ├── en-us.php
│   │   │   ├── zh-cn.php
│   │   │   └── zh-tw.php
│   │   ├── Lib
│   │   │   ├── Behavior
│   │   │   │   ├── CheckRouteBehavior.class.php
│   │   │   │   ├── ContentReplaceBehavior.class.php
│   │   │   │   ├── ParseTemplateBehavior.class.php
│   │   │   │   ├── ReadHtmlCacheBehavior.class.php
│   │   │   │   ├── ShowPageTraceBehavior.class.php
│   │   │   │   ├── ShowRuntimeBehavior.class.php
│   │   │   │   ├── TokenBuildBehavior.class.php
│   │   │   │   └── WriteHtmlCacheBehavior.class.php
│   │   │   ├── Core
│   │   │   │   ├── Action.class.php
│   │   │   │   ├── App.class.php
│   │   │   │   ├── Behavior.class.php
│   │   │   │   ├── Cache.class.php
│   │   │   │   ├── Db.class.php
│   │   │   │   ├── Dispatcher.class.php
│   │   │   │   ├── Log.class.php
│   │   │   │   ├── Model.class.php
│   │   │   │   ├── Think.class.php
│   │   │   │   ├── ThinkException.class.php
│   │   │   │   ├── View.class.php
│   │   │   │   └── Widget.class.php
│   │   │   ├── Driver
│   │   │   │   ├── Cache
│   │   │   │   │   └── CacheFile.class.php
│   │   │   │   ├── Db
│   │   │   │   │   ├── DbMysql.class.php
│   │   │   │   │   └── DbMysqli.class.php
│   │   │   │   └── TagLib
│   │   │   │   └── TagLibCx.class.php
│   │   │   ├── Mode
│   │   │   │   ├── Rest
│   │   │   │   │   ├── Action.class.php
│   │   │   │   │   ├── Behavior
│   │   │   │   │   │   ├── CheckRestRouteBehavior.class.php
│   │   │   │   │   │   └── CheckUrlExtBehavior.class.php
│   │   │   │   │   ├── config.php
│   │   │   │   │   └── tags.php
│   │   │   │   └── rest.php
│   │   │   └── Template
│   │   │   ├── TagLib.class.php
│   │   │   └── ThinkTemplate.class.php
│   │   ├── LICENSE.txt
│   │   ├── logo.png
│   │   ├── README.txt
│   │   ├── ThinkPHP.php
│   │   └── Tpl
│   │   ├── default_index.tpl
│   │   ├── dispatch_jump.tpl
│   │   ├── page_trace.tpl
│   │   └── think_exception.tpl
│   └── Uploads
│   ├── 201509
│   │   ├── 5607ef1848e42.jpg
│   │   ├── 5607ef23d8713.jpg
│   │   ├── 5608077d63901.jpg
│   │   ├── 56080d00b7b11.jpg
│   │   ├── 56080e15a27f3.jpg
│   │   ├── 56081c9aae76b.jpg
│   │   ├── 56081cbf499f2.jpg
│   │   └── 56081cda457b4.jpg
│   └── 201510
│   ├── 562cc2dcb4b05.png
│   ├── 562ccb2b073b2.png
│   └── 562ce2f947edd.png
└── WDPHP素材源码.url

202 directories, 842 files

标签:

实例下载地址

阿狸子微信产品竞价单页 (解密版)

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警