正在加载...
分页: 3/5 第一页 上页 1 2 3 4 5 下页 最后页 [ 显示模式: 摘要 | 列表 ]

Windows 7 QQ2010 Beta 3 无法运行

[ 2010/05/22 00:04 | by selboo ]
Windows 7 下 QQ2010 Beta 3 无法正常启动显示应用程序无法正常启动(0cx0150002)如下图

点击在新窗口中浏览此图片
Tags: ,

configure: error: Cannot find ldap.h

[ 2010/04/23 19:15 | by selboo ]
编译 php
configure: error: Cannot find ldap.h

安装 :
yum install openldap
yum install openldap-devel
Tags: ,
在 CentOS 5.4 下编译安装MySQL时出错:

/bin/rm: cannot remove `libtoolT': No such file or directory

网上搜寻后,解决问题。具体方法是:

在执行./configure 之前,先执行:

# autoreconf --force --install
# libtoolize --automake --force
# automake --force --add-missing
# ./configure --prefix=/usr/local/mysql/ --datadir=/var/lib/mysql

这次,不再出错了,问题解决。
Tags: ,
编译libmcrypt 2.5.8 出现的错误

./libtool: line 3965: ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib ): command not found
./libtool: line 3965: ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib ): command not found

方法:

yum -y install libtool-ltdl
yum
Tags: ,
默认的PHP配置文件对文件上传大小限制值较小,第一个设置的值便是upload_max_filesize,默认为2M,将其设置大一点。

允许上传的文件大了,对于大文件上传时间相应也就大了,默认的30秒脚本超时时间也显得小了,这就需要设置max_execution_time,将其默认值30(秒)改大点。

设置了这两项后有时候还会发现对于没有超过upload_max_filesize的大文件也上传不了,PHP也没有给出错误提示[1]。这是由于POST数据超过了最大POST数据值post_max_size,默认为8M,也设置大一点。

综上,修改ph
Tags: ,
分页: 3/5 第一页 上页 1 2 3 4 5 下页 最后页 [ 显示模式: 摘要 | 列表 ]