北在北方

太白枝头看,花开不计年,杯中浮日月,楼外是青天。

导航

上一页 1 2 3 4 5 6 ··· 20 下一页

2015年12月5日

摘要: 1、参照http://www.cnblogs.com/luxh/p/5016894.html 部署好solr的环境2、在solr_home下建立一个core_item目录[root@iZ23exixsjaZ solr_home]# pwd/luxh/solr/solr_home[root@iZ23e... 阅读全文

posted @ 2015-12-05 14:56 CN.programmer.Luxh 阅读(766) 评论(0) 推荐(0) 编辑

2015年12月3日

摘要: Ansj的使用和相关资料下载参考:http://iamyida.iteye.com/blog/2220833 参考http://www.cnblogs.com/luxh/p/5016894.html 配置和solr和tomcat的1、从http://iamyida.iteye.com/... 阅读全文

posted @ 2015-12-03 19:24 CN.programmer.Luxh 阅读(2042) 评论(0) 推荐(0) 编辑

摘要: 1、版本选择solr-5.3.1.tgzapache-tomcat-8.0.29.tar.gz2、解压tomcat和solr[root@iZ23exixsjaZ solr]# tar -zxvf apache-tomcat-8.0.29.tar.gz [root@iZ23exixsjaZ solr]... 阅读全文

posted @ 2015-12-03 17:06 CN.programmer.Luxh 阅读(787) 评论(0) 推荐(0) 编辑

2015年8月2日

摘要: 1、下载node.js 源码包https://nodejs.org/download/2、检查是否安装了python。 要求是python2.6或者python2.6以上版本rpm -qa |grep python 查看python版本 python 如果没有,先安装python3、检查安装配置[... 阅读全文

posted @ 2015-08-02 14:05 CN.programmer.Luxh 阅读(317) 评论(0) 推荐(0) 编辑

摘要: 1、下载redishttp://redis.io/download2、解压缩、安装[root@iZ944wsnvhcZ local]# tar -zxvf redis-3.0.1.tar.gz [root@iZ944wsnvhcZ local]# cd redis-3.0.1[root@iZ944w... 阅读全文

posted @ 2015-08-02 14:04 CN.programmer.Luxh 阅读(323) 评论(0) 推荐(0) 编辑

摘要: 参考:http://blog.abv.cn/?p=50阿里云CentOS6默认没有启动iptables1、检查iptables状态[root@iZ94jj63a3sZ ~]# service iptables statusiptables: Firewall is not running.[root... 阅读全文

posted @ 2015-08-02 14:03 CN.programmer.Luxh 阅读(412) 评论(0) 推荐(0) 编辑

摘要: 参考:http://help.aliyun.com/knowledge_detail/5974154.html?spm=5176.788314850.3.2.hUqwXo1、在阿里云上购买了服务器,又另外买了一块数据盘,这个时候就需要对数据盘进行分区和格式化。2、使用ssh连接到云服务器,查看数据盘... 阅读全文

posted @ 2015-08-02 14:03 CN.programmer.Luxh 阅读(433) 评论(0) 推荐(0) 编辑

摘要: 操作系统:CentOS6.5 64bitNginx: 1.9.31、下载Nginx[root@iZ94jj63a3sZ softs]# wget http://nginx.org/download/nginx-1.9.3.tar.gz2、安装依赖的库[root@iZ94jj63a3sZ softs]... 阅读全文

posted @ 2015-08-02 14:02 CN.programmer.Luxh 阅读(2868) 评论(0) 推荐(0) 编辑

2014年12月11日

摘要: 在Node环境下。需要预先安装好Node。1、安装grunt-cli[root@Luxh-01 ~]# npm install -g grunt-cli2、创建一个目录test[root@Luxh-01 ~]# mkdir test3、进入test目录,创建一个package.json文件,内容... 阅读全文

posted @ 2014-12-11 21:02 CN.programmer.Luxh 阅读(430) 评论(1) 推荐(0) 编辑

2014年11月29日

摘要: 在Node中,http响应头信息中Transfer-Encoding默认是chunked。Transfer-Encoding:chunked Node天生的异步机制,让响应可以逐步产生。 这种发送数据块的方式在涉及到io操作的情况下非常高效。Node允许以数据块的形式往响应中写数据,也允许以... 阅读全文

posted @ 2014-11-29 11:04 CN.programmer.Luxh 阅读(622) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 20 下一页