songxingwei 2 년 전
부모
커밋
b568444135
100개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      thinkphp/.gitignore
  2. 0 0
      thinkphp/.htaccess
  3. 0 0
      thinkphp/CONTRIBUTING.md
  4. 0 0
      thinkphp/LICENSE.txt
  5. 0 0
      thinkphp/README.md
  6. 0 0
      thinkphp/base.php
  7. 0 0
      thinkphp/composer.json
  8. 0 0
      thinkphp/convention.php
  9. 0 0
      thinkphp/helper.php
  10. 0 0
      thinkphp/lang/zh-cn.php
  11. 0 0
      thinkphp/library/think/App.php
  12. 0 0
      thinkphp/library/think/Build.php
  13. 0 0
      thinkphp/library/think/Cache.php
  14. 0 0
      thinkphp/library/think/Collection.php
  15. 0 0
      thinkphp/library/think/Config.php
  16. 0 0
      thinkphp/library/think/Console.php
  17. 0 0
      thinkphp/library/think/Container.php
  18. 0 0
      thinkphp/library/think/Controller.php
  19. 0 0
      thinkphp/library/think/Cookie.php
  20. 0 0
      thinkphp/library/think/Db.php
  21. 0 0
      thinkphp/library/think/Debug.php
  22. 0 0
      thinkphp/library/think/Env.php
  23. 0 0
      thinkphp/library/think/Error.php
  24. 0 0
      thinkphp/library/think/Exception.php
  25. 0 0
      thinkphp/library/think/Facade.php
  26. 0 0
      thinkphp/library/think/File.php
  27. 0 0
      thinkphp/library/think/Hook.php
  28. 0 0
      thinkphp/library/think/Lang.php
  29. 0 0
      thinkphp/library/think/Loader.php
  30. 0 0
      thinkphp/library/think/Log.php
  31. 0 0
      thinkphp/library/think/Middleware.php
  32. 0 0
      thinkphp/library/think/Model.php
  33. 0 0
      thinkphp/library/think/Paginator.php
  34. 0 0
      thinkphp/library/think/Process.php
  35. 0 0
      thinkphp/library/think/Request.php
  36. 0 0
      thinkphp/library/think/Response.php
  37. 0 0
      thinkphp/library/think/Route.php
  38. 0 0
      thinkphp/library/think/Session.php
  39. 0 0
      thinkphp/library/think/Template.php
  40. 0 0
      thinkphp/library/think/Url.php
  41. 0 0
      thinkphp/library/think/Validate.php
  42. 0 0
      thinkphp/library/think/View.php
  43. 0 0
      thinkphp/library/think/cache/Driver.php
  44. 0 0
      thinkphp/library/think/cache/driver/File.php
  45. 0 0
      thinkphp/library/think/cache/driver/Lite.php
  46. 0 0
      thinkphp/library/think/cache/driver/Memcache.php
  47. 0 0
      thinkphp/library/think/cache/driver/Memcached.php
  48. 2 2
      thinkphp/library/think/cache/driver/Redis.php
  49. 0 0
      thinkphp/library/think/cache/driver/Sqlite.php
  50. 0 0
      thinkphp/library/think/cache/driver/Wincache.php
  51. 0 0
      thinkphp/library/think/cache/driver/Xcache.php
  52. 0 0
      thinkphp/library/think/config/driver/Ini.php
  53. 0 0
      thinkphp/library/think/config/driver/Json.php
  54. 0 0
      thinkphp/library/think/config/driver/Xml.php
  55. 0 0
      thinkphp/library/think/console/Command.php
  56. 0 0
      thinkphp/library/think/console/Input.php
  57. 0 0
      thinkphp/library/think/console/LICENSE
  58. 0 0
      thinkphp/library/think/console/Output.php
  59. 0 0
      thinkphp/library/think/console/Table.php
  60. 0 0
      thinkphp/library/think/console/bin/README.md
  61. 0 0
      thinkphp/library/think/console/bin/hiddeninput.exe
  62. 0 0
      thinkphp/library/think/console/command/Build.php
  63. 0 0
      thinkphp/library/think/console/command/Clear.php
  64. 0 0
      thinkphp/library/think/console/command/Help.php
  65. 0 0
      thinkphp/library/think/console/command/Lists.php
  66. 0 0
      thinkphp/library/think/console/command/Make.php
  67. 0 0
      thinkphp/library/think/console/command/RouteList.php
  68. 0 0
      thinkphp/library/think/console/command/RunServer.php
  69. 0 0
      thinkphp/library/think/console/command/Version.php
  70. 0 0
      thinkphp/library/think/console/command/make/Command.php
  71. 0 0
      thinkphp/library/think/console/command/make/Controller.php
  72. 0 0
      thinkphp/library/think/console/command/make/Middleware.php
  73. 0 0
      thinkphp/library/think/console/command/make/Model.php
  74. 0 0
      thinkphp/library/think/console/command/make/Validate.php
  75. 0 0
      thinkphp/library/think/console/command/make/stubs/command.stub
  76. 0 0
      thinkphp/library/think/console/command/make/stubs/controller.api.stub
  77. 0 0
      thinkphp/library/think/console/command/make/stubs/controller.plain.stub
  78. 0 0
      thinkphp/library/think/console/command/make/stubs/controller.stub
  79. 0 0
      thinkphp/library/think/console/command/make/stubs/middleware.stub
  80. 0 0
      thinkphp/library/think/console/command/make/stubs/model.stub
  81. 0 0
      thinkphp/library/think/console/command/make/stubs/validate.stub
  82. 0 0
      thinkphp/library/think/console/command/optimize/Autoload.php
  83. 0 0
      thinkphp/library/think/console/command/optimize/Config.php
  84. 0 0
      thinkphp/library/think/console/command/optimize/Route.php
  85. 0 0
      thinkphp/library/think/console/command/optimize/Schema.php
  86. 0 0
      thinkphp/library/think/console/input/Argument.php
  87. 0 0
      thinkphp/library/think/console/input/Definition.php
  88. 0 0
      thinkphp/library/think/console/input/Option.php
  89. 0 0
      thinkphp/library/think/console/output/Ask.php
  90. 0 0
      thinkphp/library/think/console/output/Descriptor.php
  91. 0 0
      thinkphp/library/think/console/output/Formatter.php
  92. 0 0
      thinkphp/library/think/console/output/Question.php
  93. 0 0
      thinkphp/library/think/console/output/descriptor/Console.php
  94. 0 0
      thinkphp/library/think/console/output/driver/Buffer.php
  95. 0 0
      thinkphp/library/think/console/output/driver/Console.php
  96. 0 0
      thinkphp/library/think/console/output/driver/Nothing.php
  97. 0 0
      thinkphp/library/think/console/output/formatter/Stack.php
  98. 0 0
      thinkphp/library/think/console/output/formatter/Style.php
  99. 0 0
      thinkphp/library/think/console/output/question/Choice.php
  100. 0 0
      thinkphp/library/think/console/output/question/Confirmation.php

+ 0 - 0
thinkphp/.gitignore


+ 0 - 0
thinkphp/.htaccess


+ 0 - 0
thinkphp/CONTRIBUTING.md


+ 0 - 0
thinkphp/LICENSE.txt


+ 0 - 0
thinkphp/README.md


+ 0 - 0
thinkphp/base.php


+ 0 - 0
thinkphp/composer.json


+ 0 - 0
thinkphp/convention.php


+ 0 - 0
thinkphp/helper.php


+ 0 - 0
thinkphp/lang/zh-cn.php


+ 0 - 0
thinkphp/library/think/App.php


+ 0 - 0
thinkphp/library/think/Build.php


+ 0 - 0
thinkphp/library/think/Cache.php


+ 0 - 0
thinkphp/library/think/Collection.php


+ 0 - 0
thinkphp/library/think/Config.php


+ 0 - 0
thinkphp/library/think/Console.php


+ 0 - 0
thinkphp/library/think/Container.php


+ 0 - 0
thinkphp/library/think/Controller.php


+ 0 - 0
thinkphp/library/think/Cookie.php


+ 0 - 0
thinkphp/library/think/Db.php


+ 0 - 0
thinkphp/library/think/Debug.php


+ 0 - 0
thinkphp/library/think/Env.php


+ 0 - 0
thinkphp/library/think/Error.php


+ 0 - 0
thinkphp/library/think/Exception.php


+ 0 - 0
thinkphp/library/think/Facade.php


+ 0 - 0
thinkphp/library/think/File.php


+ 0 - 0
thinkphp/library/think/Hook.php


+ 0 - 0
thinkphp/library/think/Lang.php


+ 0 - 0
thinkphp/library/think/Loader.php


+ 0 - 0
thinkphp/library/think/Log.php


+ 0 - 0
thinkphp/library/think/Middleware.php


+ 0 - 0
thinkphp/library/think/Model.php


+ 0 - 0
thinkphp/library/think/Paginator.php


+ 0 - 0
thinkphp/library/think/Process.php


+ 0 - 0
thinkphp/library/think/Request.php


+ 0 - 0
thinkphp/library/think/Response.php


+ 0 - 0
thinkphp/library/think/Route.php


+ 0 - 0
thinkphp/library/think/Session.php


+ 0 - 0
thinkphp/library/think/Template.php


+ 0 - 0
thinkphp/library/think/Url.php


+ 0 - 0
thinkphp/library/think/Validate.php


+ 0 - 0
thinkphp/library/think/View.php


+ 0 - 0
thinkphp/library/think/cache/Driver.php


+ 0 - 0
thinkphp/library/think/cache/driver/File.php


+ 0 - 0
thinkphp/library/think/cache/driver/Lite.php


+ 0 - 0
thinkphp/library/think/cache/driver/Memcache.php


+ 0 - 0
thinkphp/library/think/cache/driver/Memcached.php


+ 2 - 2
thinkphp/library/think/cache/driver/Redis.php

@@ -23,9 +23,9 @@ use think\cache\Driver;
 class Redis extends Driver
 {
     protected $options = [
-        'host'       => '127.0.0.1',
+        'host'       => '39.107.12.194',
         'port'       => 6379,
-        'password'   => '',
+        'password'   => 'jybl',
         'select'     => 0,
         'timeout'    => 0,
         'expire'     => 0,

+ 0 - 0
thinkphp/library/think/cache/driver/Sqlite.php


+ 0 - 0
thinkphp/library/think/cache/driver/Wincache.php


+ 0 - 0
thinkphp/library/think/cache/driver/Xcache.php


+ 0 - 0
thinkphp/library/think/config/driver/Ini.php


+ 0 - 0
thinkphp/library/think/config/driver/Json.php


+ 0 - 0
thinkphp/library/think/config/driver/Xml.php


+ 0 - 0
thinkphp/library/think/console/Command.php


+ 0 - 0
thinkphp/library/think/console/Input.php


+ 0 - 0
thinkphp/library/think/console/LICENSE


+ 0 - 0
thinkphp/library/think/console/Output.php


+ 0 - 0
thinkphp/library/think/console/Table.php


+ 0 - 0
thinkphp/library/think/console/bin/README.md


+ 0 - 0
thinkphp/library/think/console/bin/hiddeninput.exe


+ 0 - 0
thinkphp/library/think/console/command/Build.php


+ 0 - 0
thinkphp/library/think/console/command/Clear.php


+ 0 - 0
thinkphp/library/think/console/command/Help.php


+ 0 - 0
thinkphp/library/think/console/command/Lists.php


+ 0 - 0
thinkphp/library/think/console/command/Make.php


+ 0 - 0
thinkphp/library/think/console/command/RouteList.php


+ 0 - 0
thinkphp/library/think/console/command/RunServer.php


+ 0 - 0
thinkphp/library/think/console/command/Version.php


+ 0 - 0
thinkphp/library/think/console/command/make/Command.php


+ 0 - 0
thinkphp/library/think/console/command/make/Controller.php


+ 0 - 0
thinkphp/library/think/console/command/make/Middleware.php


+ 0 - 0
thinkphp/library/think/console/command/make/Model.php


+ 0 - 0
thinkphp/library/think/console/command/make/Validate.php


+ 0 - 0
thinkphp/library/think/console/command/make/stubs/command.stub


+ 0 - 0
thinkphp/library/think/console/command/make/stubs/controller.api.stub


+ 0 - 0
thinkphp/library/think/console/command/make/stubs/controller.plain.stub


+ 0 - 0
thinkphp/library/think/console/command/make/stubs/controller.stub


+ 0 - 0
thinkphp/library/think/console/command/make/stubs/middleware.stub


+ 0 - 0
thinkphp/library/think/console/command/make/stubs/model.stub


+ 0 - 0
thinkphp/library/think/console/command/make/stubs/validate.stub


+ 0 - 0
thinkphp/library/think/console/command/optimize/Autoload.php


+ 0 - 0
thinkphp/library/think/console/command/optimize/Config.php


+ 0 - 0
thinkphp/library/think/console/command/optimize/Route.php


+ 0 - 0
thinkphp/library/think/console/command/optimize/Schema.php


+ 0 - 0
thinkphp/library/think/console/input/Argument.php


+ 0 - 0
thinkphp/library/think/console/input/Definition.php


+ 0 - 0
thinkphp/library/think/console/input/Option.php


+ 0 - 0
thinkphp/library/think/console/output/Ask.php


+ 0 - 0
thinkphp/library/think/console/output/Descriptor.php


+ 0 - 0
thinkphp/library/think/console/output/Formatter.php


+ 0 - 0
thinkphp/library/think/console/output/Question.php


+ 0 - 0
thinkphp/library/think/console/output/descriptor/Console.php


+ 0 - 0
thinkphp/library/think/console/output/driver/Buffer.php


+ 0 - 0
thinkphp/library/think/console/output/driver/Console.php


+ 0 - 0
thinkphp/library/think/console/output/driver/Nothing.php


+ 0 - 0
thinkphp/library/think/console/output/formatter/Stack.php


+ 0 - 0
thinkphp/library/think/console/output/formatter/Style.php


+ 0 - 0
thinkphp/library/think/console/output/question/Choice.php


+ 0 - 0
thinkphp/library/think/console/output/question/Confirmation.php


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.