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

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

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

2012年3月29日

摘要: #include <algorithmm>#include <fstream>#include <iostream>#include <iterator>#include <ostream>#include <string>#include <vector>void read(std::istream& in, std::vector<std::string>& text){ std::strin... 阅读全文
posted @ 2012-03-29 21:12 lexus 阅读(205) 评论(0) 推荐(0)

摘要: 使用 Vim 开发 Ruby on Rails(2012-03-19版) » 社区 | Ruby China使用 Vim 开发 Ruby on Rails(2012-03-19版)7天前 由 ruchee 在 分享 节点 中发起最后由 ruchee 于6小时前回复 , 1129次阅读响应 @zw963 主席的号召,本帖传教Vim,愿造福Vim新人原是为Q群群友而作,现公之于众完整... 阅读全文
posted @ 2012-03-29 20:50 lexus 阅读(318) 评论(0) 推荐(0)

摘要: Vagrant - Virtualized development for the masses.Why Vagrant Changes EverythingVagrant lowers development environment setup time, maximizes dev/prod parity, and makes the "works on my machine" excuse ... 阅读全文
posted @ 2012-03-29 20:48 lexus 阅读(222) 评论(0) 推荐(0)

摘要: Real Time Big Data Processing with GridGainActorsI believe that Actors is an important "new" abstraction for elegantly resolving multithreading concurrency. 阅读全文
posted @ 2012-03-29 08:02 lexus 阅读(161) 评论(0) 推荐(0)

摘要: Scala In 5 Years – My Prediction « GridGain – Real Time Big DataScala In 5 Years – MyPrediction 阅读全文
posted @ 2012-03-29 08:02 lexus 阅读(173) 评论(0) 推荐(0)

摘要: Features ‹ GridGainEdit ThisHome » FeaturesGridGain = Real Time Big DataGridGain is Java based open source middleware for real time big data processing and analytics that scales up from one server to ... 阅读全文
posted @ 2012-03-29 07:48 lexus 阅读(315) 评论(0) 推荐(0)

摘要: /trunk/src/scala/com/twingle/spider/ - twingle - A semi-structured repository of Your Data - Google Project HostingtwingleA semi-structured repository of Your Data 阅读全文
posted @ 2012-03-29 07:43 lexus 阅读(349) 评论(0) 推荐(0)

摘要: 数据挖掘与Taco Bell编程 – 读写网 ReadWriteWeb数据挖掘与Taco Bell编程2011年01月24日,22:45 / 没有评论 关键词:shell脚本, Taco, 快速开发, 数据挖掘, 编程程序员Ted Dziuba提出了一种他命名为“Taco Bell编程”的方案用于替代传统编程。Taco Bell链使用大概八种不同的元素来创建多种菜单项。Diziuba希望通过组合使... 阅读全文
posted @ 2012-03-29 07:40 lexus 阅读(267) 评论(0) 推荐(0)

摘要: 《Scala, Erlang, F#作者讨论函数式语言》有感 - passover的个人空间 - DOIT博客 - 多易网《Scala, Erlang, F#作者讨论函数式语言》有感上一篇 / 下一篇 2011-03-08 12:04:01查看( 51 ) / 评论( 0 ) / 评分( 0 / 0 ) 在InfoQ上看到一篇有关这几个牛逼函数式语言编程作者在一起讨论的对话,这些牛人对话... 阅读全文
posted @ 2012-03-29 07:28 lexus 阅读(414) 评论(0) 推荐(0)

摘要: 《Programming in Scala》读书笔记(持续更新) - passover的个人空间 - DOIT博客 - 多易网《Programming in Scala》读书笔记(持续更新)上一篇 / 下一篇 2011-03-08 12:04:01查看( 45 ) / 评论( 0 ) / 评分( 0 / 0 ) 不得不感叹一下,这本书真的是神作,不愧是Scala语言作者自己写的书。整个书的内... 阅读全文
posted @ 2012-03-29 07:25 lexus 阅读(227) 评论(0) 推荐(0)

摘要: 有关网页抓取问题的一些经验总结 - passover【毕成功的博客】 - 51CTO技术博客有关网页抓取问题的一些经验总结2011-05-05 18:07:38标签:爬虫 网页抓取 在写爬虫的时候经常会遇到有些页面下载下来会有问题,如果你把请求模拟成和浏览器一样,肯定是可以把页面正确获取的,但是其中往往很多参数都没有什么用,真正影响的就几个关键参数。这里特别把自己的经验做一下总结。 重点需要关注的... 阅读全文
posted @ 2012-03-29 07:20 lexus 阅读(261) 评论(0) 推荐(0)

摘要: netty和mina的比较 - Lim2x的专栏 - 博客频道 - CSDN.NETnetty和mina的比较mina比netty出现的早,都是Trustin Lee的作品;mina将内核和一些特性的联系过于紧密,使得用户在不需要这些特性的时候无法脱离,相比下性能会有所下降;netty解决了这个设计问题;netty的文档更清晰,很多mina的特性在netty里都有;netty更新周期更短,新版本的... 阅读全文
posted @ 2012-03-29 07:16 lexus 阅读(2966) 评论(0) 推荐(0)

摘要: java - Netty vs Apache MINA - Stack OverflowNetty vs Apache MINA up vote 41 down vote favorite30share [g+] share [fb] share [tw]Pros/Cons of using either ? They both provide roughly the same functiona... 阅读全文
posted @ 2012-03-29 07:13 lexus 阅读(808) 评论(0) 推荐(0)

摘要: Netty: DocumentationAdvancedProxy Server - write a highly efficient NIO proxy serverPort Unification - run heterogenous services listening on a single port 阅读全文
posted @ 2012-03-29 07:09 lexus 阅读(281) 评论(0) 推荐(0)

摘要: Spark ExamplesLogistic RegressionThis is an iterative machine learning algorithm that seeks to find the best hyperplane that separates two sets of points in a multi-dimensional feature space. It can b... 阅读全文
posted @ 2012-03-29 07:01 lexus 阅读(296) 评论(0) 推荐(0)

摘要: Spark ExamplesSpark ExamplesSpark is built around distributed datasets that support types of parallel operations: transformations, which are lazy and yield another distributed dataset (e.g., map, filt... 阅读全文
posted @ 2012-03-29 06:59 lexus 阅读(864) 评论(0) 推荐(0)

摘要: Spark Cluster Computing FrameworkWhat is Spark?Spark is an open source cluster computing system that aims to make data analytics fast — both fast to run and fast to write.To run programs faster, Spark... 阅读全文
posted @ 2012-03-29 06:58 lexus 阅读(437) 评论(0) 推荐(0)

摘要: 初识spark-基本概念和例子 | _yiihsia[互联网后端技术]初识spark-基本概念和例子 2011/12/05 分布式, 实时计算, 海量数据 1,620 Go to commentspark是一个开源的分布式计算系统,提供快速的数据分析功能。 官网地址http://www.spark-project.org/ 据说性能高出hadoop很多(个人理解主要是因为两点:内存和cache)... 阅读全文
posted @ 2012-03-29 06:57 lexus 阅读(492) 评论(0) 推荐(0)

摘要: MonoTouch 的限制 - 张志敏 - 博客园MonoTouch 的限制做 MonoTouch 开发已经有一段时间了, 给我的感觉是 MonoTouch 虽然比较可靠, 但是还是有很多限制, 于是翻译了官方文档的的这一篇 MonoTouch 的限制, 以作备忘。因为在 iPhone 上运行的 MonoTouch 程序是编译成静态代码的, 所以需要在运行时动态生成代码的功能是不可用的。以下是与桌... 阅读全文
posted @ 2012-03-29 06:35 lexus 阅读(371) 评论(2) 推荐(0)

摘要: Fault Tolerance (Scala) — Akka DocumentationFault Handling in PracticeFirst, let us look at a sample that illustrates one way to handle data store errors, which is a typical source of failure in real ... 阅读全文
posted @ 2012-03-29 06:22 lexus 阅读(240) 评论(0) 推荐(0)