ipython: 1.安装easy_install工具 wget http://peak.telecommunity.com/dist/ez_setup.py python ez_setup.py 2.安装ipython ipython: 1.安装easy_install工具 wget http:/ ...
分类:
编程语言 时间:
2016-04-24 12:25:59
阅读次数:
180
python的easy_install工具非常棒,安装和卸载组件非常方便,安装过程如下:wget-qhttp://peak.telecommunity.com/dist/ez_setup.py执行上面的命令把ez_setup.py文件下载到当前的目录下执行:pythonez_setup.py下载对应的setuptools-xx.egg文件,没想到出现以下错误:zipimport...
分类:
编程语言 时间:
2016-04-14 22:41:55
阅读次数:
436
wget http://peak.telecommunity.com/dist/ez_setup.pypython ez_setup.py ...
分类:
其他好文 时间:
2016-04-14 01:22:41
阅读次数:
275
经常接触Python的同学可能会注意到,当需要安装第三方python包时,可能会用到easy_install命令。easy_install是由PEAK(Python Enterprise Application Kit)开发的setuptools包里带的一个命令,它用来安装egg包。egg包是目前最
分类:
编程语言 时间:
2016-03-22 19:13:49
阅读次数:
278
There is an integer array which has the following features: We define a position P is a peek if: Find a peak element in this array. Return the index o
分类:
其他好文 时间:
2016-03-21 08:12:37
阅读次数:
134
第一天写部落格,不知道写些什么。 记于2016.3.20 Peak Lu.
分类:
其他好文 时间:
2016-03-20 17:50:23
阅读次数:
106
安装django的步骤: 1、安装python,选择默认安装在c盘即可。设置环境变量path,值添加python的安装路径。 2、下载ez_setup.py,下载地址:http://peak.telecommunity.com/dist/ez_setup.py 放在某个文件夹下,在cmd里进入该文件
分类:
Web程序 时间:
2016-03-01 00:38:16
阅读次数:
272
A peak element is an element that is greater than its neighbors. Given an input array where num[i] ≠ num[i+1], find a peak element and return its inde
分类:
其他好文 时间:
2016-02-25 13:32:32
阅读次数:
116
一、首先了解TVS管的參数,我们以littelfuse的5.0SMDJ系列为例。 图1 图2 最大峰值脉冲功率 Maximum Peak Pulse Power Pppm峰值脉冲功率为ESD器件上瞬间通过的最大功率值。由最大钳位电压Vc和此时脉冲峰值电流Ipp决定的。 由上图能够看到5.0SMDJ系
分类:
其他好文 时间:
2016-02-06 18:22:39
阅读次数:
314