一、安装sudo wget http://nginx.org/download/nginx-1.4.4.tar.gzsudo tar zxvf ng。。。。cd nginx-1.4.4sudo ./configure sudo make sudo make install--------------...
分类:
其他好文 时间:
2014-12-30 16:35:06
阅读次数:
187
原文:SQL代理执行EXE可执行程序1.如果没有启用xp_cmdshell安全配置是不可以使用的--启用xp_cmdshellEXECsp_configure'xp_cmdshell',1GO--重新配置RECONFIGUREGO2.执行脚本xp_cmdshell{'command_string'}...
分类:
数据库 时间:
2014-12-30 11:20:32
阅读次数:
231
明年就要找工作了,看看经典的开源项目-nginx,图书馆借了本,开始研读,边读边做笔记.
第一篇是nginx的环境配置相关,参考帖子:Nginx模块开发---Linux使用eclipse编译,调试Nginx 文章5:Linux下使用Eclipse进行Nginx
模块开发
具体是参考上面的帖子和书,下面大概讲下步骤:
1. 经典的三个步骤,来编译安装nginx:
./configure...
分类:
系统相关 时间:
2014-12-30 00:32:08
阅读次数:
195
查看nginx当前版本
通过nginx -V 命令就可以查看当前的版本,已经当前版本安装时候的一些nginx命令
[root@localhost sbin]# ./nginx -V
nginx version: nginx/1.2.9
built by gcc 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC)
configure arguments: --p...
分类:
其他好文 时间:
2014-12-29 18:28:14
阅读次数:
145
有很多python的web框架,web.py是一个轻量级Python web框架。她并不是使用很多的一个。
但并不妨碍她的简单实用。搭建一个嵌入式web服务器最好不过。
下面把笔者搭建过程做一个介绍:
1. 下载python 2.7.8 ,做交叉编译,需要依据自己的平台做修改:
./configure
make python Parser/pgen
mv python python_for...
分类:
Web程序 时间:
2014-12-29 16:54:57
阅读次数:
114
1.1.安装和帮助PV全命为PipeViewer,利用它我们可以查看到命令执行的进度。#wgethttp://www.ivarch.com/programs/sources/pv-1.5.3.tar.bz2#tarxjfpv-1.1.4.tar.bz2#cdpv-1.1.4#./configure#make&&makeinstall例:需要将/home/opt目录下打包文件名称为opt@yy-mm-dd.#ta..
分类:
数据库 时间:
2014-12-29 15:39:02
阅读次数:
231
You defined the Recovery Manager (RMAN) retention policy to recovery
window of 7 days by executing the following command:
RMAN> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
When a ...
分类:
数据库 时间:
2014-12-29 15:23:32
阅读次数:
186
1、编译安装前准备由于httpd-2.4依赖于1.4+的apr,所以编译安装apr和apr-util(1) 编译安装apr# tar xf apr-1.5.0.tar.bz2# cd apr-1.5.0# ./configure --prefix=/usr/local/apr# make && ma...
分类:
Web程序 时间:
2014-12-29 15:03:42
阅读次数:
207
源码包准备:因为httpd编译需要apr与apr-til所有一并准备好二、编译过程1、编译apr[root@www~]#tarxfapr-1.5.0.tar.bz2
[root@www~]#cdapr-1.5.0
[root@wwwapr-1.5.0]#./configure--prefix=/usr/local/apr//指明安装路径
[root@wwwapr-1.5.0]#make
[root@wwwapr-1.5.0]#makeinst..
分类:
Web程序 时间:
2014-12-29 06:44:48
阅读次数:
138
1.安装apache:yuminstall-yhttpdhttpd-devel修改/etc/httpd/conf/httpd.conf中的servername等配置,使http://*:*/能正常访问2.安装python:wgethttps://www.python.org/ftp/python/2.7.8/Python-2.7.8.tgztar-xzvfPython-2.7.8.tgzcdPython-2.7.8./configure--enable-shared=e..
分类:
编程语言 时间:
2014-12-29 06:40:05
阅读次数:
180