登录
首页 » PHP » thinkphp5.1 支付组件(源码素材)

thinkphp5.1 支付组件(源码素材)

于 2019-12-11 发布
0 146
下载积分: 1 下载次数: 1

代码说明:

说明:  php集合所有支付组件,阿里支付宝支付,腾讯微信支付(PHP sets all payment components)

文件列表:

tp5 - 副本\.gitignore, 35 , 2017-12-26
tp5 - 副本\.travis.yml, 2038 , 2017-12-26
tp5 - 副本\application\.htaccess, 13 , 2017-02-07
tp5 - 副本\application\command.php, 618 , 2017-02-07
tp5 - 副本\application\common.php, 628 , 2017-02-07
tp5 - 副本\application\index\controller\Index.php, 142 , 2018-01-12
tp5 - 副本\application\tags.php, 1009 , 2017-02-07
tp5 - 副本\build.php, 1070 , 2017-12-26
tp5 - 副本\composer.json, 700 , 2018-01-12
tp5 - 副本\composer.lock, 42504 , 2018-01-12
tp5 - 副本\config\app.php, 4674 , 2018-01-12
tp5 - 副本\config\cache.php, 993 , 2017-07-21
tp5 - 副本\config\cookie.php, 1165 , 2017-07-21
tp5 - 副本\config\database.php, 2016 , 2017-07-21
tp5 - 副本\config\log.php, 970 , 2017-07-21
tp5 - 副本\config\session.php, 1113 , 2017-07-21
tp5 - 副本\config\template.php, 1333 , 2017-07-21
tp5 - 副本\config\trace.php, 881 , 2017-07-21
tp5 - 副本\extend\.gitignore, 14 , 2017-02-07
tp5 - 副本\LICENSE.txt, 1822 , 2017-12-26
tp5 - 副本\public\.htaccess, 184 , 2017-12-25
tp5 - 副本\public\favicon.ico, 1150 , 2017-02-07
tp5 - 副本\public\index.php, 783 , 2017-12-26
tp5 - 副本\public\robots.txt, 26 , 2017-02-07
tp5 - 副本\public\router.php, 753 , 2017-02-07
tp5 - 副本\public\static\.gitignore, 14 , 2017-02-07
tp5 - 副本\README.md, 6309 , 2017-12-26
tp5 - 副本\route\route.php, 161 , 2018-01-12
tp5 - 副本\runtime\.gitignore, 13 , 2017-12-26
tp5 - 副本\runtime\build_route.php, 55 , 2018-01-08
tp5 - 副本\think, 793 , 2017-12-26
tp5 - 副本\thinkphp\.gitignore, 39 , 2017-12-26
tp5 - 副本\thinkphp\.htaccess, 13 , 2017-12-26
tp5 - 副本\thinkphp\base.php, 3609 , 2017-12-26
tp5 - 副本\thinkphp\composer.json, 878 , 2017-12-26
tp5 - 副本\thinkphp\CONTRIBUTING.md, 4357 , 2017-12-26
tp5 - 副本\thinkphp\convention.php, 10728 , 2017-12-26
tp5 - 副本\thinkphp\helper.php, 18999 , 2017-12-26
tp5 - 副本\thinkphp\lang\zh-cn.php, 11950 , 2017-12-26
tp5 - 副本\thinkphp\library\think\App.php, 22903 , 2017-12-26
tp5 - 副本\thinkphp\library\think\Build.php, 13190 , 2017-12-26
tp5 - 副本\thinkphp\library\think\cache\driver\File.php, 7760 , 2017-12-26
tp5 - 副本\thinkphp\library\think\cache\driver\Lite.php, 5339 , 2017-12-26
tp5 - 副本\thinkphp\library\think\cache\driver\Memcache.php, 5375 , 2017-12-26
tp5 - 副本\thinkphp\library\think\cache\driver\Memcached.php, 5773 , 2017-12-26
tp5 - 副本\thinkphp\library\think\cache\driver\Redis.php, 5263 , 2017-12-26
tp5 - 副本\thinkphp\library\think\cache\driver\Sqlite.php, 6296 , 2017-12-26
tp5 - 副本\thinkphp\library\think\cache\driver\Wincache.php, 4324 , 2017-12-26
tp5 - 副本\thinkphp\library\think\cache\driver\Xcache.php, 4353 , 2017-12-26
tp5 - 副本\thinkphp\library\think\cache\Driver.php, 8520 , 2017-12-26
tp5 - 副本\thinkphp\library\think\Cache.php, 3200 , 2017-12-26
tp5 - 副本\thinkphp\library\think\Collection.php, 8490 , 2017-12-26
tp5 - 副本\thinkphp\library\think\config\driver\Ini.php, 849 , 2017-12-26
tp5 - 副本\thinkphp\library\think\config\driver\Json.php, 853 , 2017-12-26
tp5 - 副本\thinkphp\library\think\config\driver\Xml.php, 1066 , 2017-12-26
tp5 - 副本\thinkphp\library\think\Config.php, 7249 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\bin\hiddeninput.exe, 9216 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\bin\README.md, 215 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\command\Build.php, 1844 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\command\Clear.php, 1655 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\command\Help.php, 2109 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\command\Lists.php, 2201 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\command\make\Controller.php, 1638 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\command\make\Model.php, 1133 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\command\make\stubs\controller.plain.stub, 106 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\command\make\stubs\controller.stub, 1292 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\command\make\stubs\model.stub, 96 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\command\Make.php, 3162 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\command\optimize\Autoload.php, 10391 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\command\optimize\Config.php, 3421 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\command\optimize\Route.php, 2210 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\command\optimize\Schema.php, 4429 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\Command.php, 10932 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\input\Argument.php, 3051 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\input\Definition.php, 9894 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\input\Option.php, 5694 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\Input.php, 12622 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\LICENSE, 1064 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\output\Ask.php, 9924 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\output\descriptor\Console.php, 3753 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\output\Descriptor.php, 11864 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\output\driver\Buffer.php, 1348 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\output\driver\Console.php, 11436 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\output\driver\Nothing.php, 973 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\output\formatter\Stack.php, 2680 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\output\formatter\Style.php, 6216 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\output\Formatter.php, 5489 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\output\question\Choice.php, 4716 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\output\question\Confirmation.php, 1779 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\output\Question.php, 5039 , 2017-12-26
tp5 - 副本\thinkphp\library\think\console\Output.php, 5761 , 2017-12-26
tp5 - 副本\thinkphp\library\think\Console.php, 21817 , 2017-12-26
tp5 - 副本\thinkphp\library\think\Container.php, 8615 , 2017-12-26
tp5 - 副本\thinkphp\library\think\Controller.php, 6221 , 2017-12-26
tp5 - 副本\thinkphp\library\think\Cookie.php, 7413 , 2017-12-26
tp5 - 副本\thinkphp\library\think\db\builder\Mysql.php, 4847 , 2017-12-26
tp5 - 副本\thinkphp\library\think\db\builder\Pgsql.php, 2655 , 2017-12-26
tp5 - 副本\thinkphp\library\think\db\builder\Sqlite.php, 2251 , 2017-12-26
tp5 - 副本\thinkphp\library\think\db\builder\Sqlsrv.php, 4469 , 2017-12-26
tp5 - 副本\thinkphp\library\think\db\Builder.php, 36144 , 2017-12-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • eriji
    支持UBB,防止英文不换行或撑大表格,大家可以下载(Support UBB, to prevent the English does not wrap or stretch form)
    2016-03-15 22:00:57下载
    积分:1
  • 526910
    读取windows序列号源码,例程程序结合易语言扩展界面支持库,调用API函数实现读取保存windows序列号。(Open windows to read the serial number , the routine extension program interface combined with easy language support library , call the API function to read saved windows serial number.)
    2016-07-20 23:02:25下载
    积分:1
  • CRC16校验VC++序是通讯数据校验的必需之
    CRC16校验VC++程序是通讯数据校验的必需之程序-CYXLIC REDUNDANCY CHECK VC data communications procedures is the necessary calibration procedure
    2022-01-30 12:20:44下载
    积分:1
  • TableBench
    Areas 1-4 are first all draw white. Areas 3&4 are then drawn grey. Areas 2&4 are then drawn grey. Areas 2&3 are thus double drawn while area 4 is triple drawn.
    2015-10-17 19:48:03下载
    积分:1
  • etl437-chapitre_3
    Chapitre 3 : Mécanismes de claquage des isolants gazeux
    2014-06-10 23:18:26下载
    积分:1
  • DirectByteBuffer
    DirectByteBuffer extends BaseByteBuffer implements DirectBuffer.
    2014-02-18 12:46:44下载
    积分:1
  • CG-REPORT
    ITS A REPORT ON PROJECT DONE USING OPEN GL
    2014-11-14 18:43:37下载
    积分:1
  • sy2
    用递归的方法实现以下算法: 1.以二叉链表表示二叉树,建立一棵二叉树(算法5.3); 2.输出二叉树的中序遍历结果(算法5.1); 3.输出二叉树的前序遍历结果(见讲稿); 4.输出二叉树的后序遍历结果(见讲稿); 5.计算二叉树的深度(算法5.5); 6.统计二叉树的结点个数(算法5.6); 7.统计二叉树的叶结点个数; 8.统计二叉树的度为1的结点个数; 9.输出二叉树中从每个叶子结点到根结点的路径。(The following algorithm is implemented using a recursive method: 1., the two fork list is used to represent the two fork tree, and a two fork tree is established (algorithm 5.3). 2. output two order tree traversal results (algorithm 5.1); 3. output two prefix traversal results (see lecture notes); 4. output the result of traversal traversal of two fork tree (see lecture notes). 5. calculate the depth of the two forked tree (algorithm 5.5); 6. statistics the number of nodes of the two fork tree (algorithm 5.6). 7. statistics of the number of leaf nodes of the two forked tree; 8. the number of nodes of the two forked tree is 1. 9. output the path from each leaf node to the root node in the two fork tree.)
    2020-11-20 13:19:37下载
    积分:1
  • boil fluent数模模拟常用蒸发冷凝相变udf
    说明:  fluent数模模拟常用蒸发冷凝相变udf(Evaporation condensation phase change UDF)
    2020-04-30 09:46:51下载
    积分:1
  • bianchenggaoshou
    说明:  非常不错的一本VC++编程书籍,《编程高手箴言》,程序员必备(Very good one VC++ Programming books, )
    2008-10-31 16:20:00下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载