-
oracle不同版本对jdbc3.0的支持情况
Aug192009Which JDBC drivers support which versions of JDBC?Oracle 9.0.1 supports: * JDBC 2.0 Extensions except for: using both global and local transactions on the same connection. Oracle 9.2.0 supports: * Partial support for JDBC 3.0: transaction savepoints   ...
阅读全文oracle不同版本对jdbc3.0的支持情况已关闭评论
-
nginx+Django+memchached环境搭建备忘
Aug142009系统环境Kernal:Linux 2.6.9-78nginx-0.7.61pcre-7.9Python version: 2.5.4Django-1.1-py2.5mysql-5.0.84flup-1.0.2-py2.5MySQL_python-1.2.3c1-py2.5-linux-i686python_memcached-1.44-py2.5setuptools-0.6c9-py2.5 1、nginx、python、mysql的安装可参考官方及网上的安装文档 2、安装django http://www.djangopr ...
阅读全文nginx+Django+memchached环境搭建备忘已关闭评论
-
nginx 的debug模式
Aug092009编译的时候添加: –with-debug nginx.conf中的配置: error_log logs/error.log debug; #master_process off;daemon off;daemon off; 说明:master_proces ...
阅读全文作者:u2 | 分类:OpenSource | 标签:nginxnginx 的debug模式已关闭评论
-
Your intltool is too old. You need intltool 0.35.0 or later
Aug052009编译rrdtool时,提示这样的错误:checking for intltool >= 0.35.0… 0.31.2 foundconfigure: error: Your intltool is too old. You need intltool 0.35.0 or later. 解决办法如下:wget http://ftp.gnome.org/pub/gnome/sources/intltool/0.40/intltool-0.40.6.tar.gztar zxvf intltool-0.40.6.tar.gzc ...
阅读全文作者:u2 | 分类:OpenSource | 标签:rrdtoolYour intltool is too old. You need intltool 0.35.0 or later已关闭评论