1:安装apache时:出现configurefailedforsrclib/apr提示echo$?显示1查看了一下原来是错误开始于srclib/apr文件,检查gcc编译器时提示没发现并且在系统环境变量$PATH中没有合适的c编译器,以是使用yum-yinstallgcc来安装gcc编译器/或者用rpm包安装
分类:
其他好文 时间:
2015-04-28 18:48:55
阅读次数:
94
1,plsq登录报错ORA-00257: archiver error. Connect internalonly. until freed 2,后台alert日志报错:[oracle@powerlong4 ~]$ tail -fn 200/oracle/app/oracle/diag/rdbms/pdunq/powerdes/trace/alert_powerdes.logTue Apr 28...
分类:
其他好文 时间:
2015-04-28 11:51:56
阅读次数:
169
/etc/nginx目录文件下:drwxr-xr-x 5 root root 4096 Apr 27 12:47 ./drwxr-xr-x 104 root root 4096 Apr 27 11:54 ../drwxr-xr-x 2 root root 4096 Feb 12 00:26 co.....
分类:
系统相关 时间:
2015-04-27 14:56:30
阅读次数:
225
今日编译apache时出错:#./configure --prefix……检查编辑环境时出现:checking for APR... noconfigure: error:APR not found. Please read the documentation解决办法:1.下载所需软件包:wgeth...
分类:
Web程序 时间:
2015-04-26 16:30:19
阅读次数:
757
Redis无法启动
今天在启动Redis时提示以下错:
C:\Java\redis2817>redis-server.exe redis.windows.conf
[5268] 23 Apr 11:45:22.696 #
The Windows version of Redis allocates a large memory mapped file for sharing
the hea...
分类:
其他好文 时间:
2015-04-23 13:14:43
阅读次数:
178
tar zvxf httpd-2.2.21.tar.gz cd httpd-2.2.21 ./configure --prefix=/usr/local/apache2 --enable-so --enable-rewrite ---------------------------编译的时候出错.....
分类:
Web程序 时间:
2015-04-23 02:01:13
阅读次数:
153
Basics of AngularJS: Part1By Gowtham Rajamanickam on Apr 09, 2015 AngularJS I have planned to start writing about AngularJS. I have begun to learn Ang...
分类:
Web程序 时间:
2015-04-22 23:47:07
阅读次数:
237
AngularJS: An OverviewBy Paras Babbar on Apr 21, 2015IntroductionAngular JS is a very powerful JavaScript library or we can say open-source web applic...
分类:
Web程序 时间:
2015-04-22 23:29:18
阅读次数:
173
1 # -*- coding: utf-8 -*- 2 """ 3 Created on Wed Apr 22 17:39:19 2015 4 5 @author: 90Zeng 6 """ 7 8 import numpy 9 import theano10 import theano.te...
分类:
编程语言 时间:
2015-04-22 22:03:58
阅读次数:
301
最近就在磨这个脚本以达到SEO同事要求哈。awk -v b=[21/Apr/2015:15:46 -v a=[21/Apr/2015:16:46 '$4 > b && $4 < a' log_path|awk '$7!~/png|gif|jpg|jpeg|css|\.js|\.ico/ {print...
分类:
Web程序 时间:
2015-04-21 20:07:39
阅读次数:
131