import hashlib import os import time import configparser import uuid def test_file_md5(file_path): test = hashlib.md5() if os.path.isfile(file_path): with open(file_path, "rb") as f: while True: data = f.read(8096) if not data: break else: test.update(data) ret = test.hexdigest() config = configparser.ConfigParser() config.read("E:/python/pycharm/再開(kāi)次開(kāi)始/前端/test_md5.ini",encoding="utf-8") if config.has_section(os.path.basename(file_path)): new_section_name = str(os.path.basename(file_path)) + ":" + str(uuid.uuid4()) config[new_section_name] = {"文件路徑":os.path.dirname(file_path), "md5值":ret} else: config[os.path.basename(file_path)] = {"文件路徑": os.path.dirname(file_path), "md5值": ret} config.write(open("E:/python/pycharm/再開(kāi)次開(kāi)始/前端/test_md5.ini","w",encoding="utf-8")) def test_dir_md5(file_path): test_abs_path = os.path.abspath(file_path) # print(test_abs_path) os.chdir(test_abs_path) for file in os.listdir(os.getcwd()): if os.path.isfile(file): test_file_md5(os.path.abspath(file)) elif os.path.isdir(file): test_dir_md5(os.path.abspath(file)) else: pass # return True if __name__ == '__main__': began_path = os.getcwd() test_path = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(began_path)))) os.chdir(test_path) print(os.listdir()) for test_file in os.listdir(): os.chdir(test_path) if os.path.abspath(test_file).startswith("E:\\$"): continue else: if os.path.isfile(test_file): # print("yyyyy") test_file_md5(os.path.abspath(test_file)) elif os.path.isdir(test_file): # print("hahah") test_dir_md5(os.path.abspath(test_file)) # print(os.path.abspath(test_file)) else: pass
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無(wú)理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性?xún)r(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專(zhuān)為企業(yè)上云打造定制,能夠滿足用戶(hù)豐富、多元化的應(yīng)用場(chǎng)景需求。
創(chuàng)新互聯(lián)建站服務(wù)項(xiàng)目包括前進(jìn)網(wǎng)站建設(shè)、前進(jìn)網(wǎng)站制作、前進(jìn)網(wǎng)頁(yè)制作以及前進(jìn)網(wǎng)絡(luò)營(yíng)銷(xiāo)策劃等。多年來(lái),我們專(zhuān)注于互聯(lián)網(wǎng)行業(yè),利用自身積累的技術(shù)優(yōu)勢(shì)、行業(yè)經(jīng)驗(yàn)、深度合作伙伴關(guān)系等,向廣大中小型企業(yè)、政府機(jī)構(gòu)等提供互聯(lián)網(wǎng)行業(yè)的解決方案,前進(jìn)網(wǎng)站推廣取得了明顯的社會(huì)效益與經(jīng)濟(jì)效益。目前,我們服務(wù)的客戶(hù)以成都為中心已經(jīng)輻射到前進(jìn)省份的部分城市,未來(lái)相信會(huì)繼續(xù)擴(kuò)大服務(wù)區(qū)域并繼續(xù)獲得客戶(hù)的支持與信任!