首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

H5独立版英文版塔罗牌占卜系统源码+部分前后端源码,仅供学习

前端 8.6MB 3 需要积分: 1
立即下载

资源介绍:

H5独立版英文版塔罗牌占卜系统源码+部分前后端源码,仅供学习
ThinkPHP 5.0 =============== [![StyleCI](https://styleci.io/repos/48530411/shield?style=flat&branch=master)](https://styleci.io/repos/48530411) [![Build Status](https://travis-ci.org/top-think/framework.svg?branch=master)](https://travis-ci.org/top-think/framework) [![codecov.io](http://codecov.io/github/top-think/framework/coverage.svg?branch=master)](http://codecov.io/github/github/top-think/framework?branch=master) [![Total Downloads](https://poser.pugx.org/topthink/framework/downloads)](https://packagist.org/packages/topthink/framework) [![Latest Stable Version](https://poser.pugx.org/topthink/framework/v/stable)](https://packagist.org/packages/topthink/framework) [![Latest Unstable Version](https://poser.pugx.org/topthink/framework/v/unstable)](https://packagist.org/packages/topthink/framework) [![License](https://poser.pugx.org/topthink/framework/license)](https://packagist.org/packages/topthink/framework) ThinkPHP5在保持快速开发和大道至简的核心理念不变的同时,PHP版本要求提升到5.4,优化核心,减少依赖,基于全新的架构思想和命名空间实现,是ThinkPHP突破原有框架思路的颠覆之作,其主要特性包括: + 基于命名空间和众多PHP新特性 + 核心功能组件化 + 强化路由功能 + 更灵活的控制器 + 重构的模型和数据库类 + 配置文件可分离 + 重写的自动验证和完成 + 简化扩展机制 + API支持完善 + 改进的Log类 + 命令行访问支持 + REST支持 + 引导文件支持 + 方便的自动生成定义 + 真正惰性加载 + 分布式环境支持 + 支持Composer + 支持MongoDb > ThinkPHP5的运行环境要求PHP5.4以上。 详细开发文档参考 [ThinkPHP5完全开发手册](http://www.kancloud.cn/manual/thinkphp5) 以及[ThinkPHP5入门系列教程](http://www.kancloud.cn/special/thinkphp5_quickstart) ## 目录结构 初始的目录结构如下: ~~~ www WEB部署目录(或者子目录) ├─application 应用目录 │ ├─common 公共模块目录(可以更改) │ ├─module_name 模块目录 │ │ ├─config.php 模块配置文件 │ │ ├─common.php 模块函数文件 │ │ ├─controller 控制器目录 │ │ ├─model 模型目录 │ │ ├─view 视图目录 │ │ └─ ... 更多类库目录 │ │ │ ├─command.php 命令行工具配置文件 │ ├─common.php 公共函数文件 │ ├─config.php 公共配置文件 │ ├─route.php 路由配置文件 │ ├─tags.php 应用行为扩展定义文件 │ └─database.php 数据库配置文件 │ ├─public WEB目录(对外访问目录) │ ├─index.php 入口文件 │ ├─router.php 快速测试文件 │ └─.htaccess 用于apache的重写 │ ├─thinkphp 框架系统目录 │ ├─lang 语言文件目录 │ ├─library 框架类库目录 │ │ ├─think Think类库包目录 │ │ └─traits 系统Trait目录 │ │ │ ├─tpl 系统模板目录 │ ├─base.php 基础定义文件 │ ├─console.php 控制台入口文件 │ ├─convention.php 框架惯例配置文件 │ ├─helper.php 助手函数文件 │ ├─phpunit.xml phpunit配置文件 │ └─start.php 框架入口文件 │ ├─extend 扩展类库目录 ├─runtime 应用的运行时目录(可写,可定制) ├─vendor 第三方类库目录(Composer依赖库) ├─build.php 自动生成定义文件(参考) ├─composer.json composer 定义文件 ├─LICENSE.txt 授权说明文件 ├─README.md README 文件 ├─think 命令行入口文件 ~~~ > router.php用于php自带webserver支持,可用于快速测试 > 切换到public目录后,启动命令:php -S localhost:8888 router.php > 上面的目录结构和名称是可以改变的,这取决于你的入口文件和配置参数。 ## 命名规范 ThinkPHP5的命名规范遵循`PSR-2`规范以及`PSR-4`自动加载规范。 ## 参与开发 注册并登录 Github 帐号, fork 本项目并进行改动。 更多细节参阅 [CONTRIBUTING.md](CONTRIBUTING.md) ## 版权信息 ThinkPHP遵循Apache2开源协议发布,并提供免费使用。 本项目包含的第三方源码和二进制文件之版权信息另行标注。 版权所有Copyright © 2006-2018 by ThinkPHP (http://thinkphp.cn) All rights reserved。 ThinkPHP® 商标和著作权所有者为上海顶想信息科技有限公司。 更多细节参阅 [LICENSE.txt](LICENSE.txt)

资源文件列表:

塔罗牌源码.zip.zip 大约有349个文件
  1. addons/
  2. addons/command/
  3. addons/command/info.ini 229B
  4. addons/command/config.php 19B
  5. addons/command/install.sql 951B
  6. addons/command/controller/
  7. addons/command/controller/Index.php 208B
  8. addons/command/Command.php 1.42KB
  9. addons/command/.addonrc 592B
  10. addons/command/library/
  11. addons/command/library/Output.php 422B
  12. addons/.gitkeep 1B
  13. addons/.htaccess 13B
  14. thinkphp/
  15. thinkphp/helper.php 17.3KB
  16. thinkphp/LICENSE.txt 1.78KB
  17. thinkphp/console.php 747B
  18. thinkphp/codecov.yml 184B
  19. thinkphp/CONTRIBUTING.md 4.29KB
  20. thinkphp/logo.png 6.83KB
  21. thinkphp/composer.json 834B
  22. thinkphp/tests/
  23. thinkphp/tests/thinkphp/
  24. thinkphp/tests/thinkphp/baseTest.php 1.52KB
  25. thinkphp/tests/thinkphp/library/
  26. thinkphp/tests/thinkphp/library/think/
  27. thinkphp/tests/thinkphp/library/think/log/
  28. thinkphp/tests/thinkphp/library/think/log/driver/
  29. thinkphp/tests/thinkphp/library/think/log/driver/fileTest.php 1019B
  30. thinkphp/tests/thinkphp/library/think/config/
  31. thinkphp/tests/thinkphp/library/think/config/driver/
  32. thinkphp/tests/thinkphp/library/think/config/driver/iniTest.php 1.2KB
  33. thinkphp/tests/thinkphp/library/think/config/driver/jsonTest.php 1.22KB
  34. thinkphp/tests/thinkphp/library/think/config/driver/fixtures/
  35. thinkphp/tests/thinkphp/library/think/config/driver/fixtures/config.json 16B
  36. thinkphp/tests/thinkphp/library/think/config/driver/fixtures/config.ini 9B
  37. thinkphp/tests/thinkphp/library/think/config/driver/fixtures/config.xml 100B
  38. thinkphp/tests/thinkphp/library/think/config/driver/xmlTest.php 1.27KB
  39. thinkphp/tests/thinkphp/library/think/config/ConfigInitTrait.php 1.3KB
  40. thinkphp/tests/thinkphp/library/think/sessionTest.php 10.36KB
  41. thinkphp/tests/thinkphp/library/think/langTest.php 2.56KB
  42. thinkphp/tests/thinkphp/library/think/buildTest.php 2.74KB
  43. thinkphp/tests/thinkphp/library/think/viewTest.php 2.74KB
  44. thinkphp/tests/thinkphp/library/think/loader/
  45. thinkphp/tests/thinkphp/library/think/loader/test/
  46. thinkphp/tests/thinkphp/library/think/loader/test/Hello.php 44B
  47. thinkphp/tests/thinkphp/library/think/validateTest.php 7.26KB
  48. thinkphp/tests/thinkphp/library/think/session/
  49. thinkphp/tests/thinkphp/library/think/session/.gitignore 14B
  50. thinkphp/tests/thinkphp/library/think/hookTest.php 2.48KB
  51. thinkphp/tests/thinkphp/library/think/urlTest.php 4.79KB
  52. thinkphp/tests/thinkphp/library/think/behavior/
  53. thinkphp/tests/thinkphp/library/think/behavior/Two.php 135B
  54. thinkphp/tests/thinkphp/library/think/behavior/One.php 252B
  55. thinkphp/tests/thinkphp/library/think/behavior/Three.php 137B
  56. thinkphp/tests/thinkphp/library/think/debugTest.php 5.99KB
  57. thinkphp/tests/thinkphp/library/think/logTest.php 1.17KB
  58. thinkphp/tests/thinkphp/library/think/templateTest.php 14.01KB
  59. thinkphp/tests/thinkphp/library/think/db/
  60. thinkphp/tests/thinkphp/library/think/db/driver/
  61. thinkphp/tests/thinkphp/library/think/db/driver/.gitignore 14B
  62. thinkphp/tests/thinkphp/library/think/controller/
  63. thinkphp/tests/thinkphp/library/think/controller/.gitignore 14B
  64. thinkphp/tests/thinkphp/library/think/cookieTest.php 4.45KB
  65. thinkphp/tests/thinkphp/library/think/dbTest.php 12.22KB
  66. thinkphp/tests/thinkphp/library/think/routeTest.php 12.85KB
  67. thinkphp/tests/thinkphp/library/think/model/
  68. thinkphp/tests/thinkphp/library/think/model/.gitignore 14B
  69. thinkphp/tests/thinkphp/library/think/view/
  70. thinkphp/tests/thinkphp/library/think/view/theme/
  71. thinkphp/tests/thinkphp/library/think/view/theme/index/
  72. thinkphp/tests/thinkphp/library/think/view/theme/index/template.html 285B
  73. thinkphp/tests/thinkphp/library/think/view/driver/
  74. thinkphp/tests/thinkphp/library/think/view/driver/.gitignore 14B
  75. thinkphp/tests/thinkphp/library/think/cache/
  76. thinkphp/tests/thinkphp/library/think/cache/driver/
  77. thinkphp/tests/thinkphp/library/think/cache/driver/memcacheTest.php 1.42KB
  78. thinkphp/tests/thinkphp/library/think/cache/driver/liteTest.php 1.69KB
  79. thinkphp/tests/thinkphp/library/think/cache/driver/cacheTestCase.php 5.76KB
  80. thinkphp/tests/thinkphp/library/think/cache/driver/redisTest.php 2.09KB
  81. thinkphp/tests/thinkphp/library/think/cache/driver/memcachedTest.php 1.91KB
  82. thinkphp/tests/thinkphp/library/think/cache/driver/fileTest.php 1.26KB
  83. thinkphp/tests/thinkphp/library/think/cacheTest.php 9.39KB
  84. thinkphp/tests/thinkphp/library/think/requestTest.php 7.43KB
  85. thinkphp/tests/thinkphp/library/think/lang/
  86. thinkphp/tests/thinkphp/library/think/lang/lang.php 40B
  87. thinkphp/tests/thinkphp/library/think/appTest.php 3.41KB
  88. thinkphp/tests/thinkphp/library/think/configTest.php 5.04KB
  89. thinkphp/tests/thinkphp/library/think/loaderTest.php 2.38KB
  90. thinkphp/tests/thinkphp/library/think/template/
  91. thinkphp/tests/thinkphp/library/think/template/taglib/
  92. thinkphp/tests/thinkphp/library/think/template/taglib/cxTest.php 12.25KB
  93. thinkphp/tests/thinkphp/library/think/template/driver/
  94. thinkphp/tests/thinkphp/library/think/template/driver/.gitignore 14B
  95. thinkphp/tests/thinkphp/library/think/controllerTest.php 5.2KB
  96. thinkphp/tests/thinkphp/library/think/exceptionTest.php 1.58KB
  97. thinkphp/tests/thinkphp/library/think/paginateTest.php 1.78KB
  98. thinkphp/tests/thinkphp/library/think/responseTest.php 2.97KB
  99. thinkphp/tests/thinkphp/library/traits/
  100. thinkphp/tests/thinkphp/library/traits/controller/
  101. thinkphp/tests/thinkphp/library/traits/controller/jumpTest.php 11.04KB
  102. thinkphp/tests/thinkphp/library/traits/model/
  103. thinkphp/tests/thinkphp/library/traits/model/softDeleteTest.php 6.47KB
  104. thinkphp/tests/thinkphp/library/traits/think/
  105. thinkphp/tests/thinkphp/library/traits/think/instanceTest.php 1.52KB
  106. thinkphp/tests/mock.php 903B
  107. thinkphp/tests/conf/
  108. thinkphp/tests/conf/redis.ini 19B
  109. thinkphp/tests/conf/timezone.ini 19B
  110. thinkphp/tests/conf/memcached.ini 23B
  111. thinkphp/tests/application/
  112. thinkphp/tests/application/config.php 1.13KB
  113. thinkphp/tests/application/route.php 833B
  114. thinkphp/tests/application/views/
  115. thinkphp/tests/application/views/extend2.html 327B
  116. thinkphp/tests/application/views/include.html 65B
  117. thinkphp/tests/application/views/layout2.html 25B
  118. thinkphp/tests/application/views/include2.html 14B
  119. thinkphp/tests/application/views/extend.html 59B
  120. thinkphp/tests/application/views/display.html 18B
  121. thinkphp/tests/application/views/display.phtml 18B
  122. thinkphp/tests/application/views/layout.html 25B
  123. thinkphp/tests/application/database.php 1.49KB
  124. thinkphp/tests/application/index/
  125. thinkphp/tests/application/index/controller/
  126. thinkphp/tests/application/index/controller/Index.php 1.01KB
  127. thinkphp/tests/README.md 2.99KB
  128. thinkphp/tests/.gitignore 74B
  129. thinkphp/tests/script/
  130. thinkphp/tests/script/install.sh 356B
  131. thinkphp/lang/
  132. thinkphp/lang/zh-cn.php 11.81KB
  133. thinkphp/.htaccess 13B
  134. thinkphp/tpl/
  135. thinkphp/tpl/page_trace.tpl 10.6KB
  136. thinkphp/tpl/think_exception.tpl 17.75KB
  137. thinkphp/tpl/default_index.tpl 1.02KB
  138. thinkphp/tpl/dispatch_jump.tpl 2.12KB
  139. thinkphp/phpunit.xml 1.14KB
  140. thinkphp/README.md 4.78KB
  141. thinkphp/.gitignore 39B
  142. thinkphp/.travis.yml 944B
  143. thinkphp/library/
  144. thinkphp/library/think/
  145. thinkphp/library/think/Debug.php 7.13KB
  146. thinkphp/library/think/Template.php 44.9KB
  147. thinkphp/library/think/log/
  148. thinkphp/library/think/log/driver/
  149. thinkphp/library/think/log/driver/Socket.php 7.96KB
  150. thinkphp/library/think/log/driver/File.php 8.56KB
  151. thinkphp/library/think/log/driver/Test.php 870B
  152. thinkphp/library/think/config/
  153. thinkphp/library/think/config/driver/
  154. thinkphp/library/think/config/driver/Xml.php 1.04KB
  155. thinkphp/library/think/config/driver/Ini.php 849B
  156. thinkphp/library/think/config/driver/Json.php 851B
  157. thinkphp/library/think/Url.php 12.72KB
  158. thinkphp/library/think/Response.php 8.28KB
  159. thinkphp/library/think/Db.php 6.67KB
  160. thinkphp/library/think/File.php 11.81KB
  161. thinkphp/library/think/Session.php 10.86KB
  162. thinkphp/library/think/Controller.php 6.07KB
  163. thinkphp/library/think/Hook.php 4.71KB
  164. thinkphp/library/think/paginator/
  165. thinkphp/library/think/paginator/driver/
  166. thinkphp/library/think/paginator/driver/Bootstrap.php 5.23KB
  167. thinkphp/library/think/session/
  168. thinkphp/library/think/session/driver/
  169. thinkphp/library/think/session/driver/Redis.php 3.47KB
  170. thinkphp/library/think/session/driver/Memcached.php 3.65KB
  171. thinkphp/library/think/session/driver/Memcache.php 3.34KB
  172. thinkphp/library/think/Route.php 60.23KB
  173. thinkphp/library/think/Exception.php 1.6KB
  174. thinkphp/library/think/Error.php 3.75KB
  175. thinkphp/library/think/exception/
  176. thinkphp/library/think/exception/TemplateNotFoundException.php 1022B
  177. thinkphp/library/think/exception/ValidateException.php 1.01KB
  178. thinkphp/library/think/exception/ClassNotFoundException.php 995B
  179. thinkphp/library/think/exception/RouteNotFoundException.php 782B
  180. thinkphp/library/think/exception/DbException.php 1.33KB
  181. thinkphp/library/think/exception/PDOException.php 1.4KB
  182. thinkphp/library/think/exception/HttpResponseException.php 949B
  183. thinkphp/library/think/exception/Handle.php 8.44KB
  184. thinkphp/library/think/exception/ErrorException.php 1.83KB
  185. thinkphp/library/think/exception/ThrowableError.php 1.53KB
  186. thinkphp/library/think/exception/HttpException.php 1.13KB
  187. thinkphp/library/think/process/
  188. thinkphp/library/think/process/pipes/
  189. thinkphp/library/think/process/pipes/Unix.php 4.94KB
  190. thinkphp/library/think/process/pipes/Windows.php 5.96KB
  191. thinkphp/library/think/process/pipes/Pipes.php 2.41KB
  192. thinkphp/library/think/process/Utils.php 2.3KB
  193. thinkphp/library/think/process/Builder.php 5.07KB
  194. thinkphp/library/think/process/exception/
  195. thinkphp/library/think/process/exception/Failed.php 1.44KB
  196. thinkphp/library/think/process/exception/Timeout.php 1.77KB
  197. thinkphp/library/think/db/
  198. thinkphp/library/think/db/Query.php 93.77KB
  199. thinkphp/library/think/db/Builder.php 31.81KB
  200. thinkphp/library/think/db/builder/
  201. thinkphp/library/think/db/builder/Pgsql.php 2.54KB
  202. thinkphp/library/think/db/builder/Mysql.php 4.53KB
  203. thinkphp/library/think/db/builder/Sqlite.php 2.15KB
  204. thinkphp/library/think/db/builder/Sqlsrv.php 4.46KB
  205. thinkphp/library/think/db/connector/
  206. thinkphp/library/think/db/connector/Pgsql.php 3.1KB
  207. thinkphp/library/think/db/connector/Mysql.php 3.89KB
  208. thinkphp/library/think/db/connector/pgsql.sql 3.72KB
  209. thinkphp/library/think/db/connector/Sqlite.php 2.85KB
  210. thinkphp/library/think/db/connector/Sqlsrv.php 3.96KB
  211. thinkphp/library/think/db/exception/
  212. thinkphp/library/think/db/exception/ModelNotFoundException.php 1.19KB
  213. thinkphp/library/think/db/exception/DataNotFoundException.php 1.23KB
  214. thinkphp/library/think/db/exception/BindParamException.php 1.13KB
  215. thinkphp/library/think/db/Expression.php 1.11KB
  216. thinkphp/library/think/db/Connection.php 29.97KB
  217. thinkphp/library/think/controller/
  218. thinkphp/library/think/controller/Yar.php 1.38KB
  219. thinkphp/library/think/controller/Rest.php 3.32KB
  220. thinkphp/library/think/Loader.php 21.07KB
  221. thinkphp/library/think/Lang.php 7.23KB
  222. thinkphp/library/think/model/
  223. thinkphp/library/think/model/Merge.php 10.81KB
  224. thinkphp/library/think/model/relation/
  225. thinkphp/library/think/model/relation/HasOne.php 7.37KB
  226. thinkphp/library/think/model/relation/BelongsTo.php 7.75KB
  227. thinkphp/library/think/model/relation/BelongsToMany.php 19.27KB
  228. thinkphp/library/think/model/relation/MorphMany.php 9.31KB
  229. thinkphp/library/think/model/relation/HasManyThrough.php 5.01KB
  230. thinkphp/library/think/model/relation/HasMany.php 9.97KB
  231. thinkphp/library/think/model/relation/MorphOne.php 7.87KB
  232. thinkphp/library/think/model/relation/OneToOne.php 10.03KB
  233. thinkphp/library/think/model/relation/MorphTo.php 8.83KB
  234. thinkphp/library/think/model/Pivot.php 1.17KB
  235. thinkphp/library/think/model/Relation.php 3.61KB
  236. thinkphp/library/think/model/Collection.php 2.27KB
  237. thinkphp/library/think/View.php 6.77KB
  238. thinkphp/library/think/view/
  239. thinkphp/library/think/view/driver/
  240. thinkphp/library/think/view/driver/Php.php 5.19KB
  241. thinkphp/library/think/view/driver/Think.php 5.64KB
  242. thinkphp/library/think/App.php 21.51KB
  243. thinkphp/library/think/Env.php 1.21KB
  244. thinkphp/library/think/console/
  245. thinkphp/library/think/console/output/
  246. thinkphp/library/think/console/output/Question.php 4.92KB
  247. thinkphp/library/think/console/output/formatter/
  248. thinkphp/library/think/console/output/formatter/Stack.php 2.62KB
  249. thinkphp/library/think/console/output/formatter/Style.php 6.07KB
  250. thinkphp/library/think/console/output/Formatter.php 5.36KB
  251. thinkphp/library/think/console/output/question/
  252. thinkphp/library/think/console/output/question/Choice.php 4.61KB
  253. thinkphp/library/think/console/output/question/Confirmation.php 1.74KB
  254. thinkphp/library/think/console/output/Ask.php 9.69KB
  255. thinkphp/library/think/console/output/descriptor/
  256. thinkphp/library/think/console/output/descriptor/Console.php 3.67KB
  257. thinkphp/library/think/console/output/driver/
  258. thinkphp/library/think/console/output/driver/Buffer.php 1.32KB
  259. thinkphp/library/think/console/output/driver/Console.php 11.23KB
  260. thinkphp/library/think/console/output/driver/Nothing.php 973B
  261. thinkphp/library/think/console/output/Descriptor.php 11.55KB
  262. thinkphp/library/think/console/Input.php 12.33KB
  263. thinkphp/library/think/console/bin/
  264. thinkphp/library/think/console/bin/hiddeninput.exe 9KB
  265. thinkphp/library/think/console/bin/README.md 215B
  266. thinkphp/library/think/console/command/
  267. thinkphp/library/think/console/command/Make.php 3.01KB
  268. thinkphp/library/think/console/command/optimize/
  269. thinkphp/library/think/console/command/optimize/Autoload.php 10.44KB
  270. thinkphp/library/think/console/command/optimize/Schema.php 4.53KB
  271. thinkphp/library/think/console/command/optimize/Route.php 2.62KB
  272. thinkphp/library/think/console/command/optimize/Config.php 3.26KB
  273. thinkphp/library/think/console/command/Lists.php 2.15KB
  274. thinkphp/library/think/console/command/Clear.php 2.01KB
  275. thinkphp/library/think/console/command/Build.php 1.74KB
  276. thinkphp/library/think/console/command/make/
  277. thinkphp/library/think/console/command/make/Controller.php 1.59KB
  278. thinkphp/library/think/console/command/make/stubs/
  279. thinkphp/library/think/console/command/make/stubs/controller.plain.stub 106B
  280. thinkphp/library/think/console/command/make/stubs/controller.stub 1.26KB
  281. thinkphp/library/think/console/command/make/stubs/model.stub 96B
  282. thinkphp/library/think/console/command/make/Model.php 1.11KB
  283. thinkphp/library/think/console/command/Help.php 2.06KB
  284. thinkphp/library/think/console/Output.php 5.63KB
  285. thinkphp/library/think/console/Command.php 10.68KB
  286. thinkphp/library/think/console/LICENSE 1.04KB
  287. thinkphp/library/think/console/input/
  288. thinkphp/library/think/console/input/Definition.php 9.66KB
  289. thinkphp/library/think/console/input/Option.php 5.56KB
  290. thinkphp/library/think/console/input/Argument.php 2.98KB
  291. thinkphp/library/think/cache/
  292. thinkphp/library/think/cache/Driver.php 5.98KB
  293. thinkphp/library/think/cache/driver/
  294. thinkphp/library/think/cache/driver/File.php 7.27KB
  295. thinkphp/library/think/cache/driver/Xcache.php 4.05KB
  296. thinkphp/library/think/cache/driver/Redis.php 5.37KB
  297. thinkphp/library/think/cache/driver/Lite.php 5.04KB
  298. thinkphp/library/think/cache/driver/Memcached.php 5.53KB
  299. thinkphp/library/think/cache/driver/Sqlite.php 6KB
  300. thinkphp/library/think/cache/driver/Memcache.php 5.08KB
  301. thinkphp/library/think/cache/driver/Wincache.php 3.99KB
  302. thinkphp/library/think/debug/
  303. thinkphp/library/think/debug/Html.php 4.17KB
  304. thinkphp/library/think/debug/Console.php 5.84KB
  305. thinkphp/library/think/Process.php 29.98KB
  306. thinkphp/library/think/Build.php 8KB
  307. thinkphp/library/think/Console.php 23.13KB
  308. thinkphp/library/think/Request.php 49.78KB
  309. thinkphp/library/think/Paginator.php 9.75KB
  310. thinkphp/library/think/Config.php 6.38KB
  311. thinkphp/library/think/template/
  312. thinkphp/library/think/template/taglib/
  313. thinkphp/library/think/template/taglib/Cx.php 23.82KB
  314. thinkphp/library/think/template/driver/
  315. thinkphp/library/think/template/driver/File.php 2.24KB
  316. thinkphp/library/think/template/TagLib.php 12.3KB
  317. thinkphp/library/think/Model.php 69.14KB
  318. thinkphp/library/think/Cookie.php 7.54KB
  319. thinkphp/library/think/Collection.php 10.91KB
  320. thinkphp/library/think/Log.php 6.05KB
  321. thinkphp/library/think/response/
  322. thinkphp/library/think/response/Jsonp.php 1.98KB
  323. thinkphp/library/think/response/Xml.php 3.19KB
  324. thinkphp/library/think/response/View.php 2.43KB
  325. thinkphp/library/think/response/Json.php 1.47KB
  326. thinkphp/library/think/response/Redirect.php 2.65KB
  327. thinkphp/library/think/Cache.php 6.1KB
  328. thinkphp/library/think/Validate.php 41.63KB
  329. thinkphp/library/traits/
  330. thinkphp/library/traits/controller/
  331. thinkphp/library/traits/controller/Jump.php 4.9KB
  332. thinkphp/library/traits/model/
  333. thinkphp/library/traits/model/SoftDelete.php 4.86KB
  334. thinkphp/library/traits/think/
  335. thinkphp/library/traits/think/Instance.php 1.57KB
  336. thinkphp/base.php 2.6KB
  337. thinkphp/start.php 734B
  338. thinkphp/convention.php 10.37KB
  339. .bowerrc 162B
  340. .env.sample 149B
  341. .gitignore 235B
  342. .htaccess 1B
  343. LICENSE 10.01KB
  344. bower.json 1018B
  345. build.php 1.05KB
  346. composer.json 1.14KB
  347. composer.lock 115.72KB
  348. 塔罗牌前端.zip 8.15MB
  349. 使用说明.txt 87B
0评论
提交 加载更多评论
其他资源 react-redux-0.2.0.zip
Redux 的官方 React 绑定。​​高性能且灵活。 Official React bindings for Redux. Performant and flexible.
react-redux-0.1.0.zip
Redux 的官方 React 绑定。​​高性能且灵活。 Official React bindings for Redux. Performant and flexible.
react-redux-0.1.1.zip
Redux 的官方 React 绑定。​​高性能且灵活。 Official React bindings for Redux. Performant and flexible.
react-redux-0.2.2.zip
Redux 的官方 React 绑定。​​高性能且灵活。 Official React bindings for Redux. Performant and flexible.
Redis3.x windows安装版
Redis3.x,windows安装版,用于本地开发、学习使用,安装简单,全部下一步即可。
图形化编程/Scratch角色素材分享25各类小道具合集素材
这套素材包含各类的球、环等,可以做打砖块、祖玛以及弹珠等各类使用球类素材的作品素材,其他的素材也适合用于各类游戏的道具使用。 今天给大家带来一套Scratch角色素材图片分享,都是PNG格式以及部分ioc格式的透明图片,scratch可直接上传角色使用(也支持编程猫等,因为素材是PNG格式,所有支持png格式的软件都可以使用),适合图形化编程爱好者、初学者,同时也很适合图形化编程相关的机构/老师下载收藏作为素材使用。
图形化编程/Scratch角色素材分享24英文字母合集素材
scratch里面其实自带了26个英文字母的素材,但是使用久了难免单调,这期的素材适合作为替代使用,这26个字母都是不同风格的变种,适合制作体验用变量来控制文字素材实现调用数字字体素材的程序。 今天给大家带来一套Scratch英文字母素材图片分享,都是PNG格式的透明图片,scratch可直接上传角色使用(也支持编程猫等,因为素材是PNG格式,所有支持png格式的软件都可以使用),适合图形化编程爱好者、初学者,同时也很适合图形化编程相关的机构/老师下载收藏作为素材使用。
图形化编程/Scratch角色素材分享22战斗机合集素材
这是一批写实风格的战斗机素材,质量很不错,可以制作写实风格的飞机大战/太空大战等空战游戏或相关主题的弹幕类型设计游戏使用,非常不错,有需要的可以下载。 今天给大家带来一套Scratch角色素材图片分享,都是PNG格式的透明图片,scratch可直接上传角色使用(也支持编程猫等,因为素材是PNG格式,所有支持png格式的软件都可以使用),适合图形化编程爱好者、初学者,同时也很适合图形化编程相关的机构/老师下载收藏作为素材使用。