first commit

This commit is contained in:
2020-08-06 15:26:41 +08:00
commit 8c0aa3edc1
1416 changed files with 238374 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?php
// +------------------------------------------------+
// |http://www.cjango.com |
// +------------------------------------------------+
// | 修复BUG不是一朝一夕的事情等我喝醉了再说吧 |
// +------------------------------------------------+
// | Author: 小陈叔叔 <Jason.Chen> |
// +------------------------------------------------+
return [
'type' => 'File',
'path' => CACHE_PATH,
'prefix' => '',
'expire' => 0,
'cache_subdir' => false,
];

View File

@@ -0,0 +1,14 @@
<?php
// +------------------------------------------------+
// |http://www.cjango.com |
// +------------------------------------------------+
// | 修复BUG不是一朝一夕的事情等我喝醉了再说吧 |
// +------------------------------------------------+
// | Author: 小陈叔叔 <Jason.Chen> |
// +------------------------------------------------+
return [
'useCurve' => false,
'length' => 4,
'reset' => true,
];

View File

@@ -0,0 +1,55 @@
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006~2016 http://thinkphp.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
return [
// 数据库类型
'type' => 'mysql',
// 服务器地址
'hostname' => 'localhost',
// 数据库名
'database' => 'newhelper',
// 用户名
'username' => 'newhelper',
// 密码
'password' => 'RuqV3Sfty93ZHAr9',
// 端口
'hostport' => 3306,
// 连接dsn
'dsn' => '',
// 数据库连接参数
// 'params' => [\PDO::ATTR_PERSISTENT => true],
// 数据库编码默认采用utf8
'charset' => 'utf8mb4',
// 数据库表前缀
'prefix' => '',
// 数据库调试模式
'debug' => false,
// 是否严格检查字段是否存在
'fields_strict' => true,
// 数据集返回类型
'resultset_type' => 'array',
// 自动写入时间戳字段
'auto_timestamp' => true,
// 时间字段取出后的默认时间格式
'datetime_format' => 'Y-m-d H:i',
// 是否需要进行SQL性能分析
'sql_explain' => false,
// 数据库部署方式:0 集中式(单一服务器),1 分布式(主从服务器)
'deploy' => 0,
// 数据库读写是否分离 主从式有效
'rw_separate' => false,
// 读写分离后 主服务器数量
'master_num' => 1,
// 指定从服务器序号
'slave_no' => '',
// 是否需要断线重连
'break_reconnect' => true,
];

View File

@@ -0,0 +1,16 @@
<?php
// +------------------------------------------------+
// |http://www.cjango.com |
// +------------------------------------------------+
// | 修复BUG不是一朝一夕的事情等我喝醉了再说吧 |
// +------------------------------------------------+
// | Author: 小陈叔叔 <Jason.Chen> |
// +------------------------------------------------+
use think\Request;
return [
'type' => '\tools\Pager',
'list_rows' => Request::instance()->get('pageSize', 15),
'var_page' => 'page',
'query' => Request::instance()->get(),
];

View File

@@ -0,0 +1,17 @@
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK IT ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006-2016 http://thinkphp.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: yunwuxin <448901948@qq.com>
// +----------------------------------------------------------------------
return [
'connector' => 'Database',
'expire' => 10,
'default' => 'default',
'table' => 'jobs',
];

View File

@@ -0,0 +1,20 @@
<?php
// +------------------------------------------------+
// |http://www.cjango.com |
// +------------------------------------------------+
// | 修复BUG不是一朝一夕的事情等我喝醉了再说吧 |
// +------------------------------------------------+
// | Author: 小陈叔叔 <Jason.Chen> |
// +------------------------------------------------+
//
// +----------------------------------------------------------------------
// | 会话设置
// +----------------------------------------------------------------------
return [
'id' => '',
'name' => 'CJANGO_SID',
'var_session_id' => 'session_id',
'prefix' => '',
'type' => '',
'auto_start' => true,
];

View File

@@ -0,0 +1,14 @@
<?php
// +------------------------------------------------+
// |http://www.cjango.com |
// +------------------------------------------------+
// | 修复BUG不是一朝一夕的事情等我喝醉了再说吧 |
// +------------------------------------------------+
// | Author: 小陈叔叔 <Jason.Chen> |
// +------------------------------------------------+
return [
'size' => 20 * 1024 * 1024,
'path' => './uploads/', // 保存路径
'replace' => true, // 存在同名是否覆盖
];

View File

@@ -0,0 +1,21 @@
<?php
// +------------------------------------------------+
// |http://www.cjango.com |
// +------------------------------------------------+
// | 修复BUG不是一朝一夕的事情等我喝醉了再说吧 |
// +------------------------------------------------+
// | Author: 小陈叔叔 <Jason.Chen> |
// +------------------------------------------------+
//0moLn1ik27yraJGZoCfNCLv4DCJvhF7w
//
return [
// 'token' => 'FAt2QcKsC02kTXYpG',
// 'appid' => 'wx47628db38f788d2d',
// 'secret' => '39253ecf8e7c881fedea76a3e7bc088c',
'token' => 'YIZgvcHFG2X6302',
'appid' => 'wx5d7f172687399038',
'secret' => 'c8bc73c7cf2a34df67e1e310288510f0',
'AESKey' => 'vQgIUznowJjD0VfRW9fGZzdb3vh3eyhL2sGroU3yGDM',
'mch_id' => '1348684801',
'paykey' => 'zriD63YHPsvMFgWYv19l41JIh4aEM4Aj',
];