DisruptDEX質押挖礦模式系統開發案例

lxqy16688發表於2023-04-26

大資料技術將成為Web3.0的未來發展趨勢之一。大資料技術將改變網路環境中的內容、技術和服務,使使用者更加自主、舒適和便捷地使用網路。大資料技術將為網路環境提供更多的可能性,改善使用者體驗,提高網路環境的安全性。I88智慧合約I928系統開發8024

  

  from openpyxl import load_workbook

  

  from os.path import basename,dirname,exists,isfile

  

  from os import rename

  

  wb=load_workbook(filename='list.xlsx')

  

  tbl1=wb['Tabelle1']

  

  i=2

  

  entry=tbl1['B{}'.format(i)].value

  

  while not entry==None:

  

  entry=tbl1['B{}'.format(i)].value

  

  if isfile(basename(entry)+'(2)'):

  

  print("Datei doppelt vorhanden")

  

  i+=1

  

  continue

  

  if isfile(basename(entry)):

  

  print("Verschiebe{}".format(basename(entry)))

  

  rename(basename(entry),'U:'+dirname(entry)[33:]+'/http_download/'+basename(entry))

  

  i+=1

  

  或者:from builtins import FileNotFoundError[as別名]

  

  def _generate_images_and_masks(images_iter,mask_dir):

  

  for image_file in images_iter:

  

  file_part=_extract_filename(image_file)

  

  mask_file=os.path.join(mask_dir,file_part+"_mask.png")

  

  if os.path.exists(mask_file):

  

  yield image_file,mask_file

  

  else:

  

  raise FileNotFoundError(f"Could not find mask{mask_file}corresponding to{image_file}")


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70029086/viewspace-2948847/,如需轉載,請註明出處,否則將追究法律責任。

相關文章