加载中
Nginx 403错误解决

1.检查文件目录是否有权限 解决办法 chmod 777 -R 目录名 2.未设置index类型 解决办法 在ngnix.conf中的index后面加上要访问的文件类型

2012/05/23 21:01
1.7K
ubuntu12.04 安装air出现的问题解决方案

sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0.2.0 /usr/lib/libgnome-keyring.so.0...

2012/05/22 21:48
138
类似(Fatal error: Allowed memory size of 13421772...

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 141512230 bytes) 今天处理数据遇到了这个问题 找了一些资料 最后就一个简单的设置就搞定了 ini_set('m...

2012/05/22 17:43
89
解决MySQL server has gone away

针对MySQL server has gone away,大概浏览了一下,主要可能是因为以下几种原因: 一种可能是发送的SQL语句太长,以致超过了max_allowed_packet的大小,如果是这种原因,你只要修改my.cnf,加...

2012/05/22 15:35
138
ubuntu12.04 卸载和安装mysql

卸载mysql 第一步 sudo apt-get autoremove --purge mysql-server-5.0 sudo apt-get remove mysql-server sudo apt-get autoremove mysql-server sudo apt-get remove mysql-common (非常重要...

2012/05/22 11:11
846
ubuntu12.04 使用gedit 打开txt文件中文乱码的处理方法

gedit --encoding=GB18030 filename.txt

2012/05/22 08:19
355
uwsgi一些xml配置文件的地址

uwsgi一些xml配置文件的地址 http://projects.unbit.it/uwsgi/wiki/Example

2012/05/21 22:21
332
在ubuntu12.04中,apc_cache_find()

在ubuntu12.04中,昨天安装的php+mysql+nginx 今天安装phpmyadmin(这个是在网上下载解压后,使用的) 对于在没有开启错误提示的情况下 服务器只会报错(服务器错误) 1,首先,将错误提示打开...

2012/05/16 14:49
242

没有更多内容

加载失败,请刷新页面

返回顶部
顶部