会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
盘思动
三思而后折腾!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
76
77
78
79
80
81
82
83
84
···
133
下一页
2021年2月25日
如何用命令终端查看mac的 ssd使用和损耗情况
摘要: 苹果尚未对此事做出回应,有猜测可通过系统升级解决。也有观点认为, 大家借助的是终端里的“Smart Monitoring Tools”来读取SSD数据 (brew install smartmontools && sudo smartctl --all /dev/disk0), 不能说一定准确,至少
阅读全文
posted @ 2021-02-25 16:21 盘思动
阅读(1521)
评论(0)
推荐(0)
2021年2月23日
长链接测试js
摘要: 长链接测试网页:http://coolaf.com/tool/chattest // var intervalID = setInterval(() => { // console.log('gggg'); // getImg() // }, 3000); // function getImg()
阅读全文
posted @ 2021-02-23 17:51 盘思动
阅读(138)
评论(0)
推荐(0)
nginx http https 配置案例
摘要: 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 盘思动
阅读(148)
评论(0)
推荐(0)
http访问转为https
摘要: 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 盘思动
阅读(417)
评论(1)
推荐(0)
2021年2月21日
阿里一面,给了几条SQL,问需要执行几次树搜索操作?
摘要: https://mp.weixin.qq.com/s/7TVulyJwOnRl5CHNLyMHcA 有位朋友去阿里面试,他说面试官给了几条查询SQL,问:需要执行几次树搜索操作?我朋友当时是有点懵的,后来冷静思考,才发现就是考索引的几个基础知识点~~ 本文我们分九个索引知识点,一起来探讨一下。如果有
阅读全文
posted @ 2021-02-21 09:30 盘思动
阅读(118)
评论(0)
推荐(0)
2021年2月20日
du 命令,按照大小排序前10个
摘要: 选出排在前面的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 盘思动
阅读(9822)
评论(0)
推荐(1)
2021年2月6日
最常用简体汉字1169个
摘要: 0123456789 要退待志涉合伊境随障逐枕且窗外料会宝造欢两予萨被箭爬售曲河尼阴然方贵机宽鲁线放见础铃必谈骨棋反牌经济金筒序狗祖员烛坚话统赞换查除早周士罪语马职韵晴奶摸达绿吃厂的切覆针羊验脑香观引五列首错故确星究客交数依队至是失等讲爷终改总酒阿检 参黄扇准蕉免剧患毒何典教迎击也州网艺来级执注火括
阅读全文
posted @ 2021-02-06 16:31 盘思动
阅读(1483)
评论(0)
推荐(0)
cat 结合grep 查看文件中字段
摘要: ``` 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 盘思动
阅读(668)
评论(0)
推荐(0)
2021年2月3日
error:too few arguments to function
摘要: 今天写程序报错:error:too few arguments to function 意思是:函数参数调用错误 分析:调用时参数多了或者少了 解决方案:改😄 php7 针对少传参的,报错!!!!
阅读全文
posted @ 2021-02-03 14:26 盘思动
阅读(6937)
评论(0)
推荐(0)
2021年2月2日
SQL语句 update 字段=字段+字符串 拼接
摘要: update user_info set user_name = concat(user_name,'呵呵呵') where user_name = '哈哈哈';
阅读全文
posted @ 2021-02-02 11:31 盘思动
阅读(873)
评论(0)
推荐(0)
上一页
1
···
76
77
78
79
80
81
82
83
84
···
133
下一页
公告