











本文使用的网址:https://github.com/massgravel/Microsoft-Activation-Scripts 有两种方法,本文介绍一下方法一的使用 1、右击windows开始图标,选择Windows PowerShe…
wordpress提供多种类型的链接形式 1/%year%/%monthnum%/%day%/%postname%/ 2/%year%/%monthnum%/%po…
在使用python是经常会用到import一个第三方库,但是有时候会提示某个模块不存在,如Crypto其实是因为Python3里面这个模块的名字变了, pip uninstall pycrypto pip install pycryptod…