{"id":479,"date":"2024-09-28T10:49:09","date_gmt":"2024-09-28T02:49:09","guid":{"rendered":"https:\/\/www.miaolink.cn\/?p=479"},"modified":"2024-10-29T00:34:34","modified_gmt":"2024-10-28T16:34:34","slug":"me60_user","status":"publish","type":"post","link":"https:\/\/www.miaolink.cn\/index.php\/2024\/09\/28\/me60_user\/","title":{"rendered":"ME60\u5728\u7f51\u7528\u6237\u540d\u63d0\u53d6\u7a0b\u5e8f"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"818\" height=\"1024\" src=\"https:\/\/www.miaolink.cn\/wp-content\/uploads\/2024\/09\/image-33-818x1024.png\" alt=\"\" class=\"wp-image-480\" srcset=\"https:\/\/www.miaolink.cn\/wp-content\/uploads\/2024\/09\/image-33-818x1024.png 818w, https:\/\/www.miaolink.cn\/wp-content\/uploads\/2024\/09\/image-33-240x300.png 240w, https:\/\/www.miaolink.cn\/wp-content\/uploads\/2024\/09\/image-33-768x961.png 768w, https:\/\/www.miaolink.cn\/wp-content\/uploads\/2024\/09\/image-33.png 1063w\" sizes=\"auto, (max-width: 818px) 100vw, 818px\" \/><\/figure>\n\n\n\n<p>python\u7a0b\u5e8f,\u7528\u4e8e\u6279\u91cf\u63d0\u53d6me60\u6240\u6709PPPoE\u5728\u7f51\u7528\u6237\u7684\u7528\u6237\u540d<\/p>\n\n\n\n<p>import re<\/p>\n\n\n\n<p># \u6587\u4ef6\u8def\u5f84<\/p>\n\n\n\n<p>file_path = &#8220;C:\/username.txt&#8221;<\/p>\n\n\n\n<p>output_path = &#8220;C:\/1.txt&#8221;<\/p>\n\n\n\n<p>try:<\/p>\n\n\n\n<p>&nbsp; &nbsp; with open(file_path, &#8216;r&#8217;) as file:<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; text = file.read()<\/p>\n\n\n\n<p>&nbsp; &nbsp; print(&#8220;\u6587\u4ef6\u5185\u5bb9\uff1a&#8221;)<\/p>\n\n\n\n<p>&nbsp; &nbsp; print(text)<\/p>\n\n\n\n<p>&nbsp; &nbsp; usernames = re.findall(r&#8217;^\\s*\\d+\\s+(\\S+)\\s+GE5.*?\\s+-\\s*$|^\\s*\\d+\\s+(\\S+)\\s+GE5.*?$&#8217;, text, re.MULTILINE)<\/p>\n\n\n\n<p>&nbsp; &nbsp; if usernames:<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; print(&#8220;\u5339\u914d\u5230\u7684\u7528\u6237\u540d\uff1a&#8221;)<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; for username_tuple in usernames:<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; username = username_tuple[0] if username_tuple[0] else username_tuple[1]<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; print(username)<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; with open(output_path, &#8216;w&#8217;) as output_file:<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for username_tuple in usernames:<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; username = username_tuple[0] if username_tuple[0] else username_tuple[1]<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; output_file.write(username + &#8216;\\n&#8217;)<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; print(f&#8221;\u5339\u914d\u5230\u7684\u7528\u6237\u540d\u5df2\u4fdd\u5b58\u5230: {output_path}&#8221;)<\/p>\n\n\n\n<p>&nbsp; &nbsp; else:<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; print(&#8220;\u672a\u5339\u914d\u5230\u4efb\u4f55\u7528\u6237\u540d&#8221;)<\/p>\n\n\n\n<p>except FileNotFoundError:<\/p>\n\n\n\n<p>&nbsp; &nbsp; print(f&#8221;\u6587\u4ef6\u672a\u627e\u5230: {file_path}&#8221;)<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>python\u7a0b\u5e8f,\u7528\u4e8e\u6279\u91cf\u63d0\u53d6me60\u6240\u6709PPPoE\u5728\u7f51\u7528\u6237\u7684\u7528\u6237\u540d import re # \u6587\u4ef6\u8def\u5f84 fil [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-479","post","type-post","status-publish","format-standard","hentry","category-itms"],"_links":{"self":[{"href":"https:\/\/www.miaolink.cn\/index.php\/wp-json\/wp\/v2\/posts\/479","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.miaolink.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.miaolink.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.miaolink.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.miaolink.cn\/index.php\/wp-json\/wp\/v2\/comments?post=479"}],"version-history":[{"count":2,"href":"https:\/\/www.miaolink.cn\/index.php\/wp-json\/wp\/v2\/posts\/479\/revisions"}],"predecessor-version":[{"id":483,"href":"https:\/\/www.miaolink.cn\/index.php\/wp-json\/wp\/v2\/posts\/479\/revisions\/483"}],"wp:attachment":[{"href":"https:\/\/www.miaolink.cn\/index.php\/wp-json\/wp\/v2\/media?parent=479"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.miaolink.cn\/index.php\/wp-json\/wp\/v2\/categories?post=479"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.miaolink.cn\/index.php\/wp-json\/wp\/v2\/tags?post=479"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}