摘要:
文章目录 pythonjs codehtml frame code python for i in range(1,10): for j in range(1,i+1): print("%d*%d=%d\t"%(j,i,j*i),end="") print() print("pattern2:") 阅读全文
摘要:
文章目录 Working tree directory, staging area, and Git directory target for undo operationsundo modified (undo woking directory modification)(level1)undo 阅读全文
摘要:
文章目录 perfacedisable all installed Extensionsenable extensions you always use(in every project path) for every project(by default)enable(workspace) for 阅读全文