摘要:
最近开始刷LeetCode,准备按照专题来进行。所有的解题方案我都会放在GitHub上面,对于有价值的题目,我会重新在这里做记录,并且将解题方案贴出来,便于自己之后复习。 Array 1. easy 1. "122. Best Time to Buy and Sell Stock II" + "我的 阅读全文
摘要:
shell中有很多内建命令,如何区分内建命令与外部文件,使用type command即可看到命令类型。 >> type cd # input << cd is a Shell builtin # output >> type ifconfig # input << ifconfig is /sbin 阅读全文