將某個資料夾裡的所有檔案加入到 test.7z,其中的 a 代表加入檔案,而 -t7z 代表壓縮檔的 type 是 7z。
7z.exe a -t7z "dirpath\*"將 test.7z 解壓縮到指定路徑 outputdir,其中的 e 代表從壓縮檔中提取出來,-o 代表輸出,outputdir 要緊接在 -o 後面。
7z.exe e test.7z -o"outputdir"
7z.exe a -t7z "dirpath\*"將 test.7z 解壓縮到指定路徑 outputdir,其中的 e 代表從壓縮檔中提取出來,-o 代表輸出,outputdir 要緊接在 -o 後面。
7z.exe e test.7z -o"outputdir"
conda install spyder=3.3.1
Close = Close.loc[Close.index > '2019-01-01']