169. Majority Element Given an array of size n, find the majority element. The majorit...
283.Move Zeroes Given an array nums, write a function to move all 0's to the end of it ...
git add <file> //將要提交的文件的信息添加到索引庫(kù)中,通俗點(diǎn)講,就是暫存區(qū) git commit -m <file> //將索引庫(kù)鐘的內(nèi)容提交到本地倉(cāng)庫(kù)...
前言:之前一直沒有系統(tǒng)學(xué)習(xí)一下rabbitmq,只Google突擊學(xué)習(xí)一下就上手,最近在看《rabbitmq in action》,記一下理解后的要點(diǎn)。 常用腳本命令: 前臺(tái)...
簡(jiǎn)述: 以下內(nèi)容忽略非常多細(xì)節(jié),僅個(gè)人抽象理解,請(qǐng)理性閱讀。 https是一種安全的協(xié)議。怎么才算安全? 通信內(nèi)容加密 確認(rèn)通信雙方的身份 原理介紹: ? https采用...
docker常用命令: 查看容器狀態(tài),docker stats <container> 進(jìn)入容器,docker exec -it <container> 從容器中copy文件...
第一篇簡(jiǎn)書。之前一直都是在github上建的博客,比較簡(jiǎn)陋,想折騰一個(gè)評(píng)論模塊,但是苦于工作太忙,加班回家女友還各種使喚??,抽出時(shí)間當(dāng)然是要抓緊學(xué)習(xí)呀,所以現(xiàn)在轉(zhuǎn)到簡(jiǎn)書來(lái)了,...