摘要: https://www.jianshu.com/p/36b35f84ccde 总结profile https://blog.csdn.net/and1kaney/article/details/51213979 包含字段的解释 show status:运行时状态 show variables:配置参 阅读全文
posted @ 2020-10-29 17:10 dahuinihao 阅读(48) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s?__biz=MzA5Mjg2MDQ5NQ==&mid=2452509174&idx=1&sn=600a3d3622927dd8234d6fd66f603665&scene=21#wechat_redirect https://juejin.im/ 阅读全文
posted @ 2020-10-29 17:07 dahuinihao 阅读(49) 评论(0) 推荐(0) 编辑
摘要: DQL(select),DML(insert,update,delete) https://mp.weixin.qq.com/s?__biz=MzA5Mjg2MDQ5NQ==&mid=2452509174&idx=1&sn=600a3d3622927dd8234d6fd66f603665&scene 阅读全文
posted @ 2020-10-29 17:04 dahuinihao 阅读(45) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/l540675759/article/details/62893335 Qeuqe双向队列 Satck,ArrayList无参构造函数初始化容量是10 List都可以插入null,有几个插入几个 HashMap可以key,value都可以插入控制,不过ke 阅读全文
posted @ 2020-10-26 19:41 dahuinihao 阅读(67) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/ZYC88888/article/details/80228531 (牛) ByteBuffer的扩展 HeapByteBuffer 和 DirectByteBuffer Bytebuffer UML图 -描述优点 HeapByteBuffer 在jvm堆 阅读全文
posted @ 2020-10-26 09:40 dahuinihao 阅读(119) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/sunsky303/p/8962628.html https://www.cnblogs.com/sunsky303/p/8962628.html (牛) https://www.jianshu.com/p/7863667d5fa7 阅读全文
posted @ 2020-10-23 11:44 dahuinihao 阅读(55) 评论(0) 推荐(0) 编辑
摘要: Select 函数声明:#include<sys/select.h> #include<sys/time.h> int select(int maxfdpl,fd_set *readset,fd_set *writeset,fd_set *exceptset,const struct timeval 阅读全文
posted @ 2020-10-23 08:57 dahuinihao 阅读(165) 评论(0) 推荐(0) 编辑
摘要: Linux中的ps命令是Process Status的缩写。ps命令用来列出系统中当前运行的那些进程。ps命令列出的是当前那些进程的快照,就是执行ps命令的那个时刻的那些进程,如果想要动态的显示进程信息,就可以使用top命令。 要对进程进行监测和控制,首先必须要了解当前进程的情况,也就是需要查看当前 阅读全文
posted @ 2020-10-22 11:47 dahuinihao 阅读(79) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_22172133/article/details/102687502 https://blog.csdn.net/wuxiaolongah/article/details/107327803 非常好 redis官网 https://redis.io/ 阅读全文
posted @ 2020-10-22 10:34 dahuinihao 阅读(76) 评论(0) 推荐(0) 编辑
摘要: https://db-engines.com/ https://cloud.tencent.com/developer/article/1423607 异地多活场景下的数据同步之道 https://blog.csdn.net/lifetragedy/article/details/106194301 阅读全文
posted @ 2020-10-21 14:50 dahuinihao 阅读(83) 评论(0) 推荐(0) 编辑