- 博客(4)
- 资源 (3)
- 收藏
- 关注
转载 Python与Hack之Zip文件口令破解
https://www.cnblogs.com/hqutcy/p/6103548.html 1.需要的库: **import zipfile**import optparse**from threading import Thread(1)zipfile:1.1 zipfile.ZipFile(fileName[, mode[, compression[, allowZip64]]])
2017-12-25 16:58:18 458 1
转载 用matplotlib获取雅虎股票数据并作图【转载】
原文链接:http://www.cnblogs.com/hhh5460/p/5120079.html matplotlib有一个finance子模块提供了一个获取雅虎股票数据的api接口:quotes_historical_yahoo_ochl 感觉非常好用! 示例一 获取数据并作折线图 import matplotlib.pyplot a
2017-12-22 12:02:32 2938
转载 使用numba加速python
我们都知道 Python 比较慢,但很多时候我们都不知道为什么。虽然我用 Python 也有那么两年左右了,但也只能模模糊糊地感受到这么两点: * Python 太动态了 * 如果能事先编译一下 Python,让它静态一点,速度应该就会上来 于是我们就有了 cython。然而 cython 毕竟不是原生的 Python 代码,使用起来还是有诸多不便的。为此,numba 就成了一个
2017-07-21 13:02:26 13831 3
原创 oracle10g安装
vi /etc/yum.repos.d/base.repo[Base] name=base baseurl=file:///mnt/Server enabled=1 gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-releaseyum install -y binutils compat-db control-cen
2016-06-21 14:57:57 429
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人