PHP编译安装时常见错误解决办法,php编译常见错误 1.configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution 解决方法: yum -y install libxslt-devel 2.configure: error: Could not find net-snmp-config binary. Please check your net-snmp installa…
NGUI发布后UI层看不见的解决办法 提示信息:You can'tplace widgets on a layer different than the UIPanel that manages them. If youwant to move widgets to a different layer, parent them to a new panel instead. 双击进去,是NGUI的一个提示 是因为在Ui的Panel或者Canvas父目录下,程序运行的时候克隆出新游戏物体,但是程序…
安装memcached时总是提示“failed to install service or service already installed”,开始以为是版本问题,就下了好几个不同版本,可还是老问题, 经过上网查资料,终于把memcached给安上了. 解决办法是: 1.在开始菜单里找到附件以管理员身份运行命令提示符(最关键的一步) 2.转到memcached程序文件夹下 3.运行命令行开始安装 memcached.exe -d install 没有出错,安装完毕...…