解决Wordpress安装时出现Warning: Cannot modify header info
作者:cmscn 日期:2009-08-28
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\w\wp-config.php:1)
那个时候花了好长时间折腾不出原因,后来只是因为换了不同版本的Wordpress安装包,就没问题了,但一直不知其所以然。
现在我可以告诉你,这个问题,实在是太简单了,如果你现在出现了这个问题,请看下去吧,相信五分钟以内你的问题可以得到解决!
Tags: wordpress
控制IIS的DLL
作者:cmscn 日期:2009-08-28
Public Function WebCreate(ByVal WebIP As String, ByVal WebDir As
String, ByVal WebComment As String, Optional hostname As String,
Optional DefaultDoc = "index.htm,index.asp,default.htm,default.asp",
Optional AccessExecute = True, Optional frontPageWeb = True, Optional
EnableDefaultDoc = True, Optional accessread = True, Optional
AccessScript = True)
一些常用的WebServices
作者:cmscn 日期:2009-08-26
============================================
天气预报Web服务,数据来源于中国气象局
Endpoint
Disco
WSDL
IP地址来源搜索 WEB 服务(是目前最完整的IP地址数据)
Endpoint
Disco
WSDL
随机英文、数字和中文简体字 WEB 服务
Endpoint
Disco
WSDL
中国邮政编码 <-> 地址信息双向查询/搜索 WEB 服务
Endpoint
Disco
WSDL
验证码图片 WEB 服务 支持中文、字母、数字 图像和多媒体
Endpoint
Disco
WSDL
Email 电子邮件地址验证 WEB 服务
Endpoint
Disco
WSDL
中文简体字 <->繁体字转换 WEB 服务
Endpoint
Disco
WSDL
中文 <-> 英文双向翻译 WEB 服务
Endpoint
Disco
WSDL
火车时刻表 WEB 服务 (第六次提速最新列车时刻表)
Endpoint
Disco
WSDL
中国股票行情数据 WEB 服务(支持深圳和上海股市的基金、债券和股票)
Endpoint
Disco
WSDL
即时外汇汇率数据 WEB 服务
Endpoint
Disco
WSDL
腾讯QQ在线状态 WEB 服务
Endpoint
Disco
WSDL
中国电视节目预告(电视节目表) WEB 服务
Endpoint
Disco
WSDL
外汇-人民币即时报价 WEB 服务
Endpoint
Disco
WSDL
中国股票行情分时走势预览缩略图 WEB 服务
Endpoint
Disco
WSDL
国内飞机航班时刻表 WEB 服务
Endpoint
Disco
WSDL
中国开放式基金数据 WEB 服务
Endpoint
Disco
WSDL
股票行情数据 WEB 服务(支持香港、深圳、上海基金、债券和股票;支持多股票同时查询)
Endpoint
Disco
WSDL
Tags: WebServices
超级实用且不花哨的js代码大全
作者:cmscn 日期:2009-08-26
css文字竖排效果
作者:cmscn 日期:2009-08-25
图片默认是灰色的,鼠标移上去就是彩色的
作者:cmscn 日期:2009-08-24
网站目录及主要文件说明
作者:cmscn 日期:2009-08-21
其他文字广告在其它页面的调用
作者:cmscn 日期:2009-08-21
Code:
sub ads_txt(ads_tnum,ads_cnum)
dim tmp1,topic,url
sql="select top "&ads_tnum&" id,topic,url from ads_txt where nsort='other' order by id desc"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof