09 2021 档案
摘要:<?php $host = "localhost"; $username = 'root'; $password = 'root'; $database = 'dbname'; $filters = ['content','payload']; $pdo = new PDO("mysql:host=
阅读全文
摘要:在此文的基础上 https://www.cnblogs.com/dwj192/p/13962845.html 只更新nginx 的openssl,不更新系统的openssl 下载新版openssl, wget https://www.openssl.org/source/openssl-1.1.1l
阅读全文
摘要:出处:https://blog.csdn.net/weixin_43215482/article/details/87932734 1、service层出现的契机:mvc框架由model,view,controller组成,执行流程一般是:在controller访问model获取数据,通过view渲
阅读全文