1.DeployingSolrwithHuerestartHUEservice2.deleteoldexampleindexesfromHUE3.OnSolrServer:cd/opt/cloudera/parcels/CDH-5.2.0-1.cdh5.2.0.p0.36/lib/hue/apps/search/examples/bin./create_collections.sh./post.sh4.createdashboardsforexampleindexesok
分类:
其他好文 时间:
2014-11-03 16:35:41
阅读次数:
251
原理:1.通过Configuration().configure();读取并解析hibernate.cfg.xml配置文件2.由hibernate.cfg.xml中的读取并解析映射信息3.通过config.buildSessionFactory();//创建SessionFactory4.sessi...
分类:
其他好文 时间:
2014-11-03 12:48:30
阅读次数:
204
1.获得文件: php.tar.gz2.安装libxml2: ./configure --prefix=/usr/local/libxml2; make; make install;3.安装php: ./configure --prefix=/usr/local/php --with-mysq...
分类:
Web程序 时间:
2014-11-03 12:47:59
阅读次数:
174
原先使用的是官方提供的安装包,但是安装包会创建postgre这个用户,在登陆界面看的有点不爽,搜索了半天竟然没有找到如何在osx下编译安装的教程,而且如果是按照官方文档的编译安装办法一定会让你崩溃,本着源码安装都类似的想法,根据以往在Linux下的经验竟然一把通过了,注意要安装COMMANDER LINE DEVELOPERS就是了。
./configure
make
sudo mk...
分类:
数据库 时间:
2014-11-03 10:15:54
阅读次数:
211
新版本python安装目录 /usr/local/python3# ./configure --prefix=/usr/local/python3# make && make install# mv /usr/bin/python /usr/bin/python_old #把旧版本的p...
分类:
编程语言 时间:
2014-11-02 22:20:28
阅读次数:
212
1、use pgbouncer可以利用pgbouncer的server_idle_timeout参数server_idle_timeout:;; Close server connection if its not been used in this time.;; Allows to clean ...
分类:
数据库 时间:
2014-11-02 12:21:09
阅读次数:
296
安装时添加 ngx_cache_purge 模块 ./configure --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module --with-ipv6 --add-...
分类:
其他好文 时间:
2014-11-02 07:09:54
阅读次数:
650
去http://www.tcpdump.org/下载最新的libpcap.tar.gz包解压以后./configure 这里我没有加 --frefix=path 导致的结果 看下面makemake install在安装过程中 ./configure的时候报错,没有lex 我们用flex代替,yum ...
分类:
系统相关 时间:
2014-11-01 16:12:03
阅读次数:
525
Linux下安装Nginx,需要保证一些依赖的库先被安装好。1、安装好g++、ssl、pcre、zlib库文件2、安装Nginx 1)执行./configure 命令编译,需指定一些编译参数 --prefix= 定义安装目录(默认/usr/local/nginx) --sbin-path...
分类:
其他好文 时间:
2014-11-01 14:37:51
阅读次数:
282
无非是digital IO与analog IODigital IODigitalOut- Configure and control a digital output pin.DigitalIn- Configure and control a digital input pin.DigitalIn...
分类:
其他好文 时间:
2014-11-01 06:12:41
阅读次数:
231