http_image_filter_module是nginx提供的集成图片处理模块,支持nginx-0.7.54以后的版本,在网站访问量不是很高磁盘有限不想生成多余的图片文件的前提下可,就可以用它实时缩放图片,旋转图片,验证图片有效性以及获取图片宽高以及图片类型信息,由于是即时计算的结果,所以网站访...
分类:
其他好文 时间:
2014-07-11 22:46:02
阅读次数:
242
1 2 3 topframe 4 5 6 7 41 42 43 44 45 46 47 48 49 50 查看51 52 管理53 维护54 55 56 {% module Work...
分类:
Web程序 时间:
2014-07-11 21:44:30
阅读次数:
352
只要用到MySQLdb,使用时请先安装MySQLdb,百度上可以下载!#coding=utf-8'''@author:使用python操作MySQL数据库'''import MySQLdb#import MySQLdb.cursorsconn=MySQLdb.connect(user='root',...
分类:
数据库 时间:
2014-07-11 21:12:45
阅读次数:
265
1. apache下载http://httpd.apache.org/download.cgi2. php下载http://windows.php.net/download/3. 配置apache安装目录下conf/httpd.conf加入如下代码:LoadModule php5_module "....
分类:
Web程序 时间:
2014-07-11 12:16:29
阅读次数:
251
Unable to open module file 'C:\Users\Admin\AppData\Local\Temp\.NETFramework,Version=v4.5.AssemblyAttributes.vb': 系统找不到指定的文件。以管理员身份运行Visual Studio工具解决问...
分类:
Web程序 时间:
2014-07-11 11:06:43
阅读次数:
314
不同的操作系统对应不同的事件驱动机制,在Linux 2.6之后使用epoll机制,对应的事件驱动模块是ngx_epoll_module。Nginx的ngx_event_core_module模块根据操作系统确定使用哪一个事件驱动模块。事件驱动模块在ngx_module_t的ctx通用接口是ngx_event_module_t,定义如下所示:
typedef struct {
ngx_st...
分类:
其他好文 时间:
2014-07-09 12:01:13
阅读次数:
230
1、错误描述
严重:Servlet service() for servlet default threw exception .
org.springframework.beans.factory.NoSuchBeanDefinition Exception:
No bean named 'sessionFactory' is defined.
...
分类:
其他好文 时间:
2014-07-09 11:40:23
阅读次数:
181
#coding=utf-8
import MySQLdb
import sys
import os
# 李红颖编写,用户湖南CLV数据分割使用
print 'dump database:',sys.argv[1] ##传入的第一个参数,数据库名称
print 'dump table:',sys.argv[2] ##传入的第二个参数,表名称
dbname=sys.argv[1]
tablen...
分类:
数据库 时间:
2014-07-09 09:35:51
阅读次数:
236
1. git send-email is included in an individual package, named "git-email":$ sudo apt-get install git-email2. Configure the SMTP server info after the ...
分类:
系统相关 时间:
2014-07-08 14:49:13
阅读次数:
413
module("PathUtil",
package.seeall)
local _map_data --
地图数据
local _open_list --
开放节点
local _open_map --
开放节点,为了提高性能而加
local _close_map --
关闭节点
local _deleget...
分类:
其他好文 时间:
2014-07-08 10:36:34
阅读次数:
271