- 浏览: 434879 次
- 性别:
- 来自: 上海
-
最新评论
-
w156445045:
博主我用的是1.6的版本,我没找到conf/crawl-url ...
Nutch 笔记(一):Quick Start -
hz_qiuyuanxin:
楼主,正则表达式写错了,是 /.*\./
Rails中文件上传 -
lijun4186255:
rails 中文乱码的问题 -
luopeng_tr:
楼主你好, 看了帖子我做了一下测试。 出来一个问题,希望指教n ...
在rails中使用UUIDTools -
404714:
提供一大堆tag是不错,有没有想过如何把数据库字段映射成tag ...
Haml&Radius 不错
文章列表
RubyOnRails (1.1) and Flex (2.0)
http://www.liverail.net/articles/2006/04/16/rubyonrails-1-1-and-flex-2-0-pt-1
http://www.liverail.net/articles/2006/05/06/rubyonrails-1-1-and-flex-2-0-pt-2
- 2007-04-30 17:12
- 浏览 1198
- 评论(0)
http://webonrails.com/2007/02/08/ruby-script-for-creating-new-rails-project-and-initial-svn-import-with-ignoringremoving-logother-files/
[url] http://drnicwilliams.com/2007/04/12/magic-multi-connections-a-facility-in-rails-to-talk-to-more-than-one-database-at-a-time/[/url]
- 2007-04-29 13:11
- 浏览 1183
- 评论(0)
刚刚接到当当送书的电话说:“你在当当网上订购的书在送货的路上被偷了,麻烦你再下一次订单”
这年代书也有人偷 去年年底我被小偷搬了家,今天又遇到这个事,郁闷!
Ruby Plugin好久没有更新了,IDEA是我见到最好的html编辑工具,也是我的最爱,可是Ruby Plugin对rhtml支持却不是很好,连属性的自动补全都没有。更不提Ruby Script自动补全的功能了。今天在下载最新的代码安装后,发现有点好转了,分享下:)
第一:新增了导航
这个功能不错,左边的Project的导航可以最小化了.
第二:代码补全
在rails项目中
目前只是一些基本的东西,根据后面ruby脚本的自动补全来看,他是需要先require后才能自动补全,我实验了一下,确实如此.也就是说,默认的情况下,他是不认ApplicationController之类的cl ...
引用Hibernate Shards
You can’t always put all your relational data in a single relational database.
Sometimes you simply have too much data. Sometimes you have a distributed deployment architecture
(network latency between California and India might be too high to have a single database). There might
...
- 2007-03-21 20:26
- 浏览 1511
- 评论(0)
rails自带时间标签好丑,年月日是分开的,不方便,总想找个像webwork中那个时间控件,未果。
于是乎,自己动手,把webwork中的文件重新拷贝出来,自己拼凑了一下,做了个plugin。分享下。
样式和原来的一样。
安装
script/plugin install http://calendarplugin.googlecode.com/svn/trunk/
svn自动在我的vendor/plugins下建立一个trunk,我想能让他自动建的文件夹叫calendar,目前还不知道怎么搞,那位知道介绍下。现在采用最土的方法:手工该
使用
<%=calendar_field ...
- 2007-03-01 18:16
- 浏览 1347
- 评论(0)
又一次拿起webwork说事
webwork默认的类型转换是不支持lob的,开发的时候formBean直接用域模型代替,往往根据域模型生成的model有lob字段,webwork不支持,我们需要手工加个。
java 代码
public class ClobConverter extends DefaultTypeConv ...
- 2006-12-06 10:21
- 浏览 1615
- 评论(0)
Ferret
http://ferret.davebalmain.com/trac
Full text search in Ruby on Rails
http://blog.zmok.net/articles/2006/08/14/full-text-search-in-ruby-on-rails
http://blog.zmok.net/articles/2006/09/04/full-text-search-in-ruby-on-rails-2-mysql
http://blog.zmok.net/articles/2006/10/18/full-text-search-in-ruby- ...
- 2006-10-23 10:17
- 浏览 1676
- 评论(0)
Stefan's Nutch Documentation
http://wiki.media-style.com/display/nutchDocu/Home
- 2006-10-13 14:02
- 浏览 2695
- 评论(0)
一:Recrawl
nutch wiki上有现成的script,我们只需要拿来用用即可
http://wiki.apache.org/nutch/IntranetRecrawl#head-e58e25a0b9530bb6fcdfb282fd27a207fc0aff03
把它放在nutch-0.8.1/bin/recrawl.sh
martin@martinx:~/workspace/doc/nutch-0.8.1$ sudo bin/recrawl.sh ../tomcat5/webap ps/ROOT xici/
10 1 5
wiki中对参数的说明已经很详细了,没有必要再多说 ...
- 2006-10-13 07:47
- 浏览 10448
- 评论(0)
最近用到了nutch,目的是针对指定的一些网站抓取其内容,然后做分析用。
nutch 笔记是我使用nutch过程一系列总结,写下自己的学习经过和大家一起分享,也希望能得到大家的指点
好了,废话少说,言归正传,第一篇:Quick Start,我们的目标是快速的能跑起来,能检索出我们想要的结果。
首先要明白nutch是什么?
nutch是一个基于lucene的开源搜索引擎,它包括了所有你想要的东西,是一个完整的解决方案 。
一:安装JDK
如果你已经安装了JDK,并且已经设置了JAVA_HOME,那么跳过这一步
安装jdk
sudo apt-get install sun-java5-jd ...
- 2006-10-13 00:48
- 浏览 27942
- 评论(5)
5 Principles For Programming
http://empathybox.com/archives/8
Great CSS Menuing System
http://www.baubels.net/blog/?p=104
Clustering web applications on Tomcat
http://pojomojo.blogspot.com/2006/09/clustering-web-applications-on-tomcat.html
Session-scoped Beans in Spring 2.0
http://www.memestorm.co ...
- 2006-10-12 10:33
- 浏览 1625
- 评论(1)
5 Books Every Developer Should Read
http://otherthingsnow.blogspot.com/2006/07/5-books-every-developer-should-read.html
Google Interview Questions
http://www.otherthingsnow.blogspot.com/2005/10/google-interview-questions-they-are.html
- 2006-10-10 21:33
- 浏览 1263
- 评论(0)
I've reinstalled my computer with ubuntu,and i had to reconfiguration my environment ,but when i was installing mysql lib
sudo gem install mysql -r
an error occured
Building native extensions. This could take a while...
*** extconf.rb failed ***
Could not create Makefile due to some reason, ...
- 2006-10-10 21:06
- 浏览 2818
- 评论(1)
刚给朋友传一本Programming ruby-2nd.pdf,然后又接着传了一本Agile_Web_Development_With_Rails-Beta.pdf,突然一闪,啥都没了,google talk就这样莫名其妙的挂了,第一次
- 2006-10-09 11:05
- 浏览 1417
- 评论(0)