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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
  12653 随笔 :: 2 文章 :: 617 评论 :: 609万 阅读

09 2011 档案

摘要:http://blog.csdn.net/lwm_1985/article/details/6738112打造自己的中文分词器之如何让Lucene认识自己的分词器 2011-09-01 09:25 12人阅读 评论(0) 收藏 举报 更新日期:2008-11-08 点击... 阅读全文
posted @ 2011-09-30 20:44 lexus 阅读(448) 评论(0) 推荐(0) 编辑

摘要:http://hi.baidu.com/chanajianxin/blog/item/9b36608bb7dfc013c8fc7a9c.html 改写lucene的Analyzer,添加自己的中文分词系统的方法(原创) 2007-04-30 16:16 /***作者:夺天策 百度空间名:刹那剑欣*转载请说明出处!*/ 这几天完成了我的中文分词算法,就着手把它加入到lucene中去... 阅读全文
posted @ 2011-09-30 20:30 lexus 阅读(727) 评论(2) 推荐(0) 编辑

摘要:ArrayList Vector LinkedList 区别与用法 最近用到了,所以依然是转载ArrayList 和Vector是采用数组方式存储数据,此数组元素数大于实际存储的数据以便增加和插入元素,都允许直接序号索引元素,但是插入数据要设计到数组元素移动 等内存操作,所以索引数据快插入数据慢,Vector由于使用了synchronized方法(线程安全)所以性能上比Array... 阅读全文
posted @ 2011-09-30 18:44 lexus 阅读(417) 评论(0) 推荐(0) 编辑

摘要:ArrayList Vector LinkedList 区别与用法 最近用到了,所以依然是转载ArrayList 和Vector是采用数组方式存储数据,此数组元素数大于实际存储的数据以便增加和插入元素,都允许直接序号索引元素,但是插入数据要设计到数组元素移动 等内存操作,所以索引数据快插入数据慢,Vector由于使用了synchronized方法(线程安全)所以性能上比Array... 阅读全文
posted @ 2011-09-30 18:38 lexus 阅读(172) 评论(0) 推荐(0) 编辑

摘要:http://mqbing.iteye.com/blog/76913 LinkedList vs ArrayList RESTJDK.netBlog 晚上和同学讨论 LinkedList 和 ArrayList的区别... 讨论时发现信息太少,于是在网上找了些资料..存一下. 今天看到的一个Blog上的内容,我把大致... 阅读全文
posted @ 2011-09-30 18:35 lexus 阅读(180) 评论(0) 推荐(0) 编辑

摘要:[博主推荐]一个允许你反悔的hook--PushbackInputStream和PushbackReader 2008-08-01 23:12 [转载]:http://hi.baidu.com/ppchar/blog/item/b3738364f532e1f1f6365479.html PushbackInputStream和PushbackReader是Java I/... 阅读全文
posted @ 2011-09-30 18:27 lexus 阅读(440) 评论(0) 推荐(0) 编辑

摘要:nutch1.3和solr3.x集成时出现Invalid UTF-8 character问题 http://blog.csdn.net/laigood12345/article/details/6689611Hadoop的Python语言封装 Gao Ang 发表于 2010年05月25日 11:38 | Hits: 1404 Tag: 编程语言 ... 阅读全文
posted @ 2011-09-30 16:09 lexus 阅读(449) 评论(0) 推荐(0) 编辑

摘要:Hadoop的Python语言封装 Gao Ang 发表于 2010年05月25日 11:38 | Hits: 1404 Tag: 编程语言 Hadoop使 用Java语言实现,编写具体的应用业务除了借助Hadoop的Java API外,还可以使用开发者所熟悉的Python或C++等其他语言编码。在Hadoop安装路径的/src/examples/目录中,给出了 Python实现... 阅读全文
posted @ 2011-09-30 16:07 lexus 阅读(1266) 评论(0) 推荐(0) 编辑

摘要:Nutch 使用入门(一)——准备工作及Intranet抓取http://softkid.iteye.com/blog/625736http://51mst.iteye.com/blog/1155120 2011-08-22 nutch1.3 +hadoop 分布式部署(亲测) 博客分类:nutchhadoop ... 阅读全文
posted @ 2011-09-30 15:56 lexus 阅读(619) 评论(0) 推荐(0) 编辑

摘要:Nutch 使用入门(一)——准备工作及Intranet抓取http://softkid.iteye.com/blog/625736 阅读全文
posted @ 2011-09-30 15:15 lexus 阅读(237) 评论(0) 推荐(0) 编辑

摘要:Other ways to get JRuby If you use RVM, then installing JRuby is also a piece of cake: <font color="#CC0000"><code>rvm install jruby</code></font> JRuby might also be available as OS packages for y... 阅读全文
posted @ 2011-09-30 14:26 lexus 阅读(154) 评论(0) 推荐(0) 编辑

摘要:由于在google和cnblogs的搜索引擎里都没有收录完全,自己找东西很麻烦,搜索不到,之前还考虑说solr,现在看来直接nutch就好了 阅读全文
posted @ 2011-09-30 13:53 lexus 阅读(151) 评论(0) 推荐(0) 编辑

摘要:http://www.donanza.com/jobs/p3315101-crawler_with_data_analysis_hadoop_mapreduce_hbase_phase_icrawler with data analysis (Hadoop, MapReduce, HBase) - Phase I - Data Modeling Goal for Phase ... 阅读全文
posted @ 2011-09-30 13:49 lexus 阅读(268) 评论(0) 推荐(0) 编辑

摘要:http://www.donanza.com/jobs/p3315101-crawler_with_data_analysis_hadoop_mapreduce_hbase_phase_icrawler with data analysis (Hadoop, MapReduce, HBase) - Phase I - Data Modeling Goal for Phase ... 阅读全文
posted @ 2011-09-30 13:39 lexus 阅读(219) 评论(0) 推荐(0) 编辑

摘要:http://www.searchtb.com/2011/01/understanding-hbase.htmlHBase vs Cassandra: 我们迁移系统的原因 http://wangxu.me/blog/p/371 阅读全文
posted @ 2011-09-30 10:44 lexus 阅读(235) 评论(0) 推荐(0) 编辑

摘要:http://chandlerproject.org/wikihome 阅读全文
posted @ 2011-09-30 08:39 lexus 阅读(250) 评论(0) 推荐(0) 编辑

摘要:基于 hive 的日志数据统计实战http://blog.javaworker.cn/index.php/archives/104 阅读全文
posted @ 2011-09-30 08:18 lexus 阅读(269) 评论(0) 推荐(0) 编辑

摘要: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 阅读(343) 评论(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 阅读(272) 评论(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 阅读(728) 评论(0) 推荐(0) 编辑

摘要:http://ictclas.org/index.html 阅读全文
posted @ 2011-09-29 19:29 lexus 阅读(264) 评论(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 阅读(864) 评论(0) 推荐(0) 编辑

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

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

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

摘要:【Lucene3.0 初窥】文本分析器Analyzerhttp://hxraid.iteye.com/blog/634577 阅读全文
posted @ 2011-09-29 16:50 lexus 阅读(167) 评论(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 阅读(242) 评论(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 阅读(1100) 评论(0) 推荐(0) 编辑

摘要:今天看hold姐,再看小S怎么感觉身上有母性的光辉呢,好奇怪啊,真的上了年纪了?大S好像还不如小S了,。。。 阅读全文
posted @ 2011-09-28 19:13 lexus 阅读(205) 评论(0) 推荐(0) 编辑

摘要:http://www.douban.com/group/topic/13024594/?start=100 阅读全文
posted @ 2011-09-28 17:50 lexus 阅读(195) 评论(0) 推荐(0) 编辑

摘要:白领 骨干 精英 阅读全文
posted @ 2011-09-28 00:46 lexus 阅读(176) 评论(0) 推荐(0) 编辑

摘要:shlug] [OT]百度腾讯这样的公司运维和产品的待遇如何收件箱X回复|left lizheseven@gmail.com 发送至 Shanghai 显示详细信息 19:31 (5 小时前) 有没有业内人士,可否稍微透露一下? 回复 转发回复|Svenyang zhaoyang21cn@gmail.com 发送至 shlug 显示详细信息 20:16 (4 小时前) 貌似百度两个职位薪水都超过腾... 阅读全文
posted @ 2011-09-28 00:39 lexus 阅读(217) 评论(0) 推荐(0) 编辑

摘要:其实对于学历而言,学历是人行道能力是跑道人脉是机动车道思维是王道 阅读全文
posted @ 2011-09-27 23:43 lexus 阅读(178) 评论(0) 推荐(0) 编辑

摘要:融了钱就是好啊 阅读全文
posted @ 2011-09-27 19:42 lexus 阅读(161) 评论(0) 推荐(0) 编辑

摘要:杨幂陶虹李艾照片其实不出彩,就不放了辛苦后面两位了另外这个营销团队真的很牛逼啊,真的是个奇迹,我是信了,比光线传媒做柳岩牛一些感觉 阅读全文
posted @ 2011-09-27 19:37 lexus 阅读(993) 评论(0) 推荐(0) 编辑

摘要:can't believe it 阅读全文
posted @ 2011-09-26 22:49 lexus 阅读(171) 评论(0) 推荐(0) 编辑

摘要:http://www.zhihu.com/question/19614774最好的城市在北京吧不要来上海上海工作的人和上海的大环境都非常现实,很注重眼前利益,说白了,大部分人都没有做白日梦的能力,所以无论是招人还是留人,都是非常大的问题。而且房租很贵,其他的消费也非常贵。相比之下,北京有硅谷般的中关村,又在各个国家大院的门口,有个政策的风吹草动都能立即采取行动。而且北京的互联网公司占全国互联网公司... 阅读全文
posted @ 2011-09-26 17:26 lexus 阅读(322) 评论(0) 推荐(0) 编辑

摘要:两岸咖啡还不错,分无烟区和有烟区,值得肯定求勾搭 阅读全文
posted @ 2011-09-26 15:03 lexus 阅读(190) 评论(0) 推荐(0) 编辑

摘要:明天要去面试,晚上10点左右,关机准备离开办公室了,结果随手一关门,把钥匙丢在里面了,意味着我晚上我要在外面过了,摸摸钱包,手机,火车票都在,OK,大不了去住快捷酒店,于是看了看家里有什么工具,好在厕所里有一把梯子,走廊外有一长的晾衣干,我就用晾衣干前面加一小铁丝,去勾钥匙,花了好一阵功夫,大概有10分钟吧,才把钥匙拿出来改天上图,照片拍了,但是没找到连接线改天再和你们说吧,一时半会讲不清楚,总之... 阅读全文
posted @ 2011-09-25 23:17 lexus 阅读(203) 评论(0) 推荐(0) 编辑

摘要:那个微博上的创意片不错,就这些了 阅读全文
posted @ 2011-09-25 20:55 lexus 阅读(286) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2011-09-25 20:50 lexus 阅读(213) 评论(0) 推荐(0) 编辑

摘要:http://qa.taobao.com/?p=6400Technology Evangelist 阅读全文
posted @ 2011-09-25 18:38 lexus 阅读(184) 评论(0) 推荐(0) 编辑

摘要:http://rfyimcool.blog.51cto.com/1030776/413198反向代理软件对比,七层负载均衡与静态文件缓存 2010-10-31 19:20:16 标签: 这个标题有点吓人,又是负载均衡又是缓存,随便哪个都能写好几本书了,这里浅谈一二,适合... 阅读全文
posted @ 2011-09-25 15:27 lexus 阅读(551) 评论(0) 推荐(0) 编辑

摘要:solr的用分布式搜索(转) 2010-03-11 13:05:56|分类: solr |字号订阅 ... 阅读全文
posted @ 2011-09-25 12:29 lexus 阅读(1339) 评论(0) 推荐(0) 编辑

摘要:http://clayz.iteye.com/blog/2403572008-09-10 Lucene / Solr 开发经验 博客分类:Framework Solrlucene全文检索搜索引擎应用服务器 转自 Lucene/Solr开发经验[原] 作者 张驰有道 注意:该文章所属Blog中的日记遵循... 阅读全文
posted @ 2011-09-25 12:26 lexus 阅读(4329) 评论(0) 推荐(1) 编辑

摘要:http://www.cnblogs.com/finallyliuyu/archive/2010/04/07/1705967.html 阅读全文
posted @ 2011-09-25 12:07 lexus 阅读(556) 评论(0) 推荐(0) 编辑

摘要:http://code.google.com/p/paoding/Paoding Analysis摘要Paoding's Knives 中文分词具有极 高效率 和 高扩展性 。引入隐喻,采用完全的面向对象设计,构思先进。 高效率:在PIII 1G内存个人机器上,1秒 可准确分词 100万 汉字。 采用基于 不限制个数 的词典文件对文章进行有效切分,使能够将对词汇分类定义。 能够对未知的词汇进行合理... 阅读全文
posted @ 2011-09-25 11:37 lexus 阅读(1838) 评论(0) 推荐(1) 编辑

摘要:http://www.cnblogs.com/eaglet/archive/2009/08/13/1545420.html 盘古分词--功能简介 Posted on 2009-08-13 16:50 eaglet 阅读(8474) 评论(103) 编辑 收藏 盘古分词--功能简介 作者:eaglet 两年前我开发了一个KTDictSeg 中... 阅读全文
posted @ 2011-09-25 11:29 lexus 阅读(449) 评论(0) 推荐(0) 编辑

摘要:http://www.cnblogs.com/eaglet/ 阅读全文
posted @ 2011-09-25 10:51 lexus 阅读(159) 评论(0) 推荐(0) 编辑

摘要:http://www.cnblogs.com/jqbird/archive/2011/04/05/2005672.html 电子商务网站搜索架构方案 说是电子商务搜索架构方案,其实就是lucene.net的应用,公司庙小,人少,也就自己平时看看,以前做过一点例子,这样就被拉上去写架构方案了。 我这个懒惰的家伙,在网上疯狂的搜集搜索架构方面的东西,因为做做架构,暂时没... 阅读全文
posted @ 2011-09-25 10:44 lexus 阅读(294) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2011-09-25 09:12 lexus 阅读(172) 评论(0) 推荐(0) 编辑

摘要:http://zsp.iteye.com/blog/244245先推荐一本书,csdn上可以下载完美的pdf Programming Collective Intelligence ( http://www.douban.com/subject/2209702/?from=mb-62346329 ) 协同过滤的缺点是 热点相关内容 往往变成了 其他同期出现的热点内容 . 先划分类别(比如SVD)... 阅读全文
posted @ 2011-09-25 07:56 lexus 阅读(692) 评论(0) 推荐(0) 编辑

摘要:http://www.alibuybuy.com/posts/26137.html 阅读全文
posted @ 2011-09-25 07:13 lexus 阅读(198) 评论(0) 推荐(0) 编辑

摘要:test 阅读全文
posted @ 2011-09-25 01:06 lexus 阅读(156) 评论(0) 推荐(0) 编辑

摘要:http://zhuyx808.iteye.com/blog/980839 阅读全文
posted @ 2011-09-24 23:59 lexus 阅读(160) 评论(0) 推荐(0) 编辑

摘要:今天用上vpn,速度感觉上比ssh好,总算可以无忧无虑了,用上了twitterfeed以我的blog为数据源,向外辐射 阅读全文
posted @ 2011-09-24 23:46 lexus 阅读(174) 评论(0) 推荐(0) 编辑

摘要:http://blog.sina.com.cn/s/blog_7d3b18a50100uary.htmlhttp://laigw.name/post/91.html 阅读全文
posted @ 2011-09-24 21:51 lexus 阅读(174) 评论(0) 推荐(0) 编辑

摘要:MyEclipse 显示 行号 2009-05-04 11:52 66人阅读 评论(0) 收藏 举报 在使用MyEclipse开发程序的时候,不显示行号是一件很烦人的事情,要想显示行号,按住 Ctrl + F10 选择 show Line Numbers 阅读全文
posted @ 2011-09-24 21:12 lexus 阅读(1733) 评论(0) 推荐(1) 编辑

摘要:import java.io.File;import java.io.IOException;import org.apache.lucene.analysis.Analyzer;import org.apache.lucene.analysis.standard.StandardAnalyzer;import org.apache.lucene.document.Document;import ... 阅读全文
posted @ 2011-09-24 21:10 lexus 阅读(345) 评论(0) 推荐(0) 编辑

摘要:http://www.sonatype.com/lukelucene工具 阅读全文
posted @ 2011-09-24 17:10 lexus 阅读(137) 评论(0) 推荐(0) 编辑

摘要:http://www.cyberlifetutors.com/2011/07/how-to-import-your-blog-to-facebook-automaticly-using-notes/How to Import Your Blog to Facebook Automaticly Using Notes July 25, 2011 By April M. Williams ... 阅读全文
posted @ 2011-09-24 12:27 lexus 阅读(257) 评论(0) 推荐(0) 编辑

摘要:WSGI is the Web Server Gateway Interface. It is a specification for web servers and application servers to communicate with web applications (though it can also be used for more than that). It is a Py... 阅读全文
posted @ 2011-09-24 10:35 lexus 阅读(175) 评论(0) 推荐(0) 编辑

摘要:http://www.techsmith.com/snagit/accessorycategory.asp?catID=11#you need install the full version not the green version otherwise,this extra can't install successfully 阅读全文
posted @ 2011-09-24 07:28 lexus 阅读(219) 评论(0) 推荐(0) 编辑

摘要:http://www.lanhan.cn/html/jczt/wft_1219.htm 阅读全文
posted @ 2011-09-24 01:35 lexus 阅读(185) 评论(0) 推荐(0) 编辑

摘要:http://www.dongxuexidu.com/gpa.do 阅读全文
posted @ 2011-09-24 01:21 lexus 阅读(224) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2011-09-23 23:32 lexus 阅读(271) 评论(0) 推荐(0) 编辑

摘要:blog client on androidblog client for iphone 阅读全文
posted @ 2011-09-23 20:32 lexus 阅读(135) 评论(0) 推荐(0) 编辑

摘要:... 阅读全文
posted @ 2011-09-23 20:12 lexus 阅读(143) 评论(0) 推荐(0) 编辑

摘要:http://www.zjhwrc.com/index.aspxhttp://8610hr.cn/ 阅读全文
posted @ 2011-09-23 19:40 lexus 阅读(203) 评论(0) 推荐(0) 编辑

摘要:http://www.zjhwrc.com/index.aspx 阅读全文
posted @ 2011-09-23 19:28 lexus 阅读(215) 评论(0) 推荐(0) 编辑

摘要:有没有做PB第三方开发的团队或者个人? By Showfom at 3 hours, 17 minutes ago, 169 hits 当然是收费的 最近一个论坛想实现以下功能: 1、集成QQ一键登录 2、转换Discuz或PW数据 (这个不是很重要) 3、加... 阅读全文
posted @ 2011-09-23 19:22 lexus 阅读(256) 评论(0) 推荐(0) 编辑

摘要:http://www.flickr.com/photos/mlzboy/http://photo.163.com/mlzboy@126/#p=0&m=0&page=1网易相册的客户端使用wpf制作的,效果离我预期很远,QQ的概念版那是很炫的啊,网易没用心做呢 阅读全文
posted @ 2011-09-23 17:34 lexus 阅读(198) 评论(0) 推荐(0) 编辑

摘要:http://www.ubuntusoft.com/ubuntu-linux-batch-rename-tool-under-purrr.htmlubuntu linux下批量重命名工具:purrr 2010年11月13日 lingyired 发表评论 分享到新浪微博 分享到腾讯微博 分享到Google buzz 分享到Twitter 分享到豆瓣 ... 阅读全文
posted @ 2011-09-23 11:42 lexus 阅读(792) 评论(1) 推荐(0) 编辑

摘要:mlzboy@mlzboy-desktop:~/my/search$ python env_product8001.pymlzboy@mlzboy-desktop:~/my/search$ python env_product8002.py 阅读全文
posted @ 2011-09-23 11:35 lexus 阅读(159) 评论(1) 推荐(0) 编辑

摘要:ln -s 真实路径 软链接名称ln -s /home/mlzboy/my/b2c2_linode/b2c2/shared/system system 阅读全文
posted @ 2011-09-23 11:18 lexus 阅读(285) 评论(0) 推荐(0) 编辑

摘要:面膜 洗面奶 去角质 阅读全文
posted @ 2011-09-23 10:01 lexus 阅读(137) 评论(0) 推荐(0) 编辑

摘要:https://addons.mozilla.org/en-US/firefox/addon/screengrab/ 阅读全文
posted @ 2011-09-23 10:00 lexus 阅读(281) 评论(0) 推荐(0) 编辑

摘要:http://632408004.iteye.com/blog/1142175 MyEclipse 9.1 下载 注册 破解 激活 注册码 博客分类:MyEclipse myeclipse9.1 MyEclipse 9.1 下载地址: ed2k://|file|%5Bmyeclipse.9.1.%E6%9B%B4%E... 阅读全文
posted @ 2011-09-22 22:11 lexus 阅读(6701) 评论(1) 推荐(2) 编辑

摘要:ki-analyzerhttp://www.kafka0102.com/2011/06/453.html 阅读全文
posted @ 2011-09-22 21:08 lexus 阅读(232) 评论(0) 推荐(0) 编辑

摘要:LinkedIn公司实现的实时搜索引擎Zoie 阅读全文
posted @ 2011-09-22 20:57 lexus 阅读(205) 评论(0) 推荐(0) 编辑

摘要:http://book.360buy.com/10080224.html 阅读全文
posted @ 2011-09-22 19:47 lexus 阅读(155) 评论(0) 推荐(0) 编辑

摘要:http://code.google.com/p/xapwrap/ 阅读全文
posted @ 2011-09-22 15:19 lexus 阅读(237) 评论(0) 推荐(0) 编辑

摘要:声明:以下为转载的文章,非我的原创,看着好收藏之。实际的文章出版链接如下 reference:http://www.jarorwar.com/?p=18 以下是转载的全文闵晓荣(jarorwar)的博客 行到水穷处,坐看云起时 Solr初印象 作者: minxr 日期: 2011 年 9 月 8 日 发表评论 (0) 查看评论 最近在优化公司的网站搜索程序!之前的程序是hibernate search写的,Hibernate Search是基于lucene,经Hi... 阅读全文
posted @ 2011-09-22 15:03 lexus 阅读(412) 评论(0) 推荐(0) 编辑

摘要:Lucene vs Solr 0评/1040阅 发表于: 2011-02-02 13:21 很多刚接触 Lucene 和 Solr 的人都会问这样的问题:何时用Lucene?何时用Solr? 答案很简单:如果你问自己这样的问题,那么99%的情形,你需要的是Solr! Solr是什么? Apache Solr是包含各类功能的围绕Lucen... 阅读全文
posted @ 2011-09-22 14:56 lexus 阅读(413) 评论(0) 推荐(0) 编辑

摘要:http://learning.artech.cn/ 阅读全文
posted @ 2011-09-22 09:51 lexus 阅读(166) 评论(0) 推荐(0) 编辑

摘要:css中float left与float right的使用说明详细出处参考:http://www.jb51.net/css/33740.htmlhttp://www.jb51.net/css/33740.html 阅读全文
posted @ 2011-09-22 09:22 lexus 阅读(245) 评论(0) 推荐(0) 编辑

摘要:熟悉脚本的朋友一定或多或少听过Ext.js这个框架吧,sencha正来源于此,2010年著名的JavaScript框架ExtJS宣布,将现有ExtJS整合JQTouch和Raphaël库,推出适用于最前沿Touch Web的Sencha Touch框架,该框架是世界上第一个基于HTML5的Mobile App框架。同时,ExtJS也正式更名为Sencha。原域名www.extjs.com也已经跳转... 阅读全文
posted @ 2011-09-22 08:23 lexus 阅读(395) 评论(0) 推荐(0) 编辑

摘要:看到片上皮肤不太好呢,感叹, 阅读全文
posted @ 2011-09-21 23:10 lexus 阅读(204) 评论(0) 推荐(0) 编辑

摘要:http://www.haojiaolian.com/ 阅读全文
posted @ 2011-09-21 22:11 lexus 阅读(110) 评论(0) 推荐(0) 编辑

摘要:http://kulinglei.iteye.com/blog/373334 阅读全文
posted @ 2011-09-20 21:21 lexus 阅读(104) 评论(0) 推荐(0) 编辑

摘要:http://beej.us/guide/bgnet/http://www.linuxhowtos.org/C_C++/socket.htmhttp://www.kegel.com/dkftpbench/nonblocking.htmlIntroduction to non-blocking I/O Programs that use non-blocking I/O tend to follow the rule that every function has to return immediately, i.e. all the functions in such programs are 阅读全文
posted @ 2011-09-20 07:51 lexus 阅读(339) 评论(0) 推荐(0) 编辑

摘要:http://beej.us/guide/bgnet/http://www.linuxhowtos.org/C_C++/socket.htm 阅读全文
posted @ 2011-09-20 07:26 lexus 阅读(139) 评论(0) 推荐(0) 编辑

摘要:http://beej.us/guide/bgnet/ 阅读全文
posted @ 2011-09-20 07:19 lexus 阅读(140) 评论(0) 推荐(0) 编辑

摘要:http://www.theagb.com 阅读全文
posted @ 2011-09-19 20:55 lexus 阅读(113) 评论(0) 推荐(0) 编辑

摘要:http://www.chinacfa.com/ 阅读全文
posted @ 2011-09-19 19:51 lexus 阅读(235) 评论(0) 推荐(0) 编辑

摘要:http://www.daybang.com/about_db/?id=2 阅读全文
posted @ 2011-09-19 18:35 lexus 阅读(279) 评论(0) 推荐(0) 编辑

摘要:http://segmentfault.com/ 阅读全文
posted @ 2011-09-19 18:35 lexus 阅读(635) 评论(1) 推荐(0) 编辑

摘要:看了好多期,有点疲了,这里有一些出彩的达人,但是应聘者太落了,或是都是刚要找工作的大学生所以整个的对抗性不强,翻来复去都是那么点东本,鲜有新意,职场新人好榜样上,在嘉宾和职位上都很作秀,是提供收视率的好手段 ,但纯属恶搞,那些职位好多很虚,或是企业为了公关知名度做的,非你莫属呢,也不太好说,总结:基本上每个节目一拨嘉宾,倒是嘉宾们的social了很多,对观众没有大益处就像这波电商一样,该过得还是得... 阅读全文
posted @ 2011-09-19 13:06 lexus 阅读(190) 评论(0) 推荐(0) 编辑

摘要:http://www.xnlab.com/zh/default.htm 阅读全文
posted @ 2011-09-18 23:12 lexus 阅读(143) 评论(0) 推荐(0) 编辑

摘要:Drivel — 离线 Blog 客户端 2006-08-04 Toy Posted in TutorialsRSSTrackback 在 Linux 中找离线 Blog 客户端真的很难,之前有试过 BloGTK,但那已经是很遥远的事情了。直到最近,我对于 Drivel 的发现,仿佛又重新燃起了希望。Drivel 虽然目前还算不上完美,但至少能够满足... 阅读全文
posted @ 2011-09-18 21:45 lexus 阅读(302) 评论(0) 推荐(0) 编辑

摘要:http://www.rainymood.com/ 阅读全文
posted @ 2011-09-18 21:00 lexus 阅读(352) 评论(0) 推荐(0) 编辑

摘要:30岁之前找位置20-30可教30-40可用40- 可跟 阅读全文
posted @ 2011-09-18 20:49 lexus 阅读(106) 评论(0) 推荐(0) 编辑

摘要:人在得意的时候给自己留一条出路,才在失意的时候有退条 阅读全文
posted @ 2011-09-18 20:33 lexus 阅读(189) 评论(0) 推荐(0) 编辑

摘要:CSDN:谁是最有价值的技术博客? http://www.wujianrong.com/archives/2007/01/csdn.html myan 孟岩 http://blog.csdn.net/myan 综合积分第1名 ... 阅读全文
posted @ 2011-09-18 18:54 lexus 阅读(1120) 评论(0) 推荐(1) 编辑

摘要:http://www.programmer.com.cn/5364/一个“技术文化人”的片段感悟 作者: chenqiuge 分类:架构实践 阅读:15,182 次 添加评论 2003 年我加入CSDN,6年之后离开。在2003年之后,我的技术身份就很难界定了。曾经有个朋友称... 阅读全文
posted @ 2011-09-18 18:53 lexus 阅读(332) 评论(0) 推荐(0) 编辑

摘要:http://blog.csdn.net/myan/article/details/2127238 程序员必须走向专业化 分类: 产业 2008-02-28 11:06 25211人阅读 评论(90) 收藏 举报 ... 阅读全文
posted @ 2011-09-18 18:01 lexus 阅读(255) 评论(1) 推荐(0) 编辑

摘要:http://blog.csdn.net/myan/article/details/1281151 动态语言,别再说不 2006-09-25 17:16 24291人阅读 评论(132) 收藏 举报 相信很多人都听过一个禅宗故事,说是两个僧人赶路,趟过一条小河的时候,看到一个... 阅读全文
posted @ 2011-09-18 17:55 lexus 阅读(221) 评论(0) 推荐(0) 编辑

摘要:http://blog.csdn.net/myan/article/details/1398915谁不是“过渡技术”? 2006-11-20 15:06 16236人阅读 评论(86) 收藏 举报 CSDN首页刊登头条,说Ajax是过渡技术。这个我是绝... 阅读全文
posted @ 2011-09-18 17:51 lexus 阅读(164) 评论(0) 推荐(0) 编辑

摘要:用C设计,用C++编码http://blog.csdn.net/myan/article/details/1778843 分类: 技术 2007-09-10 11:32 22408人阅读 评论(74) 收藏 举报 昨天晚上看到刘... 阅读全文
posted @ 2011-09-18 17:47 lexus 阅读(134) 评论(0) 推荐(0) 编辑

摘要:http://blog.csdn.net/pongba/article/details/1611593这篇不错 你应当如何学习C++(以及编程)(rev#1) By 刘未鹏(pongba) C++的罗浮宫(http://blog.csdn.net/pongba) Javascript是世界上最受误解的语言,其实C++何尝不是。坊间流传的错误的C++学习方法一抓就是一大把。我自己在学习C+... 阅读全文
posted @ 2011-09-18 17:40 lexus 阅读(190) 评论(0) 推荐(0) 编辑

摘要:http://blog.csdn.net/pongba/article/details/1611593这篇不错 你应当如何学习C++(以及编程)(rev#1) By 刘未鹏(pongba) C++的罗浮宫(http://blog.csdn.net/pongba) Javascript是世界上最受误解的语言,其实C++何尝不是。坊间流传的错误的C++学习方法一抓就是一大把。我自己在学习C+... 阅读全文
posted @ 2011-09-18 17:35 lexus 阅读(173) 评论(0) 推荐(0) 编辑

摘要:http://blog.csdn.net/myan/article/details/91237放弃理想,未必能成就现实 2004-09-01 15:03 120546人阅读 评论(110) 收藏 举报 放弃理想,未必能成就现实 (《程序员》2004年第9期的maglog专栏... 阅读全文
posted @ 2011-09-18 14:15 lexus 阅读(171) 评论(0) 推荐(0) 编辑

摘要:周鸿祎,高司令 2010-09-28 00:41 27469人阅读 评论(185) 收藏 举报 还是感到有必要将自己的一些想法快速记下来。 首先是对周鸿祎新员工演讲的看法。 就说实话这一点来说,周鸿祎比很多人强。所以我比较喜欢引用他的话,确实比较实在,不装逼。 至于一... 阅读全文
posted @ 2011-09-18 14:04 lexus 阅读(303) 评论(0) 推荐(0) 编辑

摘要:。。。 阅读全文
posted @ 2011-09-18 12:37 lexus 阅读(166) 评论(0) 推荐(0) 编辑

摘要:http://www.elanso.com/ 阅读全文
posted @ 2011-09-18 11:55 lexus 阅读(186) 评论(0) 推荐(0) 编辑

摘要:http://www.chinacity.org.cn/csph/csph/56307.html 阅读全文
posted @ 2011-09-18 11:30 lexus 阅读(312) 评论(0) 推荐(0) 编辑

摘要:http://coolshell.cn/ 阅读全文
posted @ 2011-09-18 10:31 lexus 阅读(168) 评论(0) 推荐(0) 编辑

摘要:http://www.rubyflow.com/ 阅读全文
posted @ 2011-09-18 01:42 lexus 阅读(135) 评论(0) 推荐(0) 编辑

摘要:周伯通joboto.com乐聘http://113.105.93.33:8080/lepinweb/index.jsp?type=0&text= 阅读全文
posted @ 2011-09-17 21:24 lexus 阅读(133) 评论(0) 推荐(0) 编辑

摘要:http://cstar.qq.com/index.php?controller=default&action=gift 阅读全文
posted @ 2011-09-17 20:45 lexus 阅读(176) 评论(0) 推荐(0) 编辑

摘要:http://api.map.soso.com/doc/createmap.html 阅读全文
posted @ 2011-09-17 20:14 lexus 阅读(250) 评论(0) 推荐(0) 编辑

摘要:http://tech.163.com/11/0117/09/6QJERUAI000938EN.html 阅读全文
posted @ 2011-09-17 18:39 lexus 阅读(165) 评论(0) 推荐(0) 编辑

摘要:恭喜lz,这就是拿兴趣当职业的后果。 类似的悲剧还有妓女和妇科医生,你懂得 阅读全文
posted @ 2011-09-17 09:57 lexus 阅读(177) 评论(0) 推荐(0) 编辑

摘要:女流氓文摘:【10大恶习等于逼男人出轨】1、爱攀比 好虚荣 2、逼夫成“龙” 3、不修边幅” 4、多疑、骄横 5、不顾丈夫尊严 6、“控夫欲”过旺 7、体贴不入微 8、忽视性爱 9、缺乏主妇意识 10、随意泄露隐私。。 阅读全文
posted @ 2011-09-17 00:31 lexus 阅读(115) 评论(0) 推荐(0) 编辑

摘要:http://c.learncodethehardway.org/book/ @QLeelulu:Learn Python The Hard Way, 2nd Edition — Learn Python The Hard Way, 2nd Edition http://t.cn/aN23Zy //发现另外一种学习风格的Python入门书,c的也有 http://t.cn/a31e6E ... 阅读全文
posted @ 2011-09-17 00:30 lexus 阅读(162) 评论(0) 推荐(0) 编辑

摘要:http://stblog.baidu-tech.com/ 阅读全文
posted @ 2011-09-17 00:12 lexus 阅读(212) 评论(0) 推荐(0) 编辑

摘要:Lucifer@bj.cn(1094294) 23:44:36看看....objective c的语法, 跟c有啥相似的....[SUZHOU]-code(1078018397) 23:45:03全是指针 Lucifer@bj.cn(1094294) 23:45:56...这个倒是唯一相似之处[湖南] hysios<hysios@qq.com> 23:46:55[] 作用是什么Lucifer@bj... 阅读全文
posted @ 2011-09-17 00:03 lexus 阅读(245) 评论(0) 推荐(0) 编辑

摘要:http://www.tangspac.com/ 阅读全文
posted @ 2011-09-16 22:59 lexus 阅读(160) 评论(0) 推荐(0) 编辑

摘要:http://cn.kabam.com/jobs.php 阅读全文
posted @ 2011-09-16 22:15 lexus 阅读(118) 评论(0) 推荐(0) 编辑

摘要:http://www-03.ibm.com/employment/ca/en/resume.html 阅读全文
posted @ 2011-09-16 19:00 lexus 阅读(171) 评论(0) 推荐(0) 编辑

摘要:什么叫贸工技发展模式?什么叫技工贸发展模式?浏览次数:1660次 悬赏分:0 | 解决时间:2007-6-24 15:36 | 提问者:hitduck最佳答案实际就是一个企业是以技术优先还是以贸易优先。贸易优先就是贸工技,技术优先就是技工贸。参见联想的争论http://media.163.com/05/0601/09/1L5EBF1J00141E4V.html参考资料:http://media.1... 阅读全文
posted @ 2011-09-16 16:34 lexus 阅读(721) 评论(0) 推荐(0) 编辑

摘要:我一直信奉两句话:自己选择的路,跪着也要走完;觉得不行了,其实还能坚持一下。 阅读全文
posted @ 2011-09-16 15:19 lexus 阅读(136) 评论(0) 推荐(0) 编辑

摘要:毀掉興趣最好的方法是從事它 阅读全文
posted @ 2011-09-16 12:42 lexus 阅读(170) 评论(0) 推荐(0) 编辑

摘要:http://code.google.com/intl/zh-CN/apis/chart/interactive/docs/quick_start.html这里还有一个gchart的jquery插件介绍http://www.cnblogs.com/JustinYoung/archive/2010/01/18/gchart-google-chart-api-01.html<html> <head> ... 阅读全文
posted @ 2011-09-15 20:11 lexus 阅读(332) 评论(0) 推荐(0) 编辑

摘要:http://code.google.com/intl/zh-CN/apis/chart/interactive/docs/quick_start.html<html> <head> <!--Load the AJAX API--> <script type="text/javascript" src="https://www.google.com/jsapi"></script> <script... 阅读全文
posted @ 2011-09-15 20:07 lexus 阅读(238) 评论(0) 推荐(0) 编辑

摘要:http://www.cnblogs.com/sxwgf/archive/2011/09/14/google-arch-collection.html 阅读全文
posted @ 2011-09-15 19:55 lexus 阅读(151) 评论(0) 推荐(0) 编辑

摘要:cs.google.com/spreadsheet/oimg?key=0AhGSY_Rzts4idHFHV28yWUdqZ1V4N3hUb3l2Ri1kSkE&oid=2&zx=3yljlzrs50j0" /> 阅读全文
posted @ 2011-09-15 17:01 lexus 阅读(166) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2011-09-15 16:56 lexus 阅读(121) 评论(0) 推荐(0) 编辑

摘要:<img src="https://docs.google.com/spreadsheet/oimg?key=0AhGSY_Rzts4idHFHV28yWUdqZ1V4N3hUb3l2Ri1kSkE&oid=2&zx=3yljlzrs50j0" /> 阅读全文
posted @ 2011-09-15 16:56 lexus 阅读(138) 评论(0) 推荐(0) 编辑

摘要:http://ikeepu.com/ 阅读全文
posted @ 2011-09-14 23:31 lexus 阅读(153) 评论(0) 推荐(0) 编辑

摘要:http://www.cnblogs.com/phphuaibei/archive/2011/09/08/2171903.html 阅读全文
posted @ 2011-09-14 22:36 lexus 阅读(146) 评论(0) 推荐(0) 编辑

摘要:http://www.cnblogs.com/milkmap/archive/2011/09/13/2174859.html 阅读全文
posted @ 2011-09-14 21:46 lexus 阅读(144) 评论(0) 推荐(0) 编辑

摘要:http://www.cnblogs.com/aNd1coder/archive/2011/09/14/2175475.html 阅读全文
posted @ 2011-09-14 21:42 lexus 阅读(135) 评论(0) 推荐(0) 编辑

摘要:http://www.cnblogs.com/xiaoruoen/archive/2011/09/14/2163882.html 阅读全文
posted @ 2011-09-14 21:38 lexus 阅读(167) 评论(0) 推荐(0) 编辑

摘要:http://www.iteye.com/topic/1114623 阅读全文
posted @ 2011-09-14 19:22 lexus 阅读(138) 评论(0) 推荐(0) 编辑

摘要:http://blog.nosqlfan.com/html/2469.html 阅读全文
posted @ 2011-09-12 20:55 lexus 阅读(324) 评论(0) 推荐(0) 编辑

摘要:平平谈谈才是真 阅读全文
posted @ 2011-09-11 23:27 lexus 阅读(160) 评论(0) 推荐(0) 编辑

摘要:是一件有挑战和有意义的事情 阅读全文
posted @ 2011-09-11 18:16 lexus 阅读(130) 评论(0) 推荐(0) 编辑

摘要:找人也救助了,还是应该多和外面的人接触,去工作,没定三个月后你就找到方向了 阅读全文
posted @ 2011-09-11 11:19 lexus 阅读(187) 评论(0) 推荐(0) 编辑

摘要:职友集http://top.chinaz.com/list.aspx?id=0&page=19&order=2 阅读全文
posted @ 2011-09-11 08:19 lexus 阅读(706) 评论(0) 推荐(0) 编辑

摘要:http://www.meebo.com.cn/index.html 阅读全文
posted @ 2011-09-10 10:56 lexus 阅读(309) 评论(0) 推荐(0) 编辑

摘要:http://www.meebo.com.cn/index.html 阅读全文
posted @ 2011-09-10 10:45 lexus 阅读(206) 评论(0) 推荐(0) 编辑

摘要:http://www.cnblogs.com/yg_zhang/archive/2007/07/20/825290.htmlhttp://kcvg.cn/2009/99.html 阅读全文
posted @ 2011-09-10 10:31 lexus 阅读(188) 评论(0) 推荐(0) 编辑

摘要:这个就有点让人看轻了, 阅读全文
posted @ 2011-09-10 10:16 lexus 阅读(532) 评论(0) 推荐(0) 编辑

摘要:http://17startup.com/#!/startup/1622 阅读全文
posted @ 2011-09-10 08:03 lexus 阅读(152) 评论(0) 推荐(0) 编辑

摘要:http://tech.163.com/special/wdk01/ 阅读全文
posted @ 2011-09-10 07:45 lexus 阅读(151) 评论(0) 推荐(0) 编辑

摘要:IBM 阅读全文
posted @ 2011-09-09 19:18 lexus 阅读(165) 评论(0) 推荐(0) 编辑

摘要:绝对有预谋,不过有一个意外的情况是,在她火的前几天,我无意见发风她的twitter,原因是一个rails guru的alias叫sishen,说了你也不会信的,就当我没 说吧 阅读全文
posted @ 2011-09-09 19:07 lexus 阅读(212) 评论(0) 推荐(0) 编辑

摘要:http://map.baidu.com/subways/ 阅读全文
posted @ 2011-09-09 08:33 lexus 阅读(141) 评论(0) 推荐(0) 编辑

摘要:http://www.cnblogs.com/lauyee/archive/2010/06/16/1758983.html 阅读全文
posted @ 2011-09-09 08:04 lexus 阅读(150) 评论(0) 推荐(0) 编辑

摘要:沉重变化无常稳定性风控 阅读全文
posted @ 2011-09-08 21:33 lexus 阅读(155) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2011-09-06 22:36 lexus 阅读(132) 评论(0) 推荐(0) 编辑

摘要:http://www.yaword.com/ 阅读全文
posted @ 2011-09-06 09:32 lexus 阅读(125) 评论(0) 推荐(0) 编辑

摘要:http://buzing.com/ 阅读全文
posted @ 2011-09-06 09:07 lexus 阅读(120) 评论(0) 推荐(0) 编辑

摘要:http://www.ftphp.com/demo.phphttp://www.ftphp.com/scws/index.phphttp://www.xunsearch.com/迅搜 阅读全文
posted @ 2011-09-05 18:33 lexus 阅读(167) 评论(0) 推荐(0) 编辑

摘要:http://www.ftphp.com/demo.phphttp://www.ftphp.com/scws/index.php 阅读全文
posted @ 2011-09-05 18:27 lexus 阅读(197) 评论(0) 推荐(0) 编辑

摘要:http://www.ftphp.com/demo.phphttp://www.ftphp.com/scws/index.php 阅读全文
posted @ 2011-09-05 18:23 lexus 阅读(153) 评论(0) 推荐(0) 编辑

摘要:创业家杂志:#创业职场#任 何方案都有不完美之处,或许A方案目前看是65分,B方案是75分,还可以寻找95分或100分的方案。但是,“不完美”都是假设。与其花费时间讨论,不 如在方向定了之后选择一个方案,立刻行动,然后不断优化调整。一旦开始实施,很可能发现不管选哪一个其实都差不多。达到目的最关键!(by@叶朋) 阅读全文
posted @ 2011-09-05 00:34 lexus 阅读(185) 评论(0) 推荐(0) 编辑

摘要:http://theplant.jp/en/ 阅读全文
posted @ 2011-09-04 23:19 lexus 阅读(138) 评论(0) 推荐(0) 编辑

摘要:想不到效果也是挺 好的 阅读全文
posted @ 2011-09-04 22:28 lexus 阅读(140) 评论(0) 推荐(0) 编辑

摘要:RThttp://baike.baidu.com/view/4245037.htm 阅读全文
posted @ 2011-09-04 09:07 lexus 阅读(200) 评论(0) 推荐(0) 编辑

摘要:http://www.zufangbao.com/ 阅读全文
posted @ 2011-09-03 23:28 lexus 阅读(284) 评论(0) 推荐(0) 编辑

摘要:www.nbvps.com 阅读全文
posted @ 2011-09-03 03:43 lexus 阅读(3666) 评论(0) 推荐(0) 编辑

摘要:http://www.cnblogs.com/dwzjs 阅读全文
posted @ 2011-09-03 03:38 lexus 阅读(211) 评论(0) 推荐(0) 编辑

摘要:rt 阅读全文
posted @ 2011-09-03 03:05 lexus 阅读(205) 评论(0) 推荐(0) 编辑

摘要:http://www.alibuybuy.com/posts/64470.html 阅读全文
posted @ 2011-09-03 01:19 lexus 阅读(149) 评论(0) 推荐(0) 编辑

摘要:需要jre可在此处下载http://www.java.com/zh_CN/download/installed.jsp 阅读全文
posted @ 2011-09-02 23:58 lexus 阅读(199) 评论(0) 推荐(0) 编辑

摘要:作个纪念,也快关门了 阅读全文
posted @ 2011-09-02 23:16 lexus 阅读(140) 评论(0) 推荐(0) 编辑

摘要:作个纪念,也快关门了 阅读全文
posted @ 2011-09-02 19:48 lexus 阅读(178) 评论(0) 推荐(0) 编辑

摘要:http://www.cnblogs.com/ToDoToTry/archive/2011/08/04/2127923.html<span style="font-size: 14px;"><span face="arial, 宋体, sans-serif" style="font-family: arial, 宋体, sans-serif;"><span class="Apple-style-s... 阅读全文
posted @ 2011-09-02 12:49 lexus 阅读(264) 评论(0) 推荐(0) 编辑

摘要:北京市丰台区劳动和社会保障局电话没人接 浏览次数:1523次悬赏分:0 | 提问时间:2008-6-19 17:51 | 提问者:407568518 | 问题为何被关闭 2008年6月 我在北京南站打电话 没人接 郁闷的 其他回答 共1条 丰台区劳动和社会保障局于2008年1月24日-2月3日迁址至丰台区政府丽泽办公区办公。因工作需要,各部门将分批... 阅读全文
posted @ 2011-09-02 10:10 lexus 阅读(390) 评论(0) 推荐(0) 编辑

摘要:http://tiny4cocoa.com/index.php 阅读全文
posted @ 2011-09-01 23:38 lexus 阅读(190) 评论(0) 推荐(0) 编辑

摘要:http://deidara.blog.51cto.com/400447/198469http://www.geoiptool.com/zh/ 这个站不错,能用gmaps显示位置坐标,还挺准的http://wiki.nginx.org/HttpGeoIPModulehttp://www.rorra.com.ar/2010/01/10/integrating-radiant-globalize-an... 阅读全文
posted @ 2011-09-01 21:19 lexus 阅读(271) 评论(0) 推荐(0) 编辑

摘要:http://deidara.blog.51cto.com/400447/198469nginx geoip 模块实现地区性负载均衡 2009-09-03 16:56:45 标签:负载均衡 电信 网通 nginx geoip 原创作品,允许转载,转载时请务必以超链接形式标明文章 ... 阅读全文
posted @ 2011-09-01 21:17 lexus 阅读(230) 评论(0) 推荐(0) 编辑

摘要:Rails (Ruby on Rails)3.1正式版发布!这次没有跳票,如期发布。 该正式版带来几个新的功能,包括: Assets Pipeline:Rails 3.1中引进了一项新功能Assets pipeline。它可以使CSS和JavaScript代码管理更加规范及方便。 Streaming:HTTP Streaming也是Rails中一项新改进,可以让浏览器在页面作出响应的同时下载样式... 阅读全文
posted @ 2011-09-01 20:39 lexus 阅读(239) 评论(0) 推荐(0) 编辑

摘要:特别是wps表格就是对应的excel有很多中文化的模板,我还没有研究,不过很是有用,比excel里带的要丰富的中文资源,对于搞文档的我觉得很有帮助 阅读全文
posted @ 2011-09-01 18:54 lexus 阅读(227) 评论(0) 推荐(0) 编辑

摘要:http://www.sevenmike.com/2011/06/20/rails3%e4%bd%bf%e7%94%a8cucumber%e5%92%8crspec%e8%bf%9b%e8%a1%8c%e6%b5%8b%e8%af%95/ 阅读全文
posted @ 2011-09-01 15:41 lexus 阅读(140) 评论(0) 推荐(0) 编辑

摘要:http://openapi.baidu.com/map/index.html我发现去哪儿用的的是百度的也是难怪的,不过我担心googlemap有流量限制,另外在国内的速度可能不怎么的,还有政策风险,所以可以考虑备用一个,百度估计也是用的超图的数据了 阅读全文
posted @ 2011-09-01 15:30 lexus 阅读(369) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2011-09-01 15:15 lexus 阅读(334) 评论(0) 推荐(0) 编辑

摘要:http://cn.papayamobile.com/about 阅读全文
posted @ 2011-09-01 12:51 lexus 阅读(132) 评论(0) 推荐(0) 编辑

摘要:http://workingwithrails.com/person/8765-dingding-ye 阅读全文
posted @ 2011-09-01 12:51 lexus 阅读(128) 评论(0) 推荐(0) 编辑

摘要:http://workingwithrails.com/person/8765-dingding-ye 阅读全文
posted @ 2011-09-01 12:23 lexus 阅读(127) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示