摘要:
需求分析: 有两种写法: 1. 随机生成三个数字,再随机生成3个字母,两个相加变成密码 a = random.sample(string.digits,3) b = random,sample(string,ascii_letters,3) password = "".join(a+b) 2.随机生 阅读全文
摘要:
引用自:https://www.macwk.com/article/jetbrains-crack 我自己常用的一种方法:插件市场安装 在 Settings/Preferences... -> Plugins 内手动添加第三方插件仓库地址:https://plugins.zhile.io 搜索:ID 阅读全文