PHP造一个$_PUT
$_PUT = array();
if ('PUT' == $_SERVER['REQUEST_METHOD']) {
parse_str(file_get_contents('php://input'), $_PUT);
}
var_dump($_PUT);$_PUT = array();
if ('PUT' == $_SERVER['REQUEST_METHOD']) {
parse_str(file_get_contents('php://input'), $_PUT);
}
var_dump($_PUT);安装dcoker方式移步 记一次博客的迁移(Ubuntu安装docker部署博客)安装docker-composewget https://github.com/docker/co...
function buildWhere($where = array(), $searchFields = ''){ if(empty($searchFiel...
docker安装方式 移步 https://note.centos7.online/?id=27一、拉取镜像docker pull minio/minio二、启动容器do...
首先在html中用js获取到当前页面的层级//递归获取当前嵌套在iframe页面的层级位置 function getSelfWindowPa...
一、docker的安装更新源#apt-get update安装依赖#apt-get install \ apt-tran...
mysql的查询语句 #周 select FROM_UNIXTIME(create_time,'%Y%u') weeks,count(cas...