生活在宁静的角落 terry
pip 安装库时设置代理服务器
设置代理
一次性
pip install --proxy="user:password@server:port" yourpackage
指定安装的源
pip install mysqlclient -i http://http://pypi.douban.com/simple/ --trusted-host pypi.douban.com点击查看更多…
Openpyxl 格式xls文件
PS快速解锁AD 账号
查找账号: get-aduser -f {name -like '*santa*'} | format-list name,samaccountname
1.查询账号是否被锁定
Get-ADUser sean.shen -Properties * | Select-Object lockedout
解锁账号
Unlock-ADAccount -Identity sean.shen
MDT 客户端载入镜像出错
PING命令的各类反馈信息
1、Reply from 75.44.24.253: bytes=32 time=3ms TTL=254
C:\>ping 75.44.24.253
Pinging 75.44.24.253 with 32 bytes of data:
Reply from 75.44.24.253: bytes=32 time=3ms TTL=254
Reply from 75.44.24.253: bytes=32 time …
点击查看更多…