在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP网站 → ARM全套源码带

ARM全套源码带

PHP网站

下载此实例
  • 开发语言:PHP
  • 实例大小:10.40M
  • 下载次数:8
  • 浏览次数:190
  • 发布时间:2023-03-01
  • 实例类别:PHP网站
  • 发 布 人:maikeye
  • 文件格式:.rar
  • 所需积分:2
 相关标签: 全套源码 ARM AR 源码

实例介绍

【实例简介】ARM全套源码带

搭建所需要环境:PHP8.0版本,数据库8.0版本 1.配置注册机文件,打开将arm.zip/res目录下,mt管理器搜索arm.64yun.cn将其全部修改为你自己的域名或者是服务器IP 2.然后建立数据库 数据库账号arm 数据库用户名arm 数据库密码EsZfXY4tD3h2NNA4 3.导入数据库 4.配置Redis,宝塔应用商店搜索Redis bind 127.0.0.1 绑定IP port 555 绑定端口(宝塔启动不了的就绑定5555) requirepass armadillo666 redis密码,留空代表没有设置密码 其他均为默认 开放端口8000和10000~10020 5.然后将资源文件全部下载到服务器上 arm.zip修改完毕后(第一步)上传到www目录 然后将jar包上传至root目录 6. jar包挂载命令:nohup java -jar Ultima-1.0-SNAPSHOT.jar -sp 10000 -ep 10020 -io 125 -s 15000 -x 16000 >> run.log 2>&1 & 7.arm源码没有后台功能,你们自己摸索吧,配置文字什么的在arm/config 等文字内容文件进行修改即可 8.那么APP哪里来呢,可以下载我的arm max mt管理器提取安装包在resources.arsc搜索arm.64yun.cn修改成你的域名或IP即可 9.源码在哪里下载?滑到最下面 如果出错有以下解决方案 1,软件里的服务器地址都修改了吗 2,服务器里面的一些需要修改的地方全都改了吗 3,必要的端口都开了吗  链接:https://pan.baidu.com/s/1er6yWBY_mUJgcyYxOAwhWw 提取码:d3g6

【实例截图】

from clipboard

【核心代码】
.
├── ARM全套源码带_Thinkphp开发的app软件网络授权验证系统源码.rar
├── LICENSE
├── LICENSE.txt
├── addons
│   ├── README.md
│   ├── allinfo
│   │   ├── Allinfo.php
│   │   ├── config.php
│   │   └── widget.html
│   ├── devteam
│   │   ├── Devteam.php
│   │   ├── config.php
│   │   └── devteam.html
│   └── systeminfo
│       ├── Systeminfo.php
│       ├── config.php
│       └── widget.html
├── apps
│   ├── admin
│   │   ├── common.php
│   │   ├── config.php
│   │   └── controller
│   │       ├── AppCenter.php
│   │       ├── Base.php
│   │       ├── Databak.php
│   │       ├── Email.php
│   │       ├── Error.php
│   │       ├── Index.php
│   │       ├── Menu.php
│   │       ├── Module.php
│   │       ├── Order.php
│   │       ├── Pay.php
│   │       ├── Plug.php
│   │       ├── Score.php
│   │       ├── Settings.php
│   │       ├── SiteUpdate.php
│   │       └── Ueditor.php
│   ├── app
│   │   ├── admin
│   │   │   ├── App.php
│   │   │   ├── AppGoods.php
│   │   │   ├── AppUser.php
│   │   │   ├── AuthCode.php
│   │   │   ├── Menu.php
│   │   │   └── RechargeCard.php
│   │   ├── config.php
│   │   ├── controller
│   │   │   ├── Goods.php
│   │   │   ├── UserAcard.php
│   │   │   └── UserCard.php
│   │   └── info.php
│   ├── capi
│   │   ├── config.php
│   │   └── controller
│   │       ├── EditPwd.php
│   │       ├── GetAcard.php
│   │       ├── GetApp.php
│   │       ├── GetToken.php
│   │       ├── GetUserApp.php
│   │       ├── Index.php
│   │       ├── Init.php
│   │       ├── Recharge.php
│   │       ├── Register.php
│   │       ├── UnBind.php
│   │       └── UpDefdate.php
│   ├── command.php
│   ├── common
│   │   ├── common
│   │   │   └── function.php
│   │   ├── controller
│   │   │   ├── Fn.php
│   │   │   ├── GetAction.php
│   │   │   ├── GetModuleAction.php
│   │   │   ├── Opconfig.php
│   │   │   ├── Payfn.php
│   │   │   ├── UserAuth.php
│   │   │   └── UserFn.php
│   │   └── validate
│   │       └── User.php
│   ├── common.php
│   ├── config.php
│   ├── extra
│   │   ├── addons.php
│   │   ├── captcha.php
│   │   └── rain.php
│   ├── home
│   │   ├── admin
│   │   │   ├── Home.php
│   │   │   ├── Menu.php
│   │   │   ├── NavMenu.php
│   │   │   └── Page.php
│   │   ├── config.php
│   │   ├── controller
│   │   │   ├── Alipay.php
│   │   │   ├── Article.php
│   │   │   ├── Base.php
│   │   │   ├── Index.php
│   │   │   ├── Login.php
│   │   │   ├── Order.php
│   │   │   ├── Rainpay.php
│   │   │   ├── Record.php
│   │   │   ├── Register.php
│   │   │   ├── Repwd.php
│   │   │   ├── Respassword.php
│   │   │   ├── Score.php
│   │   │   └── User.php
│   │   └── info.php
│   ├── install
│   │   ├── common.php
│   │   ├── config.php
│   │   ├── controller
│   │   │   ├── Index.php
│   │   │   ├── Table.php
│   │   │   └── Update.php
│   │   ├── data
│   │   │   ├── alipay_config.tpl
│   │   │   ├── captcha.tpl
│   │   │   ├── comment.tpl
│   │   │   ├── database.tpl
│   │   │   ├── email.tpl
│   │   │   ├── free_visa.tpl
│   │   │   ├── global_config.tpl
│   │   │   ├── install.sql
│   │   │   ├── rainpay_config.tpl
│   │   │   └── update.sql
│   │   └── view
│   │       ├── index
│   │       │   ├── index.html
│   │       │   ├── step1.html
│   │       │   ├── step2.html
│   │       │   ├── step3.html
│   │       │   └── step4.html
│   │       ├── public
│   │       │   ├── header.html
│   │       │   └── message.html
│   │       └── update
│   │           ├── index.html
│   │           └── update.html
│   ├── route.php
│   ├── sapi
│   │   └── controller
│   │       └── Alipay.php
│   ├── tags.php
│   └── user
│       ├── admin
│       │   ├── AuthRule.php
│       │   ├── Menu.php
│       │   ├── Role.php
│       │   └── User.php
│       ├── config.php
│       ├── controller
│       │   ├── Index.php
│       │   └── User.php
│       ├── info.php
│       ├── model
│       │   ├── AuthGroupAccess.php
│       │   └── User.php
│       └── validate
│           └── User.php
├── build.php
├── extend
│   ├── hooks
│   │   └── Hooks.php
│   └── org
│       ├── Baksql.php
│       ├── Database.php
│       ├── Datatable.php
│       ├── File.php
│       ├── Ipsafe.php
│       ├── Sql.php
│       ├── Tree.php
│       └── Zip.php
├── index.php
├── phpver.php
├── public
│   ├── databak
│   │   └── index.html
│   ├── favicon.ico
│   ├── index.php
│   ├── robots.txt
│   ├── router.php
│   ├── static
│   │   ├── admin
│   │   │   └── css
│   │   │       ├── body.css
│   │   │       ├── login.css
│   │   │       └── style.css
│   │   ├── css
│   │   │   ├── agents.css
│   │   │   ├── css.css
│   │   │   ├── font_.rain.svg
│   │   │   ├── font_rain.eot
│   │   │   ├── font_rain.ttf
│   │   │   ├── font_rain.woff
│   │   │   ├── index.css
│   │   │   ├── member.css
│   │   │   ├── table.css
│   │   │   └── 新建文本文档.txt
│   │   ├── images
│   │   │   ├── 1n.png
│   │   │   ├── app.png
│   │   │   ├── app1.jpg
│   │   │   ├── bg.jpg
│   │   │   ├── bg1.jpg
│   │   │   ├── bg2.jpg
│   │   │   ├── favicon.ico
│   │   │   ├── home.jpg
│   │   │   ├── noimg.jpg
│   │   │   ├── noimg.png
│   │   │   ├── raincms.png
│   │   │   ├── rand
│   │   │   │   ├── 1.jpg
│   │   │   │   ├── 10.jpg
│   │   │   │   ├── 11.jpg
│   │   │   │   ├── 12.jpg
│   │   │   │   ├── 13.jpg
│   │   │   │   ├── 14.jpg
│   │   │   │   ├── 15.jpg
│   │   │   │   ├── 16.jpg
│   │   │   │   ├── 17.jpg
│   │   │   │   ├── 18.jpg
│   │   │   │   ├── 19.jpg
│   │   │   │   ├── 2.jpg
│   │   │   │   ├── 20.jpg
│   │   │   │   ├── 3.jpg
│   │   │   │   ├── 4.jpg
│   │   │   │   ├── 5.jpg
│   │   │   │   ├── 6.jpg
│   │   │   │   ├── 7.jpg
│   │   │   │   ├── 8.jpg
│   │   │   │   └── 9.jpg
│   │   │   ├── simg
│   │   │   │   ├── s1.jpg
│   │   │   │   ├── s10.jpg
│   │   │   │   ├── s11.jpg
│   │   │   │   ├── s12.jpg
│   │   │   │   ├── s13.jpg
│   │   │   │   ├── s2.jpg
│   │   │   │   ├── s3.jpg
│   │   │   │   ├── s4.jpg
│   │   │   │   ├── s5.jpg
│   │   │   │   ├── s6.jpg
│   │   │   │   ├── s7.jpg
│   │   │   │   ├── s8.jpg
│   │   │   │   └── s9.jpg
│   │   │   ├── tb.png
│   │   │   ├── tsimg
│   │   │   │   ├── t1.png
│   │   │   │   ├── t10.png
│   │   │   │   ├── t11.png
│   │   │   │   ├── t12.png
│   │   │   │   ├── t13.png
│   │   │   │   ├── t14.png
│   │   │   │   ├── t15.png
│   │   │   │   ├── t16.png
│   │   │   │   ├── t17.png
│   │   │   │   ├── t18.png
│   │   │   │   ├── t19.png
│   │   │   │   ├── t2.png
│   │   │   │   ├── t20.png
│   │   │   │   ├── t3.png
│   │   │   │   ├── t4.png
│   │   │   │   ├── t5.png
│   │   │   │   ├── t6.png
│   │   │   │   ├── t7.png
│   │   │   │   ├── t8.png
│   │   │   │   └── t9.png
│   │   │   ├── user.png
│   │   │   └── win48.png
│   │   ├── install
│   │   │   ├── css
│   │   │   │   └── style.css
│   │   │   └── images
│   │   │       ├── logo.png
│   │   │       └── right.png
│   │   ├── lsver.php
│   │   └── plug
│   │       ├── bootstrap
│   │       │   ├── config.json
│   │       │   ├── css
│   │       │   ├── fonts
│   │       │   └── js
│   │       ├── bootstrap-datetimepicker
│   │       │   ├── css
│   │       │   └── js
│   │       ├── bootstrap-switch
│   │       │   ├── css
│   │       │   └── js
│   │       ├── bootstrap-table
│   │       │   ├── bootstrap-table-locale-all.js
│   │       │   ├── bootstrap-table-locale-all.min.js
│   │       │   ├── bootstrap-table.css
│   │       │   ├── bootstrap-table.js
│   │       │   ├── bootstrap-table.min.css
│   │       │   ├── bootstrap-table.min.js
│   │       │   ├── extensions
│   │       │   └── locale
│   │       ├── bootstrap4
│   │       │   ├── css
│   │       │   └── js
│   │       ├── bootstrapvalidator
│   │       │   ├── css
│   │       │   └── js
│   │       ├── echarts
│   │       │   └── echarts.js
│   │       ├── font-awesome-4.7.0
│   │       │   ├── HELP-US-OUT.txt
│   │       │   ├── css
│   │       │   ├── fonts
│   │       │   ├── less
│   │       │   └── scss
│   │       ├── jquery
│   │       │   ├── jquery-3.2.1.min.js
│   │       │   ├── jquery.js
│   │       │   └── jquery.min.js
│   │       ├── jquery-ui1.121
│   │       │   ├── AUTHORS.txt
│   │       │   ├── LICENSE.txt
│   │       │   ├── external
│   │       │   ├── index.html
│   │       │   ├── jquery-ui.css
│   │       │   ├── jquery-ui.js
│   │       │   ├── jquery-ui.min.css
│   │       │   ├── jquery-ui.min.js
│   │       │   ├── jquery-ui.structure.css
│   │       │   ├── jquery-ui.structure.min.css
│   │       │   └── package.json
│   │       ├── layer
│   │       │   ├── layer.js
│   │       │   ├── mobile
│   │       │   └── skin
│   │       ├── openalipay.html
│   │       ├── radiocheckbox
│   │       │   ├── css
│   │       │   ├── images
│   │       │   ├── index.html
│   │       │   └── js
│   │       ├── tether
│   │       │   ├── css
│   │       │   └── js
│   │       └── webuploader
│   │           ├── README.md
│   │           ├── Uploader.swf
│   │           ├── webuploader.css
│   │           ├── webuploader.custom.js
│   │           ├── webuploader.custom.min.js
│   │           ├── webuploader.fis.js
│   │           ├── webuploader.flashonly.js
│   │           ├── webuploader.flashonly.min.js
│   │           ├── webuploader.html5only.js
│   │           ├── webuploader.html5only.min.js
│   │           ├── webuploader.js
│   │           ├── webuploader.min.js
│   │           ├── webuploader.noimage.js
│   │           ├── webuploader.noimage.min.js
│   │           ├── webuploader.nolog.js
│   │           ├── webuploader.nolog.min.js
│   │           ├── webuploader.withoutimage.js
│   │           └── webuploader.withoutimage.min.js
│   ├── ueditor
│   │   ├── dialogs
│   │   │   ├── anchor
│   │   │   │   └── anchor.html
│   │   │   ├── attachment
│   │   │   │   ├── attachment.css
│   │   │   │   ├── attachment.html
│   │   │   │   ├── attachment.js
│   │   │   │   ├── fileTypeImages
│   │   │   │   └── images
│   │   │   ├── background
│   │   │   │   ├── background.css
│   │   │   │   ├── background.html
│   │   │   │   ├── background.js
│   │   │   │   └── images
│   │   │   ├── charts
│   │   │   │   ├── chart.config.js
│   │   │   │   ├── charts.css
│   │   │   │   ├── charts.html
│   │   │   │   ├── charts.js
│   │   │   │   └── images
│   │   │   ├── emotion
│   │   │   │   ├── emotion.css
│   │   │   │   ├── emotion.html
│   │   │   │   ├── emotion.js
│   │   │   │   └── images
│   │   │   ├── gmap
│   │   │   │   └── gmap.html
│   │   │   ├── help
│   │   │   │   ├── help.css
│   │   │   │   ├── help.html
│   │   │   │   └── help.js
│   │   │   ├── image
│   │   │   │   ├── image.css
│   │   │   │   ├── image.html
│   │   │   │   ├── image.js
│   │   │   │   └── images
│   │   │   ├── insertframe
│   │   │   │   └── insertframe.html
│   │   │   ├── internal.js
│   │   │   ├── link
│   │   │   │   └── link.html
│   │   │   ├── map
│   │   │   │   ├── map.html
│   │   │   │   └── show.html
│   │   │   ├── music
│   │   │   │   ├── music.css
│   │   │   │   ├── music.html
│   │   │   │   └── music.js
│   │   │   ├── preview
│   │   │   │   └── preview.html
│   │   │   ├── scrawl
│   │   │   │   ├── images
│   │   │   │   ├── scrawl.css
│   │   │   │   ├── scrawl.html
│   │   │   │   └── scrawl.js
│   │   │   ├── searchreplace
│   │   │   │   ├── searchreplace.html
│   │   │   │   └── searchreplace.js
│   │   │   ├── snapscreen
│   │   │   │   └── snapscreen.html
│   │   │   ├── spechars
│   │   │   │   ├── spechars.html
│   │   │   │   └── spechars.js
│   │   │   ├── table
│   │   │   │   ├── dragicon.png
│   │   │   │   ├── edittable.css
│   │   │   │   ├── edittable.html
│   │   │   │   ├── edittable.js
│   │   │   │   ├── edittd.html
│   │   │   │   └── edittip.html
│   │   │   ├── template
│   │   │   │   ├── config.js
│   │   │   │   ├── images
│   │   │   │   ├── template.css
│   │   │   │   ├── template.html
│   │   │   │   └── template.js
│   │   │   ├── video
│   │   │   │   ├── images
│   │   │   │   ├── video.css
│   │   │   │   ├── video.html
│   │   │   │   └── video.js
│   │   │   ├── webapp
│   │   │   │   └── webapp.html
│   │   │   └── wordimage
│   │   │       ├── fClipboard_ueditor.swf
│   │   │       ├── imageUploader.swf
│   │   │       ├── tangram.js
│   │   │       ├── wordimage.html
│   │   │       └── wordimage.js
│   │   ├── index.html
│   │   ├── lang
│   │   │   ├── en
│   │   │   │   ├── en.js
│   │   │   │   └── images
│   │   │   └── zh-cn
│   │   │       ├── images
│   │   │       └── zh-cn.js
│   │   ├── php
│   │   │   ├── Uploader.class.php
│   │   │   ├── action_crawler.php
│   │   │   ├── action_list.php
│   │   │   ├── action_upload.php
│   │   │   ├── config.json
│   │   │   └── controller.php
│   │   ├── themes
│   │   │   ├── default
│   │   │   │   ├── css
│   │   │   │   ├── dialogbase.css
│   │   │   │   └── images
│   │   │   └── iframe.css
│   │   ├── third-party
│   │   │   ├── SyntaxHighlighter
│   │   │   │   ├── shCore.js
│   │   │   │   └── shCoreDefault.css
│   │   │   ├── codemirror
│   │   │   │   ├── codemirror.css
│   │   │   │   └── codemirror.js
│   │   │   ├── highcharts
│   │   │   │   ├── adapters
│   │   │   │   ├── highcharts-more.js
│   │   │   │   ├── highcharts-more.src.js
│   │   │   │   ├── highcharts.js
│   │   │   │   ├── highcharts.src.js
│   │   │   │   ├── modules
│   │   │   │   └── themes
│   │   │   ├── jquery-1.10.2.js
│   │   │   ├── jquery-1.10.2.min.js
│   │   │   ├── jquery-1.10.2.min.map
│   │   │   ├── snapscreen
│   │   │   │   └── UEditorSnapscreen.exe
│   │   │   ├── video-js
│   │   │   │   ├── font
│   │   │   │   ├── video-js.css
│   │   │   │   ├── video-js.min.css
│   │   │   │   ├── video-js.swf
│   │   │   │   ├── video.dev.js
│   │   │   │   └── video.js
│   │   │   ├── webuploader
│   │   │   │   ├── Uploader.swf
│   │   │   │   ├── webuploader.css
│   │   │   │   ├── webuploader.custom.js
│   │   │   │   ├── webuploader.custom.min.js
│   │   │   │   ├── webuploader.flashonly.js
│   │   │   │   ├── webuploader.flashonly.min.js
│   │   │   │   ├── webuploader.html5only.js
│   │   │   │   ├── webuploader.html5only.min.js
│   │   │   │   ├── webuploader.js
│   │   │   │   ├── webuploader.min.js
│   │   │   │   ├── webuploader.withoutimage.js
│   │   │   │   └── webuploader.withoutimage.min.js
│   │   │   ├── xss.min.js
│   │   │   └── zeroclipboard
│   │   │       ├── ZeroClipboard.js
│   │   │       ├── ZeroClipboard.min.js
│   │   │       └── ZeroClipboard.swf
│   │   ├── ueditor.all.min.js
│   │   ├── ueditor.config.js
│   │   ├── ueditor.parse.js
│   │   └── ueditor.parse.min.js
│   └── uploads
│       ├── image
│       │   └── index.html
│       └── index.html
├── theme
│   └── default
│       ├── admin
│       │   ├── agents
│       │   │   ├── acard.html
│       │   │   ├── addtype.html
│       │   │   ├── agentsinfo.html
│       │   │   ├── edit.html
│       │   │   ├── edittype.html
│       │   │   ├── goods.html
│       │   │   ├── index.html
│       │   │   ├── types.html
│       │   │   └── wait.html
│       │   ├── app
│       │   │   ├── add.html
│       │   │   ├── edit.html
│       │   │   └── index.html
│       │   ├── app_center
│       │   │   └── index.html
│       │   ├── app_goods
│       │   │   ├── add.html
│       │   │   ├── edit.html
│       │   │   └── index.html
│       │   ├── app_user
│       │   │   ├── edit.html
│       │   │   └── index.html
│       │   ├── auth_code
│       │   │   ├── add.html
│       │   │   ├── edit.html
│       │   │   └── index.html
│       │   ├── auth_rule
│       │   │   ├── add.html
│       │   │   ├── edit.html
│       │   │   └── index.html
│       │   ├── databak
│       │   │   └── index.html
│       │   ├── email
│       │   │   └── index.html
│       │   ├── home
│       │   │   └── index.html
│       │   ├── index
│       │   │   └── index.html
│       │   ├── menu
│       │   │   ├── edit.html
│       │   │   └── index.html
│       │   ├── module
│       │   │   └── index.html
│       │   ├── nav_menu
│       │   │   ├── edit.html
│       │   │   └── index.html
│       │   ├── order
│       │   │   └── index.html
│       │   ├── page
│       │   │   ├── add.html
│       │   │   ├── edit.html
│       │   │   ├── editsort.html
│       │   │   ├── index.html
│       │   │   └── sorts.html
│       │   ├── pay
│       │   │   ├── alipay.html
│       │   │   └── index.html
│       │   ├── plug
│       │   │   └── index.html
│       │   ├── public
│       │   │   ├── base.html
│       │   │   ├── header.html
│       │   │   ├── left.html
│       │   │   └── message.html
│       │   ├── recharge_card
│       │   │   ├── add.html
│       │   │   ├── index.html
│       │   │   └── type.html
│       │   ├── resources
│       │   │   ├── css
│       │   │   ├── img
│       │   │   └── js
│       │   ├── role
│       │   │   ├── add.html
│       │   │   ├── edit.html
│       │   │   └── index.html
│       │   ├── score
│       │   │   └── index.html
│       │   ├── settings
│       │   │   └── index.html
│       │   ├── site_update
│       │   │   └── index.html
│       │   └── user
│       │       ├── add.html
│       │       ├── app.html
│       │       ├── appedit.html
│       │       ├── edit.html
│       │       └── index.html
│       ├── agents
│       │   ├── acard
│       │   │   └── index.html
│       │   ├── card
│       │   │   └── index.html
│       │   ├── goods
│       │   │   └── index.html
│       │   ├── index
│       │   │   └── index.html
│       │   ├── login
│       │   │   └── index.html
│       │   ├── public
│       │   │   ├── base.html
│       │   │   ├── header.html
│       │   │   ├── left.html
│       │   │   └── message.html
│       │   ├── purchase
│       │   │   ├── index.html
│       │   │   └── recharge.html
│       │   └── score
│       │       └── index.html
│       └── index
│           ├── alipay
│           │   ├── returnurl.html
│           │   └── returnurl1.html
│           ├── article
│           │   ├── article.html
│           │   └── index.html
│           ├── config.php
│           ├── goods
│           │   ├── fn.html
│           │   ├── goods.html
│           │   ├── help.html
│           │   ├── index.html
│           │   ├── left.html
│           │   └── vernew.html
│           ├── index
│           │   └── index.html
│           ├── login
│           │   ├── index.html
│           │   └── quit.html
│           ├── order
│           │   └── index.html
│           ├── pay
│           │   └── index.html
│           ├── public
│           │   ├── aright.html
│           │   ├── comment.html
│           │   ├── downfee.html
│           │   ├── flooter.html
│           │   ├── header.html
│           │   ├── message.html
│           │   ├── relevant.html
│           │   ├── right.html
│           │   └── share.html
│           ├── rainpay
│           │   └── returnurl.html
│           ├── record
│           │   └── index.html
│           ├── register
│           │   └── index.html
│           ├── repwd
│           │   └── index.html
│           ├── resources
│           │   ├── css
│           │   ├── img
│           │   └── js
│           ├── respassword
│           │   ├── editpwd.html
│           │   └── index.html
│           ├── score
│           │   ├── index.html
│           │   └── recharge.html
│           ├── thumbnail.png
│           ├── user
│           │   ├── index.html
│           │   ├── left.html
│           │   └── top.html
│           ├── user_acard
│           │   └── index.html
│           └── user_card
│               └── index.html
├── think
├── 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
│   │   │   │   ├── Driver.php
│   │   │   │   └── driver
│   │   │   ├── config
│   │   │   │   └── driver
│   │   │   ├── console
│   │   │   │   ├── Command.php
│   │   │   │   ├── Input.php
│   │   │   │   ├── LICENSE
│   │   │   │   ├── Output.php
│   │   │   │   ├── bin
│   │   │   │   ├── command
│   │   │   │   ├── input
│   │   │   │   └── output
│   │   │   ├── controller
│   │   │   │   ├── Rest.php
│   │   │   │   └── Yar.php
│   │   │   ├── db
│   │   │   │   ├── Builder.php
│   │   │   │   ├── Connection.php
│   │   │   │   ├── Query.php
│   │   │   │   ├── builder
│   │   │   │   ├── connector
│   │   │   │   └── exception
│   │   │   ├── debug
│   │   │   │   ├── Console.php
│   │   │   │   └── Html.php
│   │   │   ├── exception
│   │   │   │   ├── ClassNotFoundException.php
│   │   │   │   ├── DbException.php
│   │   │   │   ├── ErrorException.php
│   │   │   │   ├── Handle.php
│   │   │   │   ├── HttpException.php
│   │   │   │   ├── HttpResponseException.php
│   │   │   │   ├── PDOException.php
│   │   │   │   ├── RouteNotFoundException.php
│   │   │   │   ├── TemplateNotFoundException.php
│   │   │   │   ├── ThrowableError.php
│   │   │   │   └── ValidateException.php
│   │   │   ├── log
│   │   │   │   └── driver
│   │   │   ├── model
│   │   │   │   ├── Collection.php
│   │   │   │   ├── Merge.php
│   │   │   │   ├── Pivot.php
│   │   │   │   ├── Relation.php
│   │   │   │   └── relation
│   │   │   ├── paginator
│   │   │   │   └── driver
│   │   │   ├── process
│   │   │   │   ├── Builder.php
│   │   │   │   ├── Utils.php
│   │   │   │   ├── exception
│   │   │   │   └── pipes
│   │   │   ├── response
│   │   │   │   ├── Json.php
│   │   │   │   ├── Jsonp.php
│   │   │   │   ├── Redirect.php
│   │   │   │   ├── View.php
│   │   │   │   └── Xml.php
│   │   │   ├── session
│   │   │   │   └── driver
│   │   │   ├── template
│   │   │   │   ├── TagLib.php
│   │   │   │   ├── driver
│   │   │   │   └── taglib
│   │   │   └── view
│   │   │       └── driver
│   │   └── traits
│   │       ├── controller
│   │       │   └── Jump.php
│   │       ├── model
│   │       │   └── SoftDelete.php
│   │       └── think
│   │           └── Instance.php
│   ├── logo.png
│   ├── phpunit.xml
│   ├── start.php
│   └── tpl
│       ├── default_index.tpl
│       ├── dispatch_jump.tpl
│       ├── page_trace.tpl
│       └── think_exception.tpl
├── upload
│   └── index.html
└── vendor
    ├── 5ini99
    │   ├── think-addons
    │   │   ├── LICENSE.txt
    │   │   ├── README.md
    │   │   ├── composer.json
    │   │   └── src
    │   │       ├── Addons.php
    │   │       ├── addons
    │   │       ├── common.php
    │   │       └── config.php
    │   └── think-auth
    │       ├── LICENSE
    │       ├── README.md
    │       ├── composer.json
    │       └── src
    │           └── Auth.php
    ├── alipay
    │   ├── Corefn.php
    │   ├── Md5fn.php
    │   ├── Notify.php
    │   ├── Submit.php
    │   └── cacert.pem
    ├── autoload.php
    ├── bin
    │   └── index.html
    ├── composer
    │   ├── ClassLoader.php
    │   ├── LICENSE
    │   ├── autoload_classmap.php
    │   ├── autoload_files.php
    │   ├── autoload_namespaces.php
    │   ├── autoload_psr4.php
    │   ├── autoload_real.php
    │   ├── autoload_static.php
    │   └── installed.json
    ├── phpmailer
    │   └── phpmailer
    │       ├── LICENSE
    │       ├── PHPMailerAutoload.php
    │       ├── VERSION
    │       ├── class.phpmailer.php
    │       ├── class.phpmaileroauth.php
    │       ├── class.phpmaileroauthgoogle.php
    │       ├── class.pop3.php
    │       ├── class.smtp.php
    │       ├── composer.json
    │       ├── composer.lock
    │       ├── examples
    │       │   ├── DKIM.phps
    │       │   ├── code_generator.phps
    │       │   ├── contactform.phps
    │       │   ├── contents.html
    │       │   ├── contentsutf8.html
    │       │   ├── exceptions.phps
    │       │   ├── gmail.phps
    │       │   ├── gmail_xoauth.phps
    │       │   ├── images
    │       │   ├── index.html
    │       │   ├── mail.phps
    │       │   ├── mailing_list.phps
    │       │   ├── pop_before_smtp.phps
    │       │   ├── scripts
    │       │   ├── send_file_upload.phps
    │       │   ├── send_multiple_file_upload.phps
    │       │   ├── sendmail.phps
    │       │   ├── signed-mail.phps
    │       │   ├── smtp.phps
    │       │   ├── smtp_check.phps
    │       │   ├── smtp_no_auth.phps
    │       │   ├── ssl_options.phps
    │       │   └── styles
    │       ├── extras
    │       │   ├── EasyPeasyICS.php
    │       │   ├── README.md
    │       │   ├── htmlfilter.php
    │       │   └── ntlm_sasl_client.php
    │       ├── get_oauth_token.php
    │       └── language
    │           ├── phpmailer.lang-am.php
    │           ├── phpmailer.lang-ar.php
    │           ├── phpmailer.lang-az.php
    │           ├── phpmailer.lang-be.php
    │           ├── phpmailer.lang-bg.php
    │           ├── phpmailer.lang-ca.php
    │           ├── phpmailer.lang-ch.php
    │           ├── phpmailer.lang-cs.php
    │           ├── phpmailer.lang-da.php
    │           ├── phpmailer.lang-de.php
    │           ├── phpmailer.lang-el.php
    │           ├── phpmailer.lang-eo.php
    │           ├── phpmailer.lang-es.php
    │           ├── phpmailer.lang-et.php
    │           ├── phpmailer.lang-fa.php
    │           ├── phpmailer.lang-fi.php
    │           ├── phpmailer.lang-fo.php
    │           ├── phpmailer.lang-fr.php
    │           ├── phpmailer.lang-gl.php
    │           ├── phpmailer.lang-he.php
    │           ├── phpmailer.lang-hr.php
    │           ├── phpmailer.lang-hu.php
    │           ├── phpmailer.lang-id.php
    │           ├── phpmailer.lang-it.php
    │           ├── phpmailer.lang-ja.php
    │           ├── phpmailer.lang-ka.php
    │           ├── phpmailer.lang-ko.php
    │           ├── phpmailer.lang-lt.php
    │           ├── phpmailer.lang-lv.php
    │           ├── phpmailer.lang-ms.php
    │           ├── phpmailer.lang-nb.php
    │           ├── phpmailer.lang-nl.php
    │           ├── phpmailer.lang-pl.php
    │           ├── phpmailer.lang-pt.php
    │           ├── phpmailer.lang-pt_br.php
    │           ├── phpmailer.lang-ro.php
    │           ├── phpmailer.lang-ru.php
    │           ├── phpmailer.lang-sk.php
    │           ├── phpmailer.lang-sl.php
    │           ├── phpmailer.lang-sr.php
    │           ├── phpmailer.lang-sv.php
    │           ├── phpmailer.lang-tr.php
    │           ├── phpmailer.lang-uk.php
    │           ├── phpmailer.lang-vi.php
    │           ├── phpmailer.lang-zh.php
    │           └── phpmailer.lang-zh_cn.php
    ├── rainpay
    │   ├── Corefn.php
    │   ├── Md5fn.php
    │   ├── Notify.php
    │   ├── Submit.php
    │   └── cacert.pem
    ├── topthink
    │   ├── think-captcha
    │   │   ├── LICENSE
    │   │   ├── README.md
    │   │   ├── assets
    │   │   │   ├── bgs
    │   │   │   ├── ttfs
    │   │   │   └── zhttfs
    │   │   ├── composer.json
    │   │   └── src
    │   │       ├── Captcha.php
    │   │       ├── CaptchaController.php
    │   │       └── helper.php
    │   ├── think-helper
    │   │   ├── LICENSE
    │   │   ├── README.md
    │   │   ├── composer.json
    │   │   └── src
    │   │       ├── Arr.php
    │   │       ├── Hash.php
    │   │       ├── Str.php
    │   │       ├── Time.php
    │   │       ├── hash
    │   │       └── helper.php
    │   ├── think-installer
    │   │   ├── composer.json
    │   │   └── src
    │   │       ├── Plugin.php
    │   │       ├── ThinkExtend.php
    │   │       ├── ThinkFramework.php
    │   │       └── ThinkTesting.php
    │   └── think-migration
    │       ├── LICENSE
    │       ├── README.md
    │       ├── composer.json
    │       ├── phinx
    │       │   ├── CHANGELOG.md
    │       │   ├── CONTRIBUTING.md
    │       │   ├── LICENSE
    │       │   ├── README.md
    │       │   └── src
    │       └── src
    │           ├── Command.php
    │           ├── Migrator.php
    │           ├── Seeder.php
    │           ├── command
    │           ├── config.php
    │           └── db
    └── ueditor
        └── Uploader.php

291 directories, 716 files


实例下载地址

ARM全套源码带

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警