02 2021 档案

摘要:苹果尚未对此事做出回应,有猜测可通过系统升级解决。也有观点认为, 大家借助的是终端里的“Smart Monitoring Tools”来读取SSD数据 (brew install smartmontools && sudo smartctl --all /dev/disk0), 不能说一定准确,至少 阅读全文
posted @ 2021-02-25 16:21 盘思动 阅读(1488) 评论(0) 推荐(0) 编辑
摘要:长链接测试网页:http://coolaf.com/tool/chattest // var intervalID = setInterval(() => { // console.log('gggg'); // getImg() // }, 3000); // function getImg() 阅读全文
posted @ 2021-02-23 17:51 盘思动 阅读(129) 评论(0) 推荐(0) 编辑
摘要:linux nginx 配置 server{ listen 80; server_name www.worldsipo.com; index index.html index.htm index.php; root /home/wwwroot/default/*****/public; #error 阅读全文
posted @ 2021-02-23 14:48 盘思动 阅读(139) 评论(0) 推荐(0) 编辑
摘要:1.https 监听443端口 将listen 80 改为443 2. ssl 引入使用https时阿里云提供的秘钥 这个秘钥我们放入nginx/conf/cert 下面 然后引入 ssl on; ssl_certificate 文件位置/nginx/conf/cert/2424404_****** 阅读全文
posted @ 2021-02-23 14:45 盘思动 阅读(403) 评论(1) 推荐(0) 编辑
摘要:https://mp.weixin.qq.com/s/7TVulyJwOnRl5CHNLyMHcA 有位朋友去阿里面试,他说面试官给了几条查询SQL,问:需要执行几次树搜索操作?我朋友当时是有点懵的,后来冷静思考,才发现就是考索引的几个基础知识点~~ 本文我们分九个索引知识点,一起来探讨一下。如果有 阅读全文
posted @ 2021-02-21 09:30 盘思动 阅读(105) 评论(0) 推荐(0) 编辑
摘要:选出排在前面的10个 du -s /usr/* | sort -rn | head 1. df -lh 2. du -s /usr/* | sort -rn 这是按字节排序 3. du -sh /usr/* | sort -rn 这是按兆(M)来排序 4.选出排在前面的10个 du -s /usr/ 阅读全文
posted @ 2021-02-20 09:51 盘思动 阅读(9413) 评论(0) 推荐(1) 编辑
摘要:0123456789 要退待志涉合伊境随障逐枕且窗外料会宝造欢两予萨被箭爬售曲河尼阴然方贵机宽鲁线放见础铃必谈骨棋反牌经济金筒序狗祖员烛坚话统赞换查除早周士罪语马职韵晴奶摸达绿吃厂的切覆针羊验脑香观引五列首错故确星究客交数依队至是失等讲爷终改总酒阿检 参黄扇准蕉免剧患毒何典教迎击也州网艺来级执注火括 阅读全文
posted @ 2021-02-06 16:31 盘思动 阅读(1444) 评论(0) 推荐(0) 编辑
摘要:``` zb@zbdeMacBook-Pro store-mini % cat project.config.json | grep scene "scene": null "scene": null "scene": null "scene": null "scene": null "scene" 阅读全文
posted @ 2021-02-06 15:48 盘思动 阅读(661) 评论(0) 推荐(0) 编辑
摘要:今天写程序报错:error:too few arguments to function 意思是:函数参数调用错误 分析:调用时参数多了或者少了 解决方案:改😄 php7 针对少传参的,报错!!!! 阅读全文
posted @ 2021-02-03 14:26 盘思动 阅读(6838) 评论(0) 推荐(0) 编辑
摘要:update user_info set user_name = concat(user_name,'呵呵呵') where user_name = '哈哈哈'; 阅读全文
posted @ 2021-02-02 11:31 盘思动 阅读(862) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示