浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 441 442 443 444 445 446 447 448 449 ··· 630 下一页

2012年2月26日

摘要: django-virtualenv-apache-mod_wsgi - foxhop.net Django virtualenv Apache2 mod_wsgiSteps taken to deploy a Django web application (osqa.net) in a virtualenv, using apache2, and mod_wsgi.Why use wsgi... 阅读全文
posted @ 2012-02-26 15:19 lexus 阅读(274) 评论(0) 推荐(0)

摘要: The Definitive Guide to Installing Django on Ubuntu - FelecanThe Definitive Guide to Installing Django on UbuntuI am writing this guide in order to explain the exact steps needed to install Django on ... 阅读全文
posted @ 2012-02-26 15:19 lexus 阅读(198) 评论(0) 推荐(0)

摘要: CentOS下编译64位的libpython2.6.so.1.0库 - Cody的专栏 - 博客频道 - CSDN.NET CentOS下编译64位的libpython2.6.so.1.0库 2011-07-18 14:57 204人阅读 评论(1) 收藏 举报python下默认的python版本是2.4。如果你不幸用yum installpython26来安装了python2.6,虽然安装的时候... 阅读全文
posted @ 2012-02-26 15:18 lexus 阅读(2924) 评论(0) 推荐(0)

摘要: CentOS安装python2.6以及MySQL-python - Cody的专栏 - 博客频道 - CSDN.NET CentOS安装python2.6以及MySQL-python 分类: Linux Python 2011-06-20 13:53 825人阅读 评论(0) 收藏 举报 Normal 0 7.8 磅 0 2 false false... 阅读全文
posted @ 2012-02-26 15:17 lexus 阅读(747) 评论(0) 推荐(0)

摘要: Centos 编译安装Python 2.6 - 陈 亮 - 博客园Centos 编译安装Python 2.6Posted on 2011-01-11 14:42 陈 亮 阅读(950) 评论(0) 编辑 收藏 Linux 系统是自带python的. 但是一般的版本都比较低如果需要使用高版本的python 则需要自己 编译并安装编译python 前需要先安装 编译环境使用 yum install g... 阅读全文
posted @ 2012-02-26 15:17 lexus 阅读(551) 评论(0) 推荐(0)

摘要: New method for installing Python 2.6.4 (with mysql-python) on CentOS 5.5 | blog.milford.ioNew method for installing Python 2.6.4 (with mysql-python) on CentOS 5.5So I wrote in anearlier post about alt... 阅读全文
posted @ 2012-02-26 15:15 lexus 阅读(294) 评论(0) 推荐(0)

摘要: MySQL-python EnvironmentError: mysql_config not found | InfoEntropyMySQL-python EnvironmentError: mysql_config not found | InfoEntropyI’ve been trying to get the Tornado Web Server setup on my Mac OS ... 阅读全文
posted @ 2012-02-26 14:57 lexus 阅读(891) 评论(0) 推荐(0)

摘要: MySQL的安装问题 - 李卫公的长安城 - 过上一万年,那城就会变成黑色,永远不倒……MySQL的安装问题Python访问MySQL的模块,以前叫MySQLdb,后来更名为mysql-python,安装似乎也有变化。有时会遇到这样的问题: $ sudo python setup.py installsh: line 1: mysql_config: command not found Trac... 阅读全文
posted @ 2012-02-26 14:56 lexus 阅读(831) 评论(0) 推荐(0)

摘要: how to set up the remote accout who to connection and management mysql server - myjavawork - 博客园how to set up the remote accout who to connection and management mysql server开启 MySQL 的远程登陆帐号有两大步:1、确定服... 阅读全文
posted @ 2012-02-26 14:28 lexus 阅读(214) 评论(0) 推荐(0)

摘要: yum install gcc yum install gcc-c++ groupadd mysql useradd --shell /sbin/nologin -g mysql mysql tar zxvf mysql-5.1.51.tar.gz cd mysql-5.1.51 ./configure --prefix=/usr/local/mysql \ --loc... 阅读全文
posted @ 2012-02-26 14:21 lexus 阅读(169) 评论(0) 推荐(0)

摘要: Linux Find 命令使用详解find /etc -name '*srm*'这个命令表明了Linux系统将在/etc整个目录中查找所有的包含有srm这3个字母的文件,比如 absrmyz, tibc.srm等等符合条件的文件都能显示出来。如果你还知道这个文件是由srm 这3个字母打头的,那么我们还可以省略最前面的星号,命令如下:find/etc -name 'srm*'这是只有像srmyz 这... 阅读全文
posted @ 2012-02-26 14:21 lexus 阅读(366) 评论(0) 推荐(0)

摘要: yum install gcc yum install gcc-c++ groupadd mysql useradd --shell /sbin/nologin -g mysql mysql tar zxvf mysql-5.1.51.tar.gz cd mysql-5.1.51 ./configure --prefix=/usr/local/mysql \ --loc... 阅读全文
posted @ 2012-02-26 12:05 lexus 阅读(174) 评论(0) 推荐(0)

摘要: 在Centos下启用mysql的远程访问账号 - Java@Free - BlogJavaJava@Free聂永博客(http://www.yongboy.com/)镜像站点在Centos下启用mysql的远程访问账号在默认情况下mysql是不允许远程访问的.现在需要添加一个可以具有原创访问的mysql账号(需要进入mysql命令行下):GRANT ALL PRIVILEGES ON *.* TO... 阅读全文
posted @ 2012-02-26 12:03 lexus 阅读(277) 评论(0) 推荐(0)

摘要: CentOS 5.5 使用 EPEL 和 RPMForge 软件库_LEO_百度空间CentOS 5.5 使用 EPEL 和 RPMForge 软件库2011年03月01日 星期二 20:41今天想在 VPS 上用 yum 装一下 Nginx,结果提示找不到,就像扩展一下软件源。于是找到了这篇文章:《RHEL / CentOS 5.5 使用第三方软件库(EPEL 与 RPMForge、RPMFus... 阅读全文
posted @ 2012-02-26 11:55 lexus 阅读(239) 评论(0) 推荐(0)

摘要: centos 6推荐使用epel源 - 憂零的博客 - 51CTO技术博客centos 6推荐使用epel源2011-10-26 18:36:56标签:yum centos 6在dell r410上面装的是centos6,64的操作系统,用的163的源,我一直都是用163的源,比较快。但是我发现这个源里面,根本没有libmcrypt libmcrypt-devel这二个包,装php扩展mcrypt... 阅读全文
posted @ 2012-02-26 11:54 lexus 阅读(2221) 评论(0) 推荐(0)

摘要: /bin/rm: cannot remove `libtoolT': No such file or directory_幸福街_新浪博客 /bin/rm: cannot remove `libtoolT': No such file or directory (2010-10-14 11:10:27) 转载▼ 标签: libtool it 分类: Linux 编译MySQL的过程中提示: /b... 阅读全文
posted @ 2012-02-26 09:52 lexus 阅读(687) 评论(0) 推荐(0)

摘要: Quick Guide to Python's Snack Moduleuick Guide to Python's Snack ModuleWritten by Jared RileySnack is a python library based on newt that can be used to create a simple text based User interface. Thi... 阅读全文
posted @ 2012-02-26 09:07 lexus 阅读(874) 评论(0) 推荐(0)

摘要: How to Install MySQL Database Using Yum groupinstall on CentOS How to Install MySQL Database Using Yum groupinstall on CentOS by Ramesh Natarajan on April 28, 2010 In this article, let us review how t... 阅读全文
posted @ 2012-02-26 08:53 lexus 阅读(303) 评论(0) 推荐(0)

摘要: 【byobu "屏风" 简介 ,以及在CentOS下安装及日常使用】-UBUNTU LINUX论坛-ZOL中关村在线 byobu "屏风" 简介 ,以及在CentOS下安装及日常使用 byobu "屏风" 简介 以及在CentOS下的安装使用 byobu是个ubuntu team的一个项目,以前名字是screen-profile.是对screen进行了包装,以方便使用。 讲byobu前,先来说下s... 阅读全文
posted @ 2012-02-26 08:23 lexus 阅读(1763) 评论(0) 推荐(0)

摘要: Byobu(tmux)的使用与定制 | I'm TualatriXByobu(tmux)的使用与定制Post by TualatriX at 2012 . Category: Applications. 1623 Views. 8 Comments 周末时跟 @walkerxk去了车库咖啡,这是来北京半年来首次去这个传说中以「创业」为主题的咖啡店。实际上去那纯属好奇,想看看是怎么样,不巧正碰上... 阅读全文
posted @ 2012-02-26 08:19 lexus 阅读(865) 评论(0) 推荐(0)

上一页 1 ··· 441 442 443 444 445 446 447 448 449 ··· 630 下一页