摘要:
formtastic的使用http://www.thoughtrails.com/episodes/63-use-sample-of-formtastic 阅读全文
posted @ 2011-08-20 02:24
lexus
阅读(242)
评论(0)
推荐(0)
摘要:
formtastic的使用http://www.thoughtrails.com/episodes/63-use-sample-of-formtastic 阅读全文
posted @ 2011-08-20 02:24
lexus
阅读(242)
评论(0)
推荐(0)
摘要:
http://www.thoughtrails.com/episodes/100-mysql-Access-denied 阅读全文
posted @ 2011-08-20 02:20
lexus
阅读(156)
评论(0)
推荐(0)
摘要:
http://www.thoughtrails.com/episodes/109-sina-weibo-singninhttp://my.oschina.net/zhao/blog/24061 阅读全文
posted @ 2011-08-20 02:17
lexus
阅读(195)
评论(0)
推荐(0)
摘要:
http://blog.agilecheetah.com/2011/05/06/rails3-page-plugin/ 阅读全文
posted @ 2011-08-20 01:57
lexus
阅读(217)
评论(0)
推荐(0)
摘要:
http://fsword.iteye.com/blog/788340 阅读全文
posted @ 2011-08-20 01:54
lexus
阅读(189)
评论(0)
推荐(0)
摘要:
http://www.ahu.me/?p=231kinder editor plugin for rails3http://doabit.iteye.com/blog/749031 阅读全文
posted @ 2011-08-20 01:48
lexus
阅读(192)
评论(0)
推荐(0)
摘要:
http://www.ahu.me/?p=231 阅读全文
posted @ 2011-08-20 01:44
lexus
阅读(208)
评论(0)
推荐(0)
摘要:
Geolocation with MaxMind's GeoIP and the geoip-city RubyGem Ruby posted over 3 years ago by christian http://snippets.aktagon.com/snippets/179-Geolocation-with-MaxMind-s-GeoIP-and-the-geoip-city-Ruby... 阅读全文
posted @ 2011-08-19 23:04
lexus
阅读(247)
评论(0)
推荐(0)
摘要:
YM4R The goal of YM4R is to ease the use of the Google Maps and the Yahoo! Maps Building Block API's from Ruby and Rails. Lately support for the Mapstraction library has also been added. It is split i... 阅读全文
posted @ 2011-08-19 22:59
lexus
阅读(184)
评论(0)
推荐(0)
摘要:
Rails获取客户端IP地址 2010-03-26 21:47 Example Rails Code In RAILS_ROOT/app/controllers/show_my_ip_controller.rb: view plaincopy to clipboardprint? class ShowMyIpController < ApplicationControllerdef index@... 阅读全文
posted @ 2011-08-19 22:58
lexus
阅读(491)
评论(0)
推荐(0)
摘要:
使用GEOIP进行用户IP的分析 PerlVBPascalVB.NETPython MaxMind公司的GeoIP数据库可以根据用户IP精确的获得用户地理位置信息,火狐就是使用它来统计下载用户所在区域的。 主要包括两个以键值方式存储的数据文件,Geo Country和Geo IP,如果只关注国家信息,可以使用小得多的Geo Country库。 这两个库都分为商业的和免费的两个版本,精确率都在99... 阅读全文
posted @ 2011-08-19 22:57
lexus
阅读(929)
评论(0)
推荐(0)
摘要:
Rails 如何实现通过登录IP确定城市功能 Rails 如何实现通过登录IP确定城市功能 博客分类:RubyOnRails RailsRubyGitGoogleXML 对于Rails而言,主流方式应该是使用google库的插件geoip github地址如下 Ruby代码 require'geoip'GeoIP.new('GeoLiteCity.dat').country('www.atlant... 阅读全文
posted @ 2011-08-19 22:55
lexus
阅读(425)
评论(0)
推荐(0)
摘要:
http://mmseg4j.googlecode.com/files/mmseg4j-1.8.4.ziphttp://solr-side.googlecode.com/files/solr-1.4-query-parser-extend.zip 阅读全文
posted @ 2011-08-19 19:23
lexus
阅读(276)
评论(0)
推荐(0)
摘要:
Homekafka0102的侧面照 solr拾遗:CopyField Posted in solr on 十月 30th, 2010 by kafka0102 solr的index schema中,除了支持基本数值类型的field,还支持一些特别的field,比如较常用的CopyField。以下面的schema配置片断为例: <span style="color: #009900;"><span... 阅读全文
posted @ 2011-08-19 11:24
lexus
阅读(549)
评论(0)
推荐(0)
摘要:
http://13shu.iteye.com/blog/754742 2010-09-03 solr 自定义 dismax查询方式 博客分类:solr Solr正则表达式算法XMLF# 1、在solrconfig.xml中增加 Xml代码 <queryParsername="imdismax"class="com.szhtp.search.parse.IMDisMaxQParserPlugin"/... 阅读全文
posted @ 2011-08-19 09:30
lexus
阅读(945)
评论(0)
推荐(0)
摘要:
http://blog.sina.com.cn/s/blog_60452f7d0100lv5g.htmllucene多字段多域搜索 (2010-10-19 15:29:38) 标签: 杂谈 分类: 搜索引擎 诶 先来个浅显能用的,有两种方法:1.使用 MultiFieldQueryParser:BooleanClause.Occur[] clauses = { BooleanClause.Occ... 阅读全文
posted @ 2011-08-19 09:24
lexus
阅读(462)
评论(0)
推荐(0)
摘要:
http://www.colorfuldays.org/program/solr_summary/#more-684 Solr使用小结 2011/06/04 by iamxhu in program | Leave a comment 最近在使用solr搭建公司网站的搜索,到目前为止,刚好3周时间,Solr搭建的引擎也上线了,即将正式提供服务。总结一下这过程中遇到的一些问题,及最终解决的方法。 几... 阅读全文
posted @ 2011-08-19 09:21
lexus
阅读(400)
评论(0)
推荐(0)
摘要:
http://www.teamwiki.cn/search/solr?do=edit&rev=1262242617 阅读全文
posted @ 2011-08-19 00:42
lexus
阅读(146)
评论(0)
推荐(0)
摘要:
在ubuntu下的比较好用的对比工具.meld. sudo apt-get install meld 阅读全文
posted @ 2011-08-18 23:57
lexus
阅读(536)
评论(0)
推荐(0)
|