04 2020 档案

摘要:cursor:pointer; 手势 cursor:auto;正常 阅读全文
posted @ 2020-04-29 11:46 why_set 阅读(571) 评论(0) 推荐(0)
摘要:navigator 调取摄像头async 异步请求方式await 等待Promise请求完成//开启摄像头async function startCamera() { let video = document.getElementById("video"); let stream = await n 阅读全文
posted @ 2020-04-27 11:02 why_set 阅读(903) 评论(0) 推荐(0)
摘要:php.in 最后一页 配置cacert.pem证书文件,否则解析不了aws存储桶的路由 curl.cainfo = D:/phpstudy_pro/cacert.pem 引入 use Aws\S3\S3Client;use Aws\S3\Exception\S3Exception; //aws认证 阅读全文
posted @ 2020-04-20 10:15 why_set