06 2022 档案
摘要:前提:api/v1/test/behat.yml文件下 ,写一个-LendingContext 1:建立文件 2:编写代码:这是一个删除的和新增的代码:这里我是分别写了lendings_details_delete.php 和lendings_details_post.php lendings_de
阅读全文
摘要:/* 通过调用驱动程序创建一个PDO实例 */ // 获取请求体,@的作用为屏蔽警告,可去除。 $post = @file_get_contents('php://input'); // 解析成数组 $post = json_decode( $post, true ); $name=$post[0]
阅读全文
摘要:参考链接:https://zhuanlan.zhihu.com/p/85906101 $post = @file_get_contents('php://input'); //获取请求体,@的作用为屏蔽警告,可去除。 $post = json_decode( $post, true ); //解析成
阅读全文
摘要:$result = $DB->prepare("SELECT calendar_date, calendar_date_name, calendar_day_off, calendar_day_worked FROM `admin_calendar` WHERE calendar_date BETW
阅读全文
摘要:http://www.navicat.com.cn/products/navicat-for-mysql
阅读全文
摘要:新:use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; require_once __DIR__.'/../../../plugins/PHPMailer-6.1.7/src/Exception.php'; re
阅读全文
摘要:https://brew.idayer.com/
阅读全文