{"id":711,"date":"2019-04-12T22:28:12","date_gmt":"2019-04-12T14:28:12","guid":{"rendered":"http:\/\/www.eait.co\/?p=711"},"modified":"2019-04-12T22:28:12","modified_gmt":"2019-04-12T14:28:12","slug":"python%e5%88%a0%e9%99%a4%e7%97%85%e6%af%92","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=711","title":{"rendered":"python\u5220\u9664\u75c5\u6bd2"},"content":{"rendered":"<p>\u6700\u8fd1\u7535\u8111\u8001\u5728\u4e2d\u6bd2\uff0c\u5e76\u4e14\u5168\u90e8\u4f2a\u88c5\u6210lnk\u683c\u5f0f\uff0c\u4e8e\u662f\u5c31\u76f4\u63a5\u5168\u90e8\u5220\u9664\uff0c\u901f\u5ea6\u8fd8\u633a\u5feb\u7684\u3002\u4e0b\u9762\u65f6\u95f4\u811a\u672c\u3002<\/p>\n<pre>import os\r\n\r\npaths = 'e:\/'\r\ndef second_dir(path,dirs = []):\r\n    for i in os.listdir(path):\r\n        if i != '$RECYCLE.BIN'and i != 'System Volume Information':\r\n            #a= path + '\\\\'+i\r\n            a = os.path.join(path,i)\r\n            dirs.append(a)\r\n            if  os.path.isdir(a):\r\n                second_dir(a,dirs)\r\n    return dirs\r\nf = open('del.txt','w')\r\ndirs = second_dir(paths)\r\nfor i in dirs:\r\n    if i.endswith('.lnk'):\r\n        #os.mv(i,'E:\\\\link')\r\n        try:\r\n            os.remove(i)\r\n            print(i)\r\n            f.writelines(i+'\\n')\r\n        except:\r\n            f.writelines('\u5220\u9664\u5931\u8d25'+i)\r\nf.close()\r\n\r\n\r\n\u4e0a\u9762\u6709\u4f18\u5316\u7a7a\u95f4\uff0c\u53ef\u4ee5\u5728\u524d\u9762\u76f4\u63a5\u5220\u9664\uff0c\u4e5f\u53ef\u4ee5\u79fb\u52a8\u5230\u522b\u7684\u6587\u4ef6\u5939\uff0c\u786e\u5b9a\u540e\u5220\u9664\u3002\u8fd9\u4e2a\u6587\u4ef6\u4e0d\u591a\uff0c\u4e5f\u5c31\u4e00\u4e07\u591alnk\u6587\u4ef6\u3002\u6240\u4ee5\u76f4\u63a5\u5220\u6389\u5c31\u53ef\u4ee5\u4e86\uff0c\u6d4b\u8bd55\u5e74\u524d\u7684\u7535\u8111\u51e0\u79d2\u949f\u8fd0\u884c\u5b8c\u6bd5\u3002<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u6700\u8fd1\u7535\u8111\u8001\u5728\u4e2d\u6bd2\uff0c\u5e76\u4e14\u5168\u90e8\u4f2a\u88c5\u6210lnk\u683c\u5f0f\uff0c\u4e8e\u662f\u5c31\u76f4\u63a5\u5168\u90e8\u5220\u9664\uff0c\u901f\u5ea6\u8fd8\u633a\u5feb\u7684\u3002\u4e0b\u9762\u65f6\u95f4\u811a\u672c\u3002 import o [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25],"tags":[20],"class_list":["post-711","post","type-post","status-publish","format-standard","hentry","category-py","tag-python"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/711","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=711"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/711\/revisions"}],"predecessor-version":[{"id":712,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/711\/revisions\/712"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=711"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=711"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=711"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}