加载中
Scrapy在Windows上的安装笔记

先前已经有一篇关于Scrapy的介绍了(Scrapy的架构),今天这篇文章是将怎么在Windows上安装Scrapy。 在安装Scrapy前首先需要确定的是已经安装好了Python(目前Scrapy支持Python2.5,Python2...

2012/04/30 18:53
1K
svn在linux下的使用(svn命令行)删除 新增 添加 提交 状态查询 恢...

1、将文件checkout到本地目录 svn checkout path(path是服务器上的目录) 例如:svn checkout svn: // 192.168 . 1.1 / pro / domain 简写:svn co 2、往版本库中添加新的文件 svn add file...

2012/04/30 14:04
454
tar文件压缩 查看文件

压缩文件夹 tar -czvf xxx.tar.gz /xxx/xxx/xxx/ 查看tar.gz文件中的内容 zcat xxx.tar.gz 查看tar.gz包内的文件信息命令 tar -ztvf your_file.tar.gz 查看包中包含的文件 tar -tvf...

2012/04/29 11:15
109
正确修改Linux的系统时间

---- 我们一般使用“date -s”命令来修改 系统 时间。比如将 系统 时间设定成1996年6月10日的命令如下。 #date -s 06/10/96 将 系统 时间设定成下午1点12分0秒的命令如下。 #date -s 13:12:0...

2012/04/29 07:33
73
python解析万能的xml

xml文件 <website> <page name="index" title="Home Page">   <h1>Welcome to My Home Page</h1>   <p>Hi,there My name is Mr. Gumby, and this is my home page. here are some of my i...

2012/04/28 21:13
464
Install JSON PHP Extension on CentOs / RedHat

Ensure you have the necessary dependecies (php, php-pear, php-devel, gcc, make): $ sudo yum install gcc make $ sudo yum install php php-pear php-devel Use PECL (PHP Extension Co...

2012/04/26 15:48
556
php 5.3.3 中 php-fpm 的重启、终止操作命令

php 5.3.3 源码中已经内嵌了 php-fpm,不用象以前的php版本一样专门打补丁了,只需要在configure的时候添加编译参数即可。 关于php-fpm的编译参数有 –enable-fpm –with-fpm-user=www –wit...

2012/04/26 14:35
892
网站压力测试工具

webbench的使用 wget http://home.tiscali.cz/~cz210552/distfiles/webbench-1.5.tar.gz tar -zxvf webbench-1.5.tar.gz cd webbench-1.5 make && make install 进行测试 webbench -c 200 -t...

2012/04/26 09:01
213
python---太阳黑子

太阳黑子(python2.7.2) #!/usr/bin/env python from urllib import urlopen from reportlab.graphics.shapes import * from reportlab.graphics.charts.lineplots import LinePlot from r...

2012/04/26 08:39
332
CentOS上yum安装nginx+mysql+php+php-fastcgi

一、更改yum源为网易的源加快速度 vi /etc/yum.repos.d/CentOS-Base.repo 更改内容如下 # CentOS-Base.repo # # This file uses a new mirrorlist system developed by Lance Davis for Cen...

2012/04/25 14:02
5.2K
juqery---Flexigrid – Web 2.0 Javscript Grid for...

ui页面代码 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Ingrid. the jQuery D...

2012/04/24 23:33
558
jquery插件 --- 图表 表格

6款jQuery图表插件 http://paranimage.com/6-jquery-charts-plugins/ jQuery 表格插件汇总 http://www.cnblogs.com/gaoweipeng/archive/2010/04/17/1714458.html...

2012/04/24 23:31
328
Ubuntu 11.04 调节屏幕亮度

Ubuntu 11.04 调节屏幕亮度 ubuntu(11.04)的 Power Management调节设置(对于某些安装 ubuntu(11.04) 后不起作用的) 设置如下: sudo gedit /etc/X11/xorg.conf 然后在Section "Device" 段中...

2012/04/24 21:59
294
ubuntu11.10下面安装python中的MySQLdb模块教程(python2.7 my...

以前弄过一个很方便的一次性安装好mysql以及数据文件配置和python的MySQLdb库的脚本,今天在自己的ubuntu11.10下面用这个安装的时候发现一直报错,昨晚弄了一个晚上,想了想估计是redhat和u...

2012/04/23 23:21
786
ubuntu11.10 安装reportlab出现“Python.h: 没有那个文件或目录”

安装reportlab 出现的问题的解决办法是 sudo apt-get install python-dev 然后在执行安装的程序 我用的是ez_install.py的方式安装的 http://hi.baidu.com/carshrd/blog/item/afea4e2c3dcb72...

2012/04/23 22:34
381

没有更多内容

加载失败,请刷新页面

返回顶部
顶部