05 2020 档案

摘要:使用ldap 3269端口,可以跨多子域查询用户的信息。 def find_email_of_user(displayName): server = Server('ldaps://x.x.x.x:3269', get_info=ALL) conn = Connection(server, user 阅读全文
posted @ 2020-05-13 17:23 JPinsz 阅读(1377) 评论(0) 推荐(0)
摘要:安装:pip install pywin32 使用方法: PyInstaller 不仅支持 -F、-D 选项,而且也支持如表 1 所示的常用选项。 表 1 PyInstaller 支持的常用选项 -h,--help 查看该模块的帮助信息 -F,-onefile 产生单个的可执行文件 -D,--one 阅读全文
posted @ 2020-05-12 13:48 JPinsz 阅读(370) 评论(0) 推荐(0)
摘要:python新建虚拟环境: https://www.cnblogs.com/liuqingzheng/p/9508851.html vs code使用虚拟环境: https://www.jianshu.com/p/1189760675d0 vs code 创建虚拟环境并使用 https://blog 阅读全文
posted @ 2020-05-07 14:17 JPinsz 阅读(3531) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/0f2fb935a9a1 https://blog.csdn.net/yh0503/article/details/89851899 阅读全文
posted @ 2020-05-07 13:20 JPinsz 阅读(425) 评论(0) 推荐(0)