摘要: 方法一:nginx 配置 node项目也可如此编译,tips:是proxy_pass,并非proxy_path server { listen 80; #监听端口; server_name local.ping.com; #域名名称 location / { proxy_pass http://12 阅读全文
posted @ 2022-10-28 17:30 盘思动 阅读(343) 评论(0) 推荐(0) 编辑
摘要: array_unshift($arr,['id' => 0,'name' => '超级管理员']); 不用赋值,直接会更改arr值 相对应方法 array_push() 阅读全文
posted @ 2022-10-28 13:26 盘思动 阅读(43) 评论(0) 推荐(0) 编辑