HTML5 视频直播(一)IT社区推荐资讯 - ITIndex.net Apr 24前不久工作中遇到了在移动 WEB 端直播视频的需求,研究了一下相关技术,记录一下。目前 WEB 上主流的视频直播方案有 HLS 和 RTMP,移动 WEB 端目前就只有 HLS 能用,我们重点介绍它。HTTP Liv...
分类:
Web程序 时间:
2015-05-11 14:28:23
阅读次数:
277
java导出excel超出65536条处理IT社区推荐资讯 - ITIndex.net Apr 20poi包导出excel超出65536报错: java.lang.IllegalArgumentException: Invalid row number (65536) outside allow 解...
分类:
编程语言 时间:
2015-05-11 14:15:20
阅读次数:
176
Apache编译还需要一些依赖:#./configure --prefix……检查编辑环境时出现:checking for APR... noconfigure: error:APR not found. Please read the documentation解决办法:1.下载所需软件包:wg....
分类:
Web程序 时间:
2015-05-11 12:28:28
阅读次数:
140
Ubuntu 14.02下编译及配置apache2.4:# 下载apache2.4源码包
wget http://mirrors.cnnic.cn/apache//httpd/httpd-2.4.12.tar.gz# 安装apr依赖库
apt-get install libapr1 libaprutil1 libapr1-dev libaprutil1-dev# 解压并编译安装
tar -xvf h...
分类:
编程语言 时间:
2015-05-11 01:26:02
阅读次数:
186
简单罗列基础命令,只分享我的想法!要求:三台单独的服务器通过fcgi,实现lamp。环境:httpd-2.4.10,apr-1.5.0,apr-until-1.4.1,PHP-5.4.40,mariaDB-5.5.43和CentOS6.6环境示意图(同一个网卡设置多个地址即可,ipaddraddIPdeveth0):图1一、编译httpd-2.4.10和二进制通..
分类:
其他好文 时间:
2015-05-08 00:12:57
阅读次数:
295
一、程序包和安装环境准备1、程序版本:apr-1.5.0.tar.bz2
apr-util-1.5.3.tar.bz2
httpd-2.4.10.tar.bz2
mariadb-5.5.43-linux-x86_64.tar.gz
php-5.6.4.tar.xz
phpMyAdmin-4.0.5-all-languages.zip
Discuz_X3.2_SC_GBK.zip2、准备安装开发环境yumgroupinstall"ServerPlatform..
分类:
其他好文 时间:
2015-05-07 01:08:24
阅读次数:
186
简单罗列基础命令,只分享我的想法!要求:把php编译成为httpd的模块,实现lamp,并且在httpd上面建立两个虚拟机,一个用于PHPAdmin,另外一个实现discuz。环境:httpd-2.4.10,apr-1.5.0,apr-until-1.4.1,PHP-5.4.40,mariaDB-5.5.43和CentOS6.6一、首先编译httpd编译2.4版..
分类:
Web程序 时间:
2015-05-06 18:06:33
阅读次数:
168
一、软件包所需软件包:httpd-2.4.12.tar.bz2subversion-1.8.13.tar.bz2sqlite-amalgamation-3071501.zipserf-1.2.1.tar.bz2apr-1.5.2.tar.gzapr-util-1.5.4.tar.gz注:安装过程中可能提示要安装其他软件包,根据个人系统环境而定。二、安装和配置步骤:1、安装apr-1.5.2#tar?.
分类:
Web程序 时间:
2015-05-05 19:55:51
阅读次数:
250
httpd2.4版本需要依赖于apr1.4版本httpd依赖于apr,apr-util其安装又先后顺序之分:1、apr2、apr-util3、httpd[root@localhosthttpd]#rpm-qhttpdhttpd-2.2.15-39.el6.centos.x86_64[root@localhosthttpd]#servicehttpdstopStoppinghttpd:[FAILED][root@localhosthttpd]#chkconf..
分类:
Web程序 时间:
2015-05-05 06:38:07
阅读次数:
143
[root@go2apr-util-1.5.4]#./configure-prefix=/root/httpd-2.3.8--with-apr-util-1.5.4=/root/apr-util-1.5.4configure:WARNING:unrecognizedoptions:--with-apr-util-1.5.4checkingbuildsystemtype...x86_64-unknown-linux-gnucheckinghostsystemtype...x86_64-unknown-linux..
分类:
系统相关 时间:
2015-05-04 20:31:32
阅读次数:
664