- 浏览: 91893 次
- 性别:
- 来自: 南京
最新评论
-
pypy:
恩,这个可能是设计上方向的问题,
不过,你可以看下 stat ...
python获得磁盘剩余空间 statvfs -
Zandy:
Deprecated since version 2.6: T ...
python获得磁盘剩余空间 statvfs -
coffeesweet:
对这个不是很熟,回头看看API
python获得磁盘剩余空间 statvfs -
pypy:
1. 要写成客户端应用,及时收集相关信息,并通过网络上报到中心 ...
python 监控 linux cpu 使用率 -
Zandy:
高射炮打蚊子啊,用shell多简单
python 监控 linux cpu 使用率
文章列表
近来使用mencoder转码,统一转换成flv格式
本来想在仔细阅读man之前,先总体上感受一下这个大胃的mencoder
google一把后,发现,网络上基本上使用的命令是
mencoder -quiet -oac mp3lame -lameopts abr:br=48 -srate 22050 -af channels=2 -ovc lavc -vf hqdn3d,scale=320:240 -lavcopts vcodec=flv:vbitrate=238:mbd=2:trell:turbo:keyint=45 -ofps 12 -of lavf -lavfopts i_certif ...
- 2009-05-06 11:14
- 浏览 3712
- 评论(0)
start: Job failed to start
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.5 (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
mysql-server ...
Install the extra repositories
Centos 5.x
wget [url]http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm[/url]
wget [url]http://rpms.famillecollet.com/enterprise/remi-release-5.rpm
sudo rpm -Uvh remi-release-5*.rpm epel-release-5*.rpm[/url]
Centos 6.x
wget [url]http:// ...
留下笔记,
原文:http://amix.dk/blog/post/19588
(转载:http://blog.jobbole.com/15727/)
Reddit是美国最大的网上社区,它的每个帖子前面都有向上和向下的箭头,分别表示”赞成”和”反对”。用户点击进行投票,Reddit根据投票结果,计算出 ...
如何在python中实现 类似java中,Class.forName().newInstance()的功能
1. 静态导入
tommy@ubuntu:~$ python
Python 2.7.2+ (default, Oct 4 2011, 20:03:08)
[GCC 4.6.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from time import t ...