
Python
Python
Admini$trat0r
本人擅长JAVA,C,C++,C#,Python,PHP,JS,Jsp,Asp的拼写。
熟悉Windows,Linux,Unix,IOS,Android的开关机。
展开
-
Python 局域网内文件共享
1(reg)Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\Directory\Background\shell\1Python SimpleHTTPServer]@="SimpleHTTPServer""Icon"="%SystemRoot%\\system32\\shell32.dll,-14"[HKEY_CLASSES_ROOT\Directory\Background\shell\1Python SimpleHTTPSe原创 2021-06-25 13:47:50 · 3090 阅读 · 0 评论 -
安装PyUserInput
首先需要安装pyHookhttps://www.lfd.uci.edu/~gohlke/pythonlibs/这个链接里面ctrl+f搜索pyhook下载对应版本,把文件存到python文件夹下的Script内打开cmd,用cd 命令切换到自己python安装的Script文件夹下。然后pip install (pyHook-1.5.1-cp36-cp36m-win_amd64.w...原创 2019-12-08 17:14:55 · 3283 阅读 · 2 评论 -
Python 黑板客爬虫闯关的第一关
黑板客爬虫闯关的第一关附一下网址: http://www.heibanke.com/lesson/crawler_ex00/自己手动的填了几个发现太多,填补过来。只好巧妙地利用了python爬虫技术,百度了不少资料,最后终于成功了!具体说一下步骤:1.安装python去官网下载即可。2.安装seleniumwin键 + R 运行 cmd , 在cmd里...原创 2019-06-14 17:24:41 · 2988 阅读 · 3 评论