随笔 - 192  文章 - 0  评论 - 14  阅读 - 24万
01 2021 档案
使用Python3获取IMAP的邮件
摘要:使用Python3获取IMAP的邮件 #-*- coding:UTF-8 -*- import imaplib, email def email_header_decode(str): dh = email.header.decode_header(str)[0] if dh[1] == None: 阅读全文
posted @ 2021-01-20 00:48 项希盛 阅读(732) 评论(1) 推荐(0) 编辑
使用PHP7来批量更新MangoDB数据
摘要:直接贴代码 <?php set_time_limit(0); $manager = new MongoDB\Driver\Manager('mongodb://localhost:27017'); $namespace = 'test.test'; $aQuery = array('status' 阅读全文
posted @ 2021-01-11 04:37 项希盛 阅读(197) 评论(0) 推荐(0) 编辑
MongoDB操作记录
该文被密码保护。
posted @ 2021-01-05 20:34 项希盛 阅读(1) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示