先做免密在master01執(zhí)行:cat ~/.ssh/id_rsa.pub復(fù)制出內(nèi)容 在新加節(jié)點(diǎn)rm -rf ~/.sshmkdir ~/.sshchmod 700 ~/.s...
1.匿名函數(shù) 結(jié)構(gòu) lambda x1,x2,...xn:表達(dá)式 根據(jù)關(guān)鍵字排序 2. 列表推導(dǎo)式 列表解析個(gè)字典解析。之前我們使用普通for創(chuàng)建列表 列表...
學(xué)習(xí)Python的第一天 配置編程環(huán)境 Pycharm 和 Anaconda的安裝 python2 和python3的差別 python2.x 面向過程 python3.x...