一.zabbix3.x安装出现“configure: error: Not found mysqlclient library”的解决办法 1.编译安装zabbix-server出现 编译时加参数:--with-mysql 在编译时,可能会出现题目中所示的错误,可以通过安装mysql-devel这个库解决: yum install mysql-devel -y 注:如果出现“configure: error : Not found NET-SNMP library”,那么可以安装“net-snm…
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父目录下,程序运行的时候克隆出新游戏物体,但是程序…