1、准备编译环境 yum -y install gcc make cmake autoconf libtool libevent 安装apache必须的依赖包 yum -y install apr-util apr pcrepcre-devel2、下载软件包 wget http://mirr...
分类:
其他好文 时间:
2014-09-30 20:30:40
阅读次数:
179
In linux, you can use the ncurses library to use the terminal as a text buffer: move the cursor around, and write text. It can also draw windows and o...
分类:
其他好文 时间:
2014-09-30 18:43:59
阅读次数:
154
====================问题描述==================== 完整报错是:java.net.MalformedURLException:Protocolnotfound:www.jollyKnows.com/apps/voice/file140922101606.aac我...
分类:
移动开发 时间:
2014-09-30 16:18:59
阅读次数:
172
环境 eclipse 4.3.0 maven 3.0.4 m2e 1.4.0 出现场景 曾经的老项目,在我的环境(我的环境较新)下,别人老环境不报错。错误演示样例一个错误演示样例,子项目引用了父项目,子项目parent标签处报错例如以下:Multiple annotations found ...
分类:
其他好文 时间:
2014-09-30 13:22:09
阅读次数:
209
今天磁盘报警,空间不足,找了很久没查出来。下面说下我的操作步骤[root@monitor/]#du-sch/*
6.6M/bin
39M/boot
161M/data
164K/dev
12M/etc
115M/home
240M/lib
25M/lib64
20K/lost+found
4.0K/media
4.0K/mnt
291M/opt
du:cannotaccess`/proc/27198/task/27198/fd/4‘:Nosuchf..
分类:
其他好文 时间:
2014-09-29 17:06:41
阅读次数:
280
简述CentOS中通过源码的方式安装MySQL-5.5.38的方法以及注意事项...
分类:
数据库 时间:
2014-09-29 15:41:51
阅读次数:
280
最终确定是shell环境问题,临时改为/bin/bash即可查看.1.问题现象# su - jingyu$ iduid=503(jingyu) gid=507(jingyu) groups=507(jingyu)$ ulimit -aulimit: Command not found.2.临时切换为...
分类:
其他好文 时间:
2014-09-29 00:07:16
阅读次数:
252
今天浏览网页的时候,当点击网页链接之后,就出现一个错误的页面
对这个东西,貌似有点印象,之前浏览网页的时候,也是经常出现的事,只不过弹出的页面不同罢了。举个例子:
下面我们一起来了解了解
1、什么是404?
404是HTTP其中一种标准的回应信息,那么HTTP是如何工作的:看下图...
分类:
其他好文 时间:
2014-09-28 22:57:06
阅读次数:
184
操作步骤1.确认crontab是否安装:执行crontab命令如果报commandnotfound,就表明没有安装2.安装crontab执行yuminstall-yvixie-cron3.确认是否安装成功:执行crontab-l4.看是否设置了开机自动启动chkconfig--listcrond5....
分类:
其他好文 时间:
2014-09-28 21:27:15
阅读次数:
115
HTTP错误404.13 - Not Found 请求筛选模块被配置为拒绝超过请求内容长度的请求,原因是Web服务器上的请求筛选被配置为拒绝该请求,因为内容长度超过配置的值(IIS 7 默认文件上传大小时30M)。解决方法1. 修改IIS的applicationhost.config a.文件位置:...
分类:
其他好文 时间:
2014-09-28 21:21:35
阅读次数:
130