原文鏈接:SRE vs. DevOps: competing standards or close friends?(翻譯:姚洪) 網(wǎng)站可靠性工程(SRE)和DevOps是兩...
摘自http://www.computerhope.com/unix/ucut.htm You can specify any character as the delimi...
轉(zhuǎn)自:https://www.cnblogs.com/hongzg1982/articles/2101792.html 要搞清bashrc與profile的區(qū)別,首先要弄明白...
REF:https://www.cyberciti.biz/python-tutorials/linux-tutorial-install-ansible-configura...
ref:https://www.cnblogs.com/williamjie/p/9233867.html 每次使用free時都比較迷惑,對于上面的內(nèi)容一直都不是很清楚,今天...
Understanding the B-tree and hash data structures can help predict how different querie...
This section summarizes some general methods for making backups. Making a Hot Backup wi...
https://dev.mysql.com/doc/refman/8.0/en/backup-types.html This section describes the ch...
To obtain the execution plan for an explainable statement executing in a named connecti...
TheEXPLAINstatement provides information about how MySQL executes statements: EXPLAINwo...
一、什么是索引? 索引用來快速地尋找那些具有特定值的記錄,所有MySQL索引都以B-樹的形式保存。如果沒有索引,執(zhí)行查詢時MySQL必須從第一個記錄開始掃描整個表的所有記錄,...
索引并不是時時都會生效的,比如以下幾種情況,將導(dǎo)致索引失效: 1.如果條件中有or,即使其中有條件帶索引也不會使用(這也是為什么盡量少用or的原因) 注意:要想使用or,又...
同步IO和異步IO,阻塞IO和非阻塞IO分別是什么,到底有什么區(qū)別?不同的人在不同的上下文下給出的答案是不同的。所以先限定一下本文的上下文。 本文討論的背景是Linux環(huán)境下...
轉(zhuǎn)自:http://www.cnblogs.com/Anker/p/3271773.html 1、前言 之前在看《unix環(huán)境高級編程》第八章進(jìn)程時候,提到孤兒進(jìn)程和僵尸進(jìn)程...
讓我們來看一個故事,讀完這個故事,我相信你和面試官的對話會非常愉快。 網(wǎng)絡(luò)帝國的崛起 隨著時間的流逝,計算機帝國的子民耐不住寂寞,他們好想去外面的世界看看,去其他的計算機家中...
轉(zhuǎn)自:https://blog.csdn.net/weixin_37891479/article/details/81012861 這是一個系列故事,沒有讀過上篇的不妨看看《...