
脚本语言
文章平均质量分 86
woods2001
IT农民工一枚
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
搭建python的web开发环境 windows下
本文以Windows XP/Windows 2003为例,介绍windows环境下Python web开发环境的安装配置: 1. 安装Apache 下载win32版的Apache msi程序直接安装即可,我用的版本是: apache_2.2.9-win32-x86-no_ssl-r2.msi,下载地址:http://apache.freelamp.com/httpd/binar转载 2012-02-20 22:14:16 · 4086 阅读 · 0 评论 -
Apache+MySQL+Python+Django在Windows下环境搭建指南
本文所使用的软件版本如下: python-2.5.2.msi apache_2.2.10-win32-x86-no_ssl.msi Django-1.0.2-final.tar.gz mod_python-3.3.1.win32-py2.5-Apache2.2.exe mysql-5.1.37-win32.msi step 1,安装python 到python官方网站下载,如2.5.转载 2012-02-20 22:45:35 · 1933 阅读 · 1 评论 -
python loggin模块
Configuring Logging Programmers can configure logging either by creating loggers, handlers, and formatters explicitly in a main module with the configuration methods listed above (using Python code转载 2013-06-29 17:14:21 · 1218 阅读 · 0 评论 -
python_loggin_module
Configuring Logging Programmers can configure logging either by creating loggers, handlers, and formatters explicitly in a main module with the configuration methods listed above (using Python code转载 2013-06-29 17:15:13 · 665 阅读 · 0 评论