E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
PYPY
脚本模块
PyPy
ODBC 0.9.2发布 脚本模块
在写这篇文章之前,xxx已经写过了几篇关于改脚本模块主题的文章,想要了解的朋友可以去翻一下之前的文章
PyPy
ODBC布发了0.9.2版本,新版本加入了对
qq49836467
·
2013-04-18 21:00
脚本模块
Python打包过程中遇到的问题
pythonBaseLib\Player\Build\Win32\setuptriblerplay.pyinstall3.pythonBaseLib\Player\Build\Win32\setuptriblerplay.
pypy
2exe
lius1984
·
2013-03-25 19:00
IronPython通过
pypy
odbc使用SQLAlchemy的方法
现在,借助于纯Python的ODBC接口库
pypy
odbc,通过简单扩展SQLAlchemy,IronPython也可以用上SQLAlchemy了。
派派技术小组
·
2013-03-07 21:00
Pypy
对Python的提速
Pypy
是Python的JIT解释器,Psyco的后继开发,但Psyco已死。
Honghe
·
2013-03-06 22:00
python error: no module named pylab的解决
10965336/python-error-no-module-named-pylabOS:Ubuntu12.10Python版本:2.7.3在命令行中输入:sudoapt-getinstallpython-num
pypy
thon-sci
pypy
thon-matplotlib
jubincn
·
2013-02-19 00:00
redis-py 下载地址
gitclonehttps://github.com/andymccurdy/redis-py.gitcdredis-
pypy
thonsetup.pyinstall
mldxs
·
2013-02-18 14:00
redis
python
pexpect使用手记
一、安装easy_install工具wgethttp://peak.telecommunity.com/dist/ez_setup.
pypy
thonez_setup.py安装easy_install工具
5iqiong
·
2013-02-18 09:51
pexpect
pexpect使用手记
一、安装easy_install工具wgethttp://peak.telecommunity.com/dist/ez_setup.
pypy
thonez_setup.py安装easy_install工具
5iqiong
·
2013-02-18 09:51
pexpect
Python
linux下安装easy_install的方法
可能需要先安装setuptools,不过更酷的方法是使用ez_setup.py脚本:复制代码代码如下:wget-qhttp://peak.telecommunity.com/dist/ez_setup.
pypy
thonez_setup.py
·
2013-02-10 18:00
python下编译py成pyc和pyo
python下编译py成pyc和pyo其实很简单,用python-mpy_compilefile.
pypy
thon-mpy_compile/root/src/{file1,file2}.py编译成pyc
吟啸_徐行
·
2013-02-02 00:00
Python模块常用的几种安装方式
Python模块安装一、单文件模块直接把文件拷贝到$python_dir/Lib二、多文件模块,带setup.
pypy
thonsetup.pyinstall三、egg文件1)下载ez_setup.py,
zhengzhe1937
·
2013-01-14 12:00
deploy django to
pypy
4.
PyPy
部署4.1
PyPy
安装
PyPy
是一个python语言实现的带jit的python解释器,现支持X86,X86_64,ARM等平台,最新版本是2.0beta1,但在服务器上安装64位版本时都存在安装问题
largetalk
·
2013-01-09 15:00
pypy
的速度
无聊作PE http://projecteuler.net/problem=10 ,求2百万以下数的所有数的总和python随便写了一个big=2000000 importtime plst=[2,3,5,7,11,13] t1=time.time() foriinxrange(17,big,2): forpinplst: ifi%p==0: break ifp*p>i: plst.append
largetalk
·
2012-12-07 11:00
mac下用port安装python和opencv
sudoport-fpuninstallinstalled卸载之前用port安装的软件sudoportselfupdate更新portsudoportupgradeoutdated更新软件包sudoportinstallpython27py27-num
pypy
27
heavywater
·
2012-12-01 19:00
python操作MongoDB
首先安装pymongowget-qhttp://peak.telecommunity.com/dist/ez_setup.
pypy
thonez_setup.
pypy
mongo example:importpymongo
jophyyao
·
2012-11-25 20:00
Python安装天文应用包
安装ephem包之前需要安装: sudoapt-getinstallpython-num
pypy
thon-sci
pypy
thon-matplotlibpython-pip(python-tkpython
xin_yu_xin
·
2012-11-18 23:00
继续小测python web server
比如ShellXu的元编程,赖总的state/message,沈大侠谈的
pypy
等。回来就想测一下用
pypy
跑web应用看看性能如何。顺便也对上次的测试范围作了点扩大化。
Raptor
·
2012-10-23 12:00
多线程
Web
server
python
测试
web.py
bpython-----python增强解释器
pypy
,执行速度是CPython的一半,这是一个吸引我的解释器。但是同时也有一个问题,就是
pypy
hello.py它进入的是解释器
twins
·
2012-10-19 21:00
【转】说说静态单赋值(SSA,Static Single-Assignment)
就是一种高效的数据流分析技术,目前几乎所有的现代编译器,如GCC、Open64、LLVM都有将SSA技术的支持,不仅仅是编译器,JikesRVM,HotSpotJVM,.Net的Mono,Python的
Pypy
lewsn2008
·
2012-09-24 09:00
JavaScript
算法
优化
compiler
编译器
construction
linux内核container_of宏定义分析
http://www.cnitblog.com/pup
pypy
b/archive/2008/08/20/48172.aspxlinux内核container_of宏定义分析一、#defineoffsetof
ma_nong
·
2012-09-06 18:00
从命令行启动脚本
从命令行启动脚本Unix衍生系统(Linux,MacOSX,Solaris,FreeBSD等等)不管哪种Unix平台,Python脚本都可以象下面这样,在命令行上通过解释器执行:$pythonscript.
pyPy
thon
木之四月
·
2012-08-07 23:00
为什么我们需要STM(Software Transactional Memory)
update:2013-8-20从
pypy
的博客上看,他们早已实现了STM版的
pypy
:http://more
pypy
.blogspot.com/2013/08/update-on-stm.html,不过
hengyunabc
·
2012-07-30 19:00
Python中的easy_install安装小技巧
easy_install工具,可能需要先安装setuptools,不过更酷的方法是使用ez_setup.py脚本:wget-q http://peak.telecommunity.com/dist/ez_setup.
pypy
thonez_setup.py
lpy123456
·
2012-06-13 09:00
pypy
的一个测试
pypy
-1.9 昨天已经发布,据称性能又有所提高。
mathgl
·
2012-06-09 16:00
测试
每天进步一点点 --python学习2
/helloworld.
pypy
thon中关于文件路径操作的几个函数:os.listdir(path)//返回path下的文件及文件夹,返回为list类型os.path.walk(path,visit,
wang_2011_ying
·
2012-05-31 16:00
机器学习各类工具weka、scikit-learn等各项指标的对比
www.shogun-toolbox.org/另推荐机器学习软件汇总网站 http://mloss.org/software/featureshogunwekakernlabdlibniemeorangejava-mlpyMLml
pypy
braintorch3scikit-learnGeneralFeaturesGraphicalUserInterface
Waleking
·
2012-05-20 02:00
vector
image
工具
float
output
Types
python自动安装工具easy_install的使用
easy_install工具,可能需要先安装setuptools,不过更酷的方法是使用ez_setup.py脚本:wget-qhttp://peak.telecommunity.com/dist/ez_setup.
pypy
thonez_setup.py
水墨小龙虾
·
2012-05-18 15:23
python
python编程技巧
python自动安装工具easy_install的使用
easy_install工具,可能需要先安装setuptools,不过更酷的方法是使用ez_setup.py脚本:wget-qhttp://peak.telecommunity.com/dist/ez_setup.
pypy
thonez_setup.py
cjh6311882
·
2012-05-18 15:00
python
工具
tools
python获取当前工作目录
/test.
pypy
thon
窈窕魑魅
·
2012-05-11 23:28
python
工作目录
Python
用于科学计算的Python库-代替Matlab
网址:http://numpy.scipy.org/,http://www.scipy.org/ubuntu安装:#apt-getinstallpython-num
pypy
thon-scipy绘图库-matp
ariesjzj
·
2012-05-02 16:20
Academic
Develop
用于科学计算的Python库-代替Matlab
网址:http://numpy.scipy.org/,http://www.scipy.org/ubuntu安装:#apt-getinstallpython-num
pypy
thon-scipy绘图库-matp
ariesjzj
·
2012-05-02 16:00
python
matlab
图形
跨平台
图像处理
optimization
python---easy_install 安装软件 及BeautifulSoup 中文乱码
安装easy_install工具使用ez_setup.py脚本方便安装:wget -q http://peak.telecommunity.com/dist/ez_setup.
pypy
thon ez_setup.py
张大鹏
·
2012-04-10 22:00
OpenCV学习笔记-图像分割
图像分割,采用金字塔实现,该函数为,[cpp] viewplainco
pyPy
rSegmentation 用金字塔实现图像分割 void cvPyrSegmentation( IplImage* src
rosekin
·
2012-03-30 20:00
c
存储
出版
DST
python 安装easy_install工具
BeautifulSoup中文乱码安装easy_install工具使用ez_setup.py脚本方便安装:wget -q http://peak.telecommunity.com/dist/ez_setup.
pypy
thon
endual
·
2012-03-22 19:00
easy_install
python 安装easy_install工具
BeautifulSoup中文乱码安装easy_install工具使用ez_setup.py脚本方便安装:wget -q http://peak.telecommunity.com/dist/ez_setup.
pypy
thon
endual
·
2012-03-22 19:00
easy_install
谁是速度之王(Python vs JavaScript)?
特别是Google的V8和Mozilla的SpiderMonkey, 将JavaScript的运行速度提升了一大块,以致JavaScript的运行速度大有反超Python 之势,但Python也不甘示弱,
PyPy
开心303
·
2012-03-20 12:00
Python vs JavaScript
特别是Google的V8和Mozilla的SpiderMonkey,将JavaScript的运行速度提升了一大块,以致JavaScript的运行速度大有反超Python之势,但Python也不甘示弱,
PyPy
Raymin
·
2012-03-19 18:00
JavaScript
python
node.js
pypy
Redis的Python客户端redis-py
使用easy_installsudoeasy_installredisb.源码安装gitclonehttps://github.com/andymccurdy/redis-py.gitcdredis-
pypy
thonsetup.pyinstall2
chosen0ne
·
2012-03-05 13:47
Python
NoSQL
py2exe ImportError: No module named sip
简单解决方法:c:\Python26\python.exesetup.
pypy
2exe--includessip 使用pyqt完成窗体界面很方便,但是打包成exe之后会有问题,在网上找到解决办法如下:AnotherSolutiontothesameproblem
agoago_2009
·
2012-02-25 00:00
windows
sqlite
Module
exe
qt
import
python安全管理子进程-subprocess - Python - language - ITeye论坛
subprocess-Python-language-ITeye论坛 锁定老帖子主题:python安全管理子进程-subprocess 精华帖(0)::良好帖(0)::新手帖(0)::隐藏帖(0) 作者正文
pypy
·
2012-02-22 22:00
language
Python dll打包
ThisisthedistutilsscriptforcreatingaPython-basedcomdll #serverusingctypes.com.Thisscriptshouldberunlikethis: # #%pythonsetup.
pypy
2exe
xugangjava
·
2012-02-08 15:00
python
server
properties
dll
Parameters
resources
python模块安装
Python模块安装1.单文件模块直接把文件拷贝到$python_dir/lib2.多文件模块,带setup.
pypy
thonsetup.pyinstall3.egg文件1)下载ez_setup.py,
icycolawater
·
2011-12-21 15:00
linux
windows
python
exe
import
wxPython
虚拟座谈会:PyCon嘉宾谈Python
洪强宁:Python语言最近的发展我比较关心的有两个——Python3和
PyPy
。Pyt
丁雪丰
·
2011-12-20 00:00
虚拟座谈会:PyCon嘉宾谈Python
洪强宁:Python语言最近的发展我比较关心的有两个——Python3和
PyPy
。Pyt
丁雪丰
·
2011-12-20 00:00
fibonacci(40) benchmark
Node.jsisCancershowawrongwaytousenodejs.ButthetestcodeFibonacciissofunny.IimplementthefibonaccifunctioninotherDynamicLanguagesforcomparisontesting.LanguagesDynamicnodejsnodejs+cppmodulepython
pypy
MK2
·
2011-12-14 22:00
PyCon 2011 China记
会议的全部内容(视频和幻灯片)可以访问这里:http://e.gensee.com/v_3df867沈崴这次虽然没谈什么具体技术,只是泛泛地谈了Python的过去现状和未来,不过鉴于每次见到他,他都会提到
PyPy
Raptor
·
2011-12-12 15:00
windows
数据库
mysql
优化
python
扩展
PyCon 2011 China记
会议的全部内容(视频和幻灯片)可以访问这里:http://e.gensee.com/v_3df867 沈崴这次虽然没谈什么具体技术,只是泛泛地谈了Python的过去现状和未来,不过鉴于每次见到他,他都会提到
PyPy
izuoyan
·
2011-12-12 15:00
in
from setuptools import setup, find_packages ImportError: No module named set
解决方法:wgethttp://peak.telecommunity.com/dist/ez_setup.
pypy
thonez_setup.py
wyabc1986
·
2011-11-10 22:00
Module
import
PyPy
中的extendabletype与pairtype解析
# -*- coding: utf-8 -*- # 首发在 http://page.renren.com/601001752/note/775449636'''
PyPy
feisuzhu
·
2011-11-07 21:00
extend
python easy_install
easy_install工具,可能需要先安装setuptools,不过更酷的方法是使用ez_setup.py脚本:wget-qhttp://peak.telecommunity.com/dist/ez_setup.
pypy
thonez_setup.py
hewy0526
·
2011-10-08 13:00
上一页
23
24
25
26
27
28
29
30
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他