浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年9月29日

摘要: http://railsapps.github.com/installing-rails-3-1.htmlInstalling Rails 3.1: Detailed (and current) instructions on how to install Rails 3.1 with advice and troubleshooting tips. This is a guide for dev... 阅读全文
posted @ 2011-09-29 22:59 lexus 阅读(349) 评论(0) 推荐(0)

摘要: http://blog.csdn.net/YidingHe/article/details/4093982 Java 流(Stream)简介:2、Reader 和 Writer 分类: Java 技术 2009-04-20 11:39... 阅读全文
posted @ 2011-09-29 20:22 lexus 阅读(289) 评论(0) 推荐(0)

摘要: http://www.moandroid.com/?p=1435Java I/O总结——InputStream By: 海市蜃楼 | In: Android开发 22 十一 2009 在前面介绍了Decorator(装饰)模式, 让我自己想起了刚开始工作时那段“痛并快乐”的学习时光。在学习Android网络方面,也发现网络方面的很多内容都与Java I/O有关,因此暂时先停下An... 阅读全文
posted @ 2011-09-29 20:06 lexus 阅读(744) 评论(0) 推荐(0)

摘要: http://ictclas.org/index.html 阅读全文
posted @ 2011-09-29 19:29 lexus 阅读(270) 评论(0) 推荐(0)

摘要: http://hi.baidu.com/catro/blog/item/e9b8ceea24754ec0d539c9b8.html 关于MMSEG分词算法 2011-02-02 13:54 MMSEG是中文分词中一个常见的、基于词典的分词算法(作者主页:http://chtsai.org/index_tw.html),简单、效果相对较好。由于它的简易直观性,实现起来不是很复杂,运行速... 阅读全文
posted @ 2011-09-29 19:23 lexus 阅读(877) 评论(0) 推荐(0)

摘要: http://www.matrix67.com/blog/archives/4212 阅读全文
posted @ 2011-09-29 19:17 lexus 阅读(188) 评论(0) 推荐(0)

摘要: http://www.cnblogs.com/alic/archive/2008/06/06/1215001.html常用分词算法的比较与设想 与基于理解的分词算法和基于统计的分词算法相比,基于文本匹配的算法更加通用。基于文本匹配的算法又称之为“机械分词算法”,他是它 是按照一定的策略将待分析的汉字串与一个“充分大的”机器词典中的词条进行配,若在词典中找到某个字符串,则匹配成功,可... 阅读全文
posted @ 2011-09-29 19:13 lexus 阅读(250) 评论(0) 推荐(0)

摘要: http://www.openvim.com/index.html 阅读全文
posted @ 2011-09-29 17:15 lexus 阅读(187) 评论(0) 推荐(0)

摘要: 【Lucene3.0 初窥】文本分析器Analyzerhttp://hxraid.iteye.com/blog/634577 阅读全文
posted @ 2011-09-29 16:50 lexus 阅读(172) 评论(0) 推荐(0)

摘要: http://www.cnblogs.com/singlepine/archive/2005/10/30/265010.html职责链模式(Chain of Responsibility Pattern)一、职责链(Chain of Responsibility)模式 责任链模式是一种对象的行为模式【GOF95】。在责任链模式里,很多对象由每一个对象对其下家的引用而连接起来形成一条链。请求在... 阅读全文
posted @ 2011-09-29 16:26 lexus 阅读(254) 评论(0) 推荐(0)

摘要: http://linliangyi2007.iteye.com/blog/429960 发布IK Analyzer 3.0 中文分词器 博客分类:程序人生 luceneJavaSVN算法Eclipse 最新:IKAnalyzer3.2.3稳定版已经发布,支持Lucene3.0和solr1.4 链接:http://www.... 阅读全文
posted @ 2011-09-29 15:07 lexus 阅读(1107) 评论(0) 推荐(0)