按类别查询搜索结果
关于关键词 的检测结果,共 879
【LINUX】 python升级
qingheliu | 2013-07-09 11:16:37 | 阅读(2050) | 评论(0)
1:解决方法:yum -y install python-setuptools2: [root@s4 backupv2]#  python start.pyTraceback (most recent call last):  File "start.py", line 2, in     import MySQLdbImportError: No module named MySQLdb解决方法: yum -y install  MySQL-python...【阅读全文】
网络小耿 | 2013-07-08 12:30:05 | 阅读(2990) | 评论(0)
python 批量修改linux用户的密码【阅读全文】
zhouyue518 | 2013-07-07 22:11:41 | 阅读(630) | 评论(0)
python 批量修改linux用户的密码【阅读全文】
wujing168 | 2013-07-02 16:53:56 | 阅读(650) | 评论(0)
转自:http://liluo.org/blog/2011/03/memcached-install-and-using/【阅读全文】
wujing168 | 2013-07-02 16:47:52 | 阅读(900) | 评论(0)
转自:http://lxneng.com/posts/39【阅读全文】
chinaboywg | 2013-06-30 23:50:14 | 阅读(1470) | 评论(0)
from distutils.core import setupimport py2exesetup(console=["birdman.py"])#需要安装py2exe,推荐使用python 2.7.3,py2exe 则使用对应的版本【阅读全文】
一路狂笑 | 2013-06-30 11:31:43 | 阅读(940) | 评论(0)
Python脚本语言小记  2013-06-30  TsengYia#126.com http://tsengyia.blog.chinaunix.net/############################################################################## 系统环境:     RHEL 6.2 [2.6.32-220.el6.i686]  软件环境:     pyth...【阅读全文】
wujing168 | 2013-06-28 15:15:59 | 阅读(2180) | 评论(1)
转自:http://blog.sina.com.cn/s/blog_59cf08450100ibpg.html【阅读全文】
wujing168 | 2013-06-28 15:14:18 | 阅读(740) | 评论(0)
转自:http://www.pythonclub.org/python-network-application/pycurl【阅读全文】
initrdimg | 2013-06-24 23:04:38 | 阅读(1010) | 评论(0)
configparser【阅读全文】
wujing168 | 2013-06-19 18:22:24 | 阅读(3220) | 评论(0)
转自:http://blog.csdn.net/jakieyoung/article/details/5445414【阅读全文】
wujing168 | 2013-06-19 15:17:53 | 阅读(1390) | 评论(0)
转自: http://outofmemory.cn/code-snippet/1464/python-send-youjian-resolve-suoyou-luanma-question【阅读全文】
wujing168 | 2013-06-08 15:53:41 | 阅读(1330) | 评论(0)
转自:http://developer.51cto.com/art/201003/187933.htm【阅读全文】
zongg | 2013-06-07 18:04:10 | 阅读(1740) | 评论(0)
import this>>>The Zen of Python, by Tim PetersBeautiful is better than ugly.漂亮的代码要比丑陋的代码要好得多。Explicit is better than implicit.明确的定义比 隐式定义更好。Simple is be...【阅读全文】
ljc_2155 | 2013-06-06 22:32:00 | 阅读(1680) | 评论(0)
python 批量修改linux用户的密码【阅读全文】
水底游 | 2013-06-06 10:14:00 | 阅读(1190) | 评论(0)
python 批量修改linux用户名密码【阅读全文】
w28501589 | 2013-06-05 21:43:44 | 阅读(7180) | 评论(1)
python 批量修改linux用户的密码【阅读全文】
jiangwen127 | 2013-05-30 13:54:56 | 阅读(1390) | 评论(0)
整理记录遇到的Python使用问题:1. 如何计算中文字符串长度,这里以utf-8为例   在文件开头使用#coding=utf-8   s = "中文";   len.(s.decode('utf-8'))【阅读全文】
coolcole | 2013-05-28 16:50:18 | 阅读(1550) | 评论(0)
发表于439 天前 ? 运维|APPServer, 运维|学习分享, 运维|语言 ? 暂无评论 ? 被围观 + 简介由于一些业务的需要,需要用python来编写一些api接口,为了能快速的开发python程序,需要选择一种框架能快速的实现python程序。目前已有的python框架有:tornado、django、flask、web.py等等。基于以上框架,我...【阅读全文】
birdsdeng | 2013-05-23 11:21:34 | 阅读(1380) | 评论(0)
from distutils.core import setupimport py2exesetup(console=["birdman.py"])#需要安装py2exe,推荐使用python 2.7.3,py2exe 则使用对应的版本【阅读全文】