引入:#include#includevoidfun(char**q){exit;}voidmain(){char**p,a[6][8];p=a;fun(a);}编译不能通过!ERROR:不能将”char(*)[8]”类型的值分配到”char**”类型的实体。ERROR:”char(*)[8]”类型...
分类:
其他好文 时间:
2014-07-22 23:11:34
阅读次数:
313
http://anthon-lx.iteye.com/blog/811460完整的错误信息如下:java.sql.SQLException:
Listener refused the connection with the following error:ORA-12505,
TNS:listene...
分类:
数据库 时间:
2014-07-22 23:09:35
阅读次数:
430
Redis是一个简单高效的内存KV数据库,基本上下载源码make
install,编译完成,然后进入src目录运行redis-server即可运行。就是因为这么简单往往有朋友直接运行,将没有密码的redis暴漏外网,最终数据被泄漏。鉴于这些血泪的教训,有必要来说一下redis的配置文件,当然这也比较...
分类:
其他好文 时间:
2014-07-22 23:07:55
阅读次数:
378
$.ajax({type:"get", url:"http://",
data:"name="+userid+"&password="+password,async:true,
error:function(request){alert("Connectionerror"); }, success:...
分类:
Web程序 时间:
2014-07-22 23:06:54
阅读次数:
373
一.环境软件:apache-tomcat-7.0.53.tar.gzsolr-4.7.1.tgzzookeeper-3.4.6.tar.gz规划:三个节点IP:192.168.50.9192.168.50.227192.168.20.32请配置每台机器上hosts文件,使每个节点都能通过机器名访问
...
分类:
其他好文 时间:
2014-07-22 23:06:15
阅读次数:
494
1、下载并安装(Active direcotry 下面统一为AD)
https://directory.apache.org/studio/download/download-windows.html
http://directory.apache.org/apacheds/download/do....
分类:
其他好文 时间:
2014-05-01 15:57:37
阅读次数:
506
CentOS 6.4 64位 源码编译hadoop 2.2.0搭建环境:Centos 6.4
64bit1、安装JDK参考这里2、安装mavenmaven官方下载地址,可以选择源码编码安装,这里就直接下载编译好的wget
http://mirror.bit.edu.cn/apache/maven/m...
分类:
其他好文 时间:
2014-05-01 15:17:23
阅读次数:
524
安装php软件包:安装文本浏览器安装apache的帮助文档:测试下是否ok启动Apache服务关闭火墙:编辑一个php测试页测试下:perl语言包默认系统已经安装了,直接测试下:Apache服务队cgi语言的配置:测试下是否ok
分类:
Web程序 时间:
2014-05-01 01:36:21
阅读次数:
364
使用linux + ffmpeg + eclipse调试步骤OS : ubuntu
12.04Eclipse : 3.7.2为Eclipse安装cdt插件,使其支持c/c++导入ffmpeg项目File —-> Import —->
c / c++ —-> Existing Code as Make...
分类:
系统相关 时间:
2014-05-01 01:17:00
阅读次数:
754
从下图(2012年8月份的数据)来看,来自俄罗斯的Nginx服务器,主要使用区域也集中在俄罗斯及周边国家。微软的IIS,在中国使用最多,占其总份额的57.6%,其他国家如埃及、沙特阿拉伯等国家也基本使用该服务器。
分类:
其他好文 时间:
2014-05-01 00:22:17
阅读次数:
411