用法:
new Ext.ux.ToastWindow({
title: '提示窗口',
html: '测试信息',
iconCls: 'error'
}).show(document);
Posted under: Javascript
用法:
new Ext.ux.ToastWindow({
title: '提示窗口',
html: '测试信息',
iconCls: 'error'
}).show(document);
精神空虚,身体空虚,文字空虚,程序空虚。
写个屁
server08 rtm,iis7,php5.2.x
1:安装IIS时,选中cgi模块。
2:IIS管理工具中,选择服务器,在右边选择处理器映射(handler mapping)
3:右键或右侧选择模块映射(module mapping)
4: 请求路径(request path) “*.php “, 模块(module) “fastcgimodule” , 执行(executable)”x:\php\php-cgi.exe”, 名称随意。
