上一页 1 2 3 4 5 6 7 8 ··· 40 下一页
摘要: 一定要引入vendor/autoload.php 否则无法使用monologuse Monolog\Logger; use Monolog\Handler\StreamHandler; require_once __DIR__ . '../../../../../api/v1/vendor/auto 阅读全文
posted @ 2022-07-08 10:48 王越666 阅读(45) 评论(0) 推荐(0) 编辑
摘要: SELECT COUNT(wo_list.wo_id) AS count_wo_id, admin_employee.employee_name, admin_employee.employee_email FROM wo_list INNER JOIN wo_list_employee ON wo 阅读全文
posted @ 2022-07-07 13:44 王越666 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 前提:api/v1/test/behat.yml文件下 ,写一个-LendingContext 1:建立文件 2:编写代码:这是一个删除的和新增的代码:这里a56爆大奖在线娱乐是分别写了lendings_details_delete.php 和lendings_details_post.php lendings_de 阅读全文
posted @ 2022-06-27 13:43 王越666 阅读(41) 评论(0) 推荐(0) 编辑
摘要: /* 通过调用驱动程序创建一个PDO实例 */ // 获取请求体,@的作用为屏蔽警告,可去除。 $post = @file_get_contents('php://input'); // 解析成数组 $post = json_decode( $post, true ); $name=$post[0] 阅读全文
posted @ 2022-06-24 15:33 王越666 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://zhuanlan.zhihu.com/p/85906101 $post = @file_get_contents('php://input'); //获取请求体,@的作用为屏蔽警告,可去除。 $post = json_decode( $post, true ); //解析成 阅读全文
posted @ 2022-06-23 16:54 王越666 阅读(485) 评论(0) 推荐(0) 编辑
摘要: $result = $DB->prepare("SELECT calendar_date, calendar_date_name, calendar_day_off, calendar_day_worked FROM `admin_calendar` WHERE calendar_date BETW 阅读全文
posted @ 2022-06-17 17:18 王越666 阅读(22) 评论(0) 推荐(0) 编辑
摘要: http://www.navicat.com.cn/products/navicat-for-mysql 阅读全文
posted @ 2022-06-13 18:36 王越666 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 新:use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; require_once __DIR__.'/../../../plugins/PHPMailer-6.1.7/src/Exception.php'; re 阅读全文
posted @ 2022-06-10 16:52 王越666 阅读(34) 评论(0) 推荐(0) 编辑
摘要: https://brew.idayer.com/ 阅读全文
posted @ 2022-06-08 11:30 王越666 阅读(8) 评论(0) 推荐(0) 编辑
摘要: Linux下CentOS 7手动部署LNMP环境 阅读全文
posted @ 2022-05-15 11:45 王越666 阅读(18) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 40 下一页