摘要:
$sudo apt-get install libpcre3 && \$sudo apt-get install zlib1g && \$sudo apt-get install libpcre3-dev && \$sudo apt-get install zlib1g-dev && \$sudo apt-get install li... 阅读全文
摘要:
$sudo apt-get install libpcre3 && \$sudo apt-get install zlib1g && \$sudo apt-get install libpcre3-dev && \$sudo apt-get install zlib1g-dev && \$sudo apt-get install li... 阅读全文
摘要:
netstat -tlnp|grep 80
http://fly5.com.cn/t/t-chicken/linux-%E6%9F%A5%E7%9C%8B%E8%BF%9B%E7%A8%8B%E5%8D%A0%E7%94%A8%E7%AB%AF%E5%8F%A3%E5%91%BD%E4%BB%A4.html
kill -9 $(netstat -tlnp|grep 80|awk '{print... 阅读全文
摘要:
in template first line type code as follows:%# -*- coding: gb2312 -*-in controller writeresponse.content_type = 'text/html; charset=gb2312'感觉到阅读代码的能力增强了,最近的问题都是通过阅读代码,修改代码,揍活代码,优雅改良,解决问题的reference:htt... 阅读全文
摘要:
in template first line type code as follows:%# -*- coding: gb2312 -*-in controller writeresponse.content_type = 'text/html; charset=gb2312'感觉到阅读代码的能力增强了,最近的问题都是通过阅读代码,修改代码,揍活代码,优雅改良,解决问题的reference:htt... 阅读全文
摘要:
in template first line type code as follows:%# -*- coding: gb2312 -*-in controller writeresponse.content_type = 'text/html; charset=gb2312'感觉到阅读代码的能力增强了,最近的问题都是通过阅读代码,修改代码,揍活代码,优雅改良,解决问题的 阅读全文
摘要:
关于百度收录gb2312页面http://www.baidu.com/s?wd=tag%3A%B0%D9%B6%C8&pn=10#!/usr/bin/env python#encoding=gb18030a="百度主题推广"import urllibprint urllib.quote(a)print "============"b="%B0%D9%B6%C8"print urllib.u... 阅读全文
摘要:
你下载的.egg包就可以运行./easy_install xxx.egg来安装了reference:http://bigtoy4boy.com/blog/tag/python/ 阅读全文
摘要:
i use solr1.4.1 version,and the return xml is changed,the original return xml is like this 0 12 test ... ... document_id some test text ... 2 ... some test text ... ... in responseHeader node has para... 阅读全文
摘要:
i use solr1.4.1 version,and the return xml is changed,
the original return xml is like this
0
12
test
...
...
document_id
some test text
...
2
...
some te... 阅读全文
摘要:
参看:IKAnalyzer 中文分词器 V3.2 使用手册
IK Analyzer 安装包包含:
1. 《IKAnalyzer 中文分词器 V3.X 使用手册》
(即本文档)
2. IKAnalyzer3.X.jar(主 jar 包)
3. IKAnalyzer.cfg.xml(分词器扩展配置文件)
4. ext_stopword.dic(扩展的 stopword 词典,3.2 以上版本提供)
... 阅读全文
摘要:
How to set up Solr on Ubuntu 10.04 (or whatever)
0 Comments | Tags: solr search
Apache Solr is a fast, open-source search solution. People are doing some very cool things with Solr. I personally hav... 阅读全文
摘要:
How to set up Solr on Ubuntu 10.04 (or whatever)
| Tags: solr search
Apache Solr is a fast, open-source search solution. People are doing some very cool things with Solr. I personally have only begu... 阅读全文
摘要:
根据/etc/tomcat6/Catalina/localhost/solr.xml中部署的solr.home的位置上创建mkdir solrmsudo chgrp mlzboy solrmsudo chmod 777 solrmchange tomcat port:Tomcat runs on the port defined $CATALINA_HOME/conf/server.xml, co... 阅读全文
摘要:
i cost one day and half to accomplish it.i read all relevent articles in internets.finally get success.there are two great articles ,thanks a lot.1)http://charlesleifer.com/blog/how-to-set-up-solr-on-... 阅读全文
摘要:
无 法获得锁 /var/lib/dpkg/lock - open (11: 资源临时不可用) 问题: 运行程序更新时出现报错: 无法获得锁 /var/lib/dpkg/lock - open (11: 资源临时不可用) 解决:其实这是 因为有另外一个程序在运行,导致锁不可用。原因可能是上次运行更新或安装没有正常完成。解决办法是杀死此进程sudo rm /var/cache/apt/a... 阅读全文
摘要:
gvim file:set fileencodinghttp://wrsuifeng.javaeye.com/blog/560632 阅读全文
摘要:
http://www.derivante.com/2009/05/05/solr-performance-benchmarks-single-vs-multi-core-index-shards/ 阅读全文
摘要:
eZ Publish — Enterprise Open Source Web Content Management http://ez.no/ezpublish/use_ez_publish 阅读全文
摘要:
http://www.derivante.com/2009/05/05/solr-performance-benchmarks-single-vs-multi-core-index-shards/ 阅读全文
摘要:
Securing Solr administrative consolehttp://drupal.org/node/658466sudo apt-get install gufw 阅读全文
|